Computer Science Canada my program...help pls |
Author: | air_force91 [ Tue Nov 25, 2003 1:39 pm ] | ||
Post subject: | my program...help pls | ||
ok well...this is a simple project...im not done yet...i need help with something:
ok....u know the loop part...with the sound...well...what if i want to end it after lets say a few seconds...after the winner is announced and then i want to clear the screen and do something else....in another words i want the loop to end in a few seconds and move onto something else...how could i do that? do u have any other suggestions that i could include in my assignment...??thanx... ![]() |
Author: | air_force91 [ Tue Nov 25, 2003 1:41 pm ] | ||
Post subject: | |||
here i wanted multiple numbers to change...u know...like in matrix...but i don't know how to...is there an easy way to make the effect? |
Author: | Dan [ Tue Nov 25, 2003 5:03 pm ] |
Post subject: | |
as for the matrix thing a quick sreach of turing secion whould get you: http://www.compsci.ca/v2/search.php?mode=results the top ones on that are full code for matrix effect in turing. |
Author: | Dan [ Tue Nov 25, 2003 5:09 pm ] |
Post subject: | |
as for the loop thing, if you replace the loop with a for loop then you can set it how may times it will run and it should stop once it has run that many times. to clear the screen use cls |
Author: | FDisk87 [ Sat Dec 06, 2003 4:52 pm ] |
Post subject: | |
so the point of this game is to enter a number that is greater than 5, then one that is less than 6, then greater than or equal to 9? |
Author: | air_force91 [ Sat Dec 06, 2003 8:53 pm ] |
Post subject: | |
nah...well...it was supposed to be a guessing game but it didn't work out...i could've worked it out if i had another day to work on the bonus project... ![]() |