home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / 2Deep.swf / scripts / frame_95 / DoAction.as
Encoding:
Text File  |  2005-08-08  |  252 b   |  16 lines

  1. _root.hoff._visible = false;
  2. _root.r = 0;
  3. _root.onData = function()
  4. {
  5.    if(s == 1)
  6.    {
  7.       _root.hoff._visible = true;
  8.    }
  9. };
  10. _root.loadVariables("hof.php?s=" + _root.scr);
  11. stop();
  12. ng.onRelease = function()
  13. {
  14.    gotoAndStop(94);
  15. };
  16.