home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / DinkySmash.swf / scripts / DefineSprite_693 / frame_572 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  247 b   |  15 lines

  1. stop();
  2. this._parent.claw.onEnterFrame = function()
  3. {
  4.    if(this._x > 80)
  5.    {
  6.       this._x -= 4;
  7.    }
  8.    else
  9.    {
  10.       delete this.onEnterFrame;
  11.       this._parent.instructions.play();
  12.       this._parent.instrDropBall();
  13.    }
  14. };
  15.