home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / frame_67 / DoAction_2.as next >
Encoding:
Text File  |  2007-09-27  |  182 b   |  13 lines

  1. _root.specialone = "off";
  2. _root.specialtwo = "off";
  3. _root.specialthree = "off";
  4. if(_root.OnStage == 1)
  5. {
  6.    trace("ok");
  7. }
  8. else
  9. {
  10.    trace("else");
  11.    gotoAndStop(82);
  12. }
  13.