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

5 lines
131 B

instance_create(x, y, oA1MovingPlatformBG)
myblock = instance_create((x - 16), y, oSolid2x2)
if global.event[54]
event_user(0)