You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
226 B

if (state != 100)
{
prj = instance_create((x - 15), y, oTesterMissile)
prj.direction = (200 + random_range(-10, 10))
prj.image_angle = prj.direction
prj.speed = 3
sfx_play(sndFireball)
alarm[0] = 110
}