Hey all,
I was wondering if it would be possible to change a display objects x coordinates using something of a pointer referring to it. Below is a example of what I want to do but it isn’t working.
thanks,
Chris
[lua]local object = display.newCircle(10, 10, 10);
local pointer = object;
pointer.x = 100; – This should move the objects x cordinates. [import]uid: 126017 topic_id: 29844 reply_id: 329844[/import]