Page 1 of 1
Special Spinning Technique
Posted: Thu May 01, 2008 9:39 pm
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...
Posted: Fri May 02, 2008 5:05 pm
by Sasadad
I believe I've done something like that in my level
Orbital Core Destroyer.
Posted: Tue May 13, 2008 8:51 pm
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?
Posted: Wed May 14, 2008 12:05 am
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.