Instance of Symbol 37 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 39 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 41 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 43 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 45 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 47 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 49 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 51 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 53 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 55 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 57 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 59 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 61 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 63 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 65 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 67 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 69 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 71 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 73 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 75 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 77 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Instance of Symbol 79 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
on (releaseOutside) {
stopDrag();
}
Symbol 12 MovieClip Frame 1
stop();
Symbol 22 Button
on (release) {
if (eyes._currentframe == 1) {
eyes.gotoAndStop(eyes._totalframes);
} else {
eyes.gotoAndStop(eyes._currentframe - 1);
}
}
Symbol 23 Button
on (release) {
if (eyes._currentframe == eyes._totalframes) {
eyes.gotoAndStop(1);
} else {
eyes.gotoAndStop(eyes._currentframe + 1);
}
}
Symbol 24 Button
on (release) {
if (mouth._currentframe == 1) {
mouth.gotoAndStop(mouth._totalframes);
} else {
mouth.gotoAndStop(mouth._currentframe - 1);
}
}
Symbol 25 Button
on (release) {
if (mouth._currentframe == mouth._totalframes) {
mouth.gotoAndStop(1);
} else {
mouth.gotoAndStop(mouth._currentframe + 1);
}
}
Symbol 35 MovieClip Frame 1
stop();