[etoys-dev] Etoys Inbox: Etoys-bf.32.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jun 27 14:51:34 EDT 2010


Bert Freudenberg uploaded a new version of Etoys to project Etoys Inbox:
http://source.squeak.org/etoysinbox/Etoys-bf.32.mcz

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

Name: Etoys-bf.32
Author: bf
Time: 27 June 2010, 8:51 pm
UUID: a9bb22d1-1a65-45ef-a6ee-5a08cb9aac57
Ancestors: Etoys-bf.31

- timer tile improvement: do not store anything unless timer is set explicitely

=============== Diff against Etoys-bf.31 ===============

Item was changed:
  ----- Method: Player>>getTimer (in category 'slot getters/setters') -----
  getTimer
  	| last |
  	last := costume renderedMorph
  		valueOfProperty:  #timerStart
+ 		ifAbsent: [0].
- 		ifAbsentPut: [Time millisecondClockValue].
  	^(Time millisecondsSince: last) / 1000.0
  !



More information about the etoys-dev mailing list