client
North()
return 1
East()
return 1
South()
return 1
West()
return 1
I've used this code in my other games but when I use it in this game, it goes in the diagonal directions instead of going horizontal and vertical.
ID:145432
Mar 21 2006, 7:27 pm
|
|
client I've used this code in my other games but when I use it in this game, it goes in the diagonal directions instead of going horizontal and vertical. |
In response to Nintendo
|
|
Ok, thanks. I'll edit if theres a problem :D
Strangely, it worked but with the opposite directions. client Northeast() return 1 Northwest() return 1 Southeast() return 1 Southwest() return 1 |
To disable diagonal movements you would use
to disable regular horizontal and vertical movements you would use