I want to make a sidescroller game, that is why I wanted to know how to make the default movement West and East. Thank you if you could help me
Sep 30 2012, 1:02 pm
Best response
|
|
http://www.byond.com/docs/ref/info.html#/world/var/ map_format
|
In response to OXuchihaXO
|
|
Remove the macros from the list of macros, or cancel movement on those directions in Move()
|
In response to NNAAAAHH
|
|
More specifically, through returning 0 via client/Move() when the NORTH or SOUTH keys are pressed:
client/Move(loc, dir) // Called when a player is trying to move |