Hello,
I have two instances of a sprite. How can I pick up the X and Y position of the first instance?
If by "first" you mean first created, then you can do System->Pick Nth instance event.
Or you can access instance properties without picking it, by using the expression Sprite(n), where "n" is the instance number (IID).
For example: Sprite(0).X
Develop games in your browser. Powerful, performant & highly capable.
dop2000 you are my hero of the week! Thank you so much!