Search found 13 matches

by koopmicter
Wed Dec 15, 2004 9:38 am
Forum: Computer Hardware and Software
Topic: Packman
Replies: 5
Views: 916

Packman

<r> well i learned almost a lot of stuff maybe not a lot for this game but i know a bit..<br/> <br/> if statements <br/> var - all except boolean<br/> when and exit when and stuff like that<br/> loops<br/> pixels<br/> stuff like that.. <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE s...
by koopmicter
Tue Dec 14, 2004 10:53 am
Forum: Computer Hardware and Software
Topic: Packman
Replies: 5
Views: 916

Packman

<r> sorry i am very thankful for your help but you see my teacher has taught me a lot but i am sort of doing this on my own so could you break it down for me? i just wana be able to make my packman dude eat the other dots on the screen just like the real packman .. and when he runs though one side h...
by koopmicter
Mon Dec 13, 2004 10:03 am
Forum: Computer Hardware and Software
Topic: Packman
Replies: 5
Views: 916

Packman

<r> colorback (black)<br/> cls<br/> var x,y : int <br/> x:=100 <br/> y:=100 <br/> var chars : array char of boolean <br/> loop <br/> Input.KeyDown (chars) <br/> <br/> if chars (KEY_UP_ARROW) then <br/> y:=y+5 <br/> end if <br/> if chars (KEY_RIGHT_ARROW) then <br/> x:=x+5 <br/> end if <br/> if chars...
by koopmicter
Mon Dec 06, 2004 12:03 pm
Forum: Computer Hardware and Software
Topic: Any kind of help with do
Replies: 26
Views: 4302

Any kind of help with do

<r> now i am working on for commands as in <br/> <br/> for x:1..10<br/> put x<br/> end for<br/> <br/> this i know perfectly but it goes further in dept and its beging to be very confussing to me is there any other way it will become clearer to me? <br/> <br/> <COLOR color="#888888"><s>[color=#888888...
by koopmicter
Tue Nov 30, 2004 10:50 am
Forum: Computer Hardware and Software
Topic: Any kind of help with do
Replies: 26
Views: 4302

Any kind of help with do

<r> ok fur i understand most of the var talk this is what i understand so far..<br/> <br/> var (NAME OF VERB):(VERB TYPE)<br/> <br/> now name of verb can be what ever you want it to be from aushduisd to dogs.<br/> the verb type is either:<br/> string<br/> int<br/> real<br/> we dont use boolean in gr...
by koopmicter
Mon Nov 22, 2004 11:20 am
Forum: Computer Hardware and Software
Topic: Any kind of help with do
Replies: 26
Views: 4302

Any kind of help with do

<r> this is sorta going way far ahead of me i just learnt today about string variables please dont go to far ahead (just dont wana get to confussed maybe start a little easyier) thanks <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[size=85]</s>Archived topic from Icetek...
by koopmicter
Fri Nov 19, 2004 8:53 am
Forum: Computer Hardware and Software
Topic: Any kind of help with do
Replies: 26
Views: 4302

Any kind of help with do

<r> ok this is all of turing i know so far....<br/> <br/> i know how to type in words like put "~~~~~~"<br/> also i know how to calculate numbers <br/> i just learned how to use variables .. like var x:int or var x:real <br/> can you teach me more steps?<br/> just starting the easiest from that.. <b...
by koopmicter
Mon Nov 15, 2004 8:56 am
Forum: Computer Hardware and Software
Topic: Any kind of help with do
Replies: 26
Views: 4302

Any kind of help with do

I hope you can help.... not many people would ...

Archived topic from Iceteks, old topic ID:2825, old post ID:23254
by koopmicter
Fri Nov 12, 2004 9:33 am
Forum: Computer Hardware and Software
Topic: Any kind of help with do
Replies: 26
Views: 4302

Any kind of help with do

<r> ok so teach me ... <br/> be my tutor .. that can make money ?<br/> if i can get taught like simple steps i can send money through pay-pal ... no one around here knows programming so maybe you could be my tutor.. <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[size=85...
by koopmicter
Thu Nov 11, 2004 10:36 pm
Forum: Computer Hardware and Software
Topic: Keyup/keyrelease??!
Replies: 2
Views: 688

Keyup/keyrelease??!

hey red your from timmins?
im from brantford :)

Archived topic from Iceteks, old topic ID:2832, old post ID:23206
by koopmicter
Thu Nov 11, 2004 10:32 pm
Forum: Computer Hardware and Software
Topic: Any kind of help with do
Replies: 26
Views: 4302

Any kind of help with do

<r> ok thanks a lot .. maybe i should use C++ but i will just start to learn with turing since thats what my class is about...<br/> <br/> also do you know where to download turing for free?<br/> i want it on my home computer aswel so i have something to do and experiment with <br/> <br/> <COLOR colo...
by koopmicter
Wed Nov 10, 2004 10:53 am
Forum: Computer Hardware and Software
Topic: Any kind of help with do
Replies: 26
Views: 4302

Any kind of help with do

<r> thanks for the help i understand compile FULLY <E>:)</E> just with the line not really <br/> the password you dont remeber and i dont blame you and the mouse i copy and pasted that and it didnt work .. the BTN was sayin it wont work .. if theres anyway you can take it down a little notch would b...
by koopmicter
Tue Nov 09, 2004 11:21 am
Forum: Computer Hardware and Software
Topic: Any kind of help with do
Replies: 26
Views: 4302

Any kind of help with do

<r> Hey all i'm new to turing .. i really wana learn alot .. because i am taking a computer programming corse for grade 10 at the moment and i wana learn some stuff my teacher wont tell me.<br/> <br/> here is a little list if anyone can help me with it ...<br/> <br/> 1) Compiling<br/> 2) how to make...