home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / avenger.swf / scripts / frame_171 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  304 b   |  27 lines

  1. if(_root.r == 1)
  2. {
  3.    if(_root.s == 1)
  4.    {
  5.       _root.hof(2);
  6.    }
  7.    else
  8.    {
  9.       _root.hof(3);
  10.    }
  11. }
  12. else
  13. {
  14.    _root.onData = function()
  15.    {
  16.       if(_root.s == 1)
  17.       {
  18.          _root.hof(2);
  19.       }
  20.       else
  21.       {
  22.          _root.hof(3);
  23.       }
  24.    };
  25. }
  26. stop();
  27.