Monday, November 9, 2009

Tutorials- "Animate It !"


This is the tutorial that animates a ghost.
The "when clicked" control script means that when the green flagged is clicked the process immediately begins.
The "forever" control script makes any of the actions preformed inside it loop forever unless told otherwise.
The "switch to costume" looks script gives the command of switching to another costume that that sprite holds.
The "wait (number) secs" control script tells the sprite how long to wait before preforming the next command.

The "move (number) steps" motion script tells the sprite how many steps to move with each time it comes around.
The "if on edge, bounce" motion script tells the sprite to bounce off the edge if it is hit.

No comments:

Post a Comment