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

18 lines
324 B

if (active == 0)
{
active = 1
alarm[0] = 760
image_speed = 0.3
sound_play(sndGrab)
global.event[1005] = 1
with (oEventSolid2)
instance_destroy()
}
if (instance_exists(oLavaRise) == 0)
{
mover = instance_create(x, y, oLavaRise)
mover.time = 760
mover.rate = 1
mover.ydir = 1
}