Computer Science Canada

Interactive Story

Author:  Dylan-182 [ Fri May 13, 2005 9:48 am ]
Post subject:  Interactive Story

ok i had 2 make a small interactive program for school and it was really late so i decided 2 make this, where do u guys think i shuld go with turing? i know bits and pieces whats the next thing i shuld start trying 2 learn? ne ways heres the story thing enjoy Razz


code:

colourback (black)
colour (brightgreen)
cls
var name : string
put "ENTER THE MATRIX"
delay (3000)
put "you are now entering a place where nothing is as it seems"
delay (3000)
put "a place where cats eat people"
delay (3000)
put "a place where cats have wings and eat banana jam"
delay (3000)
put "the girl at the rock show..."
delay (3000)
put "sorry i got distracted"
delay (3000)
put "ne ways the matrix is scary blah blah blah yadda yadda uno the story"
delay (4000)
put "ne ways whats ur name?"
get name
put "well i dont like that name " , name, " ew what an ugly name"
delay (3000)
put "in fact i dont like you so im going 2 stop talking"
delay (1000)
put "cya later"
delay (5000)
put "stupid kids and there gameboys"
delay (6000)
put "oh your still here " ,name, " u shuld go away now"
delay (6000)
put "no seriously leave or ill call the cops on you"
delay (7000)
put "all right thats it im calling the cops"
delay (3000)
put "*dials 911*"
delay (3000)
put "*ring ring*"
delay (3000)
put "*ring ring*"
delay (3000)
put "*ring ring*"
delay (3000)
put "hello cops? oh sorry mom i didnt mean 2 wake you wrong number"
delay (4000)
put "your lucky there " ,name, " i called my mommy on you tho your in for it now"
delay (4000)
put "mommy they were makin fun of meeee"
delay (4000)
put "*mother comes on phone*"
delay (4000)
put " you leave my son alone you little hoodlem!"
delay(3000)
put " *hangs up phone*"

Author:  Shyfire [ Fri May 13, 2005 10:24 am ]
Post subject: 

funny but.............................slightly disturbing **cowering in the fetal position in the corner**"IM GONNA TELL ON YOU!!!!!!!!!!!!!!!!!!!"



wow i scare myself sometimes Embarassed

Author:  Delos [ Fri May 13, 2005 10:55 am ]
Post subject: 

Thank you.

Please consider the following before you post a programme next time:
- check your spelling within your programme ("there gameboys").
- it's nice to see that you can use various commands, but what was the point of this? Next time, ask yourself whether anyone else will at all benefit from reading your code, or whether it's just for trips.
- I don't see how this is "interactive". The User enters their name. That's it.

As for 'where to go next'. Read the Tutorials. That's probably the best place to start.

Author:  Dylan-182 [ Fri May 13, 2005 1:59 pm ]
Post subject: 

oky doke ill check it out ty for the input pplz Smile

Author:  Cervantes [ Sat May 14, 2005 12:10 pm ]
Post subject: 

Learn if statements. After that, check out conditional and counting loops. And Delos is right: this doesn't benefit anybody. :/

Author:  Dylan-182 [ Thu May 19, 2005 11:35 pm ]
Post subject: 

lol kk i wont post ne thing pointless Very Happy and i already know if statements and loops Razz lol

Author:  [Gandalf] [ Fri May 20, 2005 8:05 am ]
Post subject: 

Then learn the dreaded array!! Shocked

Well, maybe that comes a bit later...

All you need to know:
http://www.compsci.ca/v2/viewtopic.php?t=8808

Author:  Dylan-182 [ Fri May 20, 2005 10:06 pm ]
Post subject: 

lol im pretty sure i know the dreaded array already lmao its not all that complex unless im missing something here Thinking

Author:  Bacchus [ Fri May 20, 2005 10:28 pm ]
Post subject: 

then move onto the enjoyable flexible array

Author:  Dylan-182 [ Fri May 20, 2005 10:30 pm ]
Post subject: 

sounds good 2 me Very Happy lol ty for the advice u shuld read my other post about my number guess lol i need help with it Very Happy

Author:  [Gandalf] [ Sat May 21, 2005 8:23 pm ]
Post subject: 

What I meant was: array + dynamic array + flexible array + 2d array + 43819d array.

Anyways, to help us give better advice, maybe you should show us a more recent example of a program you made. The one in this post is... well... simplistic Very Happy.

EDIT Indeed, after looking around, you should look up for loops, arrays, loops, things not to do, error checking, and a bunch of other stuff. Seriously, use that tutorial Cervantes made, its in pretty much the order you should learn stuff.

Author:  Dylan-182 [ Sun May 22, 2005 5:06 pm ]
Post subject: 

kk awesome ill check it out Very Happy


: