home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / shoot.swf / scripts / DefineSprite_32_super / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-26  |  207 b   |  11 lines

  1. onMouseDown = function()
  2. {
  3.    if(this.hitTest(_root._xmouse,_root._ymouse,true))
  4.    {
  5.       if(!_root.hiscoreshowed)
  6.       {
  7.          getUrl("http://surpassarcade.com/", "_blank");
  8.       }
  9.    }
  10. };
  11.