Computer Science Canada Can u turn off Input.KeyDown? |
Author: | bgmrk [ Fri Jan 27, 2006 1:16 am ] | ||
Post subject: | Can u turn off Input.KeyDown? | ||
I have a problem with a prgram i;m making... i have a part where the person picks the colour of there cirlce...i gave up suing buttons cause it just wasn't working out... so now i;m using Key Down... however both the player keydown is interfering with each other.. i have them in diff loops but it still dosen;t show up properly. help plz here's the code
|
Author: | Cervantes [ Fri Jan 27, 2006 8:59 am ] |
Post subject: | |
I haven't run the code, but I've got a hunch that it's getting to the second loop and exitting it while enter is still pressed down (when you exit the first loop). You might want to add a delay in between the loops (after you display the instructions.) |
Author: | bgmrk [ Fri Jan 27, 2006 10:12 am ] |
Post subject: | |
thanx that helped... but now i ran into another prob....c my other post for help...whatdotcolour |