home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / avenger.swf / scripts / frame_162 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  197 b   |  12 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.