Etoys: Etoys-Richo.107.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Etoys: Etoys-Richo.107.mcz

commits-2
Ricardo Moran uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-Richo.107.mcz

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

Name: Etoys-Richo.107
Author: Richo
Time: 20 February 2012, 12:41:45 am
UUID: f0be675a-fd45-7741-acd3-e9c9a2d1d8f4
Ancestors: Etoys-Richo.106

* Fixed a bug when trying to set the pen down on the world.
Even though the tile is hidden it can be accessed if you look for it in the search pane.
Also, the error appears when you try to step over a button script.

=============== Diff against Etoys-Richo.106 ===============

Item was changed:
  ----- Method: Player>>setPenDown: (in category 'pen') -----
  setPenDown: penDown
  "Set the penDown state as indicated, to true or false"
 
  | morph trailMorph tfm |
  self actorState setPenDown: penDown.
+ ((morph _ self costume) notNil and: [(trailMorph _ morph trailMorph) notNil and: [morph isWorldMorph not]])
- ((morph _ self costume) notNil and: [(trailMorph _ morph trailMorph) notNil])
  ifTrue:
  [tfm _ morph owner transformFrom: trailMorph.
  trailMorph notePenDown: penDown forPlayer: self
  at: (tfm localPointToGlobal: morph referencePosition)]
  !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev