Squeak Class Documentation category index | class index  
 
FlashMorphingMorph
  category: Balloon-MMFlash Morphs
  superclass: FlashCharacterMorph
  subclasses:

No comment. Sorry.

instance methods
  copying
  updateReferencesUsing:

  initialize
  extractShapesFrom:
from:to:

  stepping
  morphTo:
stepToFrame:

class methods
  instance creation
  from:to:

instance methods
  copying top  
 

updateReferencesUsing:

Update intra-morph references within a composite morph that has
been copied. For example, if a button refers to morph X in the orginal
composite then the copy of that button in the new composite should refer to
the copy of X in new composite, not the original X. This default
implementation updates the contents of any morph-bearing slot. It may be
overridden to avoid this behavior if so desired.


  initialize top  
 

extractShapesFrom:


 

from:to:

Note: Add srcMorph and dstMorph to the receiver so the damned bounds will be correct.


  stepping top  
 

morphTo:


 

stepToFrame:


class methods
  instance creation top  
 

from:to: