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

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