So how do you like my FP? (No ending time set) |
Awsome |
|
0% |
[ 0 ] |
Good |
|
12% |
[ 3 ] |
Average |
|
24% |
[ 6 ] |
Needs Improvement |
|
36% |
[ 9 ] |
Sux |
|
28% |
[ 7 ] |
|
Total Votes : 25 |
|
Author |
Message |
McKenzie
|
Posted: Tue Jan 27, 2004 10:33 pm Post subject: (No subject) |
|
|
Well it matters a lot. As a grade 10 project thats great. As a grade 11, well ... more average |
|
|
|
|
|
Sponsor Sponsor
|
|
|
AsianSensation
|
Posted: Wed Jan 28, 2004 12:55 pm Post subject: (No subject) |
|
|
for gr. 11, it's avg. It's a good start though, do some more interface, error checking, stuff like that, and you have a pretty good game. I liked the fact that you drew the person yourself, instead of getting a picture out of somewhere. That shows that at least you spend some time on it.
1 moooooore thing (as uncle would say), use Mouse.ButtonWait, it will take away the problem of the user holding the mouse button down and just pressing r all the time. |
|
|
|
|
|
beamer
|
Posted: Wed Jan 28, 2004 2:26 pm Post subject: (No subject) |
|
|
Well Mckenzie, they don't have a comp prog course for grade 10, just grade 11 and 12 |
|
|
|
|
|
shorthair
|
Posted: Wed Jan 28, 2004 4:13 pm Post subject: (No subject) |
|
|
No way , i thought all schools had to have it , i mean its bad enough that grade 10 is not a prerequisit to grade 11 , but to not have it at all is absurd |
|
|
|
|
|
Cervantes
|
Posted: Wed Jan 28, 2004 4:28 pm Post subject: (No subject) |
|
|
at my school gr 10 is a prerequisit for gr 11... also there is a gr 10 course (naturally)... you can even take it as a double credit course combined with gr 9 computers (learning crap like word and excel). except we really skip through that whole course in about 2 weeks
anyways,
Cheers |
|
|
|
|
|
McKenzie
|
Posted: Wed Jan 28, 2004 6:55 pm Post subject: (No subject) |
|
|
I'd have to rate it as Good then. ( I think I already voted AVG) |
|
|
|
|
|
shorthair
|
Posted: Thu Jan 29, 2004 12:03 pm Post subject: (No subject) |
|
|
come to the dark side , we can show you the way McKenzie your powers are weak ,the darkside laughs at your misuse of the force |
|
|
|
|
|
beamer
|
Posted: Thu Jan 29, 2004 3:32 pm Post subject: my crappy canadian school... |
|
|
well at my school, you gotta take a business course in grd 9 (exel, word, crap like that) and in grd 10, you can take a comp engineering course where you learn about the components of simple things and you get to make a thing that makes an LED flash if you connect it to a battery (ooooh, aaaah) |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Maverick
|
Posted: Thu Jan 29, 2004 4:16 pm Post subject: (No subject) |
|
|
Don't you program in grade 10 engineering at your school? We use visual basic, and actually making led's is quite fun. |
|
|
|
|
|
beamer
|
Posted: Thu Jan 29, 2004 5:23 pm Post subject: (No subject) |
|
|
nope. we just deal with the parts of the comp and learning to solder components onto a chip so that things work (the LED). It's pretty crappy. |
|
|
|
|
|
shorthair
|
Posted: Thu Jan 29, 2004 5:25 pm Post subject: (No subject) |
|
|
I skipped grade 10 , and strted at grade 11 , went right into logic gates ,boolean algebra and numbersstems , being able to write in octal is cool |
|
|
|
|
|
Maverick
|
Posted: Thu Jan 29, 2004 6:48 pm Post subject: (No subject) |
|
|
Man thats a chitty comp engineering class. We get to make progs in vb and integrate them with LED's so u can play games and sutff with the led. |
|
|
|
|
|
beamer
|
Posted: Fri Jan 30, 2004 5:29 pm Post subject: (No subject) |
|
|
Well AsianSensation, I can't seem to get the mouse.buttonwait thing to work becuase i was using mousewhere before and it's button command is differant from the buttonwait. I don't understand it enought to change everything to work for it. |
|
|
|
|
|
Cervantes
|
Posted: Fri Jan 30, 2004 5:56 pm Post subject: (No subject) |
|
|
wow looks like my school has the best compsci classes!
after one gr 9 / gr 10 course (that almost everyone took in gr 9, including me), we did word and excel, tons of turing, AND a month of VB |
|
|
|
|
|
McKenzie
|
Posted: Fri Jan 30, 2004 6:11 pm Post subject: (No subject) |
|
|
For the buttonwait without the buttonwait (I'm not a big fan of buttonwait)
code: |
proc up
var x,y,b:int
loop
mousewhere(x,y,b)
exit when b=0
end loop
end up
|
just forces them to play fair |
|
|
|
|
|
|