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.
|
if instance_exists(oA1MovingPlatform)
|
|
{
|
|
y = oA1MovingPlatform.y
|
|
x = oA1MovingPlatform.x
|
|
}
|
|
else if instance_exists(oA1MovingPlatform2)
|
|
{
|
|
y = oA1MovingPlatform2.y
|
|
x = oA1MovingPlatform2.x
|
|
}
|