ummmm, guys...i think u need to see my loading screen
hide mouse
sync on
loadertext$ = "PLEASE WAIT WHILE LOADING..."
cls
set text font "comic sans ms"
set text size 20
center text 300,80,loadertext$
ink RGB(0,255,0),200000000
box 20,20,600,40
ink rgb(255,0,0),200000000
box 20,20,20,40
wait 500
box 20,20,40,40
wait 750
box 20,20,60,40
wait 200
box 20,20,80,40
wait 900
box 20,20,100,40
wait 690
box 20,20,120,40
wait 320
box 20,20,180,40
wait 570
box 20,20,200,40
wait 1000
box 20,20,220,40
wait 100
box 20,20,260,40
wait 350
box 20,20,280,40
wait 420
box 20,20,300,40
wait 300
box 20,20,360,40
wait 6000
box 20,20,380,40
wait 120
box 20,20,420,40
wait 100
box 20,20,480,40
wait 420
box 20,20,520,40
wait 320
box 20,20,540,40
wait 720
box 20,20,580,40
wait 520
box 20,20,600,40
ink RGB(255,255,255),200000000
center text 300,100,"Press any key to continue"
that was my loading screen! how do i make it load at the same time the program loads.
‘Those who ignore the lessons of the past are doomed to repeat them’ (Napoleon)