Forum Discussion
trajectory
I created the following a few years ago to demonstrate and explain how to keep motion paths from advancing off the slide:
The demo has a full-screen grid that allows the user to always go up, down, left, or right -- until they reach the edge. That makes it relatively easy to control.
In your case, Patrick, if you keep the current design of the "streets," the programming would get much more complicated. So you might want to simplify the layout.
Or even consider changing how the entire interaction works. I'm not sure exactly what you're trying to accomplish with this interaction. Why should a user have to click multiple times to get to the different "addresses"? If there will be content associated with each spot, you could just have the user click each spot to show its content. Extra clicks just to show content aren't going to help them learn more. I think the users are more likely to get frustrated.