ID:1722075
 
Code:


Problem description:

Um, hello - I just started...Is there a "library" out there, that might display "pixel movement", perhaps, "mouse pixel movement"??


Mouse pixel movement? Sorry, what are you intending?
pixel movement using mouse clicks to move? like click and walk to?
Well......

Unless you are using an extremely outdated version of BYOND, pixel movement is native, and an example of how to do so is shown when you create a new environment. So that covers one aspect of your seemingly open-ended question. Furthermore, if click-to-move is what you desire, this can be done several ways, and BYOND does offer a path finding system (although limited), which works with it's pixel movement system; this being step_to(source,target) or walk_to().

Lastly, if you're wanting a way to track mouse pixels over the map, this too is supported natively. MouseMove(), although it is suggest that you not define MouseMove() unless you really need it.