Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
FlasherMorph
Last updated at 5:58 pm UTC on 23 June 2018
In which Squeak versions are FlasherMorph class definitions?


FlasherMorph is still in Squeak 3.1beta
 EllipseMorph subclass: #FlasherMorph
	instanceVariableNames: 'onColor '
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Morphic-Demo'


In Squeak 3.8.1 we have

SmartRefStream initKnownRenames
 	renamed
		at: #FlasherMorph put: #Flasher;
		yourself

with a version stamp of the year 2002.

So Flasher is the renamed version of FlasherMorph.


Note that FlashMorph is a different morph. It is part of an Adobe Flash compatible subset of morph implementations.