script help?

Posted by Z-Gamers on Aug. 25, 2008, 10:01 p.m.

Quote: code
r1=random(10)

r2=random(10)

r3=random(10)

r4=random(10)

r5=random(10)

if r1=5

{instance_create(x,y,obj_m_enemy1)}

if r2=5

{instance_create(x+112,y,obj_m_enemy1)}

if r3=5

{instance_create(x+240,y,obj_m_enemy1)}

if r4=5

{instance_create(x+384,y,obj_m_enemy1)}

if r5=5

{instance_create(x+560,y,obj_m_enemy1)}

Doesn't work, please help.

Z-Tower Defence

Posted by Z-Gamers on Aug. 15, 2008, 9:53 p.m.

Created by Joshua Sigona

Online high scores, sign-up at forums and join the fun =)

Z-Tower Defense is simply a Tower Defense game where you place towers with various strengths and ranges to attack and destroy enemies as they pass through a path and earn money.

Game Overview: Z-Tower Defense …