[squeak-dev] The Inbox: EToys-rjh.76.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Sep 28 18:49:45 UTC 2010


A new version of EToys was added to project The Inbox:
http://source.squeak.org/inbox/EToys-rjh.76.mcz

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

Name: EToys-rjh.76
Author: rjh
Time: 28 September 2010, 7:49:07.394 pm
UUID: 12db789e-0c08-40a0-a7d4-bc5636a4ad19
Ancestors: EToys-ar.75

Please see the existing squeak-dev thread: "forward: and turn: in Morph - are we missing immediacy?"

Currently, immediacy is lost because the following gives an error:
x:=EllipseMorph new openInHand.
x forward: 100

This proposed change makes good sense for the initial teaching of Smalltalk by hiding a very quirky and state based behaviour.

=============== Diff against EToys-ar.75 ===============

Item was added:
+ ----- Method: Morph>>forward: (in category '*Etoys') -----
+ forward: distance
+        self assuredPlayer forward: distance!

Item was added:
+ ----- Method: Morph>>turn: (in category '*Etoys') -----
+ turn: angle
+         self assuredPlayer turn: angle!




More information about the Squeak-dev mailing list