home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / catitens.swf / scripts / DefineSprite_606 / frame_44 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  179 b   |  11 lines

  1. if(_root.menu_mc.life._currentframe != 4)
  2. {
  3.    _root.game_start = true;
  4.    _root.man_alpha.play();
  5.    _parent.gotoAndStop("stay");
  6. }
  7. else
  8. {
  9.    _parent.gotoAndStop(6);
  10. }
  11.