home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / flashstrike / flashstrike.swf / scripts / frame_262 / DoAction_2.as next >
Encoding:
Text File  |  2006-02-03  |  634 b   |  7 lines

  1. _root.openWinCentre = function(url, winName, w, h, toolbar, location, directories, status, menubar, scrollbars, resizable)
  2. {
  3.    getURL("javascript:var myWin; if(!myWin || myWin.closed){myWin = window.open(\'" + url + "\',\'" + winName + "\',\'" + "width=" + w + ",height=" + h + ",toolbar=" + toolbar + ",location=" + location + ",directories=" + directories + ",status=" + status + ",menubar=" + menubar + ",scrollbars=" + scrollbars + ",resizable=" + resizable + ",top=\'+((screen.height/2)-(" + h / 2 + "))+\',left=\'+((screen.width/2)-(" + w / 2 + "))+\'" + "\')}else{myWin.focus();};void(0);","");
  4. };
  5. mouse.show();
  6. stop();
  7.