Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
FlashMorph
Last updated at 4:41 pm UTC on 23 June 2018
Squeak 3.1, 3.2, 3.6 and 3.8.1 have

 MatrixTransformMorph subclass: #FlashMorph
        instanceVariableNames: 'colorTransform'
        classVariableNames: 'FlashSoundVolume'
        poolDictionaries: ''
        category: 'Balloon-MMFlash Morphs'

And Squeak 3.9 still has it but in another category

 MatrixTransformMorph subclass: #FlashMorph
	instanceVariableNames: 'colorTransform'
	classVariableNames: 'FlashSoundVolume'
	poolDictionaries: ''
	category: 'Flash-Morphs'

Not found anymore in 3.10.2.

As of June 2018 FlashMorph causes problems in ProjectLoading

Similar morph


In Squeak 3.2, 3.6 and 5.2 there is

 EllipseMorph subclass: #Flasher
	instanceVariableNames: 'onColor'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'MorphicExtras-Demo'


Thus in 3.2, 3.6, 3.8.1 there are both Flasher and FlashMorph.
Later only Flasher which is still in 5.2.