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

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