ARMAGEDON
AWSOME GAME!!! Oh and I made a little somthin for those who want a little more action in the game. Just copy and past whats below in the scripting engine access then click anywhere on the screen and youll like the outcome! I call it... ARMAGEDON!!!!
if(getMouseDown() && bnot(oMouse),
flashMessage("ARMAGEDON by RazorFu", 2)
playSound("shock",200)+
assign(rr,random()*100)+
assign(n,0)+
assign(t,25)+
explode(250,350,1.5)
explode(100,350,1.5)
explode(400,350,1.5)
create("fireball",250,250,50,-60)
create("fireball",100,250,100,-80)
create("fireball",400,250,-100,-40)
loop(t,shock(getXMouse()+sin(n/t*10+rr)*15,n/t*400)+assign(
n,n+1)
,0);
oMouse = getMouseDown()