home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / snowball.swf / scripts / DefineSprite_260 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  192 b   |  13 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(this.hitTest(_root._xmouse,_root._ymouse,true))
  4.    {
  5.       this.gotoAndStop(2);
  6.    }
  7.    else
  8.    {
  9.       this.gotoAndStop(1);
  10.    }
  11. };
  12. stop();
  13.