Computer Science Canada ISP Game Code - Help Please |
Author: | BMR_Team [ Fri Apr 23, 2004 11:56 am ] |
Post subject: | ISP Game Code - Help Please |
My friend and I are working on our computer studies ISP, in which we are trying to make a "Dance Dance Revolution" type game. For some strange reason, the getch makes it freeze, with no apparent pattern. We just want it so that the animation and the scoring work smoothly, together, and you can input ASCII values from the arrow keys on the keyboard as much as you wish. Avid Turing Programmers |
Author: | Tony [ Fri Apr 23, 2004 12:29 pm ] |
Post subject: | |
don't use getch, use Input.KeyDown getch is a function that waits for input. If you must use getch, use it in conjunction with hasch() |