home *** CD-ROM | disk | FTP | other *** search
- pcount = punkte;
- i = 1;
- while(i < 8)
- {
- removeMovieClip("muchte" + i);
- i = 1 + i;
- }
- abstand = 550 / level;
- startpos = abstand / 2;
- i = 1;
- while(level >= i)
- {
- duplicateMovieClip("muchtendummy","muchte" + i,16384 + i);
- setProperty("muchte" + i, _X, startpos + abstand * (i - 1));
- setProperty("muchte" + i, _Y, 300);
- if(random(2) == 1)
- {
- setProperty("muchte" + i, _xscale, -80);
- }
- i = 1 + i;
- }
- if(level < 7)
- {
- seed = seeder - 4 * level;
- }
- else
- {
- seed -= 2;
- if(seed < 8)
- {
- seed = 8;
- }
- }
- if(4 < level)
- {
- inkrement += 1;
- if(10 < inkrement)
- {
- inkrement = 10;
- }
- }
- play();
-