Hi,
I'm making a card game, the problem is when i move a card to the bottom-right of the window game:
Card MoveTo (WindowWidth, WindowHeight)
this didn't work accurately:
https://drive.google.com/file/d/0B38Ir6KoVvgHdlBkVUlCNjF2dlE/edit?usp=sharing
However when i move it to 0,0 like that:
Card MoveTo (0, 0)
The card is well moved to the 0,0:
https://docs.google.com/file/d/0B38Ir6KoVvgHSVBNNEQwcmFESzg/edit?pli=1
Can anyone explain how to solve this ?
Thx.
PS: I'm running with fullscreen LetterBox scale, margin set to 0,0 and the image point is set to the top-left of each cards.