Squeak Class Documentation category index | class index  
 
WonderlandMorph
  category: Balloon3D-Wonderland Morphs
  superclass: Morph
  subclasses: WonderlandEditor WonderlandControls WonderlandActorData WonderlandCameraMorph

No comment. Sorry.

instance methods
  accessing
  getWonderland
setWonderland:

  morph depth
  sendBehind:
sendInFrontOf:
sendToBack
sendToFront

  primitive behaviors
  move:distance:
move:distance:duration:
move:distance:duration:style:
moveTo:
moveTo:duration:
moveTo:duration:style:
moveTo:speed:
place:morph:
place:morph:duration:
place:morph:duration:style:

class methods
  no messages
 

instance methods
  accessing top  
 

getWonderland


 

setWonderland:


  morph depth top  
 

sendBehind:

Put this morph behind the specified morph


 

sendInFrontOf:

Put this morph in front of the specified morph


 

sendToBack

Bring this morph to the back


 

sendToFront

Bring this morph to the front


  primitive behaviors top  
 

move:distance:

Move the morph the specified distance in the specified direction


 

move:distance:duration:

Move the morph the specified distance in the specified direction


 

move:distance:duration:style:

Move the actor the specified distance in the specified direction, taking the specified duration and using the specified animation style.


 

moveTo:

Moves the object to the specified position in its parent's coordinate system using the specified style over the specified duration.


 

moveTo:duration:

Moves the object to the specified position in its parent's coordinate system using the specified style over the specified duration.


 

moveTo:duration:style:

Moves the object to the specified position in its parent's coordinate system using the specified style over the specified duration.


 

moveTo:speed:

Moves the object to the specified position in its parent's coordinate system at the specified speed.


 

place:morph:

Place this WonderlandMorph in the specified location relative to the specified morph over 1 second using the gently animation style.


 

place:morph:duration:

Place this WonderlandMorph in the specified location relative to the specified morph over 1 second using the gently animation style.


 

place:morph:duration:style:

Place this WonderlandMorph in the specified location relative to the specified morph.


class methods
  no messages top