home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OvCata.swf / scripts / DefineSprite_157 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  358 b   |  18 lines

  1. if(_root.endlevel2)
  2. {
  3.    if(_root.level1._x < -1411)
  4.    {
  5.       if(_root.level1._x > -1450)
  6.       {
  7.          _root.sheep.waves._visible = true;
  8.          _root.sheep._y += 1.5;
  9.          if(_root.sheep._y > 220)
  10.          {
  11.             _root.sheep._y = 220;
  12.             stop();
  13.          }
  14.          _root.sheep.sheepmask._y -= 5;
  15.       }
  16.    }
  17. }
  18.