1. RE: keyboard problems
- Posted by Lucius Hilley <llhiii at bellsouth.net> Jun 19, 2002
- 428 views
Prevent from running at startup? Locate the annoying things in all the startup places. [Start], Run, Msconfig, [OK] If you have it then it can help. But be careful. Look under the startup tab. If you don't have Msconfig then Good luck. I'm not going to list all those dangerous registry locations here. Prevent from running at all? Locate the script interpreting programs. Wscript.exe, CScript.exe, VBScript.dll, and Jscript.dll Rename them AND Either watch windows complain OR DANGEROUSLY Remove all references to them from the registry. Stop currently running VBS program? CTRL-ALT-DEL Locate the running script interpreter. Wscript.exe, CScript.exe, VBScript.dll, or Jscript.dll Select it and [End Task] Good Luck Lucius L. Hilley III PS: I can't help with the exotica gaming issue :( and I still hate topica. mwfch at MWEB.CO.ZA wrote: > Hi all . > > I come in peace (always wanted to say that , hehe. Anyways , I was > useing Exotica , all peacefully and drinkin some coke on this warm > winter day , listining to linkin park when it all hit me : how do I > write a routine in exotica so that if I hold the arrow keys down , my > game charecter (sorry for any spelling faultz :) keeps on movin in that > direction ? Thanks > > 4 years programming and still an idiot > Ferdinand Greyling > PS : does anyone know how to stop VBS scripts from running on your comp > ? > > >
2. RE: keyboard problems
- Posted by Brian Broker <bkb at cnw.com> Jun 19, 2002
- 427 views
I'm not terribly familiar with Exotica's API but I would assume that there are routines to get the status of what keys are pressed on the keyboard. In your movement loop, you'd check the status of the arrow keys and move the character based on what keys are pressed. -- Brian Ferdinand wrote: > Hi all . > > I come in peace (always wanted to say that , hehe. Anyways , I was > useing Exotica , all peacefully and drinkin some coke on this warm > winter day , listining to linkin park when it all hit me : how do I > write a routine in exotica so that if I hold the arrow keys down , my > game charecter (sorry for any spelling faultz :) keeps on movin in that > direction ? Thanks > > 4 years programming and still an idiot > Ferdinand Greyling > PS : does anyone know how to stop VBS scripts from running on your comp > ?