home *** CD-ROM | disk | FTP | other *** search
- §§push(true);
- §§push(false);
- §§push(false);
- §§push(true);
- while(true)
- {
- if(§§pop())
- {
- }
- if(§§pop())
- {
- }
- if(§§pop())
- {
- break;
- }
- §§push(true);
- §§push(false);
- }
- e = getProperty("f", _xscale);
- stop();
- gotoAndStop(g);
- h = function()
- {
- setProperty("f", _xscale, getProperty("f", _xscale) * 1.3);
- setProperty("f", _yscale, getProperty("f", _yscale) * 1.3);
- if(getProperty("f", _xscale) >= e * 2)
- {
- setProperty("f", _xscale, e);
- setProperty("f", _yscale, e);
- if(getProperty("f", _currentframe) == 2)
- {
- gotoAndStop(3);
- }
- else
- {
- gotoAndStop(2);
- }
- }
- };
-