home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / DeliBEEry.swf / scripts / DefineSprite_110 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-06  |  156 b   |  11 lines

  1. stop();
  2. scoreover = _root.barra.score;
  3. tryag.onRelease = function()
  4. {
  5.    tellTarget(_root)
  6.    {
  7.       gotoAndStop("games");
  8.       play();
  9.    }
  10. };
  11.