Computer Science Canada Processes problem! Desparate!!! |
Author: | wk1989 [ Tue Jun 07, 2005 8:30 pm ] | ||
Post subject: | Processes problem! Desparate!!! | ||
I have a program where user have to shoot the balloons, I tried to avoid processes, but it's impossible to because input from the mouse is required all times!!!! Please help me! This is my program, and I don't want any prcoesses because this is only one part, the whole thing executes 3-4 small programs, I'd like to be able to stop a processes after a certain procedure is done, is it possible to do that with Turing? Here's the program please take a look at it!!! thx
|
Author: | lyam_kaskade [ Tue Jun 07, 2005 8:48 pm ] |
Post subject: | |
Change the check process to a procedure, get rid of the and the for loop inside of it, and call the check procedure inside of the balloon procedure. Tweak it a bit to work out the speed, and it should work. |