Frame 1
totalbytes = getBytesTotal();
bytesloaded = getBytesLoaded();
trace(((bytesloaded + " is the loaded bytes and ") + totalbytes) + " is the total bytes");
percent = Math.round((bytesloaded / totalbytes) * 100) + " % loaded";
_root.statusbar_mc._yscale = (bytesloaded / totalbytes) * 100;
if (bytesloaded == totalbytes) {
_root.gotoAndPlay(4);
trace("now you should be at the start screen!");
}
Frame 2
_root.gotoAndPlay(1);
Frame 3
this.nextstep_mc.gotoAndStop("dead");
this.choose_dancer_master_mc.leftbutton01.enabled = false;
this.choose_dancer_master_mc.leftbutton02.enabled = false;
this.choose_dancer_master_mc.leftbutton03.enabled = false;
this.choose_dancer_master_mc.rightbutton01.enabled = false;
this.choose_dancer_master_mc.rightbutton02.enabled = false;
this.choose_dancer_master_mc.rightbutton03.enabled = false;
this.nextstep_mc._alpha = 50;
this.choose_dancer_master_mc.leftbutton01._alpha = 50;
this.choose_dancer_master_mc.leftbutton02._alpha = 50;
this.choose_dancer_master_mc.leftbutton03._alpha = 50;
this.choose_dancer_master_mc.rightbutton01._alpha = 50;
this.choose_dancer_master_mc.rightbutton02._alpha = 50;
this.choose_dancer_master_mc.rightbutton03._alpha = 50;
_root.firstmove = "";
_root.secondmove = "";
_root.thirdmove = "";
_root.fourthmove = "";
_root.fifthmove = "";
Frame 7
stop();
Frame 8
stop();
trace("enable this, yo!");
this.nextstep_mc.gotoAndPlay("up");
this.choose_dancer_master_mc.leftbutton01.enabled = true;
this.choose_dancer_master_mc.leftbutton02.enabled = true;
this.choose_dancer_master_mc.leftbutton03.enabled = true;
this.choose_dancer_master_mc.rightbutton01.enabled = true;
this.choose_dancer_master_mc.rightbutton02.enabled = true;
this.choose_dancer_master_mc.rightbutton03.enabled = true;
this.nextstep_mc._alpha = 100;
this.choose_dancer_master_mc.leftbutton01._alpha = 100;
this.choose_dancer_master_mc.leftbutton02._alpha = 100;
this.choose_dancer_master_mc.leftbutton03._alpha = 100;
this.choose_dancer_master_mc.rightbutton01._alpha = 100;
this.choose_dancer_master_mc.rightbutton02._alpha = 100;
this.choose_dancer_master_mc.rightbutton03._alpha = 100;
Frame 10
this.nextstep_mc.gotoAndStop("dead");
this.place01_mc.placebutton01.enabled = false;
this.place02_mc.placebutton02.enabled = false;
this.place03_mc.placebutton03.enabled = false;
this.place04_mc.placebutton04.enabled = false;
this.nextstep_mc._alpha = 50;
this.place01_mc.placebutton01._alpha = 50;
this.place02_mc.placebutton02._alpha = 50;
this.place03_mc.placebutton03._alpha = 50;
this.place04_mc.placebutton04._alpha = 50;
removeMovieClip(_root.draggable1_mc);
removeMovieClip(_root.draggable1_copyone_mc);
removeMovieClip(_root.draggable1_copytwo_mc);
removeMovieClip(_root.draggable1_copythree_mc);
removeMovieClip(_root.draggable1_copyfour_mc);
removeMovieClip(_root.draggable1_copyfive_mc);
removeMovieClip(_root.draggable2_mc);
removeMovieClip(_root.draggable2_copyone_mc);
removeMovieClip(_root.draggable2_copytwo_mc);
removeMovieClip(_root.draggable2_copythree_mc);
removeMovieClip(_root.draggable2_copyfour_mc);
removeMovieClip(_root.draggable2_copyfive_mc);
removeMovieClip(_root.draggable3_mc);
removeMovieClip(_root.draggable3_copyone_mc);
removeMovieClip(_root.draggable3_copytwo_mc);
removeMovieClip(_root.draggable3_copythree_mc);
removeMovieClip(_root.draggable3_copyfour_mc);
removeMovieClip(_root.draggable3_copyfive_mc);
removeMovieClip(_root.draggable4_mc);
removeMovieClip(_root.draggable4_copyone_mc);
removeMovieClip(_root.draggable4_copytwo_mc);
removeMovieClip(_root.draggable4_copythree_mc);
removeMovieClip(_root.draggable4_copyfour_mc);
removeMovieClip(_root.draggable4_copyfive_mc);
removeMovieClip(_root.draggable5_mc);
removeMovieClip(_root.draggable5_copyone_mc);
removeMovieClip(_root.draggable5_copytwo_mc);
removeMovieClip(_root.draggable5_copythree_mc);
removeMovieClip(_root.draggable5_copyfour_mc);
removeMovieClip(_root.draggable5_copyfive_mc);
Frame 14
stop();
Frame 15
stop();
trace("enable this, yo!");
this.nextstep_mc.gotoAndPlay("up");
this.place01_mc.placebutton01.enabled = true;
this.place02_mc.placebutton02.enabled = true;
this.place03_mc.placebutton03.enabled = true;
this.place04_mc.placebutton04.enabled = true;
this.nextstep_mc._alpha = 100;
this.place01_mc.placebutton01._alpha = 100;
this.place02_mc.placebutton02._alpha = 100;
this.place03_mc.placebutton03._alpha = 100;
this.place04_mc.placebutton04._alpha = 100;
_root.place01_mc.gotoAndStop("selected");
Frame 17
this.watchdance_mc.gotoAndStop("dead");
this.move01button.enabled = false;
this.move02button.enabled = false;
this.move03button.enabled = false;
this.move04button.enabled = false;
this.move05button.enabled = false;
this.draggable1_mc.justa_button.enabled = false;
this.draggable2_mc.justa_button.enabled = false;
this.draggable3_mc.justa_button.enabled = false;
this.draggable4_mc.justa_button.enabled = false;
this.draggable5_mc.justa_button.enabled = false;
this.watchdance_mc._alpha = 50;
this.move01button._alpha = 50;
this.move02button._alpha = 50;
this.move03button._alpha = 50;
this.move04button._alpha = 50;
this.move05button._alpha = 50;
this.draggable1_mc._alpha = 50;
this.draggable2_mc._alpha = 50;
this.draggable3_mc._alpha = 50;
this.draggable4_mc._alpha = 50;
this.draggable5_mc._alpha = 50;
_root.firstmove = "";
_root.secondmove = "";
_root.thirdmove = "";
_root.fourthmove = "";
_root.fifthmove = "";
Instance of Symbol 329 MovieClip "name_diarrhea" in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 331 MovieClip "name_upsetstomach" in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 333 MovieClip "name_indigestion" in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 335 MovieClip "name_heartburn" in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 337 MovieClip "name_nausea" in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 343 MovieClip "draggable5_mc" in Frame 17
onClipEvent (load) {
_root.x_dragg5_pos = _root.draggable5_mc._x;
_root.y_dragg5_pos = _root.draggable5_mc._y;
}
Instance of Symbol 345 MovieClip "draggable4_mc" in Frame 17
onClipEvent (load) {
_root.x_dragg4_pos = _root.draggable4_mc._x;
_root.y_dragg4_pos = _root.draggable4_mc._y;
}
Instance of Symbol 347 MovieClip "draggable3_mc" in Frame 17
onClipEvent (load) {
_root.x_dragg3_pos = _root.draggable3_mc._x;
_root.y_dragg3_pos = _root.draggable3_mc._y;
}
Instance of Symbol 349 MovieClip "draggable2_mc" in Frame 17
onClipEvent (load) {
_root.x_dragg2_pos = _root.draggable2_mc._x;
_root.y_dragg2_pos = _root.draggable2_mc._y;
}
Instance of Symbol 351 MovieClip "draggable1_mc" in Frame 17
onClipEvent (load) {
_root.x_dragg1_pos = _root.draggable1_mc._x;
_root.y_dragg1_pos = _root.draggable1_mc._y;
}
Instance of Symbol 372 MovieClip "container5_mc" in Frame 17
onClipEvent (load) {
_root.x_cont5_pos = _root.container5_mc._x;
_root.y_cont5_pos = _root.container5_mc._y;
}
Instance of Symbol 375 MovieClip "container4_mc" in Frame 17
onClipEvent (load) {
_root.x_cont4_pos = _root.container4_mc._x;
_root.y_cont4_pos = _root.container4_mc._y;
}
Instance of Symbol 378 MovieClip "container3_mc" in Frame 17
onClipEvent (load) {
_root.x_cont3_pos = _root.container3_mc._x;
_root.y_cont3_pos = _root.container3_mc._y;
}
Instance of Symbol 381 MovieClip "container2_mc" in Frame 17
onClipEvent (load) {
_root.x_cont2_pos = _root.container2_mc._x;
_root.y_cont2_pos = _root.container2_mc._y;
}
Instance of Symbol 384 MovieClip "container1_mc" in Frame 17
onClipEvent (load) {
_root.x_cont1_pos = _root.container1_mc._x;
_root.y_cont1_pos = _root.container1_mc._y;
}
Frame 21
stop();
Instance of Symbol 409 MovieClip "drip_warning_mc" in Frame 21
onClipEvent (load) {
this.gotoAndStop(1);
}
Frame 22
stop();
trace("enable this, yo!");
this.watchdance_mc.gotoAndPlay("up");
this.move01button.enabled = true;
this.move02button.enabled = true;
this.move03button.enabled = true;
this.move04button.enabled = true;
this.move05button.enabled = true;
this.draggable1_mc.justa_button.enabled = true;
this.draggable2_mc.justa_button.enabled = true;
this.draggable3_mc.justa_button.enabled = true;
this.draggable4_mc.justa_button.enabled = true;
this.draggable5_mc.justa_button.enabled = true;
this.watchdance_mc._alpha = 100;
this.move01button._alpha = 100;
this.move02button._alpha = 100;
this.move03button._alpha = 100;
this.move04button._alpha = 100;
this.move05button._alpha = 100;
this.draggable1_mc._alpha = 100;
this.draggable2_mc._alpha = 100;
this.draggable3_mc._alpha = 100;
this.draggable4_mc._alpha = 100;
this.draggable5_mc._alpha = 100;
Frame 24
removeMovieClip(_root.draggable1_mc);
removeMovieClip(_root.draggable1_copyone_mc);
removeMovieClip(_root.draggable1_copytwo_mc);
removeMovieClip(_root.draggable1_copythree_mc);
removeMovieClip(_root.draggable1_copyfour_mc);
removeMovieClip(_root.draggable1_copyfive_mc);
removeMovieClip(_root.draggable2_mc);
removeMovieClip(_root.draggable2_copyone_mc);
removeMovieClip(_root.draggable2_copytwo_mc);
removeMovieClip(_root.draggable2_copythree_mc);
removeMovieClip(_root.draggable2_copyfour_mc);
removeMovieClip(_root.draggable2_copyfive_mc);
removeMovieClip(_root.draggable3_mc);
removeMovieClip(_root.draggable3_copyone_mc);
removeMovieClip(_root.draggable3_copytwo_mc);
removeMovieClip(_root.draggable3_copythree_mc);
removeMovieClip(_root.draggable3_copyfour_mc);
removeMovieClip(_root.draggable3_copyfive_mc);
removeMovieClip(_root.draggable4_mc);
removeMovieClip(_root.draggable4_copyone_mc);
removeMovieClip(_root.draggable4_copytwo_mc);
removeMovieClip(_root.draggable4_copythree_mc);
removeMovieClip(_root.draggable4_copyfour_mc);
removeMovieClip(_root.draggable4_copyfive_mc);
removeMovieClip(_root.draggable5_mc);
removeMovieClip(_root.draggable5_copyone_mc);
removeMovieClip(_root.draggable5_copytwo_mc);
removeMovieClip(_root.draggable5_copythree_mc);
removeMovieClip(_root.draggable5_copyfour_mc);
removeMovieClip(_root.draggable5_copyfive_mc);
stopAllSounds();
_root.paused = "notalreadypaused";
Instance of Symbol 413 MovieClip in Frame 24
on (release) {
_root.gotoAndPlay("choose_dancer");
}
Instance of Symbol 444 MovieClip "action_mc" in Frame 25
onClipEvent (load) {
_root.framenumber = 1;
trace("_root.framenumber = " + _root.framenumber);
}
Frame 28
stop();
Instance of Symbol 5 MovieClip in Symbol 11 MovieClip [cowboy_indigestion_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Symbol 22 MovieClip Frame 30
stop();
Instance of Symbol 5 MovieClip in Symbol 35 MovieClip [nurse_upsetstomach_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Instance of Symbol 5 MovieClip in Symbol 39 MovieClip [nurse_nausea_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Instance of Symbol 5 MovieClip in Symbol 45 MovieClip [nurse_indigestion_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Instance of Symbol 5 MovieClip in Symbol 56 MovieClip [nurse_heypepto_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Symbol 56 MovieClip [nurse_heypepto_id] Frame 128
if (_root.paused == "paused") {
this.gotoAndPlay(1);
}
if (_root.paused == "notpaused") {
_root.action_mc.gotoAndPlay(1);
}
Instance of Symbol 5 MovieClip in Symbol 62 MovieClip [nurse_heartburn_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Instance of Symbol 5 MovieClip in Symbol 66 MovieClip [nurse_diarrhea_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Instance of Symbol 5 MovieClip in Symbol 70 MovieClip [cowboy_upsetstomach_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Instance of Symbol 5 MovieClip in Symbol 74 MovieClip [cowboy_nausea_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Instance of Symbol 5 MovieClip in Symbol 85 MovieClip [cowboy_heypepto_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Symbol 85 MovieClip [cowboy_heypepto_id] Frame 128
if (_root.paused == "paused") {
this.gotoAndPlay(1);
}
if (_root.paused == "notpaused") {
_root.action_mc.gotoAndPlay(1);
}
Instance of Symbol 5 MovieClip in Symbol 90 MovieClip [cowboy_heartburn_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Instance of Symbol 5 MovieClip in Symbol 94 MovieClip [cowboy_diarrhea_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Instance of Symbol 5 MovieClip in Symbol 98 MovieClip [businessman_upsetstomach_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Symbol 98 MovieClip [businessman_upsetstomach_id] Frame 15
Instance of Symbol 5 MovieClip in Symbol 103 MovieClip [businessman_nausea_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Symbol 103 MovieClip [businessman_nausea_id] Frame 15
Instance of Symbol 5 MovieClip in Symbol 108 MovieClip [businessman_indigestion_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Symbol 108 MovieClip [businessman_indigestion_id] Frame 15
Instance of Symbol 5 MovieClip in Symbol 118 MovieClip [businessman_heypepto_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Symbol 118 MovieClip [businessman_heypepto_id] Frame 128
if (_root.paused == "paused") {
this.gotoAndPlay(1);
}
if (_root.paused == "notpaused") {
_root.action_mc.gotoAndPlay(1);
}
Instance of Symbol 5 MovieClip in Symbol 123 MovieClip [businessman_heartburn_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Symbol 123 MovieClip [businessman_heartburn_id] Frame 15
Instance of Symbol 5 MovieClip in Symbol 127 MovieClip [businessman_diarrhea_id] Frame 1
onClipEvent (enterFrame) {
if (_root.paused == "paused") {
_parent.stop();
}
if (_root.paused == "notpaused") {
_parent.play();
}
}
Symbol 127 MovieClip [businessman_diarrhea_id] Frame 15
Symbol 129 MovieClip Frame 1
stopAllSounds();
Symbol 129 MovieClip Frame 2
soundtrack = new Sound();
soundtrack.attachSound("loop");
soundtrack.start(0, 1);
soundtrack.onSoundComplete = function () {
soundtrack.attachSound("loop");
soundtrack.start(0, 1);
};
stop();
Symbol 216 Button
on (release) {
_root.gotoAndPlay("choose_place");
yeah = new Sound();
yeah.attachSound("yeah");
yeah.start(0, 1);
trace("yeah!!!!");
}
Symbol 220 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 60
gotoAndPlay (2);
Symbol 236 Button
on (release) {
this.dancer01_mc.gotoAndPlay(_root.dancer01wrapperback);
}
Symbol 238 Button
on (release) {
this.dancer01_mc.gotoAndPlay(_root.dancer01wrapperfront);
}
Symbol 241 Button
on (release) {
this.dancer03_mc.gotoAndPlay(_root.dancer03wrapperfront);
}
Symbol 242 Button
on (release) {
this.dancer03_mc.gotoAndPlay(_root.dancer03wrapperfront);
}
Symbol 244 Button
on (release) {
this.dancer02_mc.gotoAndPlay(_root.dancer02wrapperback);
}
Symbol 245 Button
on (release) {
this.dancer02_mc.gotoAndPlay(_root.dancer02wrapperfront);
}
Symbol 253 MovieClip Frame 1
stop();
_root.dancer03wrapperfront = 2;
_root.dancer03wrapperback = 3;
_root.dancer03 = "cowboy";
trace(("since _root.dancer03 = " + _root.dancer03) + ", then the third dancer is a cowboy.");
Symbol 253 MovieClip Frame 2
stop();
_root.dancer03wrapperfront = 3;
_root.dancer03wrapperback = 1;
_root.dancer03 = "businessman";
trace(("since _root.dancer03 = " + _root.dancer03) + ", then the third dancer is a businessman.");
Symbol 253 MovieClip Frame 3
stop();
_root.dancer03wrapperfront = 1;
_root.dancer03wrapperback = 2;
_root.dancer03 = "nurse";
trace(("since _root.dancer03 = " + _root.dancer03) + ", then the third dancer is a nurse.");
Symbol 254 MovieClip Frame 1
stop();
_root.dancer02wrapperfront = 2;
_root.dancer02wrapperback = 3;
_root.dancer02 = "nurse";
trace(("since _root.dancer02 = " + _root.dancer02) + ", then the second dancer is a nurse.");
Symbol 254 MovieClip Frame 2
stop();
_root.dancer02wrapperfront = 3;
_root.dancer02wrapperback = 1;
_root.dancer02 = "cowboy";
trace(("since _root.dancer02 = " + _root.dancer02) + ", then the second dancer is a cowboy.");
Symbol 254 MovieClip Frame 3
stop();
_root.dancer02wrapperfront = 1;
_root.dancer02wrapperback = 2;
_root.dancer02 = "businessman";
trace(("since _root.dancer02 = " + _root.dancer02) + ", then the second dancer is a businessman.");
Symbol 255 MovieClip Frame 1
stop();
_root.dancer01wrapperfront = 2;
_root.dancer01wrapperback = 3;
_root.dancer01 = "businessman";
trace(("since _root.dancer01 = " + _root.dancer01) + ", then the first dancer is a businessman.");
Symbol 255 MovieClip Frame 2
stop();
_root.dancer01wrapperfront = 3;
_root.dancer01wrapperback = 1;
_root.dancer01 = "nurse";
trace(("since _root.dancer01 = " + _root.dancer01) + ", then the first dancer is a nurse.");
Symbol 255 MovieClip Frame 3
stop();
_root.dancer01wrapperfront = 1;
_root.dancer01wrapperback = 2;
_root.dancer01 = "cowboy";
trace(("since _root.dancer01 = " + _root.dancer01) + ", then the first dancer is a cowboy.");
Symbol 256 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 59
gotoAndPlay (1);
Symbol 265 Button
on (release) {
this.play();
_root.nextFrame();
}
Symbol 266 MovieClip Frame 10
stop();
_root.question_btn.enabled = false;
_root.question_btn._alpha = 50;
Symbol 266 MovieClip Frame 18
stop();
_root.question_btn.enabled = true;
_root.question_btn._alpha = 100;
Symbol 268 Button
on (release) {
_root.drip_dancer_mc.gotoAndPlay(1);
_root.prevFrame();
}
Symbol 275 Button
on (release) {
_root.gotoAndPlay("choose_move");
yeah = new Sound();
yeah.attachSound("yeah");
yeah.start(0, 1);
trace("yeah!!!!");
}
Symbol 281 Button
on (release) {
this.gotoAndStop("selected");
_parent.place01_mc.gotoAndStop("up");
_parent.place02_mc.gotoAndStop("up");
_parent.place03_mc.gotoAndStop("up");
_parent.choose_place_mc.gotoAndPlay("street");
_parent.nextstepbutton.enabled = true;
_parent.nextstepbutton._alpha = 100;
}
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 2
stop();
Symbol 286 Button
on (release) {
this.gotoAndStop("selected");
_parent.place01_mc.gotoAndStop("up");
_parent.place02_mc.gotoAndStop("up");
_parent.place04_mc.gotoAndStop("up");
_parent.choose_place_mc.gotoAndPlay("office");
_parent.nextstepbutton.enabled = true;
_parent.nextstepbutton._alpha = 100;
}
Symbol 287 MovieClip Frame 1
stop();
Symbol 287 MovieClip Frame 2
stop();
Symbol 291 Button
on (release) {
this.gotoAndStop("selected");
_parent.place01_mc.gotoAndStop("up");
_parent.place03_mc.gotoAndStop("up");
_parent.place04_mc.gotoAndStop("up");
_parent.choose_place_mc.gotoAndPlay("park");
_parent.nextstepbutton.enabled = true;
_parent.nextstepbutton._alpha = 100;
}
Symbol 292 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 2
stop();
Symbol 296 Button
on (release) {
this.gotoAndStop("selected");
_parent.place02_mc.gotoAndStop("up");
_parent.place03_mc.gotoAndStop("up");
_parent.place04_mc.gotoAndStop("up");
_parent.choose_place_mc.gotoAndPlay("gym");
_parent.nextstepbutton.enabled = true;
_parent.nextstepbutton._alpha = 100;
}
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 2
stop();
Symbol 299 Button
on (release) {
_root.gotoAndPlay("choose_dancer");
}
Symbol 317 MovieClip Frame 1
_root.place = "gym";
trace(("since _root.place = " + _root.place) + ", then the place is gym.");
Symbol 317 MovieClip Frame 6
stop();
Symbol 317 MovieClip Frame 7
_root.place = "park";
trace(("since _root.place = " + _root.place) + ", then the place is park.");
Symbol 317 MovieClip Frame 12
stop();
Symbol 317 MovieClip Frame 13
_root.place = "office";
trace(("since _root.place = " + _root.place) + ", then the place is office.");
Symbol 317 MovieClip Frame 18
stop();
Symbol 317 MovieClip Frame 19
_root.place = "street";
trace(("since _root.place = " + _root.place) + ", then the place is street.");
Symbol 317 MovieClip Frame 24
stop();
Symbol 319 MovieClip Frame 10
stop();
_root.question_btn.enabled = false;
_root.question_btn._alpha = 50;
Symbol 319 MovieClip Frame 18
stop();
_root.question_btn.enabled = true;
_root.question_btn._alpha = 100;
Symbol 320 Button
on (release) {
_root.drip_place_mc.gotoAndPlay(1);
_root.prevFrame();
}
Symbol 326 Button
on (release) {
if (_root.firstmove == "") {
_root.drip_warning_mc.play();
} else if (_root.secondmove == "") {
_root.drip_warning_mc.play();
} else if (_root.thirdmove == "") {
_root.drip_warning_mc.play();
} else if (_root.fourthmove == "") {
_root.drip_warning_mc.play();
} else if (_root.fifthmove == "") {
_root.drip_warning_mc.play();
} else {
_root.gotoAndPlay("final");
trace("going");
}
}
Symbol 340 MovieClip Frame 1
stop();
Symbol 340 MovieClip Frame 60
gotoAndPlay (2);
Symbol 341 Button
on (rollOver) {
_parent.choose_move_mc.gotoAndStop("diarrhea");
_parent.name_diarrhea._alpha = 100;
}
on (rollOut) {
_parent.name_diarrhea._alpha = 0;
}
on (press) {
startDrag (this, true);
this.swapDepths(10);
}
on (release) {
stopDrag();
if (_root.draggable5_mc.hitTest(_root.container1_mc) == true) {
_root.firstmove = "diarrhea";
trace("first move is " + _root.firstmove);
duplicateMovieClip ("_root.draggable5_mc", "draggable5_copyone_mc", 0);
_root.draggable5_copyone_mc._x = _root.x_cont1_pos;
_root.draggable5_copyone_mc._y = _root.y_cont1_pos;
_root.draggable5_copyone_mc.justa_button.enabled = false;
_root.draggable5_mc._x = _root.x_dragg5_pos;
_root.draggable5_mc._y = _root.y_dragg5_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable5_mc.hitTest(_root.container2_mc) == true) {
_root.secondmove = "diarrhea";
trace("second move is " + _root.secondmove);
duplicateMovieClip ("_root.draggable5_mc", "draggable5_copytwo_mc", 1);
_root.draggable5_copytwo_mc._x = _root.x_cont2_pos;
_root.draggable5_copytwo_mc._y = _root.y_cont2_pos;
_root.draggable5_copytwo_mc.justa_button.enabled = false;
_root.draggable5_mc._x = _root.x_dragg5_pos;
_root.draggable5_mc._y = _root.y_dragg5_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable5_mc.hitTest(_root.container3_mc) == true) {
_root.thirdmove = "diarrhea";
trace("third move is " + _root.thirdmove);
duplicateMovieClip ("_root.draggable5_mc", "draggable5_copythree_mc", 2);
_root.draggable5_copythree_mc._x = _root.x_cont3_pos;
_root.draggable5_copythree_mc._y = _root.y_cont3_pos;
_root.draggable5_copythree_mc.justa_button.enabled = false;
_root.draggable5_mc._x = _root.x_dragg5_pos;
_root.draggable5_mc._y = _root.y_dragg5_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable5_mc.hitTest(_root.container4_mc) == true) {
_root.fourthmove = "diarrhea";
trace("fourth move is " + _root.fourthmove);
duplicateMovieClip ("_root.draggable5_mc", "draggable5_copyfour_mc", 3);
_root.draggable5_copyfour_mc._x = _root.x_cont4_pos;
_root.draggable5_copyfour_mc._y = _root.y_cont4_pos;
_root.draggable5_copyfour_mc.justa_button.enabled = false;
_root.draggable5_mc._x = _root.x_dragg5_pos;
_root.draggable5_mc._y = _root.y_dragg5_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable5_mc.hitTest(_root.container5_mc) == true) {
_root.fifthmove = "diarrhea";
trace("fifth move is " + _root.fifthmove);
duplicateMovieClip ("_root.draggable5_mc", "draggable5_copyfive_mc", 4);
_root.draggable5_copyfive_mc._x = _root.x_cont5_pos;
_root.draggable5_copyfive_mc._y = _root.y_cont5_pos;
_root.draggable5_copyfive_mc.justa_button.enabled = false;
_root.draggable5_mc._x = _root.x_dragg5_pos;
_root.draggable5_mc._y = _root.y_dragg5_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
} else {
_root.draggable5_mc._x = _root.x_dragg5_pos;
_root.draggable5_mc._y = _root.y_dragg5_pos;
}
}
Symbol 344 Button
on (rollOver) {
_parent.choose_move_mc.gotoAndStop("upsetstomach");
_parent.name_upsetstomach._alpha = 100;
}
on (rollOut) {
_parent.name_upsetstomach._alpha = 0;
}
on (press) {
startDrag (this, true);
this.swapDepths(10);
}
on (release) {
stopDrag();
if (_root.draggable4_mc.hitTest(_root.container1_mc) == true) {
_root.firstmove = "upsetstomach";
trace("first move is " + _root.firstmove);
duplicateMovieClip ("_root.draggable4_mc", "draggable4_copyone_mc", 0);
_root.draggable4_copyone_mc._x = _root.x_cont1_pos;
_root.draggable4_copyone_mc._y = _root.y_cont1_pos;
_root.draggable4_copyone_mc.justa_button.enabled = false;
_root.draggable4_mc._x = _root.x_dragg3_pos;
_root.draggable4_mc._y = _root.y_dragg3_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable4_mc.hitTest(_root.container2_mc) == true) {
_root.secondmove = "upsetstomach";
trace("second move is " + _root.secondmove);
duplicateMovieClip ("_root.draggable4_mc", "draggable4_copytwo_mc", 1);
_root.draggable4_copytwo_mc._x = _root.x_cont2_pos;
_root.draggable4_copytwo_mc._y = _root.y_cont2_pos;
_root.draggable4_copytwo_mc.justa_button.enabled = false;
_root.draggable4_mc._x = _root.x_dragg4_pos;
_root.draggable4_mc._y = _root.y_dragg4_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable4_mc.hitTest(_root.container3_mc) == true) {
_root.thirdmove = "upsetstomach";
trace("third move is " + _root.thirdmove);
duplicateMovieClip ("_root.draggable4_mc", "draggable4_copythree_mc", 2);
_root.draggable4_copythree_mc._x = _root.x_cont3_pos;
_root.draggable4_copythree_mc._y = _root.y_cont3_pos;
_root.draggable4_copythree_mc.justa_button.enabled = false;
_root.draggable4_mc._x = _root.x_dragg4_pos;
_root.draggable4_mc._y = _root.y_dragg4_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable4_mc.hitTest(_root.container4_mc) == true) {
_root.fourthmove = "upsetstomach";
trace("fourth move is " + _root.fourthmove);
duplicateMovieClip ("_root.draggable4_mc", "draggable4_copyfour_mc", 3);
_root.draggable4_copyfour_mc._x = _root.x_cont4_pos;
_root.draggable4_copyfour_mc._y = _root.y_cont4_pos;
_root.draggable4_copyfour_mc.justa_button.enabled = false;
_root.draggable4_mc._x = _root.x_dragg4_pos;
_root.draggable4_mc._y = _root.y_dragg4_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable4_mc.hitTest(_root.container5_mc) == true) {
_root.fifthmove = "upsetstomach";
trace("fifth move is " + _root.fifthmove);
duplicateMovieClip ("_root.draggable4_mc", "draggable4_copyfive_mc", 4);
_root.draggable4_copyfive_mc._x = _root.x_cont5_pos;
_root.draggable4_copyfive_mc._y = _root.y_cont5_pos;
_root.draggable4_copyfive_mc.justa_button.enabled = false;
_root.draggable4_mc._x = _root.x_dragg4_pos;
_root.draggable4_mc._y = _root.y_dragg4_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
} else {
_root.draggable4_mc._x = _root.x_dragg4_pos;
_root.draggable4_mc._y = _root.y_dragg4_pos;
}
}
Symbol 346 Button
on (rollOver) {
_parent.choose_move_mc.gotoAndStop("indigestion");
_parent.name_indigestion._alpha = 100;
}
on (rollOut) {
_parent.name_indigestion._alpha = 0;
}
on (press) {
startDrag (this, true);
this.swapDepths(10);
}
on (release) {
stopDrag();
if (_root.draggable3_mc.hitTest(_root.container1_mc) == true) {
_root.firstmove = "indigestion";
trace("first move is " + _root.firstmove);
duplicateMovieClip ("_root.draggable3_mc", "draggable3_copyone_mc", 0);
_root.draggable3_copyone_mc._x = _root.x_cont1_pos;
_root.draggable3_copyone_mc._y = _root.y_cont1_pos;
_root.draggable3_copyone_mc.justa_button.enabled = false;
_root.draggable3_mc._x = _root.x_dragg3_pos;
_root.draggable3_mc._y = _root.y_dragg3_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable3_mc.hitTest(_root.container2_mc) == true) {
_root.secondmove = "indigestion";
trace("second move is " + _root.secondmove);
duplicateMovieClip ("_root.draggable3_mc", "draggable3_copytwo_mc", 1);
_root.draggable3_copytwo_mc._x = _root.x_cont2_pos;
_root.draggable3_copytwo_mc._y = _root.y_cont2_pos;
_root.draggable3_copytwo_mc.justa_button.enabled = false;
_root.draggable3_mc._x = _root.x_dragg3_pos;
_root.draggable3_mc._y = _root.y_dragg3_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable3_mc.hitTest(_root.container3_mc) == true) {
_root.thirdmove = "indigestion";
trace("third move is " + _root.thirdmove);
duplicateMovieClip ("_root.draggable3_mc", "draggable3_copythree_mc", 2);
_root.draggable3_copythree_mc._x = _root.x_cont3_pos;
_root.draggable3_copythree_mc._y = _root.y_cont3_pos;
_root.draggable3_copythree_mc.justa_button.enabled = false;
_root.draggable3_mc._x = _root.x_dragg3_pos;
_root.draggable3_mc._y = _root.y_dragg3_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable3_mc.hitTest(_root.container4_mc) == true) {
_root.fourthmove = "indigestion";
trace("fourth move is " + _root.fourthmove);
duplicateMovieClip ("_root.draggable3_mc", "draggable3_copyfour_mc", 3);
_root.draggable3_copyfour_mc._x = _root.x_cont4_pos;
_root.draggable3_copyfour_mc._y = _root.y_cont4_pos;
_root.draggable3_copyfour_mc.justa_button.enabled = false;
_root.draggable3_mc._x = _root.x_dragg3_pos;
_root.draggable3_mc._y = _root.y_dragg3_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable3_mc.hitTest(_root.container5_mc) == true) {
_root.fifthmove = "indigestion";
trace("fifth move is " + _root.fifthmove);
duplicateMovieClip ("_root.draggable3_mc", "draggable3_copyfive_mc", 4);
_root.draggable3_copyfive_mc._x = _root.x_cont5_pos;
_root.draggable3_copyfive_mc._y = _root.y_cont5_pos;
_root.draggable3_copyfive_mc.justa_button.enabled = false;
_root.draggable3_mc._x = _root.x_dragg3_pos;
_root.draggable3_mc._y = _root.y_dragg3_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
} else {
_root.draggable3_mc._x = _root.x_dragg3_pos;
_root.draggable3_mc._y = _root.y_dragg3_pos;
}
}
Symbol 348 Button
on (rollOver) {
_parent.choose_move_mc.gotoAndStop("heartburn");
_parent.name_heartburn._alpha = 100;
}
on (rollOut) {
_parent.name_heartburn._alpha = 0;
}
on (press) {
startDrag (this, true);
this.swapDepths(10);
}
on (release) {
stopDrag();
if (_root.draggable2_mc.hitTest(_root.container1_mc) == true) {
_root.firstmove = "heartburn";
trace("first move is " + _root.firstmove);
duplicateMovieClip ("_root.draggable2_mc", "draggable2_copyone_mc", 0);
_root.draggable2_copyone_mc._x = _root.x_cont1_pos;
_root.draggable2_copyone_mc._y = _root.y_cont1_pos;
_root.draggable2_copyone_mc.justa_button.enabled = false;
_root.draggable2_mc._x = _root.x_dragg2_pos;
_root.draggable2_mc._y = _root.y_dragg2_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable2_mc.hitTest(_root.container2_mc) == true) {
_root.secondmove = "heartburn";
trace("second move is " + _root.secondmove);
duplicateMovieClip ("_root.draggable2_mc", "draggable2_copytwo_mc", 1);
_root.draggable2_copytwo_mc._x = _root.x_cont2_pos;
_root.draggable2_copytwo_mc._y = _root.y_cont2_pos;
_root.draggable2_copytwo_mc.justa_button.enabled = false;
_root.draggable2_mc._x = _root.x_dragg2_pos;
_root.draggable2_mc._y = _root.y_dragg2_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable2_mc.hitTest(_root.container3_mc) == true) {
_root.thirdmove = "heartburn";
trace("third move is " + _root.thirdmove);
duplicateMovieClip ("_root.draggable2_mc", "draggable2_copythree_mc", 2);
_root.draggable2_copythree_mc._x = _root.x_cont3_pos;
_root.draggable2_copythree_mc._y = _root.y_cont3_pos;
_root.draggable2_copythree_mc.justa_button.enabled = false;
_root.draggable2_mc._x = _root.x_dragg2_pos;
_root.draggable2_mc._y = _root.y_dragg2_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable2_mc.hitTest(_root.container4_mc) == true) {
_root.fourthmove = "heartburn";
trace("fourth move is " + _root.fourthmove);
duplicateMovieClip ("_root.draggable2_mc", "draggable2_copyfour_mc", 3);
_root.draggable2_copyfour_mc._x = _root.x_cont4_pos;
_root.draggable2_copyfour_mc._y = _root.y_cont4_pos;
_root.draggable2_copyfour_mc.justa_button.enabled = false;
_root.draggable2_mc._x = _root.x_dragg2_pos;
_root.draggable2_mc._y = _root.y_dragg2_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable2_mc.hitTest(_root.container5_mc) == true) {
_root.fifthmove = "heartburn";
trace("fifth move is " + _root.fifthmove);
duplicateMovieClip ("_root.draggable2_mc", "draggable2_copyfive_mc", 4);
_root.draggable2_copyfive_mc._x = _root.x_cont5_pos;
_root.draggable2_copyfive_mc._y = _root.y_cont5_pos;
_root.draggable2_copyfive_mc.justa_button.enabled = false;
_root.draggable2_mc._x = _root.x_dragg2_pos;
_root.draggable2_mc._y = _root.y_dragg2_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
} else {
_root.draggable2_mc._x = _root.x_dragg2_pos;
_root.draggable2_mc._y = _root.y_dragg2_pos;
}
}
Symbol 350 Button
on (rollOver) {
_parent.choose_move_mc.gotoAndStop("nausea");
_parent.name_nausea._alpha = 100;
}
on (rollOut) {
_parent.name_nausea._alpha = 0;
}
on (press) {
startDrag (this, true);
this.swapDepths(10);
}
on (release) {
stopDrag();
if (_root.draggable1_mc.hitTest(_root.container1_mc) == true) {
_root.firstmove = "nausea";
trace("first move is " + _root.firstmove);
duplicateMovieClip ("_root.draggable1_mc", "draggable1_copyone_mc", 0);
_root.draggable1_copyone_mc._x = _root.x_cont1_pos;
_root.draggable1_copyone_mc._y = _root.y_cont1_pos;
_root.draggable1_copyone_mc.justa_button.enabled = false;
_root.draggable1_mc._x = _root.x_dragg1_pos;
_root.draggable1_mc._y = _root.y_dragg1_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable1_mc.hitTest(_root.container2_mc) == true) {
_root.secondmove = "nausea";
trace("second move is " + _root.secondmove);
duplicateMovieClip ("_root.draggable1_mc", "draggable1_copytwo_mc", 1);
_root.draggable1_copytwo_mc._x = _root.x_cont2_pos;
_root.draggable1_copytwo_mc._y = _root.y_cont2_pos;
_root.draggable1_copytwo_mc.justa_button.enabled = false;
_root.draggable1_mc._x = _root.x_dragg1_pos;
_root.draggable1_mc._y = _root.y_dragg1_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable1_mc.hitTest(_root.container3_mc) == true) {
_root.thirdmove = "nausea";
trace("third move is " + _root.thirdmove);
duplicateMovieClip ("_root.draggable1_mc", "draggable1_copythree_mc", 2);
_root.draggable1_copythree_mc._x = _root.x_cont3_pos;
_root.draggable1_copythree_mc._y = _root.y_cont3_pos;
_root.draggable1_copythree_mc.justa_button.enabled = false;
_root.draggable1_mc._x = _root.x_dragg1_pos;
_root.draggable1_mc._y = _root.y_dragg1_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable1_mc.hitTest(_root.container4_mc) == true) {
_root.fourthmove = "nausea";
trace("fourth move is " + _root.fourthmove);
duplicateMovieClip ("_root.draggable1_mc", "draggable1_copyfour_mc", 3);
_root.draggable1_copyfour_mc._x = _root.x_cont4_pos;
_root.draggable1_copyfour_mc._y = _root.y_cont4_pos;
_root.draggable1_copyfour_mc.justa_button.enabled = false;
_root.draggable1_mc._x = _root.x_dragg1_pos;
_root.draggable1_mc._y = _root.y_dragg1_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
}
if (_root.draggable1_mc.hitTest(_root.container5_mc) == true) {
_root.fifthmove = "nausea";
trace("fifth move is " + _root.fifthmove);
duplicateMovieClip ("_root.draggable1_mc", "draggable1_copyfive_mc", 4);
_root.draggable1_copyfive_mc._x = _root.x_cont5_pos;
_root.draggable1_copyfive_mc._y = _root.y_cont5_pos;
_root.draggable1_copyfive_mc.justa_button.enabled = false;
_root.draggable1_mc._x = _root.x_dragg1_pos;
_root.draggable1_mc._y = _root.y_dragg1_pos;
_parent.watchdancebutton.enabled = true;
_parent.watchdancebutton._alpha = 100;
} else {
_root.draggable1_mc._x = _root.x_dragg1_pos;
_root.draggable1_mc._y = _root.y_dragg1_pos;
}
}
Symbol 354 Button
on (rollOver) {
this.choose_move_mc.gotoAndStop("diarrhea");
}
Symbol 358 Button
on (rollOver) {
this.choose_move_mc.gotoAndStop("upsetstomach");
}
Symbol 361 Button
on (rollOver) {
this.choose_move_mc.gotoAndStop("indigestion");
}
Symbol 364 Button
on (rollOver) {
this.choose_move_mc.gotoAndStop("nausea");
}
Symbol 366 Button
on (rollOver) {
this.choose_move_mc.gotoAndStop("heartburn");
}
Symbol 367 Button
on (release) {
_root.gotoAndPlay("choose_place");
}
Symbol 402 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 2
stop();
Symbol 402 MovieClip Frame 3
stop();
Symbol 402 MovieClip Frame 4
stop();
Symbol 402 MovieClip Frame 5
stop();
Symbol 405 MovieClip Frame 280
stop();
Symbol 407 MovieClip Frame 10
stop();
_root.question_btn.enabled = false;
_root.question_btn._alpha = 50;
Symbol 407 MovieClip Frame 18
stop();
_root.question_btn.enabled = true;
_root.question_btn._alpha = 100;
Symbol 409 MovieClip Frame 10
stop();
Instance of Symbol 262 MovieClip "continue_1" in Symbol 409 MovieClip Frame 10
on (release) {
_root.drip_warning_mc.gotoAndPlay(11);
}
Symbol 409 MovieClip Frame 18
stop();
Symbol 410 Button
on (release) {
_root.drip_moves_mc.gotoAndPlay(1);
_root.prevFrame();
}
Symbol 413 MovieClip Frame 59
gotoAndPlay (2);
Symbol 419 Button
on (release) {
this.gotoAndStop("pause_it");
}
Symbol 423 Button
on (release) {
this.gotoAndStop("play_it");
}
Symbol 427 MovieClip Frame 1
stop();
_root.action_mc.play();
_root.finaldancers_mc.finaldancer01_mc.play();
_root.finaldancers_mc.finaldancer02_mc.play();
_root.finaldancers_mc.finaldancer03_mc.play();
trace("the movie is playing");
_root.paused = "notpaused";
Symbol 427 MovieClip Frame 2
stop();
_root.action_mc.stop();
_root.finaldancers_mc.finaldancer01_mc.stop();
_root.finaldancers_mc.finaldancer02_mc.stop();
_root.finaldancers_mc.finaldancer03_mc.stop();
trace("the movie is paused");
_root.paused = "paused";
Symbol 442 MovieClip Frame 1
stop();
Symbol 442 MovieClip Frame 2
stop();
Symbol 442 MovieClip Frame 3
stop();
Symbol 442 MovieClip Frame 4
stop();
Symbol 442 MovieClip Frame 5
stop();
Symbol 444 MovieClip Frame 2
soundtrack = new Sound();
soundtrack.attachSound(_root.firstmove);
soundtrack.start(0, 1);
if (_root.dancer01 == "businessman") {
if (_root.firstmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.firstmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.firstmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.firstmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.firstmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer01 == "nurse") {
if (_root.firstmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.firstmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.firstmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.firstmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.firstmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer01 == "cowboy") {
if (_root.firstmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.firstmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.firstmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.firstmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.firstmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
if (_root.dancer02 == "businessman") {
if (_root.firstmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.firstmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.firstmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.firstmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.firstmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer02 == "nurse") {
if (_root.firstmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.firstmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.firstmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.firstmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.firstmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer02 == "cowboy") {
if (_root.firstmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.firstmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.firstmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.firstmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.firstmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
if (_root.dancer03 == "businessman") {
if (_root.firstmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.firstmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.firstmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.firstmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.firstmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer03 == "nurse") {
if (_root.firstmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.firstmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.firstmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.firstmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.firstmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer03 == "cowboy") {
if (_root.firstmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.firstmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.firstmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.firstmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.firstmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.firstmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
if (_root.place == "gym") {
_root.place_final_mc.gotoAndStop("gym");
}
if (_root.place == "park") {
_root.place_final_mc.gotoAndStop("park");
}
if (_root.place == "office") {
_root.place_final_mc.gotoAndStop("office");
}
if (_root.place == "street") {
_root.place_final_mc.gotoAndStop("street");
}
Symbol 444 MovieClip Frame 23
soundtrack = new Sound();
soundtrack.attachSound(_root.secondmove);
soundtrack.start(0, 1);
if (_root.dancer01 == "businessman") {
if (_root.secondmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.secondmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.secondmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.secondmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.secondmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer01 == "nurse") {
if (_root.secondmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.secondmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.secondmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.secondmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.secondmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer01 == "cowboy") {
if (_root.secondmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.secondmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.secondmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.secondmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.secondmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
if (_root.dancer02 == "businessman") {
if (_root.secondmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.secondmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.secondmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.secondmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.secondmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer02 == "nurse") {
if (_root.secondmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.secondmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.secondmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.secondmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.secondmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer02 == "cowboy") {
if (_root.secondmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.secondmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.secondmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.secondmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.secondmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
if (_root.dancer03 == "businessman") {
if (_root.secondmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.secondmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.secondmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.secondmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.secondmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer03 == "nurse") {
if (_root.secondmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.secondmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.secondmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.secondmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.secondmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer03 == "cowboy") {
if (_root.secondmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.secondmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.secondmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.secondmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.secondmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.secondmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
Symbol 444 MovieClip Frame 44
soundtrack = new Sound();
soundtrack.attachSound(_root.thirdmove);
soundtrack.start(0, 1);
if (_root.dancer01 == "businessman") {
if (_root.thirdmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.thirdmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.thirdmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.thirdmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.thirdmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer01 == "nurse") {
if (_root.thirdmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.thirdmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.thirdmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.thirdmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.thirdmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer01 == "cowboy") {
if (_root.thirdmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.thirdmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.thirdmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.thirdmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.thirdmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
if (_root.dancer02 == "businessman") {
if (_root.thirdmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.thirdmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.thirdmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.thirdmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.thirdmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer02 == "nurse") {
if (_root.thirdmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.thirdmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.thirdmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.thirdmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.thirdmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer02 == "cowboy") {
if (_root.thirdmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.thirdmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.thirdmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.thirdmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.thirdmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
if (_root.dancer03 == "businessman") {
if (_root.thirdmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.thirdmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.thirdmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.thirdmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.thirdmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer03 == "nurse") {
if (_root.thirdmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.thirdmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.thirdmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.thirdmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.thirdmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer03 == "cowboy") {
if (_root.thirdmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.thirdmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.thirdmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.thirdmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.thirdmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.thirdmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
Symbol 444 MovieClip Frame 65
_root.framenumber = 94;
trace("_root.framenumber = " + _root.framenumber);
soundtrack = new Sound();
soundtrack.attachSound(_root.fourthmove);
soundtrack.start(0, 1);
if (_root.dancer01 == "businessman") {
if (_root.fourthmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.fourthmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.fourthmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.fourthmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.fourthmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer01 == "nurse") {
if (_root.fourthmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.fourthmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.fourthmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.fourthmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.fourthmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer01 == "cowboy") {
if (_root.fourthmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.fourthmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.fourthmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.fourthmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.fourthmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
if (_root.dancer02 == "businessman") {
if (_root.fourthmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.fourthmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.fourthmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.fourthmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.fourthmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer02 == "nurse") {
if (_root.fourthmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.fourthmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.fourthmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.fourthmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.fourthmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer02 == "cowboy") {
if (_root.fourthmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.fourthmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.fourthmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.fourthmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.fourthmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
if (_root.dancer03 == "businessman") {
if (_root.fourthmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.fourthmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.fourthmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.fourthmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.fourthmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer03 == "nurse") {
if (_root.fourthmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.fourthmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.fourthmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.fourthmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.fourthmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer03 == "cowboy") {
if (_root.fourthmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.fourthmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.fourthmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.fourthmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.fourthmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fourthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
Symbol 444 MovieClip Frame 94
_root.framenumber = 130;
trace("_root.framenumber = " + _root.framenumber);
soundtrack = new Sound();
soundtrack.attachSound(_root.fifthmove);
soundtrack.start(0, 1);
if (_root.dancer01 == "businessman") {
if (_root.fifthmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.fifthmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.fifthmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.fifthmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.fifthmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer01 == "nurse") {
if (_root.fifthmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.fifthmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.fifthmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.fifthmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.fifthmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer01 == "cowboy") {
if (_root.fifthmove == "nausea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.fifthmove == "heartburn") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.fifthmove == "indigestion") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.fifthmove == "upsetstomach") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.fifthmove == "diarrhea") {
trace((("the first dancer is a " + _root.dancer01) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
if (_root.dancer02 == "businessman") {
if (_root.fifthmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.fifthmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.fifthmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.fifthmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.fifthmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer02 == "nurse") {
if (_root.fifthmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.fifthmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.fifthmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.fifthmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.fifthmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer02 == "cowboy") {
if (_root.fifthmove == "nausea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.fifthmove == "heartburn") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.fifthmove == "indigestion") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.fifthmove == "upsetstomach") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.fifthmove == "diarrhea") {
trace((("the second dancer is a " + _root.dancer02) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
if (_root.dancer03 == "businessman") {
if (_root.fifthmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_nausea_id", "bn2_mc", 1);
}
if (_root.fifthmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_heartburn_id", "bh2_mc", 1);
}
if (_root.fifthmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_indigestion_id", "bi2_mc", 1);
}
if (_root.fifthmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_upsetstomach_id", "bu2_mc", 1);
}
if (_root.fifthmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_diarrhea_id", "bd2_mc", 1);
}
}
if (_root.dancer03 == "nurse") {
if (_root.fifthmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_nausea_id", "nn2_mc", 1);
}
if (_root.fifthmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_heartburn_id", "nh2_mc", 1);
}
if (_root.fifthmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_indigestion_id", "ni2_mc", 1);
}
if (_root.fifthmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_upsetstomach_id", "nu2_mc", 1);
}
if (_root.fifthmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_diarrhea_id", "nd2_mc", 1);
}
}
if (_root.dancer03 == "cowboy") {
if (_root.fifthmove == "nausea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_nausea_id", "cn2_mc", 1);
}
if (_root.fifthmove == "heartburn") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_heartburn_id", "ch2_mc", 1);
}
if (_root.fifthmove == "indigestion") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_indigestion_id", "ci2_mc", 1);
}
if (_root.fifthmove == "upsetstomach") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_upsetstomach_id", "cu2_mc", 1);
}
if (_root.fifthmove == "diarrhea") {
trace((("the third dancer is a " + _root.dancer03) + " who has ") + _root.fifthmove);
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_diarrhea_id", "cd2_mc", 1);
}
}
Symbol 444 MovieClip Frame 126
if (_root.dancer01 == "businessman") {
trace(("the first dancer is a " + _root.dancer01) + " who is doing the hey pepto bismol dance.");
_root.finaldancers_mc.finaldancer01_mc.attachMovie("businessman_heypepto_id", "bh_mc", 1);
}
if (_root.dancer01 == "nurse") {
trace(("the first dancer is a " + _root.dancer01) + " who is doing the hey pepto bismol dance.");
_root.finaldancers_mc.finaldancer01_mc.attachMovie("nurse_heypepto_id", "nh_mc", 1);
}
if (_root.dancer01 == "cowboy") {
trace(("the first dancer is a " + _root.dancer01) + " who is doing the hey pepto bismol dance.");
_root.finaldancers_mc.finaldancer01_mc.attachMovie("cowboy_heypepto_id", "ch_mc", 1);
}
if (_root.dancer02 == "businessman") {
trace(("the second dancer is a " + _root.dancer02) + " who is doing the hey pepto bismol dance.");
_root.finaldancers_mc.finaldancer02_mc.attachMovie("businessman_heypepto_id", "bh_mc", 1);
}
if (_root.dancer02 == "nurse") {
trace(("the second dancer is a " + _root.dancer02) + " who is doing the hey pepto bismol dance.");
_root.finaldancers_mc.finaldancer02_mc.attachMovie("nurse_heypepto_id", "nh_mc", 1);
}
if (_root.dancer02 == "cowboy") {
trace(("the second dancer is a " + _root.dancer02) + " who is doing the hey pepto bismol dance.");
_root.finaldancers_mc.finaldancer02_mc.attachMovie("cowboy_heypepto_id", "bh_mc", 1);
}
if (_root.dancer03 == "businessman") {
trace(("the third dancer is a " + _root.dancer03) + " who is doing the hey pepto bismol dance.");
_root.finaldancers_mc.finaldancer03_mc.attachMovie("businessman_heypepto_id", "bh_mc", 1);
}
if (_root.dancer03 == "nurse") {
trace(("the third dancer is a " + _root.dancer03) + " who is doing the hey pepto bismol dance.");
_root.finaldancers_mc.finaldancer03_mc.attachMovie("nurse_heypepto_id", "bh_mc", 1);
}
if (_root.dancer03 == "cowboy") {
trace(("the third dancer is a " + _root.dancer03) + " who is doing the hey pepto bismol dance.");
_root.finaldancers_mc.finaldancer03_mc.attachMovie("cowboy_heypepto_id", "ch_mc", 1);
}
Symbol 444 MovieClip Frame 259
_root.framenumber = 2;
trace("_root.framenumber = " + _root.framenumber);