Im having a hard time figuring out the best way to add an object to my game and get it to follow a predefined path.
Im not sure if i need to create a bezier cure or if i can use waypoints or path finding. I thought about waypoints but its going to be difficult because of how my map is and its not really a tile map. Pathfinding will also be difficult because I cant set borders on the path because of the curved paths. So i think the only way will be bezier curve but i have no idea how to get this set up correctly. I have tried http://developer.coronalabs.com/code/bezier-curve-corona-sdk but I find if i switch devices the paths in a different position on the map, the object also moves very slow on the bends using this
Anybody have any suggestions? An example of the type of map im using is attached
