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
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.
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!