Etoys Inbox: Movies-tfel.6.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Etoys Inbox: Movies-tfel.6.mcz

commits-2
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
+ !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev