Computer Science Canada Input.KeyDown help... |
Author: | Dudewhatzup1 [ Fri May 13, 2005 4:35 pm ] | ||
Post subject: | Input.KeyDown help... | ||
hey need some help on making this movement thing work im having some problems ... i included a dl so that it will help ...
if i put that in the pic doesent show until u press a botton and it keeps flickering but i know to use view.Update but i dont know where to put it and how it works and if u find any more problems tell me and ill fix it.. if u teach me that is... |
Author: | [Gandalf] [ Fri May 13, 2005 5:37 pm ] | ||
Post subject: | |||
For View.Update to work you need:
and then add View.Update before the delay. The reason that it only shows link when you have something pressed is because you only told the program to do that. When you first start the program out, you have no set position, so it will not show anyways. Also, more importantly, you need to find a way to keep the position still in between press's. If you are stuck and can't figure out how to by yourself I have included some code below. |