Combined Code
frame 1 {
q = 0;
txt = 'Miyuki gave me a note that told me to meet her here... I wonder what she could want...\r\r\'\'Hey there, Miyuki.\'\'';
}
movieClip 3 {
}
// unknown tag 88 length 88
movieClip 10 {
}
movieClip 14 {
}
movieClip 24 {
frame 40 {
stop();
}
}
movieClip 37 {
}
button 38 {
on (press) {
tellTarget ('_root') {
nextFrame();
}
}
}
button 39 {
on (press) {
gotoAndStop('end');
_root.play();
}
}
movieClip 40 {
instance of movieClip 14 {
onClipEvent (load) {
_root.stop();
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndStop('lastframe');
}
}
onClipEvent (enterFrame) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndPlay('loaded');
}
}
}
frame 101 {
play();
}
frame 165 {
stop();
}
}
movieClip 41 {
frame 1 {
function startAd(ngad_url) {
trace('opening ' + ngad_url);
System.security.allowDomain('70.87.128.99');
System.security.allowInsecureDomain('70.87.128.99');
System.security.allowDomain('ads.shizmoo.com');
System.security.allowInsecureDomain('ads.shizmoo.com');
System.security.allowDomain('www.cpmstar.com');
System.security.allowInsecureDomain('www.cpmstar.com');
System.security.allowDomain('server.cpmstar.com');
System.security.allowInsecureDomain('server.cpmstar.com');
var ngads_redirect = new XML();
ngads_redirect.ignoreWhite = true;
ngads_redirect.onLoad = function (success) {
trace('[NEWGROUNDS FLASH ADS] :: You may get a \'Security Sandbox Violation\' ... this is normal, do not freak out!');
if (success) {
ng_ad.loadMovie(ngads_redirect.toString(), 'GET');
} else {}
};
ngads_redirect.load(ngad_url);
}
if (NewgroundsAPI.getAdURL()) {
startAd(NewgroundsAPI.getAdURL());
}
NewgroundsAPI.onAdsApproved = function (ad_url) {
startAd(ad_url);
};
stop();
}
}
movieClip 43 {
}
instance of movieClip 43 {
onClipEvent (load) {
xspeed = 0;
}
onClipEvent (enterFrame) {
if (_x < -190) {
xspeed += 1;
} else {
if (xspeed > 0) {
xspeed -= 1;
} else {
xspeed = 0;
}
}
_x = _x + xspeed;
if (_x > -75) {
_x = -75;
}
}
}
movieClip 46 {
}
instance of movieClip 46 {
onClipEvent (load) {
yspeed = 0;
}
onClipEvent (enterFrame) {
if (_y < -17) {
yspeed += 1;
} else {
if (_y < 200) {
yspeed -= 1;
} else {
yspeed = 0;
}
}
_y = _y + yspeed;
}
}
movieClip 48 {
}
instance of movieClip 48 {
onClipEvent (load) {
xspeed = 0;
}
onClipEvent (enterFrame) {
if (_x < -16) {
xspeed += 0.5;
} else {
if (_x < 100) {
xspeed -= 0.5;
} else {
xspeed = 0;
}
}
_x = _x + xspeed;
}
}
frame 2 {
stop();
}
movieClip 52 {
}
button 54 {
on (press) {
gotoAndPlay('start');
}
}
movieClip 58 {
}
instance of movieClip 58 {
onClipEvent (enterFrame) {
if (_root.q < _root.txt.length and _root.q != 0) {
_root.textbox = substring(_root.txt, 0, _root.q);
_root.q += 1;
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
button 62 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'Hi there.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
movieClip 69 {
frame 13 {
gotoAndStop(1);
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
button 72 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.txt = '\'\'So why did you call me here?\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
button 74 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'I wanted to tell you that... I like you... I-... I want to be with you...\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
button 76 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.txt = '\'\'wow, that\'s really outgoing! I always thought you were so shy.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
button 78 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'Yeah, and I know that I\'ll never be with you unless I prove I\'m worth it.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
button 81 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.txt = '\'\'What do you mean?\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
button 83 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'Let\'s head into the classroom. We\'ll have more privacy there...\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
button 85 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.txt = '\'\'Umm, okay.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
button 87 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'I want to show you how outgoing I can be.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
frame 11 {
play();
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
movieClip 90 {
}
instance of movieClip 58 {
onClipEvent (enterFrame) {
if (_root.q < _root.txt.length and _root.q != 0) {
_root.textbox = substring(_root.txt, 0, _root.q);
_root.q += 1;
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
movieClip 94 {
}
frame 106 {
q = 0;
txt = '\'\'So... what are you going to do to prove yourself?\'\'';
}
frame 107 {
stop();
}
movieClip 96 {
}
movieClip 98 {
}
movieClip 100 {
}
movieClip 102 {
}
instance of movieClip 102 {
onClipEvent (enterFrame) {
if (_root.q < _root.txt.length and _root.q != 0) {
_root.textbox = substring(_root.txt, 0, _root.q);
_root.q += 1;
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
button 104 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'I\'ve been thinking about it a long time, and I know exactly what I can do to demonstrate why you should be with me.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
button 106 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.txt = '\'\'Um, okay. What\'s that?\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
button 108 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'Take a seat on the desk.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
button 110 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.txt = '\'\'What? Why?\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
button 112 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'Just give me a chance. Sit.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
button 114 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.txt = '\'\'Um... ok.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
frame 113 {
play();
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
frame 130 {
q = 1;
_root.txt = '\'\'Alright. Now turn to face me.\'\'';
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
frame 131 {
stop();
}
instance of movieClip 102 {
onClipEvent (enterFrame) {
if (_root.q < _root.txt.length and _root.q != 0) {
_root.textbox = substring(_root.txt, 0, _root.q);
_root.q += 1;
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
button 118 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.txt = '\'\'b-but... miyuki...\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
button 120 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'Oh come on... Don\'t you want to?\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
button 122 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.txt = '\'\'A-... Miyuki, I...\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
button 124 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'Let\'s stop talking. Turn to face me and spread your legs.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
button 126 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'Ah... ok.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
frame 136 {
play();
}
instance of movieClip 69 {
onClipEvent (enterFrame) {
stop();
}
}
frame 167 {
_root.textbox = '';
_root.txt = '';
}
movieClip 129 {
}
movieClip 131 {
}
movieClip 133 {
}
movieClip 138 {
}
movieClip 146 {
}
movieClip 147 {
}
movieClip 149 {
}
movieClip 150 {
}
movieClip 151 {
frame 1 {
stop();
if (_global.topless == 1) {
nextFrame();
}
}
}
movieClip 153 {
}
movieClip 154 {
instance of movieClip 153 {
onClipEvent (enterFrame) {
if (_global.topless == 1 and _global.boob == 0) {
_rotation = -17;
} else {
_rotation = 0;
}
}
}
}
movieClip 156 {
}
movieClip 157 {
instance of movieClip 156 {
onClipEvent (enterFrame) {
if (_global.topless == 1 and _global.boob == 0) {
_rotation = 13;
} else {
_rotation = 0;
}
}
}
}
movieClip 162 {
}
movieClip 176 {
}
movieClip 178 {
}
movieClip 180 {
}
movieClip 182 {
}
movieClip 184 {
}
movieClip 186 {
}
frame 180 {
_root.txt = 'I\'m a little nervous. I\'ve never done this before.';
_root.q = 1;
}
frame 181 {
stop();
}
movieClip 192 {
}
instance of movieClip 192 {
onClipEvent (enterFrame) {
if (_root.q < _root.txt.length and _root.q != 0) {
_root.textbox = substring(_root.txt, 0, _root.q);
_root.q += 1;
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
button 194 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.txt = '\'\'It\'s ok. This is new to me, too.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
movieClip 201 {
frame 13 {
gotoAndStop(1);
}
}
instance of movieClip 201 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
button 203 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'I\'ll do my best to please you.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 201 {
onClipEvent (enterFrame) {
stop();
}
}
button 205 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'Let me just... undo your pants...\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
instance of movieClip 201 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
button 207 {
on (press) {
if (_root.textbox == _root.txt) {
_root.nextFrame();
_root.q = 1;
_root.txt = '\'\'wow! you are really big! I can\'t wait to have you cum.\'\'';
} else {
_root.textbox = _root.txt;
_root.q = 0;
}
}
}
frame 185 {
play();
}
frame 221 {
stop();
}
instance of movieClip 201 {
onClipEvent (enterFrame) {
stop();
if (_root.textbox != _root.txt) {
nextFrame();
} else {
gotoAndStop(1);
}
}
}
frame 222 {
play();
}
frame 223 {
play();
_global.alp = 0;
_global.topless = 0;
_global.boob = 0;
_global.hands = 0;
_global.dist = 0;
_global.pos = 0;
_global.inmouth = 0;
_global.yy = 0;
_global.slob = 0;
}
movieClip 216 {
frame 1 {
gotoAndStop(_global.slob);
stop();
}
frame 2 {
gotoAndStop(_global.slob);
stop();
}
frame 3 {
gotoAndStop(_global.slob);
stop();
}
frame 4 {
gotoAndStop(_global.slob);
stop();
}
frame 5 {
gotoAndStop(_global.slob);
stop();
}
frame 6 {
gotoAndStop(_global.slob);
stop();
}
}
movieClip 217 {
instance of movieClip 216 {
onClipEvent (enterFrame) {
_alpha = _global.alp;
_y = _global.yy;
}
}
}
movieClip 218 {
}
movieClip 220 {
}
movieClip 223 {
}
movieClip 225 {
}
movieClip 227 {
}
movieClip 229 {
}
movieClip 231 {
}
movieClip 233 {
}
movieClip 235 {
}
movieClip 236 {
frame 1 {
stop();
}
instance of movieClip 218 {
onClipEvent (rollOut) {
_parent.gotoAndStop(1);
}
}
instance of movieClip 220 {
onClipEvent (rollOver) {
_parent.play();
}
}
instance of movieClip 223 {
onClipEvent (rollOver) {
play();
}
}
instance of movieClip 220 {
onClipEvent (rollOver) {
play();
}
}
instance of movieClip 223 {
onClipEvent (press) {
_global.dist = -2;
_global.pos = 0;
_parent.gotoAndStop(1);
}
}
frame 12 {
stop();
}
instance of movieClip 225 {
onClipEvent (press) {
if (_global.dist == -2) {
_root.gotoAndPlay('cum hand');
}
if (_global.dist == -1) {
_root.gotoAndPlay('cum face');
}
if (_global.dist == 1) {
_root.gotoAndPlay('cum tongue');
}
if (_global.dist == 2) {
_root.gotoAndPlay('cum mouth');
}
if (_global.dist == 3) {
_root.gotoAndPlay('cum deep');
}
if (_global.dist == 4) {
_root.gotoAndPlay('cum tit');
}
}
}
instance of movieClip 227 {
onClipEvent (press) {
_global.dist = 4;
_global.pos = 0;
_parent.gotoAndStop(1);
}
}
instance of movieClip 229 {
onClipEvent (press) {
_global.dist = 3;
_global.pos = 0;
_parent.gotoAndStop(1);
}
}
instance of movieClip 231 {
onClipEvent (press) {
_global.dist = 2;
_global.pos = 0;
_parent.gotoAndStop(1);
}
}
instance of movieClip 233 {
onClipEvent (press) {
_global.dist = 1;
_global.pos = 0;
_parent.gotoAndStop(1);
}
}
instance of movieClip 235 {
onClipEvent (press) {
_global.dist = -1;
_global.pos = 0;
_parent.gotoAndStop(1);
}
}
}
button 238 {
on (release) {
stopAllSounds();
gotoAndStop('musicoff');
}
}
button 240 {
on (release) {
gotoAndStop('musicon');
}
}
movieClip 241 {
frame 1 {
play();
}
frame 8 {
stop();
}
frame 10 {
play();
}
frame 18 {
stop();
}
}
frame 225 {
if (_global.dist == -2) {
gotoAndPlay('onehand');
}
if (_global.dist == -1) {
gotoAndPlay('twohands');
}
if (_global.dist == 0) {
gotoAndPlay('start');
}
if (_global.dist == 1) {
gotoAndPlay('lick');
}
if (_global.dist == 2) {
gotoAndPlay('inmouth');
}
if (_global.dist == 3) {
gotoAndPlay('inmouth');
}
if (_global.dist == 4) {
gotoAndPlay('topoff');
}
if (_global.dist == 5) {
gotoAndPlay('finish');
}
}
frame 226 {
_global.hands = 1;
_global.boob = 0;
}
movieClip 242 {
}
movieClip 244 {
frame 1 {
stop();
if (_global.topless == 1) {
nextFrame();
}
}
}
frame 245 {
gotoAndPlay('1hand');
}
frame 246 {
_global.hands = 0;
}
frame 266 {
if (_global.dist == -1) {
gotoAndPlay('1hand');
}
if (_global.dist == 1) {
gotoAndPlay('lick');
}
if (_global.dist == 2) {
gotoAndPlay('inmouth');
}
if (_global.dist == 3) {
gotoAndPlay('inmouth');
}
if (_global.dist == 4) {
gotoAndPlay('topoff');
}
if (_global.dist == 5) {
gotoAndPlay('finish');
}
}
frame 267 {
_global.hands = 2;
}
movieClip 255 {
frame 1 {
stop();
if (_global.topless == 1) {
nextFrame();
}
}
}
frame 286 {
gotoAndPlay('2hands');
}
frame 287 {
_global.hands = 1;
}
movieClip 256 {
}
movieClip 257 {
}
frame 307 {
gotoAndPlay('1hand');
}
frame 308 {
_global.hands = 2;
_global.boob = 0;
}
frame 327 {
gotoAndPlay('2hands');
}
frame 328 {
_global.hands = 0;
}
frame 348 {
if (_global.dist == 1) {
gotoAndPlay('lick');
}
if (_global.dist == 2) {
gotoAndPlay('inmouth');
}
if (_global.dist == 3) {
gotoAndPlay('inmouth');
}
if (_global.dist == 4) {
gotoAndPlay('topoff');
}
if (_global.dist == 5) {
gotoAndPlay('finish');
}
}
frame 349 {
_global.boob = 0;
}
frame 408 {
_global.onmouth = 1;
if (_global.dist == 2) {
gotoAndPlay('suck');
}
if (_global.dist == 3) {
gotoAndPlay('deep');
}
}
frame 432 {
_global.inmouth = 0;
if (_global.dist == -2) {
gotoAndPlay('onehand');
}
if (_global.dist == -1) {
gotoAndPlay('twohands');
}
if (_global.dist == 1) {
gotoAndPlay('lick');
}
if (_global.dist == 4) {
gotoAndPlay('topoff');
}
if (_global.dist == 5) {
gotoAndPlay('finish');
}
}
movieClip 261 {
}
frame 448 {
if (_global.dist == 2) {
gotoAndPlay('suck');
} else {
gotoAndPlay('outmouth');
}
}
frame 449 {
_global.boob = 1;
}
movieClip 262 {
}
movieClip 264 {
}
movieClip 266 {
}
movieClip 268 {
}
movieClip 270 {
}
movieClip 273 {
}
frame 478 {
_global.boob = 0;
if (_global.dist == -2) {
gotoAndPlay('onehand');
}
if (_global.dist == -1) {
gotoAndPlay('twohands');
}
if (_global.dist == 1) {
gotoAndPlay('lick');
}
if (_global.dist == 2) {
gotoAndPlay('inmouth');
}
if (_global.dist == 3) {
gotoAndPlay('inmouth');
}
if (_global.dist == 5) {
gotoAndPlay('finish');
}
}
movieClip 276 {
}
instance of movieClip 276 {
onClipEvent (release) {
_global.pos = 1;
}
}
movieClip 278 {
}
instance of movieClip 278 {
onClipEvent (release) {
_global.pos = 0;
}
}
button 280 {
on (release) {
_global.pos = 2;
}
}
button 282 {
on (release) {
_global.pos = 3;
}
}
movieClip 291 {
frame 1 {
if (random(3) < 1) {
gotoAndPlay(19 + random(6) * 18);
}
}
}
frame 505 {
if (_global.pos == 0) {
gotoAndPlay('1hand');
}
if (_global.pos == 1) {
gotoAndPlay('1hand2');
}
if (_global.pos == 2) {
gotoAndPlay('1hand3');
}
if (_global.pos == 3) {
gotoAndPlay('1hand4');
}
if (_global.dist > 0) {
gotoAndPlay('onehandoff');
}
if (_global.dist == -1) {
gotoAndPlay('addhand');
}
}
frame 520 {
if (random(2) < 1) {
gotoAndPlay('jerk');
}
}
frame 531 {
if (random(2) < 1 and _global.pos == 2) {
gotoAndPlay('shake');
}
}
frame 544 {
if (_global.pos == 0) {
gotoAndPlay('1hand');
}
if (_global.pos == 1) {
gotoAndPlay('1hand2');
}
if (_global.pos == 2) {
gotoAndPlay('1hand3');
}
if (_global.pos == 3) {
gotoAndPlay('1hand4');
}
if (_global.dist > 0) {
gotoAndPlay('onehandoff');
}
if (_global.dist == -1) {
gotoAndPlay('addhand');
}
}
frame 563 {
if (_global.pos == 0) {
gotoAndPlay('1hand');
}
if (_global.pos == 1) {
gotoAndPlay('1hand2');
}
if (_global.pos == 2) {
gotoAndPlay('1hand3');
}
if (_global.pos == 3) {
gotoAndPlay('1hand4');
}
if (_global.dist > 0) {
gotoAndPlay('onehandoff');
}
if (_global.dist == -1) {
gotoAndPlay('addhand');
}
}
frame 584 {
if (_global.pos == 0) {
gotoAndPlay('1hand');
}
if (_global.pos == 1) {
gotoAndPlay('1hand2');
}
if (_global.pos == 2) {
gotoAndPlay('1hand3');
}
if (_global.pos == 3) {
gotoAndPlay('1hand4');
}
if (_global.dist > 0) {
gotoAndPlay('onehandoff');
}
if (_global.dist == -1) {
gotoAndPlay('addhand');
}
}
movieClip 294 {
}
frame 606 {
if (_global.pos == 0) {
gotoAndPlay('2hands');
}
if (_global.pos == 1) {
gotoAndPlay('2hands2');
}
if (_global.pos == 2) {
gotoAndPlay('2hands3');
}
if (_global.pos == 3) {
gotoAndPlay('2hands4');
}
if (_global.dist > 0) {
gotoAndPlay('twohandsoff');
}
if (_global.dist == -2) {
gotoAndPlay('subhand');
}
}
movieClip 305 {
frame 1 {
gotoAndPlay(2 + random(9) * 3);
}
}
frame 625 {
if (_global.pos == 0) {
gotoAndPlay('2hands');
}
if (_global.pos == 1) {
gotoAndPlay('2hands2');
}
if (_global.pos == 2) {
gotoAndPlay('2hands3');
}
if (_global.pos == 3) {
gotoAndPlay('2hands4');
}
if (_global.dist > 0) {
gotoAndPlay('twohandsoff');
}
if (_global.dist == -2) {
gotoAndPlay('subhand');
}
}
frame 626 {
}
frame 650 {
if (_global.pos == 2 and _global.dist == -1) {
gotoAndPlay('popper');
}
}
frame 658 {
if (_global.pos == 0) {
gotoAndPlay('2hands');
}
if (_global.pos == 1) {
gotoAndPlay('2hands2');
}
if (_global.pos == 2) {
gotoAndPlay('2hands3');
}
if (_global.pos == 3) {
gotoAndPlay('2hands4');
}
if (_global.dist > 0) {
gotoAndPlay('twohandsoff');
}
if (_global.dist == -2) {
gotoAndPlay('subhand');
}
}
frame 659 {
}
frame 669 {
if (_global.pos == 0) {
gotoAndPlay('2hands');
}
if (_global.pos == 1) {
gotoAndPlay('2hands2');
}
if (_global.pos == 2) {
gotoAndPlay('2hands3');
}
if (_global.pos == 3) {
gotoAndPlay('2hands4');
}
if (_global.dist > 0) {
gotoAndPlay('twohandsoff');
}
if (_global.dist == -2) {
gotoAndPlay('subhand');
}
}
frame 670 {
_global.boob = 0;
}
movieClip 307 {
}
instance of movieClip 276 {
onClipEvent (release) {
_global.pos = 1;
}
}
instance of movieClip 278 {
onClipEvent (release) {
_global.pos = 0;
}
}
frame 709 {
if (_global.pos == 0) {
gotoAndPlay('lick1');
}
if (_global.pos == 1) {
gotoAndPlay('lick2');
}
if (_global.pos == 2) {
gotoAndPlay('lick3');
}
if (_global.pos == 3) {
gotoAndPlay('lick4');
}
if (_global.dist != 1) {
gotoAndPlay('stoplick');
}
}
frame 734 {
if (_global.pos == 0) {
gotoAndPlay('lick1');
}
if (_global.pos == 1) {
gotoAndPlay('lick2');
}
if (_global.pos == 2) {
gotoAndPlay('lick3');
}
if (_global.pos == 3) {
gotoAndPlay('lick4');
}
if (_global.dist != 1) {
gotoAndPlay('stoplick');
}
}
frame 771 {
if (_global.pos == 0) {
gotoAndPlay('lick1');
}
if (_global.pos == 1) {
gotoAndPlay('lick2');
}
if (_global.pos == 2) {
gotoAndPlay('lick3');
}
if (_global.pos == 3) {
gotoAndPlay('lick4');
}
if (_global.dist != 1) {
gotoAndPlay('stoplick');
}
}
frame 804 {
if (_global.pos == 0) {
gotoAndPlay('lick1');
}
if (_global.pos == 1) {
gotoAndPlay('lick2');
}
if (_global.pos == 2) {
gotoAndPlay('lick3');
}
if (_global.pos == 3) {
gotoAndPlay('lick4');
}
if (_global.dist != 1) {
gotoAndPlay('stoplick');
}
}
frame 812 {
if (_global.dist == -2) {
gotoAndPlay('onehand');
}
if (_global.dist == -1) {
gotoAndPlay('twohands');
}
if (_global.dist == 1) {
gotoAndPlay('lick');
}
if (_global.dist == 2) {
gotoAndPlay('inmouth');
}
if (_global.dist == 3) {
gotoAndPlay('inmouth');
}
if (_global.dist == 4) {
gotoAndPlay('topoff');
}
if (_global.dist == 5) {
gotoAndPlay('finish');
}
}
movieClip 320 {
frame 1 {
gotoAndPlay(2 + random(12) * 3);
}
}
frame 815 {
_global.inmouth = 1;
}
instance of movieClip 276 {
onClipEvent (release) {
_global.pos = 1;
}
}
instance of movieClip 278 {
onClipEvent (release) {
_global.pos = 0;
}
}
frame 838 {
if (_global.alp == 0) {
_global.slob = random(6);
_global.alp = 25;
_global.yy = 66;
}
}
movieClip 328 {
frame 1 {
gotoAndPlay(1 + random(4) * 3);
}
}
frame 865 {
if (_global.dist == -2) {
gotoAndPlay('outmouth');
}
if (_global.dist == -1) {
gotoAndPlay('outmouth');
}
if (_global.dist == 1) {
gotoAndPlay('outmouth');
}
if (_global.dist == 2) {
if (_global.pos == 0) {
gotoAndPlay('suck');
}
if (_global.pos == 1) {
gotoAndPlay('suck2');
}
if (_global.pos == 2) {
gotoAndPlay('suck3');
}
if (_global.pos == 3) {
gotoAndPlay('suck4');
}
}
if (_global.dist == 3) {
gotoAndPlay('deep');
}
if (_global.dist == 4) {
gotoAndPlay('outmouth');
}
}
frame 898 {
if (_global.dist == -2) {
gotoAndPlay('outmouth');
}
if (_global.dist == -1) {
gotoAndPlay('outmouth');
}
if (_global.dist == 1) {
gotoAndPlay('outmouth');
}
if (_global.dist == 2) {
if (_global.pos == 0) {
gotoAndPlay('suck');
}
if (_global.pos == 1) {
gotoAndPlay('suck2');
}
if (_global.pos == 2) {
gotoAndPlay('suck3');
}
if (_global.pos == 3) {
gotoAndPlay('suck4');
}
}
if (_global.dist == 3) {
gotoAndPlay('deep');
}
if (_global.dist == 4) {
gotoAndPlay('outmouth');
}
}
frame 932 {
if (_global.pos == 2 and _global.dist == 2) {
gotoAndPlay('cheeck');
}
}
frame 943 {
if (_global.dist == -2) {
gotoAndPlay('outmouth');
}
if (_global.dist == -1) {
gotoAndPlay('outmouth');
}
if (_global.dist == 1) {
gotoAndPlay('outmouth');
}
if (_global.dist == 2) {
if (_global.pos == 0) {
gotoAndPlay('suck');
}
if (_global.pos == 1) {
gotoAndPlay('suck2');
}
if (_global.pos == 2) {
gotoAndPlay('suck3');
}
if (_global.pos == 3) {
gotoAndPlay('suck4');
}
}
if (_global.dist == 3) {
gotoAndPlay('deep');
}
if (_global.dist == 4) {
gotoAndPlay('outmouth');
}
}
frame 966 {
if (_global.dist == -2) {
gotoAndPlay('outmouth');
}
if (_global.dist == -1) {
gotoAndPlay('outmouth');
}
if (_global.dist == 1) {
gotoAndPlay('outmouth');
}
if (_global.dist == 2) {
if (_global.pos == 0) {
gotoAndPlay('suck');
}
if (_global.pos == 1) {
gotoAndPlay('suck2');
}
if (_global.pos == 2) {
gotoAndPlay('suck3');
}
if (_global.pos == 3) {
gotoAndPlay('suck4');
}
}
if (_global.dist == 3) {
gotoAndPlay('deep');
}
if (_global.dist == 4) {
gotoAndPlay('outmouth');
}
}
frame 967 {
_global.onmouth = 1;
if (_global.dist == 2) {
gotoAndPlay('suck');
}
if (_global.dist == 3) {
gotoAndPlay('deep');
}
}
movieClip 342 {
}
frame 968 {
_global.inmouth = 1;
}
movieClip 345 {
}
movieClip 346 {
}
frame 1021 {
_global.slob = random(6);
_global.alp = 50;
_global.yy = 103;
}
instance of movieClip 276 {
onClipEvent (release) {
_global.pos = 1;
}
}
instance of movieClip 278 {
onClipEvent (release) {
_global.pos = 0;
}
}
frame 1077 {
_global.slob = random(6);
gotoAndPlay('outdeep');
if (_global.dist == 3) {
if (_global.pos == 0) {
gotoAndPlay('deep1');
}
if (_global.pos == 1) {
gotoAndPlay('deep2');
}
if (_global.pos == 2) {
gotoAndPlay('deep3');
}
if (_global.pos == 3) {
gotoAndPlay('deep4');
}
}
}
frame 1099 {
_global.slob = random(6);
gotoAndPlay('outdeep');
if (_global.dist == 3) {
if (_global.pos == 0) {
gotoAndPlay('deep1');
}
if (_global.pos == 1) {
gotoAndPlay('deep2');
}
if (_global.pos == 2) {
gotoAndPlay('deep3');
}
if (_global.pos == 3) {
gotoAndPlay('deep4');
}
}
}
frame 1141 {
_global.slob = random(6);
gotoAndPlay('outdeep');
if (_global.dist == 3) {
if (_global.pos == 0) {
gotoAndPlay('deep1');
}
if (_global.pos == 1) {
gotoAndPlay('deep2');
}
if (_global.pos == 2) {
gotoAndPlay('deep3');
}
if (_global.pos == 3) {
gotoAndPlay('deep4');
}
}
}
frame 1183 {
_global.slob = random(6);
gotoAndPlay('outdeep');
if (_global.dist == 3) {
if (_global.pos == 0) {
gotoAndPlay('deep1');
}
if (_global.pos == 1) {
gotoAndPlay('deep2');
}
if (_global.pos == 2) {
gotoAndPlay('deep3');
}
if (_global.pos == 3) {
gotoAndPlay('deep4');
}
}
}
frame 1184 {
if (_global.topless == 1) {
gotoAndPlay('titty');
}
_global.boob = 1;
}
movieClip 350 {
}
instance of movieClip 276 {
onClipEvent (release) {
_global.pos = 1;
}
}
instance of movieClip 278 {
onClipEvent (release) {
_global.pos = 0;
}
}
frame 1242 {
_global.topless = 1;
_global.boob = 1;
}
movieClip 358 {
frame 1 {
gotoAndPlay(2 + random(6) * 3);
}
}
frame 1301 {
if (_global.pos == 0) {
gotoAndPlay('tit1');
}
if (_global.pos == 1) {
gotoAndPlay('tit2');
}
if (_global.pos == 2) {
gotoAndPlay('tit3');
}
if (_global.pos == 3) {
gotoAndPlay('tit4');
}
if (_global.dist != 4) {
gotoAndPlay('titoff');
}
}
frame 1323 {
if (_global.pos == 0) {
gotoAndPlay('tit1');
}
if (_global.pos == 1) {
gotoAndPlay('tit2');
}
if (_global.pos == 2) {
gotoAndPlay('tit3');
}
if (_global.pos == 3) {
gotoAndPlay('tit4');
}
if (_global.dist != 4) {
gotoAndPlay('titoff');
}
}
frame 1359 {
if (_global.pos == 0) {
gotoAndPlay('tit1');
}
if (_global.pos == 1) {
gotoAndPlay('tit2');
}
if (_global.pos == 2) {
gotoAndPlay('tit3');
}
if (_global.pos == 3) {
gotoAndPlay('tit4');
}
if (_global.dist != 4) {
gotoAndPlay('titoff');
}
}
movieClip 365 {
frame 1 {
gotoAndPlay(2 + random(6) * 3);
}
}
frame 1381 {
if (_global.pos == 0) {
gotoAndPlay('tit1');
}
if (_global.pos == 1) {
gotoAndPlay('tit2');
}
if (_global.pos == 2) {
gotoAndPlay('tit3');
}
if (_global.pos == 3) {
gotoAndPlay('tit4');
}
if (_global.dist != 4) {
gotoAndPlay('titoff');
}
}
movieClip 367 {
}
movieClip 373 {
}
frame 1825 {
gotoAndStop('end');
}
movieClip 511 {
}
movieClip 513 {
}
frame 2100 {
gotoAndStop('end');
}
movieClip 595 {
}
movieClip 597 {
}
movieClip 621 {
}
instance of movieClip 621 {
onClipEvent (load) {
gotoAndStop(1);
}
}
instance of movieClip 621 {
onClipEvent (load) {
gotoAndPlay(1);
}
}
movieClip 645 {
}
instance of movieClip 645 {
onClipEvent (load) {
gotoAndStop(1);
}
}
instance of movieClip 645 {
onClipEvent (load) {
gotoAndPlay(2);
}
}
frame 2509 {
gotoAndStop('end');
}
movieClip 717 {
}
movieClip 719 {
}
movieClip 720 {
}
frame 2823 {
gotoAndStop('end');
}
movieClip 722 {
}
frame 3129 {
gotoAndStop('end');
}
movieClip 756 {
}
movieClip 758 {
}
movieClip 760 {
}
frame 3376 {
gotoAndStop('end');
}