home *** CD-ROM | disk | FTP | other *** search
- 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;
- }
- }
- stop();
-