Controls: Right Arrow - All letters return to home positions Space - Stamp A key - Clear This is not my project...I'm just trying to show how to control different behaviors using a variable. The stage now has scripts that control the variable called "Random Move". If Random Move is set to "Yes" the letters glide to random positions. If Random Move is set to something other than "Yes" they will not. So when the Right Arrow is pressed, the stage sets Random Move to "No" which turns off the random moves. Then, a broadcast is sent out to all the sprites "Go to home positions" which causes them to glide to their home positions. They wait there for a few seconds and then the random motion is turned back on by setting Random Move to "Yes"