home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / FishyHop.swf / scripts / DefineSprite_108 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-05  |  147 b   |  8 lines

  1. _X = Stage.width / 2;
  2. _Y = Stage.height / 2;
  3. _root.stop();
  4. onPress = function()
  5. {
  6.    getUrl("http://www.freeworldgroup.com/", "_blank");
  7. };
  8.