home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / snowrider.swf / scripts / DefineSprite_151 / frame_3 / DoAction.as
Encoding:
Text File  |  2005-07-22  |  214 b   |  14 lines

  1. if(!§§pop())
  2. {
  3.    _Y = _Y + speed;
  4.    _rotation = _rotation + speed * rotation;
  5.    if(150 < _Y)
  6.    {
  7.       _alpha = _alpha - 2;
  8.    }
  9.    if(_Y < 320)
  10.    {
  11.       gotoAndPlay(_currentframe - 1);
  12.    }
  13. }
  14.