Squeak Class Documentation category index | class index  
 
ParallelAnimation
  category: Balloon3D-Wonderland Time
  superclass: CompositeAnimation
  subclasses:

This class extends CompositeAnimations for composite animations (an animation built of 2 or more animations) that all run in parallel.

instance methods
  copying
  copy
makeUndoVersion
reversed

  initialization
  children:undoable:inWonderland:

  management
  prologue:
update:

class methods
  no messages
 

instance methods
  copying top  
 

copy

Creates the undo version of an animation


 

makeUndoVersion

Creates the undo version of an animation


 

reversed

Creates a reversed version of an animation


  initialization top  
 

children:undoable:inWonderland:

This method initializes the Animation with all the information that it needs to run.


  management top  
 

prologue:

This method performs any actions that need to be done before the parallel animation starts.


 

update:

This method updates the parallel animation based on the current time, which mainly consists of updating all the component animations.


class methods
  no messages top