[etoys-dev] Etoys: Etoys-Richo.107.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 19 22:44:21 EST 2012


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)]
  !



More information about the etoys-dev mailing list