Return object to original spot

Hello,

I am making a solitaire type game. I have most working but am having trouble getting cards to return to their position if they were incorrectly placed. Any ideas?

Thank,
Jason

Hi Jason,

You could store their original locations (X&Y) as object variables, then if they were not placed correctly have the card reset to the stored location.

1 Like

Thanks! With your suggestion I was able to find a solution here on this forum.

(Is possible store X,Y Position in same Variable?)

Thanks for your help! :slightly_smiling_face:

1 Like