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_oTesterEye_Other...

33 lines
561 B

flashing = 5
with (oTester)
{
flashing = 6
if (enableforcefield == 0)
{
enableforcefield = 1
glass.enabled = 1
}
}
with (oTesterShield)
flashing = 8
with (oTesterCannon)
flashing = 10
if (myhealth <= 0)
{
make_explosion3(x, y)
repeat (30)
instance_create(x, y, oDebris)
with (oTester)
{
state = 100
statetime = -1
alarm[10] = 1
alarm[11] = 300
}
with (oTesterShield)
event_user(1)
visible = false
}
sfx_stop(sndTesterHit)
sfx_play(sndTesterHit)