'From Squeak3.9alpha of ''2 November 2004'' [latest update: #6548] on 10 January 2005 at 12:14:53 am'! "Change Set: bounceSoundFix-sw Date: 10 January 2005 Author: Scott Wallace Fixes the bug that made execution of an etoy #bounce: raise a deprecation warning. This bug had resulted from update 5747soundSystemCleanup-gk, dated 23Feb2004"! !Player methodsFor: 'misc' stamp: 'sw 1/10/2005 00:08'! makeBounceSound: soundName "Having bounced off an edge, produce the given sound" Preferences soundsEnabled ifTrue: [self costume playSoundNamed: soundName]! !