[etoys-dev] Etoys: Morphic-kfr.21.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jun 17 07:30:58 EDT 2010


Karl Ramberg uploaded a new version of Morphic to project Etoys:
http://source.squeak.org/etoys/Morphic-kfr.21.mcz

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

Name: Morphic-kfr.21
Author: kfr
Time: 17 June 2010, 1:22:32 pm
UUID: a5d2c6f6-1982-e140-9cf6-fa9fbfa06c57
Ancestors: Morphic-kfr.20

Move SketchMorph>>additionsToViewerCategories to Etoys package

=============== Diff against Morphic-kfr.20 ===============

Item was removed:
- ----- Method: SketchMorph class>>additionsToViewerCategories (in category 'scripting') -----
- additionsToViewerCategories
- 	"Answer a list of (<categoryName> <list of category specs>) pairs that characterize the phrases this kind of morph wishes to add to various Viewer categories."
- 
- 	^ #((graphics (
- (slot graphic 	'The picture currently being worn' Graphic	 readWrite Player getGraphic Player setGraphic:)
- (command wearCostumeOf: 'wear the costume of...' Player)
- (slot baseGraphic 	'The picture originally painted for this object, but can subsequently be changed via menu or script' Graphic	 readWrite Player getBaseGraphic Player setBaseGraphic:)
- (command restoreBaseGraphic 'Make my picture be the one I remember in my baseGraphic')
- 
- (slot rotationStyle 'How the picture should change when the heading is modified' RotationStyle readWrite Player getRotationStyle Player setRotationStyle:)
- (command flip 'Flip left right' Player)
- (command tumble 'Flip up down' Player)
- )))
- 
- 
- !



More information about the etoys-dev mailing list