home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / frame_74 / DoAction_2.as next >
Text File  |  2007-09-26  |  99b  |  10 lines

  1. if(_root.OnStage == 4)
  2. {
  3.    trace("ok");
  4. }
  5. else
  6. {
  7.    trace("else");
  8.    gotoAndStop(82);
  9. }
  10.