Hi there code-masters!
I have a question for you guys, here it goes:
The following code is an example.
local function MOVE ( event ) if event.phase == "began" then IMAGE.x= 50 IMAGE.y= 50 end end
When this code is started, the IMAGE is moving 50x and 50y everytime. I want it not to do that!
I want my IMAGE to get back to the x/y=50 position. If i have a drag function so i can drag around IMAGE and place it on a new position. I want my example code above (MOVE) to get it back to where it first started, and not add 50pixels aside each time.
Hope i made myself clear enough, sorry for the bad English and grammar.
Ask if there is something you guys dont understand in my question!
Thank you!
