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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oA1MovingPlatfor...

11 lines
204 B

if instance_exists(oA1MovingPlatform)
{
y = oA1MovingPlatform.y
x = oA1MovingPlatform.x
}
else if instance_exists(oA1MovingPlatform2)
{
y = oA1MovingPlatform2.y
x = oA1MovingPlatform2.x
}