home *** CD-ROM | disk | FTP | other *** search
- function init_payoff()
- {
- payoff_index = 0;
- num_fruits = _root.salad_got[payoff_index];
- _root.salad_menu.got_fruit = num_fruits;
- _root.salad_menu.which_fruit = _root.salad_things[payoff_index];
- var menu_label = num_fruits + _root.salad_things[payoff_index];
- _root.salad_menu.gotoAndStop(menu_label);
- _parent.salad_menu.minus_one();
- }
- function animate_payoff()
- {
- init_payoff();
- gotoAndPlay(12);
- }
- var payoffAudioAdj = false;
- stop();
-