home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 April / PCnet 2006-06.4.iso / oyun / Arcade.EXE / pacman.swf / scripts / DefineSprite_70 / frame_15 / DoAction.as
Encoding:
Text File  |  2003-11-29  |  153 b   |  12 lines

  1. stop();
  2. tellTarget("/")
  3. {
  4.    if(notMute)
  5.    {
  6.       Snd.gotoAndPlay("EatFruit");
  7.    }
  8. }
  9. _root.score += fval;
  10. F.kval = fval;
  11. F.gotoAndPlay(2);
  12.