[etoys-dev] Etoys: MorphicExtras-kfr.63.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Mar 9 05:23:28 EST 2012


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!



More information about the etoys-dev mailing list