Bert Freudenberg uploaded a new version of Morphic to project Etoys:
http://source.squeak.org/etoys/Morphic-bf.54.mcz==================== Summary ====================
Name: Morphic-bf.54
Author: bf
Time: 16 May 2011, 11:51:18 pm
UUID: cc521caa-e0a9-40f0-a1e3-69fa0f792150
Ancestors: Morphic-bf.53
Fix for SQ-867: picking a morph needs to select its topRenderer, to access the right player
=============== Diff against Morphic-bf.53 ===============
Item was changed:
----- Method: PasteUpMorph>>chooseClickTarget (in category 'world state') -----
chooseClickTarget
Cursor crossHair showWhile:
[Sensor waitButton].
Cursor down showWhile:
[Sensor anyButtonPressed].
+ ^ (self morphsAt: Sensor cursorPoint) first topRendererOrSelf!
- ^ (self morphsAt: Sensor cursorPoint) first!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev