Graphics, Characters, Text & Rooms: Difference between revisions
Jump to navigation
Jump to search
Graphics, Characters, Text & Rooms (view source)
Revision as of 01:46, 1 December 2005
, 1 December 2005→Disabling diagonal walking altogether (only walk up/down/sideways)
Line 214: | Line 214: | ||
==Disabling diagonal walking altogether (only walk up/down/sideways)== | ==Disabling diagonal walking altogether (only walk up/down/sideways)== | ||
''How can I make it so that my character can ONLY walk in perpendicular directions (up/down/left/right)? In other words, disable diagonal walking altogether?'' | |||
Well, this is a tough one. Although it is currently not an option in AGS, it is being worked on and can be found in the [http://www.bigbluecup.com/tracker.php?action=detail&id=224 AGS bug/feature tracker]. Please check there frequently about this feature's status. | |||
Now, with most things not officially supported by AGS, there is probably a way to do this using some very advanced, troublesome, and frustrating script that even '''*I*''' don't know. Your best bet is to either search the [http://www.bigbluecup.com/yabb/index.php?board=10.0 Technical Archive] or ask somebody in the [http://www.bigbluecup.com/yabb/index.php?board=2.0 Technical Questions forum] about a script that will not allow any walking outside of pure up/down/sideways. | |||
==Animating your background images== | ==Animating your background images== | ||
==Having a character continuously animated in the background== | ==Having a character continuously animated in the background== |