Special Spinning Technique

Scripting help, tricks, and tips. How to use the editor.
Post Reply
TrevorShannon
Posts: 13
Joined: Sun Apr 27, 2008 6:59 pm

Special Spinning Technique

Post by TrevorShannon »

Cool Trick: As shown in my "720 degree spin" level, you can make pieces rotate repeatedly but eventually turn around. If the min and max angles have a difference of at least 360 degrees, thay will turn that many degrees and then stop. You can make some interesting patterns this way...
Sasadad
Posts: 109
Joined: Wed Jan 02, 2008 1:23 pm
Location: Over there... no, a little to the left
Contact:

Post by Sasadad »

I believe I've done something like that in my level Orbital Core Destroyer.
TrevorShannon
Posts: 13
Joined: Sun Apr 27, 2008 6:59 pm

Post by TrevorShannon »

Also, in some levels I have seen pieces rotate then stop. I am guessing this has something to do with it, but no matter what I try, I can't seem to get it to work. Does anyone know how to make it work?
Mouzi
Posts: 153
Joined: Sat Sep 01, 2007 5:34 am
Location: Finland
Contact:

Post by Mouzi »

Try this:

Code: Select all

rotatePart,1,1,0,0,0
rotatePart,1,-1,180,0,0
You can also make the rotation pause for a specified time.
Read more about it from this thread.
Post Reply