I bet someone has better use for this than I do :P I'm not that good with action levels.
Here's the designing code for it:
Code: Select all
AI code
AI_makeTrigger,death,rotatePart,6,1,5,0,0,90
AI_makeTrigger,death,rotatePart,6,1,-5,85,0,90
AI_makeTrigger,death,rotatePart,7,1,5,0,0,180
AI_makeTrigger,death,rotatePart,7,1,-5,85,0,180
AI_makeTrigger,death,rotatePart,8,1,5,0,0,270
AI_makeTrigger,death,rotatePart,8,1,-5,85,0,270
Part code
core, 400, 300, 0, 1, 1, -1, 0, 0066FF
rect, -145, 175, 0, 1, 1, e0, 8, 0066FF
rect, -292, 8, 0, 1, 1, e0, 7, 0066FF
rect, -291, 170, 0, 1, 1, e0, 6, 0066FF
c, 0, -100, 0, 1, 1, e0, 1, 0066FF
c, 100, 0, 0, 1, 1, e1, 5, FFFF00
c, 0, 100, 0, 1, 1, e1, 4, FF0000
c, 0, -100, 0, 1, 1, e1, 3, 0000FF
c, -100, 0, 0, 1, 1, e1, 2, 00FF00
You have to change the -100 and 100 in the five Plain circle parts to for example -1000 and 1000 when you want to finish it.
Discuss :)