Wednesday, November 25, 2009

Working on Assignment!

So far on my pong assignment, things have been going fairly well. Although there have been some complications so far.
1 complication I have encountered so far is that I cannot make both bats arwe unable to move together at once.

Wednesday, November 11, 2009

Tutorials - Whirl

Tutorial - Glide



The "glide (seconds) to (numbers) " motion script tells the sprite to smothly move over to a selected area given a certain amount of time to do so.

Tutorial - Follow the Mouse



The "point towards mouse pointer" motion script tells the sprite to move into the same direction that the mouse pointer is in.

The "move 3 steps" motion script tells the sprite to move along 3 steps while completing the other command.

Monday, November 9, 2009

Tutorial- "Change Colour"



The "when space key pressed" control script tells the sprite only to do things according to the commands of the keys pressed.

The "change colour effect by 25" looks script tells the sprite to change its colour.

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.