Special Spinning Technique
-
- Posts: 13
- Joined: Sun Apr 27, 2008 6:59 pm
Special Spinning Technique
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...
-
- Posts: 109
- Joined: Wed Jan 02, 2008 1:23 pm
- Location: Over there... no, a little to the left
- Contact:
I believe I've done something like that in my level Orbital Core Destroyer.
-
- Posts: 13
- Joined: Sun Apr 27, 2008 6:59 pm
Try this:
You can also make the rotation pause for a specified time.
Read more about it from this thread.
Code: Select all
rotatePart,1,1,0,0,0
rotatePart,1,-1,180,0,0
Read more about it from this thread.