Etoys: MorphicExtras-kfr.63.mcz

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

Etoys: MorphicExtras-kfr.63.mcz

commits-2
Karl Ramberg uploaded a new version of MorphicExtras to project Etoys:
http://source.squeak.org/etoys/MorphicExtras-kfr.63.mcz

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

Name: MorphicExtras-kfr.63
Author: kfr
Time: 9 March 2012, 11:22:32 am
UUID: be28273d-5de4-45ea-826b-1b9a51e75882
Ancestors: MorphicExtras-kfr.62

Fix for animated image

=============== Diff against MorphicExtras-kfr.62 ===============

Item was added:
+ ----- Method: AnimatedImageMorph>>fromArray: (in category 'private') -----
+ fromArray: reader
+ images := reader first.
+ delays := reader second.
+ imageIndex := 0.
+ self
+ image: (Form extent: images first extent depth: 32).
+ self isOpaque: true.
+ self step!

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