STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228071
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/41970976?noj=FRM41970976-28DC" width="1" height="1"></div>

The Bar.swf

This is the info page for
Flash #7607

(Click the ID number above for more basic data on this flash file.)


Text
LOADING

created by:
Christos Xidas
David Ball

music from:
www.incompetech.com

play

play

the

bar

created by

drag them by clicking and
holding with the mouse

take empty glasses from
here to fill with drink

drag glass to the
appropriate tray to fill
with beer or fizzy drink.
Press the button or pull
the lever to fill glass

drag fininshed drink in front of
customer for them to accept it
if this drink was expected, it will
dissapear and you will recieve a
time bonus

?

00000

you scored:

play again

play again

return to menu

return to menu

better luck next time!

you took too long
serving the drinks and a
huge queue is forming...

Too slow!

+3sec

+5sec

+10sec

+15sec

+20sec

Level 1

Level 2

Level 3

Level 4

Level 5

Level 6

Level 7

Time left:

Score:

0000000

0000000000

Thanks mate!

Cheers!

Nice one!

Cheers dude!

Lovely thanks!

Bottoms up!

Down the hatch!

cheers cock!

Hmm... lurvely
beer

thanks matey

about bloody
time!!!

x1

x2

ActionScript [AS1/AS2]

Frame 1
function smash_start() { smashRandom = random(2) + 1; if (smashRandom == 1) { _root.smashSound1.start(); } else { _root.smashSound2.start(); } } function pour_beer_start() { _root.pour_beer.start(); } function pour_beer_stop() { _root.pour_beer.stop(); } function thisMove(MovieName, moveVar) { MovieName._x = MovieName._x + moveVar; if (MovieName._x > 300) { MovieName._x = -346; } } fscommand ("fullscreen", "true"); fscommand ("showmenu", "false"); _root.lever1_state = false; _root.lever2_state = false; _root.spider_state = false; _root.worm_state = false; _root.cigarette_state = false; _root.ice_state = false; _root.speed = 0; _root.depth = 0; _root.temp_depth = 0; _root.pint_glass_fall = false; _root.tall_glass_fall = false; _root.lever1_occupied = false; _root.lever2_occupied = false; _root.lever1_glass = 0; _root.lever2_glass = 0; _root.lever1_overflow = false; _root.lever2_overflow = false; _root.order_no = 0; _root.make_order = false; _root.new_customer = true; _root.wait_for_order = false; _root.drink_type = 0; _root.current_drink_name = 0; _root.order_accomplish = false; _root.person_order = 0; _root.speech_no = 0; _root.current_drink_movie = 0; _root.remove_animation = false; _root.start_time = 90; _root.drink_panel1_occupied = false; _root.drink_panel2_occupied = false; _root.drink_panel1_glass = 0; _root.drink_panel2_glass = 0; _root.drink_panel1_state = false; _root.drink_panel2_state = false; _root.drink_panel1_overflow = false; _root.drink_panel2_overflow = false; _root.latest_glass_movie = 0; _root.prev_customer_no = 0; _root.prev_speech_no = 0; _root.score = 0; _root.time_remaining = 60; _root.game_duration = 0; _root.speech_time_remaining = 20; _root.lever1_timout = 30; _root.lever2_timout = 30; _root.drink_panel1_timout = 30; _root.drink_panel2_timout = 30; _root.vodka_glass = 0; _root.whiskey_glass = 0; _root.gameover_screen_timout = 0; _root.player_level = 1; _root.speech_thanks_no; _root.game_finish = false; increaseTime = setInterval(function () { _root.score = _root.score + 20; _root.time_remaining--; _root.speech_time_remaining--; _root.game_duration++; _root.lever1_timout++; _root.lever2_timout++; _root.drink_panel1_timout++; _root.drink_panel2_timout++; _root.gameover_screen_timout++; }, 1000); _root.smashSound1 = new Sound(_root); _root.smashSound1.attachSound("glass_smash1"); _root.smashSound2 = new Sound(_root); _root.smashSound2.attachSound("glass_smash2"); _root.pour_beer = new Sound(_root); _root.pour_beer.attachSound("pour_beer"); _root.ice_drink = new Sound(_root); _root.ice_drink.attachSound("ice_drink"); _root.glass_onbar1 = new Sound(_root); _root.glass_onbar1.attachSound("glass_onbar1"); _root.glass_onbar2 = new Sound(_root); _root.glass_onbar2.attachSound("glass_onbar2"); _root.money = new Sound(_root); _root.money.attachSound("money"); _root.ice_drop = new Sound(_root); _root.ice_drop.attachSound("ice_drop"); _root.level_up = new Sound(_root); _root.level_up.attachSound("level_up"); _root.intro_mus = new Sound(_root); _root.intro_mus.attachSound("intro_mus"); _root.mus = new Sound(_root); _root.mus.attachSound("mus"); stop();
Frame 2
stopAllSounds(); _root.intro_mus.start(0, 99); _root.lever1_state = false; _root.lever2_state = false; _root.spider_state = false; _root.worm_state = false; _root.cigarette_state = false; _root.ice_state = false; _root.speed = 0; _root.pint_glass_fall = false; _root.tall_glass_fall = false; _root.lever1_occupied = false; _root.lever2_occupied = false; _root.lever1_glass = 0; _root.lever2_glass = 0; _root.lever1_overflow = false; _root.lever2_overflow = false; _root.order_no = 0; _root.make_order = false; _root.new_customer = true; _root.wait_for_order = false; _root.drink_type = 0; _root.current_drink_name = 0; _root.order_accomplish = false; _root.person_order = 0; _root.speech_no = 0; _root.current_drink_movie = 0; _root.remove_animation = false; _root.start_time = 90; _root.drink_panel1_occupied = false; _root.drink_panel2_occupied = false; _root.drink_panel1_glass = 0; _root.drink_panel2_glass = 0; _root.drink_panel1_state = false; _root.drink_panel2_state = false; _root.drink_panel1_overflow = false; _root.drink_panel2_overflow = false; _root.latest_glass_movie = 0; _root.prev_customer_no = 0; _root.prev_speech_no = 0; _root.score = 0; _root.time_remaining = 60; _root.game_duration = 0; _root.speech_time_remaining = 20; _root.lever1_timout = 30; _root.lever2_timout = 30; _root.drink_panel1_timout = 30; _root.drink_panel2_timout = 30; _root.vodka_glass = 0; _root.whiskey_glass = 0; _root.gameover_screen_timout = 0; _root.player_level = 1; _root.speech_thanks_no; _root.game_finish = false; _root.lever1.gotoAndStop(1); _root.lever2.gotoAndStop(1); _root.beer_pour1.gotoAndStop(1); _root.beer_pour2.gotoAndStop(1); _root.coke_pour.gotoAndStop(1); _root.lemon_pour.gotoAndStop(1); _root.vodka.gotoAndStop(2); _root.whiskey.gotoAndStop(2); _root.mov_drips1.gotoAndStop(1); _root.mov_drips2.gotoAndStop(1); removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; _root.temp_depth = 0; _root.depth = 0; stop();
Frame 4
stopAllSounds(); _root.mus.start(0, 99); setInterval(function () { if (_root.time_remaining == 0) { _root.time_remaining = 99; _root.game_finish = true; _root.final_score = _root.score; _root.gameover_screen_timout = 0; _root.end.play(); } if (_root.game_finish == true) { _root.score = 0; _root.time_remaining = 99; if (_root.gameover_screen_timout == 30) { _root.gotoAndStop(2); _root.end.gotoAndStop(1); } } else if (_root.game_duration == 120) { _root.game_duration = 0; _root.player_level++; _root.display_level.play(_root.player_level); _root.level_up.start(); } if (_root.lever1_timout == 17) { lever1.gotoAndPlay(13); _root.lever1_timout = 30; } if (_root.lever2_timout == 17) { lever2.gotoAndPlay(13); _root.lever2_timout = 30; } if (_root.drink_panel1_timout == 5) { _root.drink_panel1_timout = 30; _root.drink_panel1_state = false; _root.coke_pour.gotoAndStop(1); _root.drink_panel1_glass.glass.stop(); } if (_root.drink_panel2_timout == 5) { _root.drink_panel2_timout = 30; _root.drink_panel2_state = false; _root.lemon_pour.gotoAndStop(1); _root.drink_panel2_glass.glass.stop(); } if (_root.new_customer == true) { trace("here i come"); _root.customer_no = random(9) + 2; if (_root.customer_no != _root.prev_customer_no) { _root.customers.gotoAndStop(customer_no); _root.new_customer = false; } } if (_root.make_order == true) { _root.speech_no = random(20) + 2; if (_root.speech_no != _root.prev_speech_no) { _root.order_no++; _root.speech._alpha = 100; _root.speech.gotoAndStop(_root.speech_no); _root.make_order = false; _root.wait_for_order = true; if (_root.player_level == 1) { _root.speech_time_remaining = 40; } else if (_root.player_level == 2) { _root.speech_time_remaining = 30; } else if (_root.player_level == 3) { _root.speech_time_remaining = 20; } else if (_root.player_level == 4) { _root.speech_time_remaining = 15; } else if (_root.player_level == 5) { _root.speech_time_remaining = 10; } else if (_root.player_level == 6) { _root.speech_time_remaining = 5; } else if (_root.player_level == 7) { _root.speech_time_remaining = 3; } } } if (_root.start_time != 0) { _root.start_time--; } else { if (_root.wait_for_order == true) { if ((_root.current_drink_type == _root["order" + _root.order_no][0][1]) && (_root["order" + _root.order_no][0][2] > 0)) { _root["order" + _root.order_no][0][2]--; trace("nice one1"); _root.remove_animation = true; trace(_root["order" + _root.order_no]); if ((_root.current_drink_type == "beer1") || (_root.current_drink_type == "beer2")) { _root.bonus_drink.gotoAndStop("3sec"); _root.time_remaining = _root.time_remaining + 3; } else { _root.bonus_drink.gotoAndStop("3sec"); _root.time_remaining = _root.time_remaining + 3; } _root.speech_thanks_no = random(9) + 2; if (_root.speech_thanks_no != _root.prev_speech_thanks_no) { _root.speech_general.gotoAndStop(_root.speech_thanks_no); } } if ((_root["order" + _root.order_no][0][2] == 0) && (_root["order" + _root.order_no][0][0] == "notok")) { _root["order" + _root.order_no][0][0] = "ok"; trace(_root["order" + _root.order_no]); } if (_root["order" + _root.order_no][0][0] != "ok") { _root.order_accomplish = false; } if ((_root.current_drink_type == _root["order" + _root.order_no][1][1]) && (_root["order" + _root.order_no][1][2] > 0)) { _root["order" + _root.order_no][1][2]--; trace("nice one2"); _root.remove_animation = true; trace(_root["order" + _root.order_no]); if ((_root.current_drink_type == "beer1") || (_root.current_drink_type == "beer2")) { _root.bonus_drink.gotoAndStop("3sec"); _root.time_remaining = _root.time_remaining + 3; } else { _root.bonus_drink.gotoAndStop("3sec"); _root.time_remaining = _root.time_remaining + 3; } _root.speech_thanks_no = random(10) + 2; if (_root.speech_thanks_no != _root.prev_speech_thanks_no) { _root.speech_general.gotoAndStop(_root.speech_thanks_no); } } if ((_root["order" + _root.order_no][1][2] == 0) && (_root["order" + _root.order_no][1][0] == "notok")) { _root["order" + _root.order_no][1][0] = "ok"; } if (_root["order" + _root.order_no][1][0] != "ok") { _root.order_accomplish = false; } if ((_root.current_drink_type == _root["order" + _root.order_no][2][1]) && (_root["order" + _root.order_no][2][2] > 0)) { _root["order" + _root.order_no][2][2]--; trace("nice one3"); _root.remove_animation = true; trace(_root["order" + _root.order_no]); if ((_root.current_drink_type == "beer1") || (_root.current_drink_type == "beer2")) { _root.bonus_drink.gotoAndStop("3sec"); _root.time_remaining = _root.time_remaining + 3; } else { _root.bonus_drink.gotoAndStop("3sec"); _root.time_remaining = _root.time_remaining + 3; } _root.speech_thanks_no = random(7) + 2; if (_root.speech_thanks_no != _root.prev_speech_thanks_no) { _root.speech_general.gotoAndStop(_root.speech_thanks_no); } } if ((_root["order" + _root.order_no][2][2] == 0) && (_root["order" + _root.order_no][2][0] == "notok")) { _root["order" + _root.order_no][2][0] = "ok"; } if (_root["order" + _root.order_no][2][0] != "ok") { _root.order_accomplish = false; } if ((_root.current_drink_type == _root["order" + _root.order_no][3][1]) && (_root["order" + _root.order_no][3][2] > 0)) { _root["order" + _root.order_no][3][2]--; trace("nice one4"); _root.remove_animation = true; trace(_root["order" + _root.order_no]); if ((_root.current_drink_type == "beer1") || (_root.current_drink_type == "beer2")) { _root.bonus_drink.gotoAndStop("3sec"); _root.time_remaining = _root.time_remaining + 3; } else { _root.bonus_drink.gotoAndStop("3sec"); _root.time_remaining = _root.time_remaining + 3; } _root.speech_thanks_no = random(7) + 2; if (_root.speech_thanks_no != _root.prev_speech_thanks_no) { _root.speech_general.gotoAndStop(_root.speech_thanks_no); } } _root.current_drink_type = 0; if ((_root["order" + _root.order_no][3][2] == 0) && (_root["order" + _root.order_no][3][0] == "notok")) { _root["order" + _root.order_no][3][0] = "ok"; } if (_root["order" + _root.order_no][3][0] != "ok") { _root.order_accomplish = false; } } if (_root.remove_animation == true) { _root.current_drink_movie._alpha = _root.current_drink_movie._alpha - 10; if (_root.current_drink_movie._alpha < 1) { _root.remove_animation = false; removeMovieClip(_root.current_drink_movie); } } if (_root.order_accomplish == true) { _root.prev_customer_no = _root.customer_no; _root.prev_speech_no = _root.speech_no; _root.money.start(); _root.customer_no--; _root.customers["customer" + _root.customer_no].gotoAndStop("leave"); _root.order_accomplish = false; _root.wait_for_order = false; _root.speech.gotoAndStop(1); _root.time_remaining = _root.time_remaining + 5; _root.bonus_order.gotoAndStop("5sec"); _root.speech_general_no = random(7) + 2; _root.speech_general.gotoAndStop(_root.speech_general_no); } if (_root.wait_for_order == true) { _root.order_accomplish = true; } } _root.prev_speech_thanks_no == _root.speech_thanks_no; if (_root.speech_time_remaining <= 0) { _root.speech._alpha--; } }, 50); stop();
Instance of Symbol 127 MovieClip "end" in Frame 4
onClipEvent (load) { this.swapDepths(32004); }
Instance of Symbol 138 MovieClip "spider" in Frame 4
onClipEvent (load) { spider_xpos = this._x; spider_ypos = this._y; }
Instance of Symbol 150 MovieClip "bonus_order" in Frame 4
onClipEvent (load) { this.swapDepths(32001); }
Instance of Symbol 150 MovieClip "bonus_drink" in Frame 4
onClipEvent (load) { this.swapDepths(32001); }
Instance of Symbol 219 MovieClip "vodka" in Frame 4
on (press) { startDrag (_root.vodka, true); } on (release) { stopDrag(); _root.vodka.gotoAndStop(2); }
Instance of Symbol 222 MovieClip "whiskey" in Frame 4
on (press) { startDrag (_root.whiskey, true); } on (release) { stopDrag(); _root.whiskey.gotoAndStop(2); }
Instance of Symbol 274 MovieClip "cigarette" in Frame 4
onClipEvent (load) { fag_xpos = this._x; fag_ypos = this._y; trace("ypos of fagman is "); trace(fag_ypos); }
Instance of Symbol 323 MovieClip "lever2" in Frame 4
on (press) { _root.lever2.play(); _root.lever2_timout = 0; }
Instance of Symbol 324 MovieClip "lever1" in Frame 4
on (press) { _root.lever1.play(); _root.lever1_timout = 0; }
Instance of Symbol 346 MovieClip "worm" in Frame 4
onClipEvent (load) { worm_xpos = this._x; worm_ypos = this._y; worm_rotation = this._rotation; trace("worm ypos start" + _root.worm.worm_ypos); } onClipEvent (enterFrame) { if (_root.worm_state == false) { this._x = this._x + 0.4; } }
Symbol 17 MovieClip Frame 1
bytes_loaded = Math.round(_root.getBytesLoaded()); bytes_total = Math.round(_root.getBytesTotal()); getPercent = bytes_loaded / bytes_total; loadBar._width = getPercent * 100; loadText = Math.round(getPercent * 100) + "%"; if (bytes_loaded == bytes_total) { _root.gotoAndPlay(2); }
Symbol 17 MovieClip Frame 2
gotoAndPlay (1);
Symbol 27 Button
on (release) { _root.lever1_state = false; _root.lever2_state = false; _root.spider_state = false; _root.worm_state = false; _root.cigarette_state = false; _root.ice_state = false; _root.speed = 0; _root.depth = 0; _root.temp_depth = 0; _root.pint_glass_fall = false; _root.tall_glass_fall = false; _root.lever1_occupied = false; _root.lever2_occupied = false; _root.lever1_glass = 0; _root.lever2_glass = 0; _root.lever1_overflow = false; _root.lever2_overflow = false; _root.order_no = 0; _root.make_order = false; _root.new_customer = true; _root.wait_for_order = false; _root.drink_type = 0; _root.current_drink_name = 0; _root.order_accomplish = false; _root.person_order = 0; _root.speech_no = 0; _root.current_drink_movie = 0; _root.remove_animation = false; _root.start_time = 90; _root.drink_panel1_occupied = false; _root.drink_panel2_occupied = false; _root.drink_panel1_glass = 0; _root.drink_panel2_glass = 0; _root.drink_panel1_state = false; _root.drink_panel2_state = false; _root.drink_panel1_overflow = false; _root.drink_panel2_overflow = false; _root.latest_glass_movie = 0; _root.prev_customer_no = 0; _root.prev_speech_no = 0; _root.score = 0; _root.time_remaining = 60; _root.game_duration = 0; _root.speech_time_remaining = 20; _root.lever1_timout = 30; _root.lever2_timout = 30; _root.drink_panel1_timout = 30; _root.drink_panel2_timout = 30; _root.vodka_glass = 0; _root.whiskey_glass = 0; _root.gameover_screen_timout = 0; _root.player_level = 1; _root.speech_thanks_no; _root.game_finish = false; _root.lever1.gotoAndStop(1); _root.lever2.gotoAndStop(1); _root.beer_pour1.gotoAndStop(1); _root.beer_pour2.gotoAndStop(1); _root.coke_pour.gotoAndStop(1); _root.lemon_pour.gotoAndStop(1); _root.vodka.gotoAndStop(2); _root.whiskey.gotoAndStop(2); _root.mov_drips1.gotoAndStop(1); _root.mov_drips2.gotoAndStop(1); _root.temp_depth = 0; _root.depth = 0; this.gotoAndPlay(3); }
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 2
this.fill_level = 1;
Symbol 70 MovieClip Frame 80
this.fill_level = 2; this._parent.drink_type = this._parent.temp_drink_type; stop();
Symbol 70 MovieClip Frame 81
this.fill_level = 1;
Symbol 70 MovieClip Frame 159
this.fill_level = 2; this._parent.drink_type = this._parent.temp_drink_type; stop();
Instance of Symbol 31 MovieClip "movie51" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 6); }
Instance of Symbol 31 MovieClip "movie34" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 4); }
Instance of Symbol 31 MovieClip "movie7" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 3); }
Instance of Symbol 31 MovieClip "movie3" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 3); }
Instance of Symbol 31 MovieClip "movie3" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 5); }
Instance of Symbol 31 MovieClip "movie51" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 4); }
Instance of Symbol 31 MovieClip "movie51" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 1); }
Instance of Symbol 31 MovieClip "movie51" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 5); }
Instance of Symbol 31 MovieClip "movie1" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 1); }
Instance of Symbol 31 MovieClip "movie3" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 3); }
Instance of Symbol 31 MovieClip "movie2" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 7); }
Instance of Symbol 31 MovieClip "movie4" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 0.5); }
Instance of Symbol 31 MovieClip "movie5" in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 2); }
Symbol 105 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 456
_root.help.help_on = true; stop();
Symbol 109 Button
on (release) { if (_root.help.help_on == true) { _root.help.gotoAndStop(1); _root.help.help_on = false; } else { _root.help.play(); _root.help.help_on = true; } }
Instance of Symbol 31 MovieClip "movie51" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 6); }
Instance of Symbol 31 MovieClip "movie34" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 4); }
Instance of Symbol 31 MovieClip "movie7" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 3); }
Instance of Symbol 31 MovieClip "movie3" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 3); }
Instance of Symbol 31 MovieClip "movie3" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 5); }
Instance of Symbol 31 MovieClip "movie51" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 4); }
Instance of Symbol 31 MovieClip "movie51" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 1); }
Instance of Symbol 31 MovieClip "movie51" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 5); }
Instance of Symbol 31 MovieClip "movie1" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 1); }
Instance of Symbol 31 MovieClip "movie3" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 3); }
Instance of Symbol 31 MovieClip "movie2" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 7); }
Instance of Symbol 31 MovieClip "movie4" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 0.5); }
Instance of Symbol 31 MovieClip "movie5" in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) { _root.thisMove(this, 2); }
Symbol 119 Button
on (release) { _root.lever1_state = false; _root.lever2_state = false; _root.spider_state = false; _root.worm_state = false; _root.cigarette_state = false; _root.ice_state = false; _root.speed = 0; _root.pint_glass_fall = false; _root.tall_glass_fall = false; _root.lever1_occupied = false; _root.lever2_occupied = false; _root.lever1_glass = 0; _root.lever2_glass = 0; _root.lever1_overflow = false; _root.lever2_overflow = false; _root.order_no = 0; _root.make_order = false; _root.new_customer = true; _root.wait_for_order = false; _root.drink_type = 0; _root.current_drink_name = 0; _root.order_accomplish = false; _root.person_order = 0; _root.speech_no = 0; _root.current_drink_movie = 0; _root.remove_animation = false; _root.start_time = 90; _root.drink_panel1_occupied = false; _root.drink_panel2_occupied = false; _root.drink_panel1_glass = 0; _root.drink_panel2_glass = 0; _root.drink_panel1_state = false; _root.drink_panel2_state = false; _root.drink_panel1_overflow = false; _root.drink_panel2_overflow = false; _root.latest_glass_movie = 0; _root.prev_customer_no = 0; _root.prev_speech_no = 0; _root.score = 0; _root.time_remaining = 60; _root.game_duration = 0; _root.speech_time_remaining = 20; _root.lever1_timout = 30; _root.lever2_timout = 30; _root.drink_panel1_timout = 30; _root.drink_panel2_timout = 30; _root.vodka_glass = 0; _root.whiskey_glass = 0; _root.gameover_screen_timout = 0; _root.player_level = 1; _root.speech_thanks_no; _root.game_finish = false; _root.lever1.gotoAndStop(1); _root.lever2.gotoAndStop(1); _root.beer_pour1.gotoAndStop(1); _root.beer_pour2.gotoAndStop(1); _root.coke_pour.gotoAndStop(1); _root.lemon_pour.gotoAndStop(1); _root.vodka.gotoAndStop(2); _root.whiskey.gotoAndStop(2); _root.mov_drips1.gotoAndStop(1); _root.mov_drips2.gotoAndStop(1); removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; _root.temp_depth = 0; _root.depth = 0; _root.gotoAndPlay(3); this.gotoAndStop(1); }
Symbol 123 Button
on (release) { _root.lever1_state = false; _root.lever2_state = false; _root.spider_state = false; _root.worm_state = false; _root.cigarette_state = false; _root.ice_state = false; _root.speed = 0; _root.pint_glass_fall = false; _root.tall_glass_fall = false; _root.lever1_occupied = false; _root.lever2_occupied = false; _root.lever1_glass = 0; _root.lever2_glass = 0; _root.lever1_overflow = false; _root.lever2_overflow = false; _root.order_no = 0; _root.make_order = false; _root.new_customer = true; _root.wait_for_order = false; _root.drink_type = 0; _root.current_drink_name = 0; _root.order_accomplish = false; _root.person_order = 0; _root.speech_no = 0; _root.current_drink_movie = 0; _root.remove_animation = false; _root.start_time = 90; _root.drink_panel1_occupied = false; _root.drink_panel2_occupied = false; _root.drink_panel1_glass = 0; _root.drink_panel2_glass = 0; _root.drink_panel1_state = false; _root.drink_panel2_state = false; _root.drink_panel1_overflow = false; _root.drink_panel2_overflow = false; _root.latest_glass_movie = 0; _root.prev_customer_no = 0; _root.prev_speech_no = 0; _root.score = 0; _root.time_remaining = 60; _root.game_duration = 0; _root.speech_time_remaining = 20; _root.lever1_timout = 30; _root.lever2_timout = 30; _root.drink_panel1_timout = 30; _root.drink_panel2_timout = 30; _root.vodka_glass = 0; _root.whiskey_glass = 0; _root.gameover_screen_timout = 0; _root.player_level = 1; _root.speech_thanks_no; _root.game_finish = false; _root.lever1.gotoAndStop(1); _root.lever2.gotoAndStop(1); _root.beer_pour1.gotoAndStop(1); _root.beer_pour2.gotoAndStop(1); _root.coke_pour.gotoAndStop(1); _root.lemon_pour.gotoAndStop(1); _root.vodka.gotoAndStop(2); _root.whiskey.gotoAndStop(2); _root.mov_drips1.gotoAndStop(1); _root.mov_drips2.gotoAndStop(1); removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; removeMovieClip(_root["tall_glass" + _root.depth]); removeMovieClip(_root["pint_glass" + _root.depth]); _root.depth--; _root.temp_depth = 0; _root.depth = 0; _root.gotoAndStop(2); this.gotoAndStop(1); }
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 40
stop();
Symbol 129 Button
on (press) { _root.spider_state = true; startDrag (_root.spider); this._parent.stop(); } on (release) { _root.spider_state = false; stopDrag(); _root.spider.gotoAndPlay(2); }
Symbol 138 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 2
_root.temp_depth = _root.depth; if (_root.spider.spider_animate.hitTest(_root["tall_glass" + _root.temp_depth])) { _root["tall_glass" + _root.temp_depth].spider.nextFrame(); _root.spider._x = spider_xpos - 12; _root.spider._y = spider_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.spider.spider_animate.gotoAndPlay(1); gotoAndStop (1); } if (_root.spider.spider_animate.hitTest(_root["pint_glass" + _root.temp_depth])) { _root["pint_glass" + _root.temp_depth].spider.nextFrame(); _root.spider._x = spider_xpos - 12; _root.spider._y = spider_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.spider.spider_animate.gotoAndPlay(1); gotoAndStop (1); } _root.temp_depth--; if (_root.spider.spider_animate.hitTest(_root["tall_glass" + _root.temp_depth])) { _root["tall_glass" + _root.temp_depth].spider.nextFrame(); _root.spider._x = spider_xpos - 12; _root.spider._y = spider_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.spider.spider_animate.gotoAndPlay(1); gotoAndStop (1); } if (_root.spider.spider_animate.hitTest(_root["pint_glass" + _root.temp_depth])) { _root["pint_glass" + _root.temp_depth].spider.nextFrame(); _root.spider._x = spider_xpos - 12; _root.spider._y = spider_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.spider.spider_animate.gotoAndPlay(1); gotoAndStop (1); } _root.temp_depth--; if (_root.spider.spider_animate.hitTest(_root["tall_glass" + _root.temp_depth])) { _root["tall_glass" + _root.temp_depth].spider.nextFrame(); _root.spider._x = spider_xpos - 12; _root.spider._y = spider_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.spider.spider_animate.gotoAndPlay(1); gotoAndStop (1); } if (_root.spider.spider_animate.hitTest(_root["pint_glass" + _root.temp_depth])) { _root["pint_glass" + _root.temp_depth].spider.nextFrame(); _root.spider._x = spider_xpo - 12; _root.spider._y = spider_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.spider.spider_animate.gotoAndPlay(1); gotoAndStop (1); } _root.temp_depth--; if (_root.spider.spider_animate.hitTest(_root["tall_glass" + _root.temp_depth])) { _root["tall_glass" + _root.temp_depth].spider.nextFrame(); _root.spider._x = spider_xpos - 12; _root.spider._y = spider_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.spider.spider_animate.gotoAndPlay(1); gotoAndStop (1); } if (_root.spider.spider_animate.hitTest(_root["pint_glass" + _root.temp_depth])) { _root["pint_glass" + _root.temp_depth].spider.nextFrame(); _root.spider._x = spider_xpos - 12; _root.spider._y = spider_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.spider.spider_animate.gotoAndPlay(1); gotoAndStop (1); } _root.temp_depth--; if (_root.spider.spider_animate.hitTest(_root["tall_glass" + _root.temp_depth])) { _root["tall_glass" + _root.temp_depth].spider.nextFrame(); _root.spider._x = spider_xpos - 12; _root.spider._y = spider_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.spider.spider_animate.gotoAndPlay(1); gotoAndStop (1); } if (_root.spider.spider_animate.hitTest(_root["pint_glass" + _root.temp_depth])) { _root["pint_glass" + _root.temp_depth].spider.nextFrame(); _root.spider._x = spider_xpos - 12; _root.spider._y = spider_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.spider.spider_animate.gotoAndPlay(1); gotoAndStop (1); } if (_root.spider._y < 610) { _root.speed = _root.speed + 1; _root.spider._y = _root.spider._y + _root.speed; play(); } else { _root.spider._x = spider_xpos; _root.spider._y = spider_ypos; _root.speed = 10; _root.ice_drink.start(); _root.spider.spider_animate.gotoAndPlay(1); gotoAndStop (1); }
Symbol 138 MovieClip Frame 3
gotoAndPlay (2);
Symbol 141 MovieClip Frame 21
this._parent.gotoAndStop(1); stop();
Symbol 143 MovieClip Frame 21
this._parent.gotoAndStop(1); stop();
Symbol 145 MovieClip Frame 21
this._parent.gotoAndStop(1); stop();
Symbol 147 MovieClip Frame 21
this._parent.gotoAndStop(1); stop();
Symbol 149 MovieClip Frame 21
this._parent.gotoAndStop(1); stop();
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
stop();
Symbol 150 MovieClip Frame 3
stop();
Symbol 150 MovieClip Frame 4
stop();
Symbol 150 MovieClip Frame 5
stop();
Symbol 150 MovieClip Frame 6
stop();
Symbol 154 MovieClip Frame 66
stop();
Symbol 156 MovieClip Frame 56
stop();
Symbol 158 MovieClip Frame 56
stop();
Symbol 160 MovieClip Frame 56
stop();
Symbol 162 MovieClip Frame 56
stop();
Symbol 164 MovieClip Frame 56
stop();
Symbol 166 MovieClip Frame 56
stop();
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 2
stop();
Symbol 167 MovieClip Frame 3
stop();
Symbol 167 MovieClip Frame 4
stop();
Symbol 167 MovieClip Frame 5
stop();
Symbol 167 MovieClip Frame 6
stop();
Symbol 167 MovieClip Frame 7
stop();
Symbol 173 Button
on (press) { _root.ice_state = true; startDrag (_root.ice, true); } on (release) { _root.ice_state = false; stopDrag(); nextFrame(); }
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 2
_root.temp_depth = _root.depth; if (((_root.ice._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.ice._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); if (_root["tall_glass" + _root.temp_depth].drink_type == "vodka") { _root["tall_glass" + _root.temp_depth].drink_type = "vodka_ice"; } else if (_root["tall_glass" + _root.temp_depth].drink_type == "whiskey") { _root["tall_glass" + _root.temp_depth].drink_type = "whiskey_ice"; } else { _root["tall_glass" + _root.temp_depth].drink_type = "ice"; } gotoAndStop (1); } if (((_root.ice._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.ice._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.ice._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.ice._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); if (_root["tall_glass" + _root.temp_depth].drink_type == "vodka") { _root["tall_glass" + _root.temp_depth].drink_type = "vodka_ice"; } else if (_root["tall_glass" + _root.temp_depth].drink_type == "whiskey") { _root["tall_glass" + _root.temp_depth].drink_type = "whiskey_ice"; } gotoAndStop (1); } if (((_root.ice._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.ice._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.ice._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.ice._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); if (_root["tall_glass" + _root.temp_depth].drink_type == "vodka") { _root["tall_glass" + _root.temp_depth].drink_type = "vodka_ice"; } else if (_root["tall_glass" + _root.temp_depth].drink_type == "whiskey") { _root["tall_glass" + _root.temp_depth].drink_type = "whiskey_ice"; } gotoAndStop (1); } if (((_root.ice._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.ice._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.ice._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.ice._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); if (_root["tall_glass" + _root.temp_depth].drink_type == "vodka") { _root["tall_glass" + _root.temp_depth].drink_type = "vodka_ice"; } else if (_root["tall_glass" + _root.temp_depth].drink_type == "whiskey") { _root["tall_glass" + _root.temp_depth].drink_type = "whiskey_ice"; } gotoAndStop (1); } if (((_root.ice._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.ice._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.ice._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.ice._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); if (_root["tall_glass" + _root.temp_depth].drink_type == "vodka") { _root["tall_glass" + _root.temp_depth].drink_type = "vodka_ice"; } else if (_root["tall_glass" + _root.temp_depth].drink_type == "whiskey") { _root["tall_glass" + _root.temp_depth].drink_type = "whiskey_ice"; } gotoAndStop (1); } if (((_root.ice._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.ice._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.ice._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.ice._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); if (_root["tall_glass" + _root.temp_depth].drink_type == "vodka") { _root["tall_glass" + _root.temp_depth].drink_type = "vodka_ice"; } else if (_root["tall_glass" + _root.temp_depth].drink_type == "whiskey") { _root["tall_glass" + _root.temp_depth].drink_type = "whiskey_ice"; } gotoAndStop (1); } if (((_root.ice._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.ice._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.ice._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.ice._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); if (_root["tall_glass" + _root.temp_depth].drink_type == "vodka") { _root["tall_glass" + _root.temp_depth].drink_type = "vodka_ice"; } else if (_root["tall_glass" + _root.temp_depth].drink_type == "whiskey") { _root["tall_glass" + _root.temp_depth].drink_type = "whiskey_ice"; } gotoAndStop (1); } if (((_root.ice._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.ice._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.ice._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.ice._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); if (_root["tall_glass" + _root.temp_depth].drink_type == "vodka") { _root["tall_glass" + _root.temp_depth].drink_type = "vodka_ice"; } else if (_root["tall_glass" + _root.temp_depth].drink_type == "whiskey") { _root["tall_glass" + _root.temp_depth].drink_type = "whiskey_ice"; } gotoAndStop (1); } if (((_root.ice._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.ice._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.ice._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.ice._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); if (_root["tall_glass" + _root.temp_depth].drink_type == "vodka") { _root["tall_glass" + _root.temp_depth].drink_type = "vodka_ice"; } else if (_root["tall_glass" + _root.temp_depth].drink_type == "whiskey") { _root["tall_glass" + _root.temp_depth].drink_type = "whiskey_ice"; } gotoAndStop (1); } if (((_root.ice._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.ice._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.ice._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.ice._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); if (_root["tall_glass" + _root.temp_depth].drink_type == "vodka") { _root["tall_glass" + _root.temp_depth].drink_type = "vodka_ice"; } else if (_root["tall_glass" + _root.temp_depth].drink_type == "whiskey") { _root["tall_glass" + _root.temp_depth].drink_type = "whiskey_ice"; } gotoAndStop (1); } if (((_root.ice._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.ice._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.ice._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].ice.nextFrame(); _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drink.start(); gotoAndStop (1); } if (_root.ice._y < 610) { _root.speed = _root.speed + 1; _root.ice._y = _root.ice._y + _root.speed; _root.ice._rotation = _root.ice._rotation + 10; play(); } else { _root.ice._x = 657.6; _root.ice._y = 518.9; _root.speed = 10; _root.ice_drop.start(); gotoAndStop (1); }
Symbol 175 MovieClip Frame 3
gotoAndPlay (2);
Symbol 195 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 35
stop();
Symbol 204 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 35
stop();
Symbol 206 MovieClip Frame 25
stop();
Symbol 208 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 34
gotoAndPlay ("start");
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
stop();
Symbol 218 MovieClip Frame 67
_root.vodka._x = 158.95; _root.vodka._y = 517.05; _root.vodka.gotoAndStop(1);
Symbol 219 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 2
if ((_root.vodka._y >= 328) || (_root.vodka._y <= 233)) { trace("out"); _root.vodka._x = 158.95; _root.vodka._y = 517.05; gotoAndStop (1); } else { _root.temp_depth = _root.depth; trace("in"); distance_x = 1000; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.vodka._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.vodka._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.vodka._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.vodka._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.vodka._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.vodka_glass = _root["tall_glass" + _root.temp_depth]; } } } gotoAndStop (1); if (distance_x != 1000) { _root.vodka._x = _root.vodka_glass._x + 60; _root.vodka._y = _root.vodka_glass._y - 20; if ((_root.vodka_glass.drink_type == "coke") || (_root.vodka_glass.drink_type == "vodka_coke")) { _root.vodka_glass.drink_type = "vodka_coke"; } else if ((_root.vodka_glass.drink_type == "lemon") || (_root.vodka_glass.drink_type == "vodka_lemon")) { _root.vodka_glass.drink_type = "vodka_lemon"; } else if ((_root.vodka_glass.drink_type == "vodka") || (_root.vodka_glass.drink_type == "vodka_ice")) { } else if (_root.vodka_glass.drink_type == "ice") { _root.vodka_glass.drink_type = "vodka_ice"; _root.vodka_glass.vodka_shot.play(); } else { _root.vodka_glass.drink_type = "vodka"; _root.vodka_glass.vodka_shot.play(); } trace(_root.vodka_glass.drink_type); gotoAndPlay (3); } }
Symbol 219 MovieClip Frame 3
stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 67
_root.whiskey._x = 212.25; _root.whiskey._y = 529.8; _root.whiskey.gotoAndStop(1);
Symbol 222 MovieClip Frame 1
stop();
Symbol 222 MovieClip Frame 2
if ((_root.whiskey._y >= 348.8) || (_root.whiskey._y <= 256.8)) { trace("out"); _root.whiskey._x = 212.25; _root.whiskey._y = 529.8; gotoAndStop (1); } else { _root.temp_depth = _root.depth; trace("in"); distance_x = 1000; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } _root.temp_depth--; if ((_root.whiskey._x <= (_root["tall_glass" + _root.temp_depth]._x + 70)) && (_root.whiskey._x >= (_root["tall_glass" + _root.temp_depth]._x - 70))) { if (_root.whiskey._x >= _root["tall_glass" + _root.temp_depth]._x) { temp_distance_x = _root.whiskey._x - _root["tall_glass" + _root.temp_depth]._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } else { temp_distance_x = _root["tall_glass" + _root.temp_depth]._x - _root.whiskey._x; if (temp_distance_x <= distance_x) { distance_x = temp_distance_x; _root.whiskey_glass = _root["tall_glass" + _root.temp_depth]; } } } gotoAndStop (1); if (distance_x != 1000) { _root.whiskey._x = _root.whiskey_glass._x + 60; _root.whiskey._y = _root.whiskey_glass._y - 30; if ((_root.whiskey_glass.drink_type == "coke") || (_root.whiskey_glass.drink_type == "whiskey_coke")) { _root.whiskey_glass.drink_type = "whiskey_coke"; } else if ((_root.whiskey_glass.drink_type == "lemon") || (_root.whiskey_glass.drink_type == "whiskey_lemon")) { _root.whiskey_glass.drink_type = "whiskey_lemon"; } else if ((_root.whiskey_glass.drink_type == "whiskey") || (_root.whiskey_glass.drink_type == "whiskey_ice")) { } else if (_root.whiskey_glass.drink_type == "ice") { _root.whiskey_glass.whiskey_shot.play(); _root.whiskey_glass.drink_type = "whiskey_ice"; } else { _root.whiskey_glass.drink_type = "whiskey"; _root.whiskey_glass.whiskey_shot.play(); } trace(_root.whiskey_glass.drink_type); gotoAndPlay (3); } }
Symbol 222 MovieClip Frame 3
stop();
Symbol 224 Button
on (press) { _root.tall_glass_hold = 1; startDrag (this, true); } on (release) { _root.tall_glass_hold = 0; stopDrag(); nextFrame(); }
Symbol 226 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 55
stop();
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 2
stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 2
stop();
Symbol 235 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 2
stop();
Symbol 235 MovieClip Frame 3
stop();
Symbol 235 MovieClip Frame 4
stop();
Symbol 248 MovieClip Frame 1
stop();
Symbol 248 MovieClip Frame 2
stop();
Symbol 250 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 55
stop();
Symbol 251 Button
on (press) { _root.tall_glass_hold = 1; startDrag (this, true); _root[("drink_panel" + current_panel) + "_occupied"] = false; _root[("drink_panel" + current_panel) + "_glass"].glass.stop(); _root[("drink_panel" + current_panel) + "_glass"] = 0; } on (release) { _root.tall_glass_hold = 0; stopDrag(); gotoAndStop (2); }
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 2
this.speed = 10; _root.tall_glass_fall = false; if (((this._y < 380) && (this._y >= 280)) || (((this._x >= 606) && (this._x <= 775)) && ((this._y >= 396) && (this._y <= 414)))) { trace(this._x); trace(this._y); if ((this._x >= 449) && (this._x <= 499)) { if (_root.drink_panel1_occupied == false) { this._x = 497; this._y = 364; _root.drink_panel1_occupied = true; current_panel = 1; _root.drink_panel1_glass = this; if (_root.drink_panel1_state == true) { if (_root.drink_panel1_glass.glass.fill_level == 0) { _root.drink_panel1_glass.glass.gotoAndPlay("coke"); } else if (_root.drink_panel1_glass.glass.fill_level == 1) { _root.drink_panel1_glass.glass.play(); } } if (((_root.drink_panel1_glass.drink_type == "vodka") || (_root.drink_panel1_glass.drink_type == "vodka_coke")) || (_root.drink_panel1_glass.drink_type == "vodka_ice")) { _root.drink_panel1_glass.temp_drink_type = "vodka_coke"; } else if (((_root.drink_panel1_glass.drink_type == "whiskey") || (_root.drink_panel1_glass.drink_type == "whiskey_coke")) || (_root.drink_panel1_glass.drink_type == "whiskey_ice")) { _root.drink_panel1_glass.temp_drink_type = "whiskey_coke"; } else if (_root.drink_panel1_glass.drink_type == "ice") { _root.drink_panel1_glass.temp_drink_type = "coke"; } else { _root.drink_panel1_glass.temp_drink_type = "coke"; } } else { _root.tall_glass_fall = true; } } if ((this._x > 499) && (this._x <= 552)) { if (_root.drink_panel2_occupied == false) { this._x = 535.95; this._y = 364; _root.drink_panel2_occupied = true; current_panel = 2; _root.drink_panel2_glass = this; if (_root.drink_panel2_state == true) { if (_root.drink_panel2_glass.glass.fill_level == 0) { _root.drink_panel2_glass.glass.gotoAndPlay("lemon"); } else if (_root.drink_panel2_glass.glass.fill_level == 1) { _root.drink_panel2_glass.glass.play(); } } if (((_root.drink_panel2_glass.drink_type == "vodka") || (_root.drink_panel2_glass.drink_type == "vodka_lemon")) || (_root.drink_panel2_glass.drink_type == "vodka_ice")) { _root.drink_panel2_glass.temp_drink_type = "vodka_lemon"; } else if ((_root.drink_panel2_glass.drink_type == "whiskey") || (_root.drink_panel2_glass.drink_type == "whiskey_lemon")) { _root.drink_panel2_glass.temp_drink_type = "whiskey_lemon"; } else if (_root.drink_panel2_glass.drink_type == "ice") { _root.drink_panel2_glass.temp_drink_type = "lemon"; } else { _root.drink_panel2_glass.temp_drink_type = "lemon"; } } else { _root.tall_glass_fall = true; } } else if ((this._y < 365) && (this._y >= 280)) { _root.latest_glass_movie = this; sound_random = random(2) + 1; if (sound_random == 1) { _root.glass_onbar1.start(); } else { _root.glass_onbar2.start(); } } if ((((this._x > 280) && (this._x < 423)) && (this._y > 280)) && (this._y < 338)) { _root.current_drink_type = this.drink_type; _root.current_drink_movie = this; trace(this.drink_type); } if (_root.tall_glass_fall == false) { this.gotoAndStop(5); } } else if (this._y >= 365) { _root.tall_glass_fall = true; trace("below the bar"); } else if (this._y < 280) { _root.tall_glass_fall = true; trace("above the bar"); } if (_root.tall_glass_fall == true) { play(); }
Symbol 252 MovieClip Frame 3
this._y = this._y + this.speed; this._rotation = this._rotation + 10; this.speed = this.speed + 1; if (this._y >= 600) { removeMovieClip(this); _root.speed = 10; _root.smash_start(); }
Symbol 252 MovieClip Frame 4
gotoAndPlay (3);
Symbol 252 MovieClip Frame 5
stop();
Symbol 254 Button
on (press) { _root.depth++; duplicateMovieClip (_root.tall_glass, "tall_glass" + _root.depth, _root.depth); _root["tall_glass" + _root.depth].glass.fill_level = 0; startDrag ("_root.tall_glass" + _root.depth, true); } on (releaseOutside) { _root.tall_glass_hold = 0; stopDrag(); _root["tall_glass" + _root.depth].nextFrame(); }
Symbol 256 Button
on (press) { _root.depth++; duplicateMovieClip (_root.pint_glass, "pint_glass" + _root.depth, _root.depth); startDrag ("_root.pint_glass" + _root.depth, true); } on (releaseOutside) { _root.pint_glass_hold = 0; stopDrag(); _root["pint_glass" + _root.depth].nextFrame(); }
Symbol 257 Button
on (press) { _root.pint_glass_hold = 1; startDrag (this, true); } on (release) { _root.pint_glass_hold = 0; stopDrag(); nextFrame(); }
Symbol 267 MovieClip Frame 50
stop();
Symbol 268 MovieClip Frame 1
this.fill_level = 0; stop();
Symbol 268 MovieClip Frame 2
this.fill_level = 1; _root.pour_beer_start();
Symbol 268 MovieClip Frame 288
this.fill_level = 2; this._parent.drink_type = this._parent.temp_drink_type;
Symbol 268 MovieClip Frame 335
this.fill_level = 3; _root[("lever" + _parent.current_lever) + "_overflow"] = true;
Symbol 268 MovieClip Frame 394
_root["mov_drips" + _parent.current_lever].gotoAndPlay(2); stop();
Symbol 268 MovieClip Frame 395
stop();
Symbol 269 Button
on (press) { _root.pint_glass_hold = 1; startDrag (this, true); _root[("lever" + current_lever) + "_occupied"] = false; if (_root[("lever" + current_lever) + "_overflow"] == true) { _root[("lever" + current_lever) + "_glass"].glass.gotoAndStop("overflow_hold"); _root[("lever" + current_lever) + "_glass"].glass.wave.stop(); } else { _root[("lever" + current_lever) + "_glass"].glass.stop(); } _root["mov_drips" + current_lever].gotoAndStop(1); _root[("lever" + current_lever) + "_overflow"] = false; _root[("lever" + current_lever) + "_glass"] = 0; } on (release) { _root.pint_glass_hold = 0; stopDrag(); gotoAndStop (2); }
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 2
this.speed = 10; _root.pint_glass_fall = false; trace(this._x); if (((this._y < 365) && (this._y >= 280)) || (((this._x >= 606) && (this._x <= 775)) && ((this._y >= 396) && (this._y <= 414)))) { if ((this._x >= 606) && (this._x <= 690.5)) { if (_root.lever1_occupied == false) { this._x = 643.95; this._y = 407.95; _root.lever1_occupied = true; current_lever = 1; _root.lever1_glass = this; if (_root.lever1_state == true) { _root.lever1_glass.glass.play(); } _root.lever1_glass.temp_drink_type = "beer1"; } else { _root.pint_glass_fall = true; } } if ((this._x > 690.5) && (this._x <= 775)) { if (_root.lever2_occupied == false) { this._x = 741.95; this._y = 407.95; _root.lever2_occupied = true; current_lever = 2; _root.lever2_glass = this; if (_root.lever2_state == true) { _root.lever2_glass.glass.play(); } _root.lever2_glass.temp_drink_type = "beer2"; } else { _root.pint_glass_fall = true; } } if ((((this._y < 365) && (this._y >= 280)) && (this._x > 17)) && (this._x < 429)) { _root.latest_glass_movie = this; sound_random = random(2) + 1; if (sound_random == 1) { _root.glass_onbar1.start(); } else { _root.glass_onbar2.start(); } if ((((this._x > 280) && (this._x < 423)) && (this._y > 280)) && (this._y < 338)) { _root.current_drink_type = this.drink_type; _root.current_drink_movie = this; } } if (_root.pint_glass_fall == false) { this.gotoAndStop(5); } } else if (this._y >= 365) { _root.pint_glass_fall = true; trace("below the bar"); } else if (this._y < 280) { _root.pint_glass_fall = true; trace("above the bar"); } if (_root.pint_glass_fall == true) { play(); } trace(_root.lever1_occupied); trace(_root.lever2_occupied);
Symbol 270 MovieClip Frame 3
this._y = this._y + this.speed; this._rotation = this._rotation + 10; this.speed = this.speed + 1; if (this._y >= 600) { removeMovieClip(this); _root.speed = 10; _root.smash_start(); }
Symbol 270 MovieClip Frame 4
gotoAndPlay (3);
Symbol 270 MovieClip Frame 5
stop();
Symbol 272 Button
on (press) { _root.cigarette_state = true; startDrag (_root.cigarette); _root.cigarette.cigarette_anim.stop(); } on (release) { _root.cigarette_state = false; stopDrag(); _root.cigarette.gotoAndPlay(2); }
Symbol 273 MovieClip Frame 597
count++; if (count > 10) { gotoAndPlay (1); } else { gotoAndPlay ("counter"); }
Symbol 274 MovieClip Frame 1
trace("xpos of fag" + fag_xpos); trace("ypos of fag" + fag_ypos); stop();
Symbol 274 MovieClip Frame 2
_root.temp_depth = _root.depth; if (_root.cigarette.cigarette_anim.hitTest(_root["tall_glass" + _root.temp_depth])) { _root["tall_glass" + _root.temp_depth].cigarette.nextFrame(); _root.cigarette._x = fag_xpos - 12; _root.cigarette._y = fag_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); } if (_root.cigarette.cigarette_anim.hitTest(_root["pint_glass" + _root.temp_depth])) { _root["pint_glass" + _root.temp_depth].cigarette.nextFrame(); _root.cigarette._x = fag_xpos - 12; _root.cigarette._y = fag_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); } _root.temp_depth--; if (_root.cigarette.cigarette_anim.hitTest(_root["tall_glass" + _root.temp_depth])) { _root["tall_glass" + _root.temp_depth].cigarette.nextFrame(); _root.cigarette._x = fag_xpos - 12; _root.cigarette._y = fag_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); } if (_root.cigarette.cigarette_anim.hitTest(_root["pint_glass" + _root.temp_depth])) { _root["pint_glass" + _root.temp_depth].cigarette.nextFrame(); _root.cigarette._x = fag_xpos - 12; _root.cigarette._y = fag_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); } _root.temp_depth--; if (_root.cigarette.cigarette_anim.hitTest(_root["tall_glass" + _root.temp_depth])) { _root["tall_glass" + _root.temp_depth].cigarette.nextFrame(); _root.cigarette._x = fag_xpos - 12; _root.cigarette._y = fag_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); } if (_root.cigarette.cigarette_anim.hitTest(_root["pint_glass" + _root.temp_depth])) { _root["pint_glass" + _root.temp_depth].cigarette.nextFrame(); _root.cigarette._x = fag_xpos - 12; _root.cigarette._y = fag_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); } _root.temp_depth--; if (_root.cigarette.cigarette_anim.hitTest(_root["tall_glass" + _root.temp_depth])) { _root["tall_glass" + _root.temp_depth].cigarette.nextFrame(); _root.cigarette._x = fag_xpos - 12; _root.cigarette._y = fag_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); } if (_root.cigarette.cigarette_anim.hitTest(_root["pint_glass" + _root.temp_depth])) { _root["pint_glass" + _root.temp_depth].cigarette.nextFrame(); _root.cigarette._x = fag_xpos - 12; _root.cigarette._y = fag_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); } _root.temp_depth--; if (_root.cigarette.cigarette_anim.hitTest(_root["tall_glass" + _root.temp_depth])) { _root["tall_glass" + _root.temp_depth].cigarette.nextFrame(); _root.cigarette._x = fag_xpos - 12; _root.cigarette._y = fag_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); } if (_root.cigarette.cigarette_anim.hitTest(_root["pint_glass" + _root.temp_depth])) { _root["pint_glass" + _root.temp_depth].cigarette.nextFrame(); _root.cigarette._x = fag_xpos - 12; _root.cigarette._y = fag_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); } _root.temp_depth--; if (_root.cigarette.cigarette_anim.hitTest(_root["tall_glass" + _root.temp_depth])) { _root["tall_glass" + _root.temp_depth].cigarette.nextFrame(); _root.cigarette._x = fag_xpos - 12; _root.cigarette._y = fag_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); } if (_root.cigarette.cigarette_anim.hitTest(_root["pint_glass" + _root.temp_depth])) { _root["pint_glass" + _root.temp_depth].cigarette.nextFrame(); _root.cigarette._x = fag_xpos - 12; _root.cigarette._y = fag_ypos - 12; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); } if (_root.cigarette._y < 610) { _root.speed = _root.speed + 1; _root.cigarette._y = _root.cigarette._y + _root.speed; play(); } else { _root.cigarette._x = fag_xpos; _root.cigarette._y = fag_ypos; _root.speed = 10; _root.ice_drink.start(); _root.cigarette.cigarette_anim.gotoAndPlay(1); gotoAndStop (1); }
Symbol 274 MovieClip Frame 3
gotoAndPlay (2);
Symbol 279 MovieClip Frame 30
stop();
Symbol 281 MovieClip Frame 30
stop();
Symbol 283 MovieClip Frame 30
stop();
Symbol 285 MovieClip Frame 30
stop();
Symbol 287 MovieClip Frame 30
stop();
Symbol 289 MovieClip Frame 30
stop();
Symbol 291 MovieClip Frame 30
stop();
Symbol 293 MovieClip Frame 30
stop();
Symbol 295 MovieClip Frame 30
stop();
Symbol 297 MovieClip Frame 30
stop();
Symbol 299 MovieClip Frame 30
stop();
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 2
stop();
Symbol 300 MovieClip Frame 3
stop();
Symbol 300 MovieClip Frame 4
stop();
Symbol 300 MovieClip Frame 5
stop();
Symbol 300 MovieClip Frame 6
stop();
Symbol 300 MovieClip Frame 7
stop();
Symbol 300 MovieClip Frame 8
stop();
Symbol 300 MovieClip Frame 9
stop();
Symbol 300 MovieClip Frame 10
stop();
Symbol 300 MovieClip Frame 11
stop();
Symbol 300 MovieClip Frame 12
stop();
Symbol 309 MovieClip Frame 1
stop();
Symbol 309 MovieClip Frame 2
_root.person_order = [["notok", "coke", 1], ["notok", "lemon", 1], ["notok", "green_bottle", 1], ["notok", "beer1", 1]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 3
_root.person_order = [["notok", "yellow_bottle", 2], ["notok", "gray_bottle", 1], ["notok", "green_bottle", 1], ["notok", "beer2", 1]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 4
_root.person_order = [["notok", "beer1", 1], ["notok", "beer2", 1], ["ok", "ok", "ok"], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 5
_root.person_order = [["notok", "beer1", 1], ["notok", "beer2", 2], ["ok", "ok", "ok"], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 6
_root.person_order = [["notok", "beer1", 2], ["notok", "beer2", 2], ["ok", "ok", "ok"], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 7
_root.person_order = [["notok", "coke", 2], ["notok", "lemon", 2], ["ok", "ok", "ok"], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 8
_root.person_order = [["notok", "yellow_bottle", 2], ["notok", "gray_bottle", 2], ["ok", "ok", "ok"], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 9
_root.person_order = [["notok", "beer1", 1], ["notok", "lemon", 1], ["notok", "green_bottle", 1], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 10
_root.person_order = [["notok", "coke", 1], ["notok", "beer2", 1], ["ok", "ok", "ok"], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 11
_root.person_order = [["notok", "green_bottle", 1], ["notok", "gray_bottle", 1], ["notok", "yellow_bottle", 1], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 12
_root.person_order = [["notok", "vodka_coke", 1], ["notok", "whiskey_coke", 1], ["ok", "ok", "ok"], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 13
_root.person_order = [["notok", "vodka_lemon", 2], ["ok", "ok", "ok"], ["ok", "ok", "ok"], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 14
_root.person_order = [["notok", "whiskey_ice", 2], ["notok", "coke", 1], ["notok", "beer1", 1], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 15
_root.person_order = [["notok", "vodka_lemon", 1], ["notok", "beer1", 2], ["notok", "vodka_ice", 2], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 16
_root.person_order = [["notok", "beer1", 2], ["notok", "beer2", 1], ["notok", "vodka_coke", 2], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 17
_root.person_order = [["notok", "vodka_ice", 1], ["notok", "lemon", 1], ["notok", "green_bottle", 2], ["notok", "beer2", 2]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 18
_root.person_order = [["notok", "whiskey_lemon", 1], ["notok", "vodka_lemon", 1], ["ok", "ok", "ok"], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 19
_root.person_order = [["notok", "whiskey_ice", 1], ["notok", "vodka_ice", 1], ["notok", "beer1", 1], ["notok", "beer2", 1]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 20
_root.person_order = [["notok", "whiskey_ice", 1], ["notok", "yellow_bottle", 1], ["notok", "beer2", 1], ["ok", "ok", "ok"]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 309 MovieClip Frame 21
_root.person_order = [["notok", "vodka_ice", 1], ["notok", "gray_bottle", 1], ["notok", "whiskey_ice", 1], ["notok", "whiskey_coke", 1]]; _root["order" + _root.order_no] = _root.person_order; stop();
Symbol 314 Button
on (press) { if (_root.drink_panel2_state == false) { _root.drink_panel2_state = true; _root.lemon_pour.gotoAndPlay(2); _root.drink_panel2_timout = 0; if (_root.drink_panel2_state == true) { if (_root.drink_panel2_glass.glass.fill_level == 0) { _root.drink_panel2_glass.glass.gotoAndPlay("lemon"); } else if (_root.drink_panel2_glass.glass.fill_level == 1) { _root.drink_panel2_glass.glass.play(); } } } else { _root.drink_panel2_state = false; _root.lemon_pour.gotoAndStop(1); _root.drink_panel2_glass.glass.stop(); } }
Symbol 318 Button
on (press) { if (_root.drink_panel1_state == false) { _root.drink_panel1_state = true; _root.drink_panel1_timout = 0; _root.coke_pour.gotoAndPlay(2); if (_root.drink_panel1_state == true) { if (_root.drink_panel1_glass.glass.fill_level == 0) { _root.drink_panel1_glass.glass.gotoAndPlay("coke"); } else if (_root.drink_panel1_glass.glass.fill_level == 1) { _root.drink_panel1_glass.glass.play(); } } } else { _root.drink_panel1_state = false; _root.coke_pour.gotoAndStop(1); _root.drink_panel1_glass.glass.stop(); } }
Symbol 321 Button
on (press) { tellTarget (_root.lever1) { play(); }; }
Symbol 323 MovieClip Frame 1
_root.lever2_state = false; stop();
Symbol 323 MovieClip Frame 7
_root.beer_pour2.play();
Symbol 323 MovieClip Frame 13
_root.lever2_state = true; _root.lever2_glass.glass.play(); stop();
Symbol 323 MovieClip Frame 20
_root.lever2_glass.glass.stop(); _root.beer_pour2.play();
Symbol 324 MovieClip Frame 1
_root.lever1_state = false; stop();
Symbol 324 MovieClip Frame 7
_root.beer_pour1.play();
Symbol 324 MovieClip Frame 13
_root.lever1_state = true; _root.lever1_glass.glass.play(); stop();
Symbol 324 MovieClip Frame 20
_root.lever1_glass.glass.stop(); _root.beer_pour1.play();
Symbol 327 Button
on (press) { _root.worm_state = true; startDrag (_root.worm); _root.worm.worm_anim.stop(); } on (release) { _root.worm_state = false; stopDrag(); _root.worm.gotoAndPlay(2); }
Symbol 346 MovieClip Frame 1
stop();
Symbol 346 MovieClip Frame 2
_root.temp_depth = _root.depth; if (((_root.worm._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.worm._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.worm._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].worm.nextFrame(); _root.worm._x = worm_xpos - 12; _root.worm._y = worm_ypos - 12; _root.speed = 10; _root.worm._rotation = worm_rotation; _root.ice_drink.start(); gotoAndStop (1); } if (((_root.worm._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.worm._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.worm._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].worm.nextFrame(); _root.worm._x = worm_xpos - 12; _root.worm._y = worm_ypos - 12; _root.speed = 10; _root.worm._rotation = worm_rotation; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.worm._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.worm._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.worm._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].worm.nextFrame(); _root.worm._x = worm_xpos - 12; _root.worm._y = worm_ypos - 12; _root.speed = 10; _root.worm._rotation = worm_rotation; _root.ice_drink.start(); gotoAndStop (1); } if (((_root.worm._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.worm._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.worm._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].worm.nextFrame(); _root.worm._x = worm_xpos - 12; _root.worm._y = worm_ypos - 12; _root.speed = 10; _root.worm._rotation = worm_rotation; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.worm._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.worm._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.worm._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].worm.nextFrame(); _root.worm._x = worm_xpos - 12; _root.worm._y = worm_ypos - 12; _root.speed = 10; _root.worm._rotation = worm_rotation; _root.ice_drink.start(); gotoAndStop (1); } if (((_root.worm._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.worm._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.worm._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].worm.nextFrame(); _root.worm._x = worm_xpos - 12; _root.worm._y = worm_ypos - 12; _root.speed = 10; _root.worm._rotation = worm_rotation; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.worm._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.worm._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.worm._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].worm.nextFrame(); _root.worm._x = worm_xpos - 12; _root.worm._y = worm_ypos - 12; _root.speed = 10; _root.worm._rotation = worm_rotation; _root.ice_drink.start(); gotoAndStop (1); } if (((_root.worm._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.worm._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.worm._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].worm.nextFrame(); _root.worm._x = worm_xpos - 12; _root.worm._y = worm_ypos - 12; _root.speed = 10; _root.worm._rotation = worm_rotation; _root.ice_drink.start(); gotoAndStop (1); } _root.temp_depth--; if (((_root.worm._y > _root["tall_glass" + _root.temp_depth]._y) && (_root.worm._x <= (_root["tall_glass" + _root.temp_depth]._x + 6))) && (_root.worm._x >= (_root["tall_glass" + _root.temp_depth]._x - 6))) { _root["tall_glass" + _root.temp_depth].worm.nextFrame(); _root.worm._x = worm_xpos - 12; _root.worm._y = worm_ypos - 12; _root.speed = 10; _root.worm._rotation = worm_rotation; _root.ice_drink.start(); gotoAndStop (1); } if (((_root.worm._y > _root["pint_glass" + _root.temp_depth]._y) && (_root.worm._x <= (_root["pint_glass" + _root.temp_depth]._x + 8))) && (_root.worm._x >= (_root["pint_glass" + _root.temp_depth]._x - 8))) { _root["pint_glass" + _root.temp_depth].worm.nextFrame(); _root.worm._x = worm_xpos - 12; _root.worm._y = worm_ypos - 12; _root.speed = 10; _root.worm._rotation = worm_rotation; _root.ice_drink.start(); gotoAndStop (1); } if (_root.worm._y < 610) { _root.speed = _root.speed + 1; _root.worm._y = _root.worm._y + _root.speed; _root.worm._rotation = _root.worm._rotation + 10; play(); } else { _root.worm._x = worm_xpos; _root.worm._y = worm_ypos; trace("worm ypos else" + _root.worm.worm_ypos); _root.speed = 10; _root.worm._rotation = worm_rotation; _root.ice_drop.start(); gotoAndStop (1); }
Symbol 346 MovieClip Frame 3
gotoAndPlay (2);
Symbol 357 MovieClip Frame 45
_parent.gotoAndStop("idle");
Symbol 361 MovieClip Frame 41
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 362 MovieClip Frame 1
stop();
Symbol 362 MovieClip Frame 2
_root.make_order = true; stop();
Symbol 362 MovieClip Frame 3
stop();
Symbol 362 MovieClip Frame 4
stop();
Symbol 362 MovieClip Frame 5
_root.new_customer = true; stop();
Symbol 366 MovieClip Frame 45
_parent.gotoAndStop("idle");
Symbol 369 MovieClip Frame 56
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 370 MovieClip Frame 1
stop();
Symbol 370 MovieClip Frame 2
_root.make_order = true; stop();
Symbol 370 MovieClip Frame 3
stop();
Symbol 370 MovieClip Frame 4
stop();
Symbol 370 MovieClip Frame 5
_root.new_customer = true; stop();
Symbol 377 MovieClip Frame 45
_parent.gotoAndStop("idle");
Symbol 379 MovieClip Frame 1
walk_random = random(5); trace(walk_random); if (walk_random == 1) { play(); } else { gotoAndPlay ("walk_normal"); }
Symbol 379 MovieClip Frame 76
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 379 MovieClip Frame 115
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 2
_root.make_order = true; stop();
Symbol 380 MovieClip Frame 3
stop();
Symbol 380 MovieClip Frame 4
stop();
Symbol 380 MovieClip Frame 5
_root.new_customer = true; stop();
Symbol 383 MovieClip Frame 45
_parent.gotoAndStop("idle");
Symbol 390 MovieClip Frame 442
stop();
Symbol 391 MovieClip Frame 1
walk_random = random(5); trace(walk_random); if (walk_random == 1) { play(); } else if (walk_random == 2) { gotoAndPlay ("walk_2"); } else { gotoAndPlay ("walk_3"); }
Symbol 391 MovieClip Frame 46
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 391 MovieClip Frame 75
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 391 MovieClip Frame 111
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 392 MovieClip Frame 1
stop();
Symbol 392 MovieClip Frame 2
_root.make_order = true; stop();
Symbol 392 MovieClip Frame 3
stop();
Symbol 392 MovieClip Frame 4
stop();
Symbol 392 MovieClip Frame 5
_root.new_customer = true; stop();
Symbol 393 MovieClip Frame 45
_parent.gotoAndStop("idle");
Symbol 394 MovieClip Frame 1
walk_random = random(4); if (walk_random == 1) { gotoAndPlay ("walk_2"); } else if (walk_random == 2) { gotoAndPlay ("walk_3"); } else { play(); }
Symbol 394 MovieClip Frame 40
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 394 MovieClip Frame 80
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 394 MovieClip Frame 102
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 395 MovieClip Frame 1
stop();
Symbol 395 MovieClip Frame 2
_root.make_order = true; stop();
Symbol 395 MovieClip Frame 3
stop();
Symbol 395 MovieClip Frame 4
stop();
Symbol 395 MovieClip Frame 5
_root.new_customer = true; stop();
Symbol 406 MovieClip Frame 45
this._parent.gotoAndStop("idle");
Symbol 409 MovieClip Frame 1
walk_random = random(3); trace(walk_random); if (walk_random == 1) { gotoAndPlay ("walk_2"); } else if (walk_random == 2) { gotoAndPlay ("walk_3"); } else { play(); }
Symbol 409 MovieClip Frame 40
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 409 MovieClip Frame 80
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 409 MovieClip Frame 88
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 410 MovieClip Frame 1
stop();
Symbol 410 MovieClip Frame 2
_root.make_order = true; stop();
Symbol 410 MovieClip Frame 3
stop();
Symbol 410 MovieClip Frame 4
stop();
Symbol 410 MovieClip Frame 5
_root.new_customer = true; stop();
Symbol 423 MovieClip Frame 1
walk_random = random(3); trace(walk_random); if (walk_random == 1) { play(); } else { gotoAndPlay ("walk_2"); }
Symbol 423 MovieClip Frame 45
_parent.gotoAndStop("idle");
Symbol 423 MovieClip Frame 100
_parent.gotoAndStop("idle");
Symbol 440 MovieClip Frame 29
Symbol 442 MovieClip Frame 1
walk_random = random(3); if (walk_random == 1) { gotoAndPlay ("walk_2"); } else { play(); }
Symbol 442 MovieClip Frame 41
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 442 MovieClip Frame 83
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 443 MovieClip Frame 1
stop();
Symbol 443 MovieClip Frame 2
_root.make_order = true; stop();
Symbol 443 MovieClip Frame 3
stop();
Symbol 443 MovieClip Frame 4
stop();
Symbol 443 MovieClip Frame 5
_root.new_customer = true; stop();
Symbol 450 MovieClip Frame 1
walk_random = random(2); if (walk_random == 1) { gotoAndPlay ("walk_2"); } else { play(); }
Symbol 450 MovieClip Frame 50
_parent.gotoAndStop("idle");
Symbol 450 MovieClip Frame 70
_parent.gotoAndStop("idle");
Symbol 453 MovieClip Frame 1
walk_random = random(2); if (walk_random == 1) { gotoAndPlay ("walk_2"); } else { play(); }
Symbol 453 MovieClip Frame 51
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 453 MovieClip Frame 75
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 455 MovieClip Frame 1
stop();
Symbol 455 MovieClip Frame 2
_root.make_order = true; stop();
Symbol 455 MovieClip Frame 3
stop();
Symbol 455 MovieClip Frame 4
stop();
Symbol 455 MovieClip Frame 5
_root.new_customer = true; stop();
Symbol 462 MovieClip Frame 50
_parent.gotoAndStop("idle");
Symbol 465 MovieClip Frame 1
walk_random = random(3); trace(walk_random); if (walk_random == 1) { play(); } else { gotoAndPlay ("walk_2"); }
Symbol 465 MovieClip Frame 51
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 465 MovieClip Frame 108
_root.new_customer = true; this._parent.gotoAndStop(1); stop();
Symbol 466 MovieClip Frame 1
stop();
Symbol 466 MovieClip Frame 2
_root.make_order = true; stop();
Symbol 466 MovieClip Frame 3
stop();
Symbol 466 MovieClip Frame 4
trace("i came"); stop();
Symbol 466 MovieClip Frame 5
_root.new_customer = true; stop();
Symbol 467 MovieClip Frame 1
stop();
Symbol 467 MovieClip Frame 2
stop();
Symbol 467 MovieClip Frame 3
stop();
Symbol 467 MovieClip Frame 4
stop();
Symbol 467 MovieClip Frame 5
stop();
Symbol 467 MovieClip Frame 6
stop();
Symbol 467 MovieClip Frame 7
stop();
Symbol 467 MovieClip Frame 8
stop();
Symbol 467 MovieClip Frame 9
stop();
Symbol 467 MovieClip Frame 10
stop();
Symbol 470 Button
on (press) { _root.yellow_bottle_hold = 1; startDrag (this, true); } on (release) { _root.yellow_bottle_hold = 0; stopDrag(); nextFrame(); }
Symbol 471 Button
on (press) { _root.yellow_bottle_hold = 1; startDrag (this, true); _root[("lever" + current_lever) + "_occupied"] = false; } on (release) { _root.yellow_bottle_hold = 0; stopDrag(); gotoAndStop (2); }
Symbol 472 MovieClip Frame 1
stop();
Symbol 472 MovieClip Frame 2
this.speed = 10; _root.yellow_bottle_fall = false; if (((this._y < 365) && (this._y >= 280)) || (((this._x >= 606) && (this._x <= 775)) && ((this._y >= 396) && (this._y <= 414)))) { if ((this._x >= 606) && (this._x <= 690.5)) { if (_root.lever1_occupied == false) { this._x = 643.95; this._y = 407.95; _root.lever1_occupied = true; current_lever = 1; _root.lever1_glass = this; } else { _root.yellow_bottle_fall = true; } } if ((this._x > 690.5) && (this._x <= 775)) { if (_root.lever2_occupied == false) { this._x = 741.95; this._y = 407.95; _root.lever2_occupied = true; current_lever = 2; _root.lever2_glass = this; } else { _root.yellow_bottle_fall = true; } } if ((((this._y < 365) && (this._y >= 280)) && (this._x > 17)) && (this._x < 429)) { _root.latest_glass_movie = this; sound_random = random(2) + 1; if (sound_random == 1) { _root.glass_onbar1.start(); } else { _root.glass_onbar2.start(); } if ((((this._x > 280) && (this._x < 423)) && (this._y > 280)) && (this._y < 338)) { _root.current_drink_type = "yellow_bottle"; _root.current_drink_movie = this; } } if (_root.yellow_bottle_fall == false) { this.gotoAndStop(5); } } else if (this._y >= 365) { _root.yellow_bottle_fall = true; } else if (this._y < 280) { _root.yellow_bottle_fall = true; } if (_root.yellow_bottle_fall == true) { play(); }
Symbol 472 MovieClip Frame 3
this._y = this._y + this.speed; this._rotation = this._rotation + 10; this.speed = this.speed + 1; if (this._y >= 600) { removeMovieClip(this); _root.speed = 10; _root.smash_start(); }
Symbol 472 MovieClip Frame 4
gotoAndPlay (3);
Symbol 472 MovieClip Frame 5
stop();
Symbol 473 Button
on (press) { _root.depth++; duplicateMovieClip (_root.yellow_bottle, "yellow_bottle" + _root.depth, _root.depth); startDrag ("_root.yellow_bottle" + _root.depth, true); } on (releaseOutside) { _root.yellow_bottle_hold = 0; stopDrag(); _root["yellow_bottle" + _root.depth].nextFrame(); }
Symbol 474 Button
on (press) { _root.gray_bottle_hold = 1; startDrag (this, true); } on (release) { _root.gray_bottle_hold = 0; stopDrag(); nextFrame(); }
Symbol 475 Button
on (press) { _root.gray_bottle_hold = 1; startDrag (this, true); _root[("lever" + current_lever) + "_occupied"] = false; } on (release) { _root.gray_bottle_hold = 0; stopDrag(); gotoAndStop (2); }
Symbol 476 MovieClip Frame 1
stop();
Symbol 476 MovieClip Frame 2
this.speed = 10; _root.gray_bottle_fall = false; if (((this._y < 365) && (this._y >= 280)) || (((this._x >= 606) && (this._x <= 775)) && ((this._y >= 396) && (this._y <= 414)))) { if ((this._x >= 606) && (this._x <= 690.5)) { if (_root.lever1_occupied == false) { this._x = 643.95; this._y = 407.95; _root.lever1_occupied = true; current_lever = 1; _root.lever1_glass = this; } else { _root.gray_bottle_fall = true; } } if ((this._x > 690.5) && (this._x <= 775)) { if (_root.lever2_occupied == false) { this._x = 741.95; this._y = 407.95; _root.lever2_occupied = true; current_lever = 2; _root.lever2_glass = this; } else { _root.gray_bottle_fall = true; } } if ((((this._y < 365) && (this._y >= 280)) && (this._x > 17)) && (this._x < 429)) { _root.latest_glass_movie = this; sound_random = random(2) + 1; if (sound_random == 1) { _root.glass_onbar1.start(); } else { _root.glass_onbar2.start(); } if ((((this._x > 280) && (this._x < 423)) && (this._y > 280)) && (this._y < 338)) { _root.current_drink_type = "gray_bottle"; _root.current_drink_movie = this; } } if (_root.gray_bottle_fall == false) { this.gotoAndStop(5); } } else if (this._y >= 365) { _root.gray_bottle_fall = true; trace("below the bar"); } else if (this._y < 280) { _root.gray_bottle_fall = true; trace("above the bar"); } if (_root.gray_bottle_fall == true) { play(); }
Symbol 476 MovieClip Frame 3
this._y = this._y + this.speed; this._rotation = this._rotation + 10; this.speed = this.speed + 1; if (this._y >= 600) { removeMovieClip(this); _root.speed = 10; _root.smash_start(); }
Symbol 476 MovieClip Frame 4
gotoAndPlay (3);
Symbol 476 MovieClip Frame 5
stop();
Symbol 477 Button
on (press) { _root.depth++; duplicateMovieClip (_root.gray_bottle, "gray_bottle" + _root.depth, _root.depth); startDrag ("_root.gray_bottle" + _root.depth, true); } on (releaseOutside) { _root.gray_bottle_hold = 0; stopDrag(); _root["gray_bottle" + _root.depth].nextFrame(); }
Symbol 478 Button
on (press) { _root.green_bottle_hold = 1; startDrag (this, true); } on (release) { _root.green_bottle_hold = 0; stopDrag(); nextFrame(); }
Symbol 479 Button
on (press) { _root.green_bottle_hold = 1; startDrag (this, true); _root[("lever" + current_lever) + "_occupied"] = false; } on (release) { _root.green_bottle_hold = 0; stopDrag(); gotoAndStop (2); }
Symbol 480 MovieClip Frame 1
stop();
Symbol 480 MovieClip Frame 2
this.speed = 10; _root.green_bottle_fall = false; if (((this._y < 365) && (this._y >= 280)) || (((this._x >= 606) && (this._x <= 775)) && ((this._y >= 396) && (this._y <= 414)))) { if ((this._x >= 606) && (this._x <= 690.5)) { if (_root.lever1_occupied == false) { this._x = 643.95; this._y = 407.95; _root.lever1_occupied = true; current_lever = 1; _root.lever1_glass = this; } else { _root.green_bottle_fall = true; } } if ((this._x > 690.5) && (this._x <= 775)) { if (_root.lever2_occupied == false) { this._x = 741.95; this._y = 407.95; _root.lever2_occupied = true; current_lever = 2; _root.lever2_glass = this; } else { _root.green_bottle_fall = true; } } if ((((this._y < 365) && (this._y >= 280)) && (this._x > 17)) && (this._x < 429)) { _root.latest_glass_movie = this; sound_random = random(2) + 1; if (sound_random == 1) { _root.glass_onbar1.start(); } else { _root.glass_onbar2.start(); } if ((((this._x > 280) && (this._x < 423)) && (this._y > 280)) && (this._y < 338)) { _root.current_drink_type = "green_bottle"; _root.current_drink_movie = this; } } if (_root.green_bottle_fall == false) { this.gotoAndStop(5); } } else if (this._y >= 365) { _root.green_bottle_fall = true; trace("below the bar"); } else if (this._y < 280) { _root.green_bottle_fall = true; trace("above the bar"); } if (_root.green_bottle_fall == true) { play(); } trace(_root.lever1_occupied); trace(_root.lever2_occupied);
Symbol 480 MovieClip Frame 3
this._y = this._y + this.speed; this._rotation = this._rotation + 10; this.speed = this.speed + 1; if (this._y >= 600) { removeMovieClip(this); _root.speed = 10; _root.smash_start(); }
Symbol 480 MovieClip Frame 4
gotoAndPlay (3);
Symbol 480 MovieClip Frame 5
stop();
Symbol 481 Button
on (press) { _root.depth++; duplicateMovieClip (_root.green_bottle, "green_bottle" + _root.depth, _root.depth); startDrag ("_root.green_bottle" + _root.depth, true); } on (releaseOutside) { _root.green_bottle_hold = 0; stopDrag(); _root["green_bottle" + _root.depth].nextFrame(); }

Library Items

Symbol 1 Sound [intro_mus]
Symbol 2 Sound [pour_beer]
Symbol 3 Sound [money]
Symbol 4 Sound [level_up]
Symbol 5 Sound [ice_drink]
Symbol 6 Sound [ice_drop]
Symbol 7 Sound [glass_smash2]
Symbol 8 Sound [glass_smash1]
Symbol 9 Sound [glass_onbar2]
Symbol 10 Sound [glass_onbar1]
Symbol 11 Sound [mus]
Symbol 12 FontUsed by:13 18 19
Symbol 13 TextUses:12Used by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:17
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:15 16Used by:Timeline
Symbol 18 TextUses:12Used by:Timeline
Symbol 19 TextUses:12Used by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:Timeline
Symbol 23 FontUsed by:24 25 87 88 94 95 102 104 114 115 124 125 126
Symbol 24 TextUses:23Used by:27
Symbol 25 TextUses:23Used by:27
Symbol 26 GraphicUsed by:27
Symbol 27 ButtonUses:24 25 26Used by:Timeline
Symbol 28 GraphicUsed by:93
Symbol 29 GraphicUsed by:93
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:93 112
Symbol 32 GraphicUsed by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:32 33Used by:39
Symbol 35 GraphicUsed by:39
Symbol 36 GraphicUsed by:39
Symbol 37 GraphicUsed by:39
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:34 35 36 37 38Used by:93 507
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:40 41Used by:48 375 461 489 502
Symbol 43 GraphicUsed by:48 502
Symbol 44 GraphicUsed by:48
Symbol 45 GraphicUsed by:48 273 465
Symbol 46 GraphicUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:42 43 44 45 46 47Used by:93 507
Symbol 49 GraphicUsed by:93 218 219 309
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:93 309 476 492
Symbol 52 GraphicUsed by:93 309 472
Symbol 53 GraphicUsed by:93 105 127 309
Symbol 54 GraphicUsed by:93 105 127 257 268 269 309  Timeline
Symbol 55 GraphicUsed by:93 309 480
Symbol 56 GraphicUsed by:70
Symbol 57 GraphicUsed by:70 93 127 309  Timeline
Symbol 58 GraphicUsed by:70 93 252
Symbol 59 GraphicUsed by:62 93
Symbol 60 GraphicUsed by:62
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:59 60 61Used by:70 93
Symbol 63 GraphicUsed by:70
Symbol 64 GraphicUsed by:68
Symbol 65 GraphicUsed by:68
Symbol 66 GraphicUsed by:68
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:64 65 66 67Used by:70
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:56 57 62 58 63 68 69Used by:93 252
Symbol 71 GraphicUsed by:93 127 309
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:78 397
Symbol 74 GraphicUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:74 75Used by:78 397
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:73 76 77Used by:79
Symbol 79 MovieClipUses:78Used by:93 393 394 395
Symbol 80 GraphicUsed by:85
Symbol 81 GraphicUsed by:85
Symbol 82 GraphicUsed by:85
Symbol 83 GraphicUsed by:85
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:80 81 82 83 84Used by:93 393 394 395
Symbol 86 GraphicUsed by:93 220
Symbol 87 TextUses:23Used by:93
Symbol 88 TextUses:23Used by:93
Symbol 89 FontUsed by:90 116 117 120 121 168 169 170 171
Symbol 90 TextUses:89Used by:93
Symbol 91 GraphicUsed by:93
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:28 31 29 39 48 49 51 52 53 54 55 70 62 58 59 71 57 79 85 86 87 88 90 91 92Used by:Timeline
Symbol 94 TextUses:23Used by:105
Symbol 95 TextUses:23Used by:105
Symbol 96 GraphicUsed by:105
Symbol 97 GraphicUsed by:105
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:105
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:105
Symbol 102 TextUses:23Used by:105
Symbol 103 GraphicUsed by:105
Symbol 104 TextUses:23Used by:105
Symbol 105 MovieClipUses:94 95 96 97 99 101 102 54 103 104 53Used by:Timeline
Symbol 106 GraphicUsed by:109
Symbol 107 FontUsed by:108
Symbol 108 TextUses:107Used by:109
Symbol 109 ButtonUses:106 108Used by:Timeline
Symbol 110 GraphicUsed by:112
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:31 110 111Used by:127
Symbol 113 GraphicUsed by:127 221 222 309
Symbol 114 EditableTextUses:23Used by:127
Symbol 115 TextUses:23Used by:127
Symbol 116 TextUses:89Used by:119
Symbol 117 TextUses:89Used by:119
Symbol 118 GraphicUsed by:119
Symbol 119 ButtonUses:116 117 118Used by:127
Symbol 120 TextUses:89Used by:123
Symbol 121 TextUses:89Used by:123
Symbol 122 GraphicUsed by:123
Symbol 123 ButtonUses:120 121 122Used by:127
Symbol 124 TextUses:23Used by:127
Symbol 125 TextUses:23Used by:127
Symbol 126 TextUses:23Used by:127
Symbol 127 MovieClipUses:112 113 114 115 119 123 124 125 126 53 54 71 57Used by:Timeline
Symbol 128 GraphicUsed by:129 272 327 473 477 481
Symbol 129 ButtonUses:128Used by:133
Symbol 130 GraphicUsed by:132
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:130 131Used by:133 234
Symbol 133 MovieClipUses:129 132Used by:137
Symbol 134 GraphicUsed by:137
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:137
Symbol 137 MovieClipUses:133 136 134Used by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 FontUsed by:140 142 144 146 148
Symbol 140 TextUses:139Used by:141
Symbol 141 MovieClipUses:140Used by:150
Symbol 142 TextUses:139Used by:143
Symbol 143 MovieClipUses:142Used by:150
Symbol 144 TextUses:139Used by:145
Symbol 145 MovieClipUses:144Used by:150
Symbol 146 TextUses:139Used by:147
Symbol 147 MovieClipUses:146Used by:150
Symbol 148 TextUses:139Used by:149
Symbol 149 MovieClipUses:148Used by:150
Symbol 150 MovieClipUses:141 143 145 147 149Used by:Timeline
Symbol 151 GraphicUsed by:167
Symbol 152 FontUsed by:153 155 157 159 161 163 165
Symbol 153 TextUses:152Used by:154
Symbol 154 MovieClipUses:153Used by:167
Symbol 155 TextUses:152Used by:156
Symbol 156 MovieClipUses:155Used by:167
Symbol 157 TextUses:152Used by:158
Symbol 158 MovieClipUses:157Used by:167
Symbol 159 TextUses:152Used by:160
Symbol 160 MovieClipUses:159Used by:167
Symbol 161 TextUses:152Used by:162
Symbol 162 MovieClipUses:161Used by:167
Symbol 163 TextUses:152Used by:164
Symbol 164 MovieClipUses:163Used by:167
Symbol 165 TextUses:152Used by:166
Symbol 166 MovieClipUses:165Used by:167
Symbol 167 MovieClipUses:154 151 156 158 160 162 164 166Used by:Timeline
Symbol 168 TextUses:89Used by:Timeline
Symbol 169 TextUses:89Used by:Timeline
Symbol 170 EditableTextUses:89Used by:Timeline
Symbol 171 EditableTextUses:89Used by:Timeline
Symbol 172 GraphicUsed by:173
Symbol 173 ButtonUses:172Used by:175
Symbol 174 GraphicUsed by:175 235 309
Symbol 175 MovieClipUses:173 174Used by:Timeline
Symbol 176 GraphicUsed by:188 203
Symbol 177 GraphicUsed by:188 203 211
Symbol 178 GraphicUsed by:188
Symbol 179 GraphicUsed by:188 203
Symbol 180 GraphicUsed by:188
Symbol 181 GraphicUsed by:188 203
Symbol 182 GraphicUsed by:188
Symbol 183 GraphicUsed by:188 203
Symbol 184 GraphicUsed by:188
Symbol 185 GraphicUsed by:188 203
Symbol 186 GraphicUsed by:188
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:177 176 178 179 180 181 182 183 184 185 186 187Used by:195
Symbol 189 ShapeTweeningUsed by:194
Symbol 190 ShapeTweeningUsed by:194
Symbol 191 ShapeTweeningUsed by:194
Symbol 192 ShapeTweeningUsed by:194
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:189 190 191 192 193Used by:195 204
Symbol 195 MovieClipUses:188 194Used by:Timeline
Symbol 196 GraphicUsed by:203
Symbol 197 GraphicUsed by:203
Symbol 198 GraphicUsed by:203
Symbol 199 GraphicUsed by:203
Symbol 200 GraphicUsed by:203
Symbol 201 GraphicUsed by:203
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:177 176 196 179 197 181 198 183 199 185 200 201 202Used by:204
Symbol 204 MovieClipUses:203 194Used by:Timeline
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:208
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:206 207Used by:Timeline
Symbol 209 GraphicUsed by:212
Symbol 210 GraphicUsed by:212
Symbol 211 MovieClipUses:177Used by:212
Symbol 212 MovieClipUses:209 211 210Used by:Timeline
Symbol 213 GraphicUsed by:218 221
Symbol 214 GraphicUsed by:217
Symbol 215 GraphicUsed by:217
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:214 216 215Used by:218 221
Symbol 218 MovieClipUses:49 217 213Used by:219
Symbol 219 MovieClipUses:49 218Used by:Timeline
Symbol 220 MovieClipUses:86Used by:Timeline
Symbol 221 MovieClipUses:113 217 213Used by:222
Symbol 222 MovieClipUses:113 221Used by:Timeline
Symbol 223 GraphicUsed by:224 251
Symbol 224 ButtonUses:223Used by:252
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:225Used by:252
Symbol 227 ShapeTweeningUsed by:231
Symbol 228 ShapeTweeningUsed by:231
Symbol 229 ShapeTweeningUsed by:231
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:227 228 229 230Used by:233 273 461
Symbol 232 GraphicUsed by:233 273 461
Symbol 233 MovieClipUses:231 232Used by:252 270
Symbol 234 MovieClipUses:132Used by:252 270
Symbol 235 MovieClipUses:174Used by:252 270
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:236Used by:247 345
Symbol 238 GraphicUsed by:247
Symbol 239 GraphicUsed by:247
Symbol 240 GraphicUsed by:247
Symbol 241 GraphicUsed by:247
Symbol 242 GraphicUsed by:247
Symbol 243 GraphicUsed by:247
Symbol 244 GraphicUsed by:247
Symbol 245 GraphicUsed by:247
Symbol 246 GraphicUsed by:247
Symbol 247 MovieClipUses:237 238 239 240 241 242 243 244 245 246Used by:248
Symbol 248 MovieClipUses:247Used by:252 270
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:249Used by:252
Symbol 251 ButtonUses:223Used by:252
Symbol 252 MovieClipUses:224 226 58 70 233 234 235 248 250 251Used by:Timeline
Symbol 253 GraphicUsed by:254 256
Symbol 254 ButtonUses:253Used by:Timeline
Symbol 255 GraphicUsed by:Timeline
Symbol 256 ButtonUses:253Used by:Timeline
Symbol 257 ButtonUses:54Used by:270
Symbol 258 GraphicUsed by:268
Symbol 259 GraphicUsed by:268
Symbol 260 GraphicUsed by:268
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:261Used by:268
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:263Used by:268
Symbol 265 GraphicUsed by:267
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266 265Used by:268
Symbol 268 MovieClipUses:258 260 259 54 262 264 267Used by:270
Symbol 269 ButtonUses:54Used by:270
Symbol 270 MovieClipUses:257 268 248 233 234 235 269Used by:Timeline
Symbol 271 GraphicUsed by:Timeline
Symbol 272 ButtonUses:128Used by:273
Symbol 273 MovieClipUses:45 231 232 272Used by:274
Symbol 274 MovieClipUses:273Used by:Timeline
Symbol 275 GraphicUsed by:Timeline
Symbol 276 FontUsed by:277 280 282 284 286 288 290 292 294 296 298
Symbol 277 TextUses:276Used by:279
Symbol 278 GraphicUsed by:279 281 283 285 287 289 291 293 295 297 299
Symbol 279 MovieClipUses:277 278Used by:300
Symbol 280 TextUses:276Used by:281
Symbol 281 MovieClipUses:280 278Used by:300
Symbol 282 TextUses:276Used by:283
Symbol 283 MovieClipUses:282 278Used by:300
Symbol 284 TextUses:276Used by:285
Symbol 285 MovieClipUses:284 278Used by:300
Symbol 286 TextUses:276Used by:287
Symbol 287 MovieClipUses:286 278Used by:300
Symbol 288 TextUses:276Used by:289
Symbol 289 MovieClipUses:288 278Used by:300
Symbol 290 TextUses:276Used by:291
Symbol 291 MovieClipUses:290 278Used by:300
Symbol 292 TextUses:276Used by:293
Symbol 293 MovieClipUses:292 278Used by:300
Symbol 294 TextUses:276Used by:295
Symbol 295 MovieClipUses:294 278Used by:300
Symbol 296 TextUses:276Used by:297
Symbol 297 MovieClipUses:296 278Used by:300
Symbol 298 TextUses:276Used by:299
Symbol 299 MovieClipUses:298 278Used by:300
Symbol 300 MovieClipUses:279 281 283 285 287 289 291 293 295 297 299Used by:Timeline
Symbol 301 GraphicUsed by:309
Symbol 302 FontUsed by:303 306
Symbol 303 TextUses:302Used by:309
Symbol 304 GraphicUsed by:309  Timeline
Symbol 305 GraphicUsed by:309
Symbol 306 TextUses:302Used by:309
Symbol 307 GraphicUsed by:309  Timeline
Symbol 308 GraphicUsed by:309
Symbol 309 MovieClipUses:301 55 303 304 53 54 71 57 305 306 307 51 52 308 113 49 174Used by:Timeline
Symbol 310 GraphicUsed by:314
Symbol 311 GraphicUsed by:314
Symbol 312 GraphicUsed by:314
Symbol 313 SoundUsed by:314 318
Symbol 314 ButtonUses:310 311 312 313Used by:Timeline
Symbol 315 GraphicUsed by:318
Symbol 316 GraphicUsed by:318
Symbol 317 GraphicUsed by:318
Symbol 318 ButtonUses:315 316 317 313Used by:Timeline
Symbol 319 GraphicUsed by:Timeline
Symbol 320 GraphicUsed by:321
Symbol 321 ButtonUses:320Used by:323 324
Symbol 322 GraphicUsed by:323 324
Symbol 323 MovieClipUses:321 322Used by:Timeline
Symbol 324 MovieClipUses:321 322Used by:Timeline
Symbol 325 GraphicUsed by:Timeline
Symbol 326 GraphicUsed by:Timeline
Symbol 327 ButtonUses:128Used by:346
Symbol 328 ShapeTweeningUsed by:335
Symbol 329 ShapeTweeningUsed by:335
Symbol 330 ShapeTweeningUsed by:335
Symbol 331 ShapeTweeningUsed by:335
Symbol 332 ShapeTweeningUsed by:335
Symbol 333 ShapeTweeningUsed by:335
Symbol 334 GraphicUsed by:335
Symbol 335 MovieClipUses:328 329 330 331 332 333 334Used by:345
Symbol 336 GraphicUsed by:345
Symbol 337 GraphicUsed by:345
Symbol 338 GraphicUsed by:345
Symbol 339 GraphicUsed by:345
Symbol 340 GraphicUsed by:345
Symbol 341 GraphicUsed by:345
Symbol 342 GraphicUsed by:345
Symbol 343 GraphicUsed by:345
Symbol 344 GraphicUsed by:345
Symbol 345 MovieClipUses:237 335 336 337 338 339 340 341 342 343 344Used by:346
Symbol 346 MovieClipUses:327 345Used by:Timeline
Symbol 347 GraphicUsed by:Timeline
Symbol 348 GraphicUsed by:362 370 380 392 395 410 443 455 466
Symbol 349 GraphicUsed by:351 419
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:349 350Used by:355
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:352Used by:355
Symbol 354 GraphicUsed by:355
Symbol 355 MovieClipUses:351 353 354Used by:357 361 362
Symbol 356 GraphicUsed by:357 361
Symbol 357 MovieClipUses:355 356Used by:362
Symbol 358 GraphicUsed by:362
Symbol 359 GraphicUsed by:362
Symbol 360 GraphicUsed by:362
Symbol 361 MovieClipUses:355 356Used by:362
Symbol 362 MovieClipUses:357 348 355 358 359 360 361Used by:467
Symbol 363 GraphicUsed by:366 369 370
Symbol 364 GraphicUsed by:366 369 370
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:363 364 365Used by:370
Symbol 367 GraphicUsed by:370
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:363 364 368Used by:370
Symbol 370 MovieClipUses:366 348 363 364 367 369Used by:467
Symbol 371 GraphicUsed by:373
Symbol 372 GraphicUsed by:373
Symbol 373 MovieClipUses:371 372Used by:375
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:373 42 374Used by:377 379 380
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:375 376Used by:380
Symbol 378 GraphicUsed by:379 380
Symbol 379 MovieClipUses:375 378Used by:380
Symbol 380 MovieClipUses:377 348 375 378 379Used by:467
Symbol 381 GraphicUsed by:382
Symbol 382 MovieClipUses:381Used by:383 390 391
Symbol 383 MovieClipUses:382Used by:392
Symbol 384 GraphicUsed by:386
Symbol 385 GraphicUsed by:386
Symbol 386 MovieClipUses:384 385Used by:390
Symbol 387 SoundUsed by:390
Symbol 388 GraphicUsed by:390
Symbol 389 SoundUsed by:390
Symbol 390 MovieClipUses:382 386 387 388 389Used by:392
Symbol 391 MovieClipUses:382Used by:392
Symbol 392 MovieClipUses:383 348 390 391Used by:467
Symbol 393 MovieClipUses:79 85Used by:395
Symbol 394 MovieClipUses:79 85Used by:395
Symbol 395 MovieClipUses:393 348 79 85 394Used by:467
Symbol 396 GraphicUsed by:397
Symbol 397 MovieClipUses:73 76 396Used by:398
Symbol 398 MovieClipUses:397Used by:406 409 410
Symbol 399 GraphicUsed by:405
Symbol 400 GraphicUsed by:405
Symbol 401 GraphicUsed by:405
Symbol 402 GraphicUsed by:405
Symbol 403 GraphicUsed by:405
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:399 400 401 402 403 404Used by:406 409 410
Symbol 406 MovieClipUses:398 405Used by:410
Symbol 407 GraphicUsed by:408
Symbol 408 MovieClipUses:407Used by:409
Symbol 409 MovieClipUses:398 405 408Used by:410
Symbol 410 MovieClipUses:406 348 398 405 409Used by:467
Symbol 411 GraphicUsed by:423 427 440 442 443
Symbol 412 GraphicUsed by:417
Symbol 413 GraphicUsed by:417
Symbol 414 GraphicUsed by:417
Symbol 415 GraphicUsed by:417
Symbol 416 GraphicUsed by:417
Symbol 417 MovieClipUses:412 413 414 415 416Used by:421
Symbol 418 GraphicUsed by:419
Symbol 419 MovieClipUses:349 418Used by:421 440
Symbol 420 GraphicUsed by:421
Symbol 421 MovieClipUses:417 419 420Used by:423 442 443
Symbol 422 GraphicUsed by:423 442
Symbol 423 MovieClipUses:411 421 422Used by:443
Symbol 424 GraphicUsed by:427
Symbol 425 GraphicUsed by:427 443
Symbol 426 GraphicUsed by:427
Symbol 427 MovieClipUses:411 424 425 426Used by:443
Symbol 428 GraphicUsed by:443
Symbol 429 GraphicUsed by:443
Symbol 430 GraphicUsed by:440
Symbol 431 GraphicUsed by:440
Symbol 432 GraphicUsed by:440
Symbol 433 GraphicUsed by:440
Symbol 434 GraphicUsed by:440
Symbol 435 GraphicUsed by:440
Symbol 436 GraphicUsed by:440
Symbol 437 GraphicUsed by:440
Symbol 438 GraphicUsed by:440
Symbol 439 GraphicUsed by:440
Symbol 440 MovieClipUses:430 419 431 432 433 411 434 435 436 437 438 439Used by:442
Symbol 441 SoundUsed by:442
Symbol 442 MovieClipUses:411 421 422 440 441Used by:443
Symbol 443 MovieClipUses:423 348 421 427 428 411 425 429 442Used by:467
Symbol 444 GraphicUsed by:449
Symbol 445 GraphicUsed by:449
Symbol 446 GraphicUsed by:449
Symbol 447 GraphicUsed by:449
Symbol 448 GraphicUsed by:449
Symbol 449 MovieClipUses:444 445 446 447 448Used by:450 453 455
Symbol 450 MovieClipUses:449Used by:455
Symbol 451 GraphicUsed by:455
Symbol 452 GraphicUsed by:455
Symbol 453 MovieClipUses:449Used by:455
Symbol 454 GraphicUsed by:455
Symbol 455 MovieClipUses:450 451 348 449 452 453 454Used by:467
Symbol 456 GraphicUsed by:461
Symbol 457 GraphicUsed by:461
Symbol 458 GraphicUsed by:461
Symbol 459 GraphicUsed by:461 489
Symbol 460 GraphicUsed by:461
Symbol 461 MovieClipUses:456 231 232 458 457 42 459 460Used by:462 463 465
Symbol 462 MovieClipUses:461Used by:466
Symbol 463 MovieClipUses:461Used by:466
Symbol 464 SoundUsed by:465
Symbol 465 MovieClipUses:461 45 464Used by:466
Symbol 466 MovieClipUses:462 348 463 465Used by:467
Symbol 467 MovieClipUses:362 370 380 392 395 410 443 455 466Used by:Timeline
Symbol 468 GraphicUsed by:Timeline
Symbol 469 GraphicUsed by:470 471 474 475 478 479
Symbol 470 ButtonUses:469Used by:472
Symbol 471 ButtonUses:469Used by:472
Symbol 472 MovieClipUses:470 52 471Used by:Timeline
Symbol 473 ButtonUses:128Used by:Timeline
Symbol 474 ButtonUses:469Used by:476
Symbol 475 ButtonUses:469Used by:476
Symbol 476 MovieClipUses:474 51 475Used by:Timeline
Symbol 477 ButtonUses:128Used by:Timeline
Symbol 478 ButtonUses:469Used by:480
Symbol 479 ButtonUses:469Used by:480
Symbol 480 MovieClipUses:478 55 479Used by:Timeline
Symbol 481 ButtonUses:128Used by:Timeline
Symbol 482 GraphicUsed by:Timeline
Symbol 483 GraphicUsed by:487
Symbol 484 GraphicUsed by:487
Symbol 485 GraphicUsed by:487
Symbol 486 GraphicUsed by:487
Symbol 487 MovieClipUses:483 484 485 486Used by:507
Symbol 488 GraphicUsed by:489
Symbol 489 MovieClipUses:42 459 488Used by:507
Symbol 490 GraphicUsed by:492
Symbol 491 GraphicUsed by:492
Symbol 492 MovieClipUses:490 51 491Used by:507
Symbol 493 GraphicUsed by:498
Symbol 494 GraphicUsed by:498
Symbol 495 GraphicUsed by:498
Symbol 496 GraphicUsed by:498
Symbol 497 GraphicUsed by:498
Symbol 498 MovieClipUses:493 494 495 496 497Used by:507
Symbol 499 GraphicUsed by:500
Symbol 500 MovieClipUses:499Used by:507
Symbol 501 GraphicUsed by:502
Symbol 502 MovieClipUses:42 43 501Used by:507
Symbol 503 GraphicUsed by:506
Symbol 504 GraphicUsed by:506
Symbol 505 GraphicUsed by:506
Symbol 506 MovieClipUses:503 504 505Used by:507
Symbol 507 MovieClipUses:39 487 489 492 498 48 500 502 506Used by:Timeline

Instance Names

"help"Frame 4Symbol 105 MovieClip
"end"Frame 4Symbol 127 MovieClip
"spider"Frame 4Symbol 138 MovieClip
"bonus_order"Frame 4Symbol 150 MovieClip
"bonus_drink"Frame 4Symbol 150 MovieClip
"display_level"Frame 4Symbol 167 MovieClip
"ice"Frame 4Symbol 175 MovieClip
"lemon_pour"Frame 4Symbol 195 MovieClip
"coke_pour"Frame 4Symbol 204 MovieClip
"mov_drips2"Frame 4Symbol 208 MovieClip
"mov_drips1"Frame 4Symbol 208 MovieClip
"beer_pour2"Frame 4Symbol 212 MovieClip
"beer_pour1"Frame 4Symbol 212 MovieClip
"vodka"Frame 4Symbol 219 MovieClip
"whiskey"Frame 4Symbol 222 MovieClip
"tall_glass"Frame 4Symbol 252 MovieClip
"pint_glass"Frame 4Symbol 270 MovieClip
"cigarette"Frame 4Symbol 274 MovieClip
"speech_general"Frame 4Symbol 300 MovieClip
"speech"Frame 4Symbol 309 MovieClip
"lever2"Frame 4Symbol 323 MovieClip
"lever1"Frame 4Symbol 324 MovieClip
"worm"Frame 4Symbol 346 MovieClip
"customers"Frame 4Symbol 467 MovieClip
"yellow_bottle"Frame 4Symbol 472 MovieClip
"gray_bottle"Frame 4Symbol 476 MovieClip
"green_bottle"Frame 4Symbol 480 MovieClip
"loadBar"Symbol 17 MovieClip Frame 1Symbol 15 MovieClip
"movie51"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"movie34"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"movie7"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"movie3"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"movie3"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"movie51"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"movie51"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"movie51"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"movie1"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"movie3"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"movie2"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"movie4"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"movie5"Symbol 93 MovieClip Frame 1Symbol 31 MovieClip
"glass"Symbol 93 MovieClip Frame 104Symbol 70 MovieClip
"movie51"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"movie34"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"movie7"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"movie3"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"movie3"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"movie51"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"movie51"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"movie51"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"movie1"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"movie3"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"movie2"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"movie4"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"movie5"Symbol 112 MovieClip Frame 1Symbol 31 MovieClip
"spider_animate"Symbol 138 MovieClip Frame 1Symbol 137 MovieClip
"btn_ice_bucket"Symbol 175 MovieClip Frame 1Symbol 173 Button
"whiskey_shot"Symbol 252 MovieClip Frame 1Symbol 226 MovieClip
"glass"Symbol 252 MovieClip Frame 1Symbol 70 MovieClip
"cigarette"Symbol 252 MovieClip Frame 1Symbol 233 MovieClip
"spider"Symbol 252 MovieClip Frame 1Symbol 234 MovieClip
"ice"Symbol 252 MovieClip Frame 1Symbol 235 MovieClip
"worm"Symbol 252 MovieClip Frame 1Symbol 248 MovieClip
"vodka_shot"Symbol 252 MovieClip Frame 1Symbol 250 MovieClip
"wave"Symbol 268 MovieClip Frame 338Symbol 264 MovieClip
"wave"Symbol 268 MovieClip Frame 395Symbol 264 MovieClip
"glass"Symbol 270 MovieClip Frame 1Symbol 268 MovieClip
"worm"Symbol 270 MovieClip Frame 1Symbol 248 MovieClip
"cigarette"Symbol 270 MovieClip Frame 1Symbol 233 MovieClip
"spider"Symbol 270 MovieClip Frame 1Symbol 234 MovieClip
"ice"Symbol 270 MovieClip Frame 1Symbol 235 MovieClip
"cigarette_anim"Symbol 274 MovieClip Frame 1Symbol 273 MovieClip
"worm_anim"Symbol 346 MovieClip Frame 1Symbol 345 MovieClip
"customer1"Symbol 467 MovieClip Frame 2Symbol 362 MovieClip
"customer2"Symbol 467 MovieClip Frame 3Symbol 370 MovieClip
"customer3"Symbol 467 MovieClip Frame 4Symbol 380 MovieClip
"customer4"Symbol 467 MovieClip Frame 5Symbol 392 MovieClip
"customer5"Symbol 467 MovieClip Frame 6Symbol 395 MovieClip
"customer6"Symbol 467 MovieClip Frame 7Symbol 410 MovieClip
"customer7"Symbol 467 MovieClip Frame 8Symbol 443 MovieClip
"customer8"Symbol 467 MovieClip Frame 9Symbol 455 MovieClip
"customer9"Symbol 467 MovieClip Frame 10Symbol 466 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "intro_mus"
ExportAssets (56)Timeline Frame 1Symbol 2 as "pour_beer"
ExportAssets (56)Timeline Frame 1Symbol 3 as "money"
ExportAssets (56)Timeline Frame 1Symbol 4 as "level_up"
ExportAssets (56)Timeline Frame 1Symbol 5 as "ice_drink"
ExportAssets (56)Timeline Frame 1Symbol 6 as "ice_drop"
ExportAssets (56)Timeline Frame 1Symbol 7 as "glass_smash2"
ExportAssets (56)Timeline Frame 1Symbol 8 as "glass_smash1"
ExportAssets (56)Timeline Frame 1Symbol 9 as "glass_onbar2"
ExportAssets (56)Timeline Frame 1Symbol 10 as "glass_onbar1"
ExportAssets (56)Timeline Frame 1Symbol 11 as "mus"

Labels

"coke"Symbol 70 MovieClip Frame 2
"lemon"Symbol 70 MovieClip Frame 81
"3sec"Symbol 150 MovieClip Frame 2
"5sec"Symbol 150 MovieClip Frame 3
"10sec"Symbol 150 MovieClip Frame 4
"15sec"Symbol 150 MovieClip Frame 5
"20sec"Symbol 150 MovieClip Frame 6
"start"Symbol 208 MovieClip Frame 15
"animate"Symbol 219 MovieClip Frame 3
"animate"Symbol 222 MovieClip Frame 3
"reset"Symbol 252 MovieClip Frame 5
"normal"Symbol 268 MovieClip Frame 1
"pour"Symbol 268 MovieClip Frame 2
"overflow_hold"Symbol 268 MovieClip Frame 395
"reset"Symbol 270 MovieClip Frame 5
"counter"Symbol 273 MovieClip Frame 596
"walk"Symbol 362 MovieClip Frame 1
"idle"Symbol 362 MovieClip Frame 2
"leave"Symbol 362 MovieClip Frame 4
"blank"Symbol 362 MovieClip Frame 5
"walk"Symbol 370 MovieClip Frame 1
"idle"Symbol 370 MovieClip Frame 2
"leave"Symbol 370 MovieClip Frame 4
"blank"Symbol 370 MovieClip Frame 5
"walk_normal"Symbol 379 MovieClip Frame 80
"walk"Symbol 380 MovieClip Frame 1
"idle"Symbol 380 MovieClip Frame 2
"leave"Symbol 380 MovieClip Frame 4
"blank"Symbol 380 MovieClip Frame 5
"walk_2"Symbol 391 MovieClip Frame 50
"walk_3"Symbol 391 MovieClip Frame 85
"walk"Symbol 392 MovieClip Frame 1
"idle"Symbol 392 MovieClip Frame 2
"leave"Symbol 392 MovieClip Frame 4
"blank"Symbol 392 MovieClip Frame 5
"walk_2"Symbol 394 MovieClip Frame 42
"walk_3"Symbol 394 MovieClip Frame 82
"walk"Symbol 395 MovieClip Frame 1
"idle"Symbol 395 MovieClip Frame 2
"leave"Symbol 395 MovieClip Frame 4
"blank"Symbol 395 MovieClip Frame 5
"walk_2"Symbol 409 MovieClip Frame 42
"walk_3"Symbol 409 MovieClip Frame 82
"walk"Symbol 410 MovieClip Frame 1
"idle"Symbol 410 MovieClip Frame 2
"leave"Symbol 410 MovieClip Frame 4
"blank"Symbol 410 MovieClip Frame 5
"walk_2"Symbol 423 MovieClip Frame 47
"walk_2"Symbol 442 MovieClip Frame 43
"walk"Symbol 443 MovieClip Frame 1
"idle"Symbol 443 MovieClip Frame 2
"leave"Symbol 443 MovieClip Frame 4
"blank"Symbol 443 MovieClip Frame 5
"walk_2"Symbol 450 MovieClip Frame 52
"walk_2"Symbol 453 MovieClip Frame 53
"walk"Symbol 455 MovieClip Frame 1
"idle"Symbol 455 MovieClip Frame 2
"leave"Symbol 455 MovieClip Frame 4
"blank"Symbol 455 MovieClip Frame 5
"walk_2"Symbol 465 MovieClip Frame 52
"walk"Symbol 466 MovieClip Frame 1
"idle"Symbol 466 MovieClip Frame 2
"leave"Symbol 466 MovieClip Frame 4
"blank"Symbol 466 MovieClip Frame 5
"reset"Symbol 472 MovieClip Frame 5
"reset"Symbol 476 MovieClip Frame 5
"reset"Symbol 480 MovieClip Frame 5

Dynamic Text Variables

_root.final_scoreSymbol 114 EditableText"00000"
_root.time_remainingSymbol 170 EditableText"0000000"
_root.scoreSymbol 171 EditableText"0000000000"




http://swfchan.com/2/7607/info.shtml
Created: 12/6 -2019 08:03:06 Last modified: 12/6 -2019 08:03:06 Server time: 28/04 -2024 21:01:35