[Pkg] The Trunk: EToys-cmm.84.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jun 21 20:46:27 UTC 2011


Chris Muller uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-cmm.84.mcz

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

Name: EToys-cmm.84
Author: cmm
Time: 21 June 2011, 3:45:22.38 pm
UUID: 52279007-f90c-4823-a157-7db229e86a31
Ancestors: EToys-ul.83, EToys-HenrikSperreJohansen.81

Merged EToys-HenrikSperreJohansen.81 to move Sound preferences to pragma.

=============== Diff against EToys-ul.83 ===============

Item was changed:
  ----- Method: Morph>>makeFenceSound (in category '*Etoys-support') -----
  makeFenceSound
+ 	SoundService soundEnabled ifTrue:
- 	Preferences soundsEnabled ifTrue:
  		[self playSoundNamed: 'scratch'].
  !

Item was changed:
  ----- Method: Player>>makeBounceSound: (in category 'misc') -----
  makeBounceSound: soundName
  	"Having bounced off an edge, produce the given sound"
  
+ 	SoundService soundEnabled
- 	Preferences soundsEnabled
  		ifTrue: [self costume playSoundNamed: soundName]!



More information about the Packages mailing list