Hi;
im working for a game and there is a so strange problem
There is a handler for controlling the hero
if the hero has an accident, game show us a screen with 2 options
one of them is "facebook sharing" and the other one is "play again"
when i touch to "play again"; all values, hero's and handlers coordinates are resetting
this is the handlers coordinates for my phone ->(Rect)(645, 1725, 794, 1874)
after 4th or 5th resetting; restart function always logged above values but i cant touch and move the handler, because in gameview_touch function show me the
different value about handler.DestRect
I dont know why.
Please help me