home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / taxidriver.swf / scripts / DefineSprite_404 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-12  |  720 b   |  41 lines

  1. §§push(true);
  2. §§push(false);
  3. §§push(false);
  4. §§push(true);
  5. while(true)
  6. {
  7.    if(┬º┬ºpop())
  8.    {
  9.    }
  10.    if(┬º┬ºpop())
  11.    {
  12.    }
  13.    if(┬º┬ºpop())
  14.    {
  15.       break;
  16.    }
  17.    ┬º┬ºpush(true);
  18.    ┬º┬ºpush(false);
  19. }
  20. e = getProperty("f", _xscale);
  21. stop();
  22. gotoAndStop(g);
  23. h = function()
  24. {
  25.    setProperty("f", _xscale, getProperty("f", _xscale) * 1.3);
  26.    setProperty("f", _yscale, getProperty("f", _yscale) * 1.3);
  27.    if(getProperty("f", _xscale) >= e * 2)
  28.    {
  29.       setProperty("f", _xscale, e);
  30.       setProperty("f", _yscale, e);
  31.       if(getProperty("f", _currentframe) == 2)
  32.       {
  33.          gotoAndStop(3);
  34.       }
  35.       else
  36.       {
  37.          gotoAndStop(2);
  38.       }
  39.    }
  40. };
  41.