home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / crazykoala.swf / scripts / frame_95 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  218 b   |  13 lines

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