home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_1813 / frame_7 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  102 b   |  9 lines

  1. if(_root.powerbar == 2)
  2. {
  3.    gotoAndPlay(5);
  4. }
  5. if(_root.powerbar == 0)
  6. {
  7.    gotoAndPlay(1);
  8. }
  9.