Main Menu

I need some BASIC programming help.

Started by Silverhawk79, October 13, 2007, 08:11:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Silverhawk79

CLS
SCREEN 12
LINE (60, 20)-(140, 30), 4, BF
LINE (60, 20)-(70, 130), 4, BF
LINE (70, 120)-(140, 130), 4, BF
LINE (160, 20)-(170, 130), 4, BF
LINE (170, 70)-(220, 80), 4, BF
LINE (220, 20)-(230, 130), 4, BF
LINE (250, 20)-(320, 30), 4, BF
LINE (280, 30)-(290, 130), 4, BF
LINE (250, 130)-(320, 120), 4, BF
LINE (340, 20)-(410, 30), 4, BF
LINE (340, 30)-(350, 130), 4, BF
LINE (430, 20)-(50, 30), 4, BF
LINE (430, 30)-(440, 130), 4, BF
LINE (440, 30)-(440, 150), 4, BF
LINE (440, 30)-(470, 100), 4, BF
LINE (520, 30)-(580, 50), 4, BF
LINE (520, 30)-(520, 100), 4, BF
LINE (520, 80)-(580, 100), 4, BF
LINE (580, 80)-(580, 150), 4, BF
LINE (520, 130)-(580, 150), 4, BF



This is supposed to form an image, but it's not working in my compiler. What am I doing wrong? D:

Mystic

Did  you remember to input the data?

But seriously, what does all that mean?

Termanian_Knight

Remove the CLS, because I sometimes find it to loop and keep clearing the screen.

Silverhawk79

Keeps giving me this:
Compile Error
Expecting ')' but encountered ','

Termanian_Knight


NOA_ANDY

I have absolutely no knowledge in this, but from the error code, it sounds like you need to change one or more sets of ,s to 's


Silverhawk79

Quote from: Gamemaster1379 on October 13, 2007, 08:32:20 PM
I have absolutely no knowledge in this, but from the error code, it sounds like you need to change one or more sets of ,s to 's


I know, but that doesn't help a whole lot. >_>

NOA_ANDY

Quote from: Silverhawk79 on October 13, 2007, 08:32:42 PM
Quote from: Gamemaster1379 on October 13, 2007, 08:32:20 PM
I have absolutely no knowledge in this, but from the error code, it sounds like you need to change one or more sets of ,s to 's


I know, but that doesn't help a whole lot. >_>

:D

...sorry. :(

blue_slime

double check the syntax.  it sounds like commas and parentheses are in the wrong order and/or number and/or positioning.