Hi
I am trying to develop a labyrinth game for touch devices. I have searched they forum alot and havent been able to find the help i am looking for.
I found a great example by Yann where a circle limits anothers circles movement.
That is the closest i have found. (Yann's example)
I would like to be able to drag a sprite through the labyrinth. i have made a small image to help illustrate.
<img src="https://dl.dropboxusercontent.com/u/2560922/mobiledev/tests/labexample.png" border="0">
The problem is that i cant get my head around how to block the sprite from stopping at the wall, but still going along the wall as the circle does in yann's example.
And make sure the sprite does not "jump" over the wall.
Hope you can help me.