Computer Science Canada Shooter help |
Author: | WooFerPPK [ Wed Oct 16, 2002 1:08 am ] | ||
Post subject: | Shooter help | ||
im making a program that shoots a > sign to a @ sign, my problem is when > goes past @ it doesnt show. here is my code. i acidently put Y as column and X as row please help BTW, this code is long.
|
Author: | WooFerPPK [ Fri Oct 18, 2002 7:56 am ] | ||
Post subject: | |||
some help please? i think this is the problem here
i dont know what to do to get > passed @ when it needs to |
Author: | Tony [ Sat Oct 19, 2002 9:56 am ] |
Post subject: | |
Hmm... It might have something to do with compiler. I think that in older versions, the locate is buggy and will erase the rest of the line after the text that was on it. And since the put "@" is after put ">" it might erace the > that you already put after the @ sign. Try getting a newer version of compiler or write your own function inctead of locate() |
Author: | Mike Pastah [ Fri Nov 08, 2002 4:57 am ] |
Post subject: | |
lol, i have no idea what's wrong, but that's a cool game.. simple, yet... cool |
Author: | WooFerPPK [ Fri Nov 08, 2002 5:42 am ] |
Post subject: | |
lol, thanks it took me a while to fiqure that out, btw thats a program u might do to if ur learning the same thing i am. |