home *** CD-ROM | disk | FTP | other *** search
- countdown -= "1";
- if(countdown == "0" and alientots < "40")
- {
- motherflag = "1";
- mothershipx = "-3";
- countdown = motherinit + random(mothercount) + "1";
- duplicateMovieClip("/mothership","mothergo","164" + 16384);
- setProperty("mothergo", _alpha, "100");
- setProperty("mothergo", _X, mothershipx * "4" + motheroffx);
- setProperty("mothergo", _Y, "3" * "4" + motheroffy);
- }
- else if(motherflag == "1")
- {
- mothershipx += "1";
- setProperty("mothergo", _X, mothershipx * "4" + motheroffx);
- if("90" < mothershipx)
- {
- motherflag = "0";
- removeMovieClip("mothergo");
- }
- }
- if("0" < prizeflag)
- {
- prizeflag -= "1";
- if(prizeflag == "0")
- {
- removeMovieClip("prizedisplay");
- }
- }
-