Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / help with game

Author
Message
Milky the purple crab
19
Years of Service
User Offline
Joined: 5th Aug 2005
Location:
Posted: 5th Feb 2006 10:17
Hi i made this game, well started on it and i want to fix some of the problems with it please try it and you will see what is wrong with it.



thanks

MILKY

I don't fear pain.....I fear feeling it.
Big Man
19
Years of Service
User Offline
Joined: 4th Feb 2005
Location: BEHIND YOU!!!! (but I live in England)
Posted: 5th Feb 2006 12:16
could yuo be a bit more specific.

What is going wrong with it?

BM

Our aim is to keep the loo's clean, your aim can help.
SimSmall
20
Years of Service
User Offline
Joined: 7th Aug 2004
Location: United Kingdom
Posted: 5th Feb 2006 13:15
Quote: "IF INPUT = A THEN GOTO DIS1A"


input is a command and cannot be used as a variable... on the line above
Quote: "INPUT ">""

after the quote mark, put a comma, then a name to store the variable as. such as
input ">",choice$

then replace
Quote: "IF INPUT = A THEN GOTO DIS1A"
with if lower$(choice$) = "a" then goto DIS1A

every time you've got "if input = " you'll need to make this sort of change

...maybe one day I'll finish a project
Mr X
18
Years of Service
User Offline
Joined: 25th Sep 2005
Location: Universe, milkyway, sol-system, Earth...
Posted: 7th Feb 2006 11:17
If you want to make so you press a button to choose alternative, you can use the inkey$() command. Like this:



if you press the button 1 it will go to "blah".

Login to post a reply

Server time is: 2024-09-24 15:32:30
Your offset time is: 2024-09-24 15:32:30