home *** CD-ROM | disk | FTP | other *** search
- [comment rip_starfield - clears the screen and builds a starfield backdrop]
- [rip_erase_view rip_color blue]
- [copy var01 0 label rp random 639 var02 random 339 var03 rip_pixel var02 var03 inc var01 iflt var01 200 goto rp mark]
- [rip_color lightblue copy var01 0 label rr random 639 var02 random 339 var03 rip_pixel var02 var03 inc var01 iflt var01 170 goto rr mark]
- [rip_color lightcyan copy var01 0 label rq random 639 var02 random 339 var03 rip_pixel var02 var03 inc var01 iflt var01 30 goto rq mark]
- [rip_color white copy var01 0 label rs random 639 var02 random 339 var03 rip_pixel var02 var03 inc var01 iflt var01 100 goto rs mark]
- [rip_no_more]
-