![]() |
using w,a,s,d to move - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: using w,a,s,d to move (/showthread.php?tid=1773) |
Re: using w,a,s,d to move - William - 19-05-2008 Sounds interesting, although I don't have any pointers for you. Re: using w,a,s,d to move - Tony - 20-05-2008 Change the chat system a bit. Enter to input into chat otherwise w, a, s, and d are enabled for movement. Re: using w,a,s,d to move - GIAKEN - 20-05-2008 Check with the macro prevention in GameLoop at the very top. It checks to see if their direction is changing but not using the arrow keys (I think), so that might be the problem. Re: using w,a,s,d to move - Rezeyu - 21-05-2008 I just changed the VBKeyCodes.. Ctrl + F / Replace. And.. I was done. But I used WASD for strafing. Re: using w,a,s,d to move - GIAKEN - 06-07-2008 http://directx4vb.vbgamer.com/DirectX4VB/TUT_DX7_DI.asp Re: using w,a,s,d to move - GIAKEN - 08-07-2008 HOLY SHIT!!!! GIAKEN Wrote:Check with the macro prevention in GameLoop at the very top. It checks to see if their direction is changing but not using the arrow keys (I think), so that might be the problem. Re: using w,a,s,d to move - GIAKEN - 09-07-2008 Haha ![]() ![]() |