home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / beaverdive.swf / scripts / DefineSprite_109 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  171 b   |  12 lines

  1. if(Number(_Y) > Number(120))
  2. {
  3.    _Y = _Y - yvel / 10;
  4.    _rotation = Number(_rotation) + Number(rotacion);
  5. }
  6. else
  7. {
  8.    _Y = y;
  9.    _X = x;
  10.    gotoAndPlay(1);
  11. }
  12.