ID:162503
Dec 29 2007, 3:09 pm
|
|
For my game shinobi world online i am trying to make a running system. I want it to be like you walk then once you have reached the certain speed you're base icon and speed changes that can be called running. If anyone knows how i could do this it would be much apreciated, thank you for taking you're time to read this.
|
Copyright © 2024 BYOND Software.
All rights reserved.
Hints:
- Learn where to use usr appropriately, Move() and all other movement associated procedures are the worst place to use usr in... use src instead
- Calling the parent procedure ..() in Move() is extremely important. if you want them to move.