Karl Ramberg uploaded a new version of Morphic to project Etoys:
http://source.squeak.org/etoys/Morphic-kfr.84.mcz==================== Summary ====================
Name: Morphic-kfr.84
Author: kfr
Time: 9 March 2012, 11:56:57 am
UUID: 732fb688-cbac-4dc5-aefd-475551849492
Ancestors: Morphic-kfr.83
Limits the choices for types for user-defined variables and for parameters for user-defined scripts.
=============== Diff against Morphic-kfr.83 ===============
Item was added:
+ ----- Method: PasteUpMorph>>isKedamaPresent (in category 'e-toy support') -----
+ isKedamaPresent
+ "Answer whether there is a KedamaMorph present anywhere in the world."
+
+ ^ (self findDeeplyA: KedamaMorph) notNil!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev