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

  1. if(_root.powerbar == 3)
  2. {
  3.    trace("2momomomomom");
  4.    _root.powerbarnotification.gotoAndPlay(2);
  5.    gotoAndPlay(7);
  6. }
  7. if(_root.powerbar == 0)
  8. {
  9.    gotoAndPlay(1);
  10. }
  11. if(_root.powerbar == 1)
  12. {
  13.    gotoAndPlay(3);
  14. }
  15.