[etoys-dev] Etoys Inbox: Movies-tfel.6.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jul 28 04:26:33 EDT 2016


Tim Felgentreff uploaded a new version of Movies to project Etoys Inbox:
http://source.squeak.org/etoysinbox/Movies-tfel.6.mcz

==================== Summary ====================

Name: Movies-tfel.6
Author: tfel
Time: 28 July 2016, 9:56:42.996161 am
UUID: d1a7a9ad-5b4d-f741-b907-8927b1c8d276
Ancestors: Movies-tfel.5

move another extension method

=============== Diff against Movies-kfr.4 ===============

Item was added:
+ ----- Method: MPEGMoviePlayerMorph class>>openOn: (in category 'registering') -----
+ openOn: fileNameString 
+ 	"open a new instance of the receiver on a file named 
+ 	fileNameString "
+ 	| wrapper |
+ 	wrapper := self new.
+ 	wrapper moviePlayer openFileNamed: fileNameString.
+ 	^ wrapper!

Item was added:
+ ----- Method: MPEGMoviePlayerMorph>>moviePlayer (in category 'accessing') -----
+ moviePlayer 
+     "Enables this Morph to offer services with the FileList."
+      ^moviePlayer
+ !



More information about the etoys-dev mailing list