Re: Purebasic Amiga Demo?
Posted: Tue Jun 01, 2010 10:46 pm
It is possible to do this
like positions of starfields inside the rainbow bars mean starfields can go under 400 to 700.
instead of doing this
here idea
Hiya all = Text Scrollings
______ = Rainbow Bar
* = Starfields
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
______________________________________________________________
* * * *
* * * *
* * * * *
______________________________________________________________