Saturday, 3 September 2011

Image.move vs Image.y

It appears that Image.move(x,y) is much more reliable than Image.y. I found this out by pure luck, seeing the move method in the auto-complete. I say 'more reliable' because I have used Image.y and Image.x to move images in other parts of my program, and they are perfectly happy.

So odd.

No comments:

Post a Comment