HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Key-Movement Map

06-18-2006, 05:57 PM#1
Taco
I made a map that uses key-movement. I am not sure if the design is very effective (you could be the judge of that) but it works. The nly thngs wrong with it is that you cannot move diagonal and the walk animation is a little choppy, but besides that it is pretty good.
Attached Files
File type: w3xKey-Movement.w3x (17.9 KB)
06-18-2006, 06:12 PM#2
Rising_Dusk
I somehow don't think this goes in the trigger/script section.
Maybe General Development might make more sense.

Also, you can do diagonal if you detect key depresses as well (Letting them go). If you start a function when one key is hit, then destroy it when it's depressed, you can detect if the "Up" and "Right" functions are "On" at once, thus allowing you to adjust for diagonals.