So I have a limited amount of experience, but I can understand things quite well..I've made a little title thing, and continuing into a test box for testing out thingies that I code (thanks to the wonderful people in chat for helping clean that code up!) I was always soooo close when putting things together, just never on point BUT the code is nice
ACLS
Color 8
Locate 12,10 : ?"Press to start"
REPEAT
B=button()
UNTIL B>0
CLS
@TitleInit
SPSET 0,192,480,97,18
SPOFS 0,150,50
SPSCALE 0,1,2
WAIT 5
@TitleWait
REPEAT
B=button()
UNTIL B>0
SPCLR
'---------------------
VAR run% = TRUE
WHILE run%
'TEST BOX ENV
@TESTBOX
GPRIO -20
COLOR 8
C1 = RGB (256,0,0)
GBOX 10,10,390,230, C1
WEND
fortunately now I can get some stuff done maybe...I want to add a think that will print what Button is being pressed up in the right corner and such...eventually I'm goint to remake one of my favorite games, ATARI ENDURO! love that old racer.
here goes a new adventure I hope.