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.
AM2Rogue/Export_Code/gml_Object_oTank_Alarm_0.gml

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
}