NSFCD

Generally Speaking => Power On => Topic started by: Silverhawk79 on October 13, 2007, 08:11:53 PM

Title: I need some BASIC programming help.
Post by: Silverhawk79 on October 13, 2007, 08:11:53 PM
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:
Title: Re: I need some BASIC programming help.
Post by: Mystic on October 13, 2007, 08:14:16 PM
Did  you remember to input the data?

But seriously, what does all that mean?
Title: Re: I need some BASIC programming help.
Post by: Termanian_Knight on October 13, 2007, 08:16:33 PM
Remove the CLS, because I sometimes find it to loop and keep clearing the screen.
Title: Re: I need some BASIC programming help.
Post by: Silverhawk79 on October 13, 2007, 08:20:22 PM
Keeps giving me this:
Compile Error
Expecting ')' but encountered ','
Title: Re: I need some BASIC programming help.
Post by: Termanian_Knight on October 13, 2007, 08:23:54 PM
Mehbeh you mistyped?
Title: Re: I need some BASIC programming help.
Post by: NOA_ANDY 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

Title: Re: I need some BASIC programming help.
Post by: 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. >_>
Title: Re: I need some BASIC programming help.
Post by: NOA_ANDY on October 13, 2007, 08:36:10 PM
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. :(
Title: Re: I need some BASIC programming help.
Post by: blue_slime on October 14, 2007, 09:52:22 AM
double check the syntax.  it sounds like commas and parentheses are in the wrong order and/or number and/or positioning.