home *** CD-ROM | disk | FTP | other *** search
- speed = 2;
- s20._visible = 0;
- s30._visible = 0;
- s50._visible = 0;
- s100._visible = 0;
- sammo._visible = 0;
- var the_scr = random(5);
- if(the_scr == 0)
- {
- s20._visible = 1;
- }
- if(the_scr == 1)
- {
- s30._visible = 1;
- }
- if(the_scr == 2)
- {
- s50._visible = 1;
- }
- if(the_scr == 3)
- {
- s100._visible = 1;
- }
- if(the_scr == 4)
- {
- sammo._visible = 1;
- }
-