Hello, I would like my 'Sprite' object to move along the outline of my 'Ground' object, which is rectangularly shaped. Using the BoundBox I was able to get it working on one instance, however when I try using multiple instances, it all falls apart. The ultimate goal is to combine multiple 'Ground' objects in order to make big levels in which the 'Sprite' object follows the cursor whilst always being attached to the walls/floors of the level.
Any help would be greatly appreciated. Thank you.