like positions of starfields inside the rainbow bars mean starfields can go under 400 to 700.
Code: Select all
; Generate the stars
For i=0 To num_stars-1
x(i,2)=Random(1000)+10 ; X
y=Random(400,700) ; Positions Start y=400 n Finsh y =700
x(i,3)=Random(5)+1 ; Speed
next
Code: Select all
; Generate the stars
For i=0 To num_stars-1
x(i,2)=Random(1000)+10 ; X
y(i,2)=Random(570)+ 1 ; Y
x(i,3)=Random(5)+1 ; Speed
Next
Hiya all = Text Scrollings
______ = Rainbow Bar
* = Starfields
Code: Select all
Hiya all and welcome
______________________________________________________________
* * * *
* * * *
* * * * *
______________________________________________________________