home *** CD-ROM | disk | FTP | other *** search
- count = _root.theScript.tempcount[myPlace];
- if(count == 0)
- {
- tellTarget("/number" add myx add myy)
- {
- gotoAndPlay(2);
- }
- }
- else if(count == 1)
- {
- tellTarget("/number" add myx add myy)
- {
- gotoAndPlay(3);
- }
- }
- else if(count == 2)
- {
- tellTarget("/number" add myx add myy)
- {
- gotoAndPlay(4);
- }
- }
- else if(count == 3)
- {
- tellTarget("/number" add myx add myy)
- {
- gotoAndPlay(5);
- }
- }
- else if(count == 4)
- {
- tellTarget("/number" add myx add myy)
- {
- gotoAndPlay(6);
- }
- }
- else if(count == 5)
- {
- tellTarget("/number" add myx add myy)
- {
- gotoAndPlay(7);
- }
- }
- else if(count == 6)
- {
- tellTarget("/number" add myx add myy)
- {
- gotoAndPlay(8);
- }
- }
- else if(count == 7)
- {
- tellTarget("/number" add myx add myy)
- {
- gotoAndPlay(9);
- }
- }
- else if(count == 8)
- {
- tellTarget("/number" add myx add myy)
- {
- gotoAndPlay(10);
- }
- }
- else if(count == 9)
- {
- tellTarget("/number" add myx add myy)
- {
- gotoAndPlay(11);
- }
- }
- if(eval("/thescript:numleft") == 0)
- {
- tellTarget("/")
- {
- countx = 1;
- county = 1;
- while(eval("/thescript:numx") >= countx)
- {
- while(eval("/thescript:numy") >= county)
- {
- removeMovieClip("apple" add countx add county);
- removeMovieClip("number" add countx add county);
- county += 1;
- }
- county = 1;
- countx += 1;
- }
- gotoAndStop("gotowin");
- play();
- }
- }
- stop();
-