'From Squeakland 3.8.5976 of 25 August 2004 [latest update: #387] on 26 January 2005 at 2:58:42 pm'! !Player methodsFor: 'slot getters/setters' stamp: 'tak 1/26/2005 14:58'! getNewClone "Answer a new player of the same class as the receiver, with a costume much like mine" | clone | clone _ costume usableSiblingInstance. costume pasteUpMorph ifNotNilDo: [:parent | parent addMorph: clone]. ^ clone player ! !