- Joined
- Jun 20, 2015
- Messages
- 34
- Reaction score
- 7
- First Language
- English
- Primarily Uses
I'm finding myself needing to know the location of a pictures X coordinate and store it into a variable.
I had tried $gameScreen.picture(n).x;
It doesn't crash, but if I print the variable to a message box it just prints out the function.
Is what I want possible?
Edit: I.E I would like to replace a picture with a new one, however the picture is constantly moving, so I need a way to find it and replace it rather than resetting it's position
I had tried $gameScreen.picture(n).x;
It doesn't crash, but if I print the variable to a message box it just prints out the function.
Is what I want possible?
Edit: I.E I would like to replace a picture with a new one, however the picture is constantly moving, so I need a way to find it and replace it rather than resetting it's position
