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(spark1)
|
|
{
|
|
spark1.x = x
|
|
spark1.y = y
|
|
}
|
|
if instance_exists(spark2)
|
|
{
|
|
spark2.x = x
|
|
spark2.y = y
|
|
}
|
|
if instance_exists(spark3)
|
|
{
|
|
spark3.x = x
|
|
spark3.y = y
|
|
}
|