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

12 lines
183 B

with (oControl)
event_user(2)
with (camera)
instance_destroy()
if (global.mapmarker == 1)
{
with (marker)
instance_destroy()
}
view_xview[0] = 0
view_yview[0] = 0