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

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

Intense Training.swf

This is the info page for
Flash #151942

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


Text
COPYRIGHT 2014 - WWW.CHRISTIESROOM.COM

Christie's Room -
INTENSE TRAINING
copyright 2014 Christie's Room
Now Loading - Please be patient!
This loading time will occur only ONCE
in the whole game.  After the initial
loading time, there will be absolutely
no waiting!

NOW LOADING.

100%

COMPLETE

START

Story so far...
Picking up right from the end of
issue #3, Sally must receive hand
to hand combat training for her
upcoming mission.
(see Sally's comic issue #3)

HINT:  Click anywhere on the screen to advance story scenes like this one.

Hey sensei, I brought you a new
pupil!  I need you to train her in
some hand to hand combat and
I will be back to pick her up
when you are done.
Do this for me and we'll call it
even...  if you know what I mean!

HEY!  Come back!  You can't
just leave her with me like this.
Damn!  He disappeared again!
Ok, girl...  so I'm supposed to
train you to fight?  What, you
want to take on the zombies?

What?! For real?  You're that
stupid?  Well... whatever.  He
wants me to train you, I owe
him a big favor, so I will train
you.  I won't take it easy on
you just because you're a
girl, got that?

Ok, girl... let me see your
fighting stance.  Put em up as
they say...
Um... you never had to fight
a day in your life, have you?
I see I'm gonna have my way
cut out for me.

Maybe we should try this a
little different.  Why don't you
watch my assistant do a bunch
of kicks and puches, then you
can try to do the same thing.
Hey Rachel!  I need your help
here.  Come over.

Ok, Rachel...  you try to kick
and punch me and I will try
to block all your moves.  Our
pupil here can watch us do
this and hopefully learn a thing
or two.
As soon as you're ready...

INSTRUCTIONS...
Time to learn how to fight...  You play as the fighting instructor.
Watch Rachel throw punches and kicks,  Your task is to try to block them.  Each time
you miss one, you'll get hit and your health bar will go down.  When the health bar is
at zero, it's game over and you have to try again.
In order to block the punches and kicks, simply click on the target circles that
appear on screen.  Each circle will stay up for a limited amount of time, so click on
them as soon as they show up.  Rachel will be kicking and punching at random, so
there is no pattern to learn.
Block all of her blows and something good might happen!
Click anywhere when you're ready!

HEALTH

What's the matter coach?
How are you going to teach
this girl how to fight if you can
not even block my blows.
Dust yourself up, get a drink
and try this again.  Try not to
embarass me again...

HAHA
You may be fast, Rachel!  But
I was able to block all your
blows.  You are still no match
for me.
You know what you have to do
next, don't you?

INSTRUCTIONS...
So you were able to block all or most of Rachel's blows.  As per your deal with her, if
you manage to remain standing at the end of the round, you get to ask her to do
anything you want.
In this case, you're asking for SEX, SEX and more SEX.  But you have to start out
slow and build up as you win more rounds.
To perform the sexual act, simply hold your mouse pointer over the hot spot.  To
stop and let them take a break, move the mouse pointer away from the hot spot.  It's
up to you if you want to let them take a break or finish fast!
Fill up the orgasm bar to move on to the next round.
Click anywhere when you're ready!

You always do such a great job,
Rachel and that shirt is just
too damn sexy!
So sexy in fact that you need to
take it off for round two of our
demonstration match. Are you
learning anything, Sally?

I think the only thing Sally is
learning is that you're a damn
pervert!
I can't believe you made me do
that and now to take off my
shirt too.
I'm kicking your ass next!!!

HINT:  To remove her clothes, simply click and drag her clothing off!

Alright... are you ready to go
another round?
This time you WILL loose!

I thought you were going to
knock me down this time.
What happened?
Not that I'm complaing, since
I love feeling up your breasts.
Pay attention, Sally!  You're up
next.

Stay where you are, Sally!
I'm not done with him yet!  I
still got another round to go &
get my revenge on him...  even
if I have to take off my shorts
to do it.
Come on, I'm ready!

How's that?  Next time you
fight me, you had better
praticed a lot more than this.
You are not ready to face the
master yet!
So do you give up now or must
we keep going?

Yeah, yeah...  so you won...
AGAIN!
Now get off me, I need to hit
the showers and you have some
training to do.
Don't forget about Sally.  She
needs trained too.

Sally!  I forgot all about you...
So, what do you think?  Are
you ready for some training?  I
got a lot more in me!
Make sure you're ready though.
I won't take it easy on you.
Fair warning...

CONGRATULATIONS!
Play the full version at
CHRISTIESROOM.COM
Fight vs Sally, all new girl with different moves and
sex scenes. Find two extra hidden sex scenes.
More fighting and frames of animation.

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 12 MovieClip "progressbar" in Frame 1
onClipEvent (load) { totalFileSize = _root.getBytesTotal(); this._xscale = 0; } onClipEvent (enterFrame) { bytesLoaded = _root.getBytesLoaded(); amountLoaded = bytesLoaded / totalFileSize; percentLoaded = int(100 * amountLoaded); this._xscale = percentLoaded; _root.loadingMessage = percentLoaded + "%"; if (amountLoaded >= 1) { _root.gotoAndStop("complete"); } }
Frame 2
stop();
Frame 3
blow = 0; health = 100; block = 0; orgbar = 0; orgmove = 0; punch = new Sound(); punch.attachSound("punch"); blocker = new Sound(); blocker.attachSound("blocker"); fighttune = new Sound(); fighttune.attachSound("fighttune"); sex1 = new Sound(); sex1.attachSound("sex"); introtune = new Sound(); introtune.attachSound("introtune"); endtune = new Sound(); endtune.attachSound("endtune"); gotoAndPlay (4);
Frame 4
introtune.start(); stop();
Frame 9
stop();
Frame 10
stop();
Frame 11
stop();
Frame 12
stop();
Frame 13
stop();
Frame 14
stop();
Frame 15
stop();
Frame 16
blow = int(Math.random() * 10); healthb._yscale = health; if (health < 1) { health = 100; fighttune.stop(); gotoAndPlay (22); } else if (block > 19) { fighttune.stop(); gotoAndPlay (23); }
Frame 17
fighttune.onSoundComplete = function () { fighttune.start(); }; sublevel = "level1b"; golevel = sublevel + blow; if ((blow > 4) or (blow < 1)) { gotoAndPlay (16); } else { blow = 0; _root.gotoAndPlay(golevel); }
Frame 18
stop();
Frame 19
stop();
Frame 20
stop();
Frame 21
stop();
Frame 22
stop();
Frame 23
stop();
Frame 24
stop();
Frame 25
orgbar = orgbar + orgmove; orgasm._yscale = orgbar; sex1.onSoundComplete = function () { sex1.start(); };
Frame 26
if (orgbar > 99) { orgbar = 0; orgmove = 0; gotoAndPlay (27); } else { gotoAndPlay (25); }
Frame 27
sex1.onSoundComplete = function () { sex1.start(); };
Frame 28
gotoAndPlay (27);
Frame 29
stop();
Frame 30
stop();
Frame 31
blow = int(Math.random() * 10); healthb._yscale = health; if (health < 1) { health = 100; fighttune.stop(); gotoAndPlay (37); } else if (block > 19) { fighttune.stop(); gotoAndPlay (38); }
Frame 32
fighttune.onSoundComplete = function () { fighttune.start(); }; sublevel = "level1c"; golevel = sublevel + blow; if ((blow > 4) or (blow < 1)) { gotoAndPlay (31); } else { blow = 0; _root.gotoAndPlay(golevel); }
Frame 33
stop();
Frame 34
stop();
Frame 35
stop();
Frame 36
stop();
Frame 37
stop();
Frame 38
stop();
Frame 39
stop();
Frame 40
orgbar = orgbar + orgmove; orgasm._yscale = orgbar; sex1.onSoundComplete = function () { sex1.start(); };
Frame 41
if (orgbar > 99) { orgbar = 0; orgmove = 0; gotoAndPlay (42); } else { gotoAndPlay (40); }
Frame 42
sex1.onSoundComplete = function () { sex1.start(); };
Frame 43
gotoAndPlay (42);
Frame 44
stop();
Frame 45
stop();
Frame 46
blow = int(Math.random() * 10); healthb._yscale = health; if (health < 1) { health = 100; fighttune.stop(); gotoAndPlay (52); } else if (block > 19) { fighttune.stop(); gotoAndPlay (53); }
Frame 47
fighttune.onSoundComplete = function () { fighttune.start(); }; sublevel = "level1d"; golevel = sublevel + blow; if ((blow > 4) or (blow < 1)) { gotoAndPlay (46); } else { blow = 0; _root.gotoAndPlay(golevel); }
Frame 48
stop();
Frame 49
stop();
Frame 50
stop();
Frame 51
stop();
Frame 52
stop();
Frame 53
stop();
Frame 54
stop();
Frame 55
orgbar = orgbar + orgmove; orgasm._yscale = orgbar; sex1.onSoundComplete = function () { sex1.start(); };
Frame 56
if (orgbar > 99) { orgbar = 0; orgmove = 0; gotoAndPlay (57); } else { gotoAndPlay (55); }
Frame 57
sex1.onSoundComplete = function () { sex1.start(); };
Frame 58
gotoAndPlay (57);
Frame 59
stop();
Frame 60
stop();
Frame 61
stop();
Symbol 21 Button
on (press) { play(); }
Symbol 26 Button
on (press) { getURL (("http://hits.epochstats.com/hit.php?s=615&p=2&w=" + aff) + "&c=0", "blank"); }
Symbol 34 Button
on (press) { gotoAndPlay (9); }
Symbol 40 Button
on (press) { gotoAndPlay (10); }
Symbol 44 Button
on (press) { gotoAndPlay (11); }
Symbol 48 Button
on (press) { gotoAndPlay (12); }
Symbol 52 Button
on (press) { gotoAndPlay (13); }
Symbol 56 Button
on (press) { gotoAndPlay (14); }
Symbol 60 Button
on (press) { gotoAndPlay (15); }
Symbol 64 Button
on (press) { introtune.stop(); fighttune.start(); gotoAndPlay (16); }
Symbol 77 Button
on (press) { _root.blocker.start(); _root.block = _root.block + 1; _root.gotoAndPlay("level1b"); }
Symbol 80 MovieClip Frame 35
_root.health = _root.health - 10; _root.punch.start(); _root.gotoAndPlay("level1b");
Symbol 89 MovieClip Frame 35
_root.health = _root.health - 10; _root.punch.start(); _root.gotoAndPlay("level1b");
Symbol 98 MovieClip Frame 35
_root.health = _root.health - 10; _root.punch.start(); _root.gotoAndPlay("level1b");
Symbol 107 MovieClip Frame 35
_root.health = _root.health - 10; _root.punch.start(); _root.gotoAndPlay("level1b");
Symbol 109 Button
on (press) { blow = 0; health = 100; block = 0; gotoAndPlay (15); }
Symbol 111 Button
on (press) { blow = 0; health = 100; block = 0; gotoAndPlay (24); }
Symbol 172 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 31
gotoAndPlay (2);
Symbol 174 Button
on (press) { gotoAndPlay (25); }
Symbol 179 Button
on (rollOver) { sex1.start(); orgmove = 0.07; movie1.gotoAndPlay(2); } on (rollOut) { sex1.stop(); orgmove = 0; movie1.gotoAndStop(1); }
Symbol 180 MovieClip Frame 30
gotoAndPlay (1);
Symbol 182 Button
on (press) { orgbar = 0; orgmove = 0; sex1.stop(); gotoAndPlay (29); }
Symbol 186 Button
on (dragOut) { gotoAndPlay (30); }
Symbol 192 Button
on (press) { fighttune.start(); gotoAndPlay (31); }
Symbol 200 Button
on (press) { _root.blocker.start(); _root.block = _root.block + 1; _root.gotoAndPlay("level1c"); }
Symbol 203 MovieClip Frame 33
_root.health = _root.health - 10; _root.punch.start(); _root.gotoAndPlay("level1c");
Symbol 212 MovieClip Frame 33
_root.health = _root.health - 10; _root.punch.start(); _root.gotoAndPlay("level1c");
Symbol 221 MovieClip Frame 33
_root.health = _root.health - 10; _root.punch.start(); _root.gotoAndPlay("level1c");
Symbol 228 MovieClip Frame 33
_root.health = _root.health - 10; _root.punch.start(); _root.gotoAndPlay("level1c");
Symbol 229 Button
on (press) { blow = 0; health = 100; block = 0; gotoAndPlay (30); }
Symbol 230 Button
on (press) { blow = 0; health = 100; block = 0; gotoAndPlay (39); }
Symbol 290 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 31
gotoAndPlay (2);
Symbol 291 Button
on (press) { gotoAndPlay (40); }
Symbol 293 MovieClip Frame 30
gotoAndPlay (1);
Symbol 295 Button
on (press) { orgbar = 0; orgmove = 0; sex1.stop(); gotoAndPlay (44); }
Symbol 297 Button
on (dragOut) { gotoAndPlay (45); }
Symbol 300 Button
on (press) { fighttune.start(); gotoAndPlay (46); }
Symbol 307 Button
on (press) { _root.blocker.start(); _root.block = _root.block + 1; _root.gotoAndPlay("level1d"); }
Symbol 310 MovieClip Frame 31
_root.health = _root.health - 10; _root.punch.start(); _root.gotoAndPlay("level1d");
Symbol 319 MovieClip Frame 31
_root.health = _root.health - 10; _root.punch.start(); _root.gotoAndPlay("level1d");
Symbol 328 MovieClip Frame 31
_root.health = _root.health - 10; _root.punch.start(); _root.gotoAndPlay("level1d");
Symbol 335 MovieClip Frame 31
_root.health = _root.health - 10; _root.punch.start(); _root.gotoAndPlay("level1d");
Symbol 336 Button
on (press) { blow = 0; health = 100; block = 0; gotoAndPlay (45); }
Symbol 337 Button
on (press) { blow = 0; health = 100; block = 0; gotoAndPlay (54); }
Symbol 398 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 31
gotoAndPlay (2);
Symbol 399 Button
on (press) { gotoAndPlay (55); }
Symbol 400 MovieClip Frame 30
gotoAndPlay (1);
Symbol 402 Button
on (press) { orgbar = 0; orgmove = 0; sex1.stop(); gotoAndPlay (59); }
Symbol 406 Button
on (press) { gotoAndPlay (60); }
Symbol 410 Button
on (press) { gotoAndPlay (61); }
Symbol 424 Button
on (press) { getURL (("http://hits.epochstats.com/hit.php?s=615&p=2&w=" + aff) + "&c=0", "blank"); }

Library Items

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

Instance Names

"progressbar"Frame 1Symbol 12 MovieClip
"healthb"Frame 16Symbol 68 MovieClip
"movie1"Frame 24Symbol 172 MovieClip
"orgasm"Frame 25Symbol 177 MovieClip
"movie1"Frame 27Symbol 180 MovieClip
"healthb"Frame 31Symbol 68 MovieClip
"movie1"Frame 39Symbol 290 MovieClip
"orgasm"Frame 40Symbol 177 MovieClip
"movie1"Frame 42Symbol 293 MovieClip
"healthb"Frame 46Symbol 68 MovieClip
"movie1"Frame 54Symbol 398 MovieClip
"orgasm"Frame 55Symbol 177 MovieClip
"movie1"Frame 57Symbol 400 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "sex"
ExportAssets (56)Timeline Frame 1Symbol 2 as "punch"
ExportAssets (56)Timeline Frame 1Symbol 3 as "introtune"
ExportAssets (56)Timeline Frame 1Symbol 4 as "fighttune"
ExportAssets (56)Timeline Frame 1Symbol 5 as "endtune"
ExportAssets (56)Timeline Frame 1Symbol 6 as "blocker"

Labels

"loading"Frame 1
"complete"Frame 2
"intro1"Frame 9
"level1b"Frame 16
"level1b1"Frame 18
"level1b2"Frame 19
"level1b3"Frame 20
"level1b4"Frame 21
"gameover1"Frame 22
"winner1"Frame 23
"level1c"Frame 31
"level1c1"Frame 33
"level1c2"Frame 34
"level1c3"Frame 35
"level1c4"Frame 36
"gameover2"Frame 37
"winner2"Frame 38
"level1d"Frame 46
"level1d1"Frame 48
"level1d2"Frame 49
"level1d3"Frame 50
"level1d4"Frame 51
"gameover3"Frame 52
"winner3"Frame 53

Dynamic Text Variables

loadingMessageSymbol 18 EditableText"100%"




http://swfchan.com/31/151942/info.shtml
Created: 25/10 -2018 12:52:16 Last modified: 25/10 -2018 12:52:16 Server time: 30/04 -2024 22:35:27