Author |
Message |
Dylan-182

|
Posted: 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
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*"
|
|
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Shyfire

|
Posted: Fri May 13, 2005 10:24 am Post subject: (No subject) |
|
|
funny but.............................slightly disturbing **cowering in the fetal position in the corner**"IM GONNA TELL ON YOU!!!!!!!!!!!!!!!!!!!"
wow i scare myself sometimes  |
|
|
|
|
 |
Delos

|
Posted: Fri May 13, 2005 10:55 am Post subject: (No 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. |
|
|
|
|
 |
Dylan-182

|
Posted: Fri May 13, 2005 1:59 pm Post subject: (No subject) |
|
|
oky doke ill check it out ty for the input pplz  |
|
|
|
|
 |
Cervantes

|
|
|
|
 |
Dylan-182

|
Posted: Thu May 19, 2005 11:35 pm Post subject: (No subject) |
|
|
lol kk i wont post ne thing pointless and i already know if statements and loops lol |
|
|
|
|
 |
[Gandalf]

|
|
|
|
 |
Dylan-182

|
Posted: Fri May 20, 2005 10:06 pm Post subject: (No subject) |
|
|
lol im pretty sure i know the dreaded array already lmao its not all that complex unless im missing something here  |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Bacchus

|
Posted: Fri May 20, 2005 10:28 pm Post subject: (No subject) |
|
|
then move onto the enjoyable flexible array |
|
|
|
|
 |
Dylan-182

|
Posted: Fri May 20, 2005 10:30 pm Post subject: (No subject) |
|
|
sounds good 2 me lol ty for the advice u shuld read my other post about my number guess lol i need help with it  |
|
|
|
|
 |
[Gandalf]

|
Posted: Sat May 21, 2005 8:23 pm Post subject: (No 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 .
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. |
|
|
|
|
 |
Dylan-182

|
Posted: Sun May 22, 2005 5:06 pm Post subject: (No subject) |
|
|
kk awesome ill check it out  |
|
|
|
|
 |
|