home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / miffyrecipe.swf / scripts / DefineSprite_287 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  475 b   |  18 lines

  1. function init_payoff()
  2. {
  3.    payoff_index = 0;
  4.    num_fruits = _root.salad_got[payoff_index];
  5.    _root.salad_menu.got_fruit = num_fruits;
  6.    _root.salad_menu.which_fruit = _root.salad_things[payoff_index];
  7.    var menu_label = num_fruits + _root.salad_things[payoff_index];
  8.    _root.salad_menu.gotoAndStop(menu_label);
  9.    _parent.salad_menu.minus_one();
  10. }
  11. function animate_payoff()
  12. {
  13.    init_payoff();
  14.    gotoAndPlay(12);
  15. }
  16. var payoffAudioAdj = false;
  17. stop();
  18.