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

No comment. Sorry.

instance methods
  accessing
  activationKeys
depth
id
id:
isSpriteHolder
isSpriteHolder:

  classification
  isFlashCharacter

  copying
  copyMovieFrom:to:

  drawing
  fullDrawOn:

  initialize
  initialize
loadInitialFrame
reset

  keyframe data
  colorTransform:atFrame:
colorTransformAtFrame:
colorTransformData
depth:atFrame:
depthAtFrame:
depthData
matrix:atFrame:
matrixAtFrame:
matrixData
ratio:atFrame:
ratioAtFrame:
ratioData
removeAllKeyFrameData
removeColorMatrixData
removeDepthData
removeMatrixData
removeRatioData
removeVisibleData
visible:atFrame:
visibleAtFrame:
visibleData

  menu
  addCustomMenuItems:hand:
addProjectTarget
removeProjectTarget

  printing
  printOn:

  private
  activateSprites:
isVisibleBetween:and:
keyframeData:
removeKeyframeData:

  stepping
  stepTime
stepTime:
stepToFrame:
stepToNextFrame
wantsSteps

class methods
  no messages
 

instance methods
  accessing top  
 

activationKeys

Return the keyframes on which the receiver morph becomes visible


 

depth


 

id


 

id:


 

isSpriteHolder


 

isSpriteHolder:


  classification top  
 

isFlashCharacter


  copying top  
 

copyMovieFrom:to:


  drawing top  
 

fullDrawOn:

Draw the full Morphic structure on the given Canvas


  initialize top  
 

initialize


 

loadInitialFrame

Force the transformations taking place in the first frame.


 

reset


  keyframe data top  
 

colorTransform:atFrame:


 

colorTransformAtFrame:


 

colorTransformData


 

depth:atFrame:


 

depthAtFrame:


 

depthData


 

matrix:atFrame:

self position: aMatrixTransform offset atFrame: frameNumber.


 

matrixAtFrame:


 

matrixData


 

ratio:atFrame:


 

ratioAtFrame:


 

ratioData


 

removeAllKeyFrameData

Remove all of the keyframe data associated with this morph


 

removeColorMatrixData


 

removeDepthData


 

removeMatrixData


 

removeRatioData


 

removeVisibleData


 

visible:atFrame:


 

visibleAtFrame:


 

visibleData


  menu top  
 

addCustomMenuItems:hand:

Add morph-specific items to the given menu which was invoked by the given hand. This method provides is invoked both from the halo-menu and from the control-menu regimes.


 

addProjectTarget


 

removeProjectTarget


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


  private top  
 

activateSprites:


 

isVisibleBetween:and:


 

keyframeData:


 

removeKeyframeData:


  stepping top  
 

stepTime

Answer the desired time between steps in milliseconds. This default implementation requests that the 'step' method be called once every second.


 

stepTime:


 

stepToFrame:


 

stepToNextFrame


 

wantsSteps

Return true if the receiver overrides the default Morph step method.


class methods
  no messages top