No comment. Sorry.
getWonderland
setWonderland:
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
move:distance:
Move the morph the specified distance in the specified direction
move:distance:duration:
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:
moveTo:duration:style:
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:morph:duration:style:
Place this WonderlandMorph in the specified location relative to the specified morph.