
MOVE
You can make your object move in a certain pattern by typing create move 3 -2 4 loop. The three numbers are how far to move in the x, y and z coordinates. Loop simply means do it over and over again.
Play around with this action. It might take a few tries to get the hang of it. You can also enter a value that will determine how fast the object goes. By typing create move 3 -2 4 time=5 loop, you can set your time value (larger the number, the slower the movement).
Remember that you can also enter
bump move 3 -2 4 loop. This will make the
object move when someone touches the object.
© John Sun 2004. Comments? Problems? Suggestions? Email me.