Frame 1
stop();
Frame 2
stop();
Frame 3
stop();
_root.leftwinnings = 0;
_root.rightwinnings = 0;
Frame 4
stop();
Frame 5
stop();
_root.leftselectable = 1;
_root.rightselectable = 1;
_root.numselected = 0;
_root.leftplayer = 1;
_root.rightplayer = 2;
Mouse.hide();
Frame 6
stop();
stopAllSounds();
_root.round = 1;
Frame 7
stop();
stopAllSounds();
_root.leftmissed = 0;
_root.rightmissed = 0;
screenlength = 450;
_root.leftcombos = 0;
_root.rightcombos = 0;
hitzone = 53;
misszone = 12;
leftpower = 0;
rightpower = 0;
ainspace = 0;
sinspace = 0;
dinspace = 0;
finspace = 0;
leftspeed = 6;
rightspeed = 6;
leftinspace = 0;
upinspace = 0;
downinspace = 0;
rightinspace = 0;
death = 0;
_quality = "MEDIUM";
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("idle");
};
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("idle");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop (1);
};
tellTarget ("_root.righthealthbar") {
gotoAndStop (1);
};
Instance of Symbol 330 MovieClip in Frame 7
onClipEvent (load) {
gotoAndStop(_root.leftplayer);
}
Instance of Symbol 330 MovieClip in Frame 7
onClipEvent (load) {
gotoAndStop(_root.rightplayer);
}
Instance of Symbol 616 MovieClip "arena" in Frame 7
onClipEvent (load) {
gotoAndStop(_root.level);
}
Instance of Symbol 96 MovieClip "leftpowerbar" in Frame 7
onClipEvent (enterFrame) {
gotoAndStop(Math.round(_root.leftpower));
if (_root.leftpower < 1) {
_root.leftpower = 1;
}
if (_root.leftpower > 559) {
_root.leftpower = 550;
}
}
Instance of Symbol 96 MovieClip "rightpowerbar" in Frame 7
onClipEvent (enterFrame) {
gotoAndStop(Math.round(_root.rightpower));
if (_root.rightpower < 1) {
_root.rightpower = 1;
}
if (_root.rightpower > 559) {
_root.rightpower = 550;
}
}
Frame 8
stop();
_root.round++;
Instance of Symbol 652 MovieClip "rightlevel" in Frame 8
onClipEvent (load) {
gotoAndStop(_root.level);
}
onClipEvent (enterFrame) {
_y = (_y - _root.rightspeed);
}
Instance of Symbol 700 MovieClip "leftlevel" in Frame 8
onClipEvent (load) {
gotoAndStop(_root.level);
}
onClipEvent (enterFrame) {
_y = (_y - _root.leftspeed);
}
Frame 9
stop();
_root.leftwinnings++;
Mouse.show();
Instance of Symbol 609 MovieClip in Frame 9
onClipEvent (load) {
gotoAndStop(_root.leftplayer);
}
Frame 10
stop();
_root.rightwinnings++;
Mouse.show();
Instance of Symbol 610 MovieClip "rightfighter" in Frame 10
onClipEvent (load) {
gotoAndStop(_root.rightplayer);
}
Frame 11
stop();
_root.rightplayer = 7;
tellTarget ("_root.rightplayerselected") {
gotoAndStop (8);
};
_root.numselected = 1;
_root.leftselectable = 1;
Mouse.hide();
Frame 12
stop();
stopAllSounds();
Frame 13
stop();
stopAllSounds();
_root.death = 0;
_root.leftmissed = 0;
_root.rightmissed = 0;
screenlength = 450;
hitzone = 53;
misszone = 12;
leftpower = 0;
rightpower = 0;
ainspace = 0;
sinspace = 0;
dinspace = 0;
finspace = 0;
leftspeed = 6;
rightspeed = 6;
leftinspace = 0;
upinspace = 0;
downinspace = 0;
rightinspace = 0;
death = 0;
_quality = "MEDIUM";
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("idle");
};
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("idle");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop (1);
};
tellTarget ("_root.righthealthbar") {
gotoAndStop (1);
};
Mouse.show();
Instance of Symbol 616 MovieClip "arena" in Frame 13
onClipEvent (load) {
gotoAndStop(_root.level);
}
Instance of Symbol 330 MovieClip in Frame 13
onClipEvent (load) {
gotoAndStop(_root.leftplayer);
}
Instance of Symbol 700 MovieClip "leftlevel" in Frame 13
onClipEvent (load) {
gotoAndStop(_root.level);
}
onClipEvent (enterFrame) {
_y = (_y - _root.leftspeed);
}
Instance of Symbol 96 MovieClip "leftpowerbar" in Frame 13
onClipEvent (enterFrame) {
gotoAndStop(Math.round(_root.leftpower));
if (_root.leftpower < 1) {
_root.leftpower = 1;
}
if (_root.leftpower > 559) {
_root.leftpower = 550;
}
}
Symbol 9 MovieClip Frame 10
stop();
Instance of Symbol 8 MovieClip in Symbol 9 MovieClip Frame 10
onClipEvent (enterFrame) {
b_loaded = _root.getBytesLoaded();
b_total = _root.getBytesTotal();
percent = Math.round((b_loaded / b_total) * 100);
if (percent >= 100) {
_root.gotoAndStop("loaded");
}
}
Symbol 28 MovieClip Frame 144
tellTarget ("_root") {
gotoAndStop ("startscreen");
};
Symbol 36 Button
on (release) {
gotoAndStop (11);
_root.rightplayer = 7;
}
Symbol 42 Button
on (release) {
gotoAndStop (5);
}
Symbol 47 Button
on (release) {
gotoAndStop (4);
}
Symbol 52 MovieClip Frame 42
if (Math.Random < 0.5) {
gotoAndPlay (120);
}
Symbol 52 MovieClip Frame 85
if (Math.Random < 0.5) {
gotoAndPlay (120);
}
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 5
gotoAndPlay (1);
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 5
gotoAndStop (1);
Symbol 81 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 5
gotoAndStop (1);
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 5
gotoAndStop (1);
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 560
gotoAndPlay (550);
Symbol 104 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 201
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 202
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 203
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 204
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 205
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 206
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 207
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 208
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 209
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 210
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 211
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 212
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 213
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 214
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 215
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 216
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 217
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 218
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 219
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 220
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 221
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 222
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 223
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 224
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 225
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 226
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 227
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 228
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 229
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 230
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 231
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 232
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 233
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 234
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 235
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 236
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 237
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 238
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 239
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 240
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 241
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 242
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 243
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 244
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 245
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 246
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 247
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 248
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 249
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 250
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 251
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 252
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 253
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 254
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 255
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 256
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 257
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 258
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 259
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 260
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 261
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 262
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 263
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 264
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 265
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 266
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 267
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 268
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 269
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 270
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 271
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 272
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 273
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 274
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 275
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 276
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 277
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 278
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 279
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 280
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 281
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 282
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 283
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 284
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 285
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 286
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 287
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 288
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 289
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 290
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 291
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 292
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 293
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 294
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 295
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 296
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 297
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 298
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 299
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 300
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 301
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 302
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 303
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 304
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 305
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 306
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 307
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 308
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 309
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 310
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 311
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 312
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 313
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 314
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 315
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 316
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 317
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 318
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 319
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 320
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 321
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 322
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 323
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 324
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 325
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 326
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 327
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 328
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 329
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 330
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 331
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 332
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 333
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 334
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 335
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 336
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 337
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 338
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 339
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 340
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 341
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 342
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 343
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 344
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 345
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 346
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 347
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 348
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 349
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 350
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 351
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 352
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 353
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 354
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 355
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 356
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 357
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 358
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 359
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 360
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 361
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 362
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 363
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 364
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 365
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 366
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 367
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 368
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 369
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 370
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 371
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 372
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 373
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 374
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 375
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 376
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 377
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 378
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 379
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 380
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 381
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 382
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 383
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 384
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 385
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 386
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 387
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 388
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 389
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 390
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 391
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 392
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 393
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 394
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 395
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 396
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 397
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 398
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 399
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 400
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 401
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 402
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 403
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 404
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 405
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 406
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 407
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 408
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 409
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 410
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 411
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 412
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 413
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 414
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 415
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 416
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 417
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 418
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 419
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 420
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 421
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 422
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 423
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 424
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 425
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 426
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 427
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 428
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 429
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 430
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 431
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 432
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 433
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 434
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 435
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 436
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 437
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 438
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 439
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 440
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 441
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 442
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 443
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 444
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 445
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 446
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 447
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 448
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 449
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 450
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 451
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 452
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 453
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 454
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 455
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 456
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 457
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 458
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 459
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 460
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 461
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 462
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 463
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 464
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 465
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 466
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 467
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 468
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 469
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 470
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 471
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 472
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 473
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 474
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 475
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 476
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 477
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 478
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 479
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 480
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 481
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 482
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 483
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 484
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 485
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 486
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 487
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 488
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 489
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 490
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 491
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 492
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 493
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 494
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 495
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 496
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 497
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 498
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 499
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 500
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 501
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 502
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 503
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 504
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 505
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 506
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 507
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 508
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 509
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 510
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 511
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 512
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 513
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 514
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 515
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 516
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 517
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 518
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 519
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 520
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 521
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 522
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 523
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 524
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 525
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 526
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 527
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 528
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 529
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 530
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 531
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 532
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 533
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 534
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 535
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 536
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 537
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 538
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 539
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 540
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 541
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 542
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 543
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 544
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 545
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 546
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 547
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 548
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 549
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 550
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 551
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 552
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 553
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 554
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 555
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 556
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 557
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 558
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 559
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 560
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 561
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 562
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 563
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 564
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 565
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 566
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 567
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 568
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 569
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 570
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 571
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 572
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 573
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 574
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 575
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 576
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 577
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 578
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 579
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 580
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 581
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 582
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 583
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 584
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 585
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 586
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 587
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 588
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 589
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 590
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 591
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 592
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 593
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 594
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 595
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 596
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 597
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 598
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 599
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 600
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 601
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 602
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 603
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 604
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 605
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 606
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 607
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 608
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 609
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 610
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 611
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 612
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 613
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 614
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 615
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 616
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 617
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 618
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 619
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 620
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 621
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 622
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 623
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 624
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 625
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 626
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 627
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 628
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 629
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 630
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 631
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 632
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 633
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 634
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 635
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 636
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 637
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 638
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 639
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 640
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 641
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 642
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 643
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 644
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 645
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 646
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 647
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 648
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 649
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 650
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 651
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 652
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 653
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 654
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 655
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 656
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 657
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 658
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 659
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 660
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 661
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 662
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 663
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 664
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 665
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 666
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 667
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 668
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 669
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 670
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 671
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 672
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 673
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 674
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 675
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 676
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 677
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 678
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 679
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 680
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 681
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 682
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 683
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 684
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 685
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 686
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 687
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 688
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 689
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 690
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 691
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 692
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 693
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 694
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 695
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 696
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 697
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 698
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 699
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 700
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 701
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 702
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 703
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 704
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 705
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 706
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 707
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 708
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 709
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 710
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 711
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 712
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 713
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 714
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 715
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 716
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 717
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 718
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 719
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 720
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 721
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 722
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 723
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 724
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 725
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 726
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 727
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 728
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 729
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 730
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 731
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 732
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 733
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 734
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 735
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 736
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 737
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 738
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 739
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 740
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 741
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 742
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 743
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 744
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 745
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 746
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 747
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 748
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 749
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 750
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 751
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 752
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 753
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 754
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 755
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 756
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 757
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 758
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 759
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 760
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 761
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 762
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 763
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 764
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 765
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 766
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 767
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 768
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 769
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 770
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 771
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 772
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 773
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 774
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 775
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 776
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 777
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 778
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 779
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 780
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 781
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 782
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 783
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 784
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 785
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 786
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 787
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 788
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 789
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 790
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 791
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 792
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 793
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 794
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 795
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 796
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 797
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 798
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 799
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 800
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 801
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 802
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 803
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 804
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 805
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 806
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 807
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 808
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 809
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 810
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 811
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 812
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 813
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 814
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 815
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 816
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 817
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 818
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 819
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 820
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 821
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 822
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 823
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 824
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 825
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 826
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 827
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 828
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 829
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 830
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 831
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 832
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 833
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 834
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 835
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 836
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 837
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 838
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 839
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 840
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 841
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 842
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 843
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 844
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 845
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 846
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 847
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 848
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 849
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 850
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 851
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 852
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 853
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 854
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 855
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 856
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 857
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 858
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 859
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 860
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 861
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 862
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 863
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 864
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 865
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 866
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 867
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 868
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 869
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 870
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 871
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 872
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 873
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 874
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 875
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 104 MovieClip Frame 876
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 114 MovieClip Frame 1
realy = (_y * 5) + _parent._y;
if (realy < _root.misszone) {
_root.leftmissed++;
_root.ainspace = 0;
gotoAndStop (7);
}
if ((realy > _root.screenlength) or (dead == 1)) {
if (realy > _root.screenlength) {
dead = 0;
}
gotoAndPlay (7);
} else if ((realy < _root.hitzone) && (realy > _root.misszone)) {
_root.ainspace = 1;
if (Key.isDown(65)) {
dead = 1;
_root.leftpower = _root.leftpower + ((40 - Math.abs(_root.testa._y - realy)) / 5);
if (((_root.leftpower = _root.leftpower + ((40 - Math.abs(_root.testa._y - realy)) / 5))) > 6.5) {
_root.leftpower = _root.leftpower + 6;
}
_root.ainspace = 0;
tellTarget ("_root.testa") {
play();
};
}
} else {
play();
}
Symbol 114 MovieClip Frame 2
gotoAndPlay (1);
Symbol 114 MovieClip Frame 6
gotoAndPlay (1);
Symbol 114 MovieClip Frame 20
gotoAndPlay (1);
Symbol 115 MovieClip Frame 1
realy = (_y * 5) + _root.leftlevel._y;
if (realy < _root.misszone) {
_root.leftmissed++;
_root.sinspace = 0;
gotoAndStop (7);
}
if ((realy > _root.screenlength) or (dead == 1)) {
if (realy > _root.screenlength) {
dead = 0;
}
gotoAndPlay (7);
} else if ((realy < _root.hitzone) && (realy > _root.misszone)) {
_root.sinspace = 1;
if (Key.isDown(83)) {
dead = 1;
_root.leftpower = _root.leftpower + ((40 - Math.abs(_root.tests._y - realy)) / 5);
if (((_root.leftpower = _root.leftpower + ((40 - Math.abs(_root.tests._y - realy)) / 5))) > 6.5) {
_root.leftpower = _root.leftpower + 6;
}
_root.sinspace = 0;
tellTarget ("_root.tests") {
play();
};
}
} else {
play();
}
Symbol 115 MovieClip Frame 2
gotoAndPlay (1);
Symbol 115 MovieClip Frame 6
gotoAndPlay (1);
Symbol 115 MovieClip Frame 20
gotoAndPlay (1);
Symbol 116 MovieClip Frame 1
realy = (_y * 5) + _root.leftlevel._y;
if (realy < _root.misszone) {
_root.leftmissed++;
_root.dinspace = 0;
gotoAndStop (7);
}
if ((realy > _root.screenlength) or (dead == 1)) {
if (realy > _root.screenlength) {
dead = 0;
}
gotoAndPlay (7);
} else if ((realy < _root.hitzone) && (realy > _root.misszone)) {
_root.dinspace = 1;
if (Key.isDown(68)) {
dead = 1;
_root.leftpower = _root.leftpower + ((40 - Math.abs(_root.testd._y - realy)) / 5);
if (((_root.leftpower = _root.leftpower + ((40 - Math.abs(_root.testd._y - realy)) / 5))) > 6.5) {
_root.leftpower = _root.leftpower + 6;
}
_root.dinspace = 0;
tellTarget ("_root.testd") {
play();
};
}
} else {
play();
}
Symbol 116 MovieClip Frame 2
gotoAndPlay (1);
Symbol 116 MovieClip Frame 6
gotoAndPlay (1);
Symbol 116 MovieClip Frame 20
gotoAndPlay (1);
Symbol 117 MovieClip Frame 1
realy = (_y * 5) + _root.leftlevel._y;
if (realy < _root.misszone) {
_root.leftmissed++;
_root.winspace = 0;
gotoAndStop (7);
}
if ((realy > _root.screenlength) or (dead == 1)) {
if (realy > _root.screenlength) {
dead = 0;
}
gotoAndPlay (7);
} else if ((realy < _root.hitzone) && (realy > _root.misszone)) {
_root.winspace = 1;
if (Key.isDown(87)) {
dead = 1;
_root.leftpower = _root.leftpower + ((40 - Math.abs(_root.testw._y - realy)) / 5);
if (((_root.leftpower = _root.leftpower + ((40 - Math.abs(_root.testw._y - realy)) / 5))) > 6.5) {
_root.leftpower = _root.leftpower + 6;
}
_root.winspace = 0;
tellTarget ("_root.testw") {
play();
};
}
} else {
play();
}
Symbol 117 MovieClip Frame 2
gotoAndPlay (1);
Symbol 117 MovieClip Frame 6
gotoAndPlay (1);
Symbol 117 MovieClip Frame 20
gotoAndPlay (1);
Symbol 128 Button
on (release) {
play();
}
Symbol 197 Button
on (release) {
play();
stopAllSounds();
}
Instance of Symbol 96 MovieClip "leftpowerbar" in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Math.round(_root.leftpower));
if (_root.leftpower < 1) {
_root.leftpower = 1;
}
if (_root.leftpower > 559) {
_root.leftpower = 550;
}
}
Symbol 198 MovieClip Frame 73
stop();
Symbol 198 MovieClip Frame 74
stop();
Symbol 198 MovieClip Frame 84
stop();
Instance of Symbol 96 MovieClip "leftpowerbar" in Symbol 198 MovieClip Frame 84
onClipEvent (enterFrame) {
gotoAndStop(Math.round(_root.leftpower));
if (_root.leftpower < 1) {
_root.leftpower = 1;
}
if (_root.leftpower > 559) {
_root.leftpower = 550;
}
}
Symbol 198 MovieClip Frame 85
stop();
Symbol 198 MovieClip Frame 86
stop();
Symbol 198 MovieClip Frame 87
stop();
Symbol 198 MovieClip Frame 88
stop();
Symbol 198 MovieClip Frame 89
tellTarget ("_root") {
gotoAndStop ("startscreen");
};
Symbol 212 MovieClip Frame 1
if (_parent._parent.oldman == 1) {
gotoAndStop (2);
}
stop();
Symbol 212 MovieClip Frame 2
stop();
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 2
stop();
Symbol 214 MovieClip Frame 3
gotoAndStop (1);
Symbol 223 MovieClip Frame 1
if (_parent._parent.stickfigure == 1) {
gotoAndStop (2);
}
stop();
Symbol 223 MovieClip Frame 2
stop();
Symbol 227 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 67
gotoAndPlay (1);
Symbol 242 MovieClip Frame 70
gotoAndPlay (1);
Symbol 242 MovieClip Frame 73
gotoAndPlay (1);
Symbol 243 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 2
stop();
Symbol 246 MovieClip Frame 3
gotoAndStop (1);
Symbol 254 Button
on (keyPress "<Space>") {
if (_root.leftselect.hitTest(_root.ninjaselect)) {
if (_root.ninjaselect._currentframe == 2) {
_root.leftplayer = 6;
} else {
_root.leftplayer = 1;
}
}
if (_root.leftselect.hitTest(_root.boyselect)) {
_root.leftplayer = 2;
}
if (_root.leftselect.hitTest(_root.titoselect)) {
if (_root.titoselect._currentframe == 2) {
_root.leftplayer = 5;
} else {
_root.leftplayer = 3;
}
}
if (_root.leftselect.hitTest(_root.jezebelselect)) {
_root.leftplayer = 4;
}
tellTarget ("_root.leftplayerselected") {
gotoAndStop(_root.leftplayer + 1);
};
_root.numselected++;
_root.leftselectable = 0;
}
on (keyPress "d") {
if ((_root.leftselectable == 1) && (_root.leftselect._x < 500)) {
_root.leftselect._x = _root.leftselect._x + 150;
}
}
on (keyPress "a") {
if ((_root.leftselectable == 1) && (_root.leftselect._x > 140)) {
_root.leftselect._x = _root.leftselect._x - 150;
}
}
on (keyPress "o") {
tellTarget ("_root.ninjaselect") {
nextFrame();
};
}
on (keyPress "p") {
tellTarget ("_root.titoselect") {
nextFrame();
};
}
Symbol 260 Button
on (keyPress "0") {
if (_root.rightselect.hitTest(_root.ninjaselect)) {
if (_root.ninjaselect._currentframe == 2) {
_root.rightplayer = 6;
} else {
_root.rightplayer = 1;
}
}
if (_root.rightselect.hitTest(_root.boyselect)) {
_root.rightplayer = 2;
}
if (_root.rightselect.hitTest(_root.titoselect)) {
if (_root.titoselect._currentframe == 2) {
_root.rightplayer = 5;
} else {
_root.rightplayer = 3;
}
}
if (_root.rightselect.hitTest(_root.jezebelselect)) {
_root.rightplayer = 4;
}
tellTarget ("_root.rightplayerselected") {
gotoAndStop(_root.rightplayer + 1);
};
_root.numselected++;
_root.rightselectable = 0;
}
on (keyPress "<Right>") {
if ((_root.rightselectable == 1) && (_root.rightselect._x < 500)) {
_root.rightselect._x = _root.rightselect._x + 150;
}
}
on (keyPress "<Left>") {
if ((_root.rightselectable == 1) && (_root.rightselect._x > 140)) {
_root.rightselect._x = _root.rightselect._x - 150;
}
}
Symbol 264 MovieClip Frame 4
if (_root.numselected == 2) {
play();
} else {
gotoAndPlay (1);
}
Symbol 264 MovieClip Frame 5
if (_root.leftplayer == 1) {
tellTarget ("_root.sounds") {
gotoAndPlay ("ninja");
};
}
if (_root.leftplayer == 2) {
tellTarget ("_root.sounds") {
gotoAndPlay ("dexter");
};
}
if (_root.leftplayer == 3) {
tellTarget ("_root.sounds") {
gotoAndPlay ("tito");
};
}
if (_root.leftplayer == 4) {
tellTarget ("_root.sounds") {
gotoAndPlay ("jezebel");
};
}
if (_root.leftplayer == 5) {
tellTarget ("_root.sounds") {
gotoAndPlay ("stickman");
};
}
if (_root.leftplayer == 6) {
tellTarget ("_root.sounds") {
gotoAndPlay ("gramps");
};
}
Symbol 264 MovieClip Frame 16
tellTarget ("_root.sounds") {
gotoAndPlay ("versus");
};
Symbol 264 MovieClip Frame 26
if (_root.rightplayer == 1) {
tellTarget ("_root.sounds") {
gotoAndPlay ("ninja");
};
}
if (_root.rightplayer == 2) {
tellTarget ("_root.sounds") {
gotoAndPlay ("dexter");
};
}
if (_root.rightplayer == 3) {
tellTarget ("_root.sounds") {
gotoAndPlay ("tito");
};
}
if (_root.rightplayer == 4) {
tellTarget ("_root.sounds") {
gotoAndPlay ("jezebel");
};
}
if (_root.rightplayer == 5) {
tellTarget ("_root.sounds") {
gotoAndPlay ("stickman");
};
}
if (_root.rightplayer == 6) {
tellTarget ("_root.sounds") {
gotoAndPlay ("gramps");
};
}
Symbol 264 MovieClip Frame 40
tellTarget ("_root") {
play();
};
Symbol 273 MovieClip Frame 1
stop();
Symbol 273 MovieClip Frame 9
gotoAndStop (1);
Symbol 273 MovieClip Frame 17
gotoAndStop (1);
Symbol 273 MovieClip Frame 23
gotoAndStop (1);
Symbol 273 MovieClip Frame 33
gotoAndStop (1);
Symbol 273 MovieClip Frame 42
gotoAndStop (1);
Symbol 273 MovieClip Frame 50
gotoAndStop (1);
Symbol 273 MovieClip Frame 57
gotoAndStop (1);
Symbol 289 Button
on (keyPress "2") {
_root.level = 2;
play();
}
Symbol 295 Button
on (keyPress "1") {
_root.level = 1;
play();
}
Symbol 297 Button
on (keyPress "3") {
_root.level = 3;
play();
}
Symbol 308 Button
on (keyPress "*") {
_root.level = 6;
play();
}
Symbol 310 Button
on (keyPress "+") {
_root.level = 5;
play();
}
Symbol 320 Button
on (keyPress "4") {
_root.level = 4;
play();
}
Symbol 330 MovieClip Frame 1
stop();
Symbol 330 MovieClip Frame 2
stop();
Symbol 330 MovieClip Frame 3
stop();
Symbol 330 MovieClip Frame 4
stop();
Symbol 330 MovieClip Frame 5
stop();
Symbol 330 MovieClip Frame 6
stop();
Symbol 336 MovieClip Frame 1
if (_parent._parent.oldman == 1) {
gotoAndStop (2);
}
stop();
Symbol 336 MovieClip Frame 2
stop();
Symbol 340 MovieClip Frame 1
if (_parent._parent.oldman == 1) {
gotoAndStop (2);
}
stop();
Symbol 340 MovieClip Frame 2
stop();
Symbol 344 MovieClip Frame 1
if (_parent._parent.oldman == 1) {
gotoAndStop (2);
}
stop();
Symbol 344 MovieClip Frame 2
stop();
Symbol 348 MovieClip Frame 1
if (_parent._parent.oldman == 1) {
gotoAndStop (2);
}
stop();
Symbol 348 MovieClip Frame 2
stop();
Symbol 352 MovieClip Frame 1
if (_parent._parent.oldman == 1) {
gotoAndStop (2);
}
stop();
Symbol 352 MovieClip Frame 2
stop();
Symbol 356 MovieClip Frame 1
if (_parent._parent.oldman == 1) {
gotoAndStop (2);
}
stop();
Symbol 356 MovieClip Frame 2
stop();
Symbol 360 MovieClip Frame 1
if (_parent._parent.oldman == 1) {
gotoAndStop (2);
}
stop();
Symbol 360 MovieClip Frame 2
stop();
Symbol 364 MovieClip Frame 1
if (_parent._parent.oldman == 1) {
gotoAndStop (2);
}
stop();
Symbol 364 MovieClip Frame 2
stop();
Symbol 371 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 371 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 371 MovieClip Frame 5
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 371 MovieClip Frame 8
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 371 MovieClip Frame 9
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 371 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 371 MovieClip Frame 14
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 371 MovieClip Frame 18
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 375 MovieClip Frame 2
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 375 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 375 MovieClip Frame 8
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 375 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 375 MovieClip Frame 18
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 377 MovieClip Frame 2
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 377 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 377 MovieClip Frame 4
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 377 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 377 MovieClip Frame 7
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 377 MovieClip Frame 9
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 377 MovieClip Frame 10
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 377 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 377 MovieClip Frame 13
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 377 MovieClip Frame 15
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 377 MovieClip Frame 16
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 377 MovieClip Frame 18
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 378 MovieClip Frame 2
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 378 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 378 MovieClip Frame 9
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 378 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 383 MovieClip Frame 2
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 383 MovieClip Frame 8
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 70;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 8);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 70;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 8);
};
}
Symbol 383 MovieClip Frame 12
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 387 MovieClip Frame 2
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 387 MovieClip Frame 8
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 70;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 8);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 70;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 8);
};
}
Symbol 387 MovieClip Frame 11
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 387 MovieClip Frame 12
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 387 MovieClip Frame 14
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 387 MovieClip Frame 15
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 8);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 8);
};
}
Symbol 388 MovieClip Frame 2
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 388 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 4
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 388 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 7
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 388 MovieClip Frame 9
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 10
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 388 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 13
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 388 MovieClip Frame 15
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 16
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 388 MovieClip Frame 18
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 20
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 388 MovieClip Frame 21
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 22
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 388 MovieClip Frame 24
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 25
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 388 MovieClip Frame 27
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 28
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 388 MovieClip Frame 30
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 31
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 388 MovieClip Frame 33
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 34
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 388 MovieClip Frame 36
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 38
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 388 MovieClip Frame 39
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 388 MovieClip Frame 41
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 388 MovieClip Frame 42
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
if (_parent.opponent == 1) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 2
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 4
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 8
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 9
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 10
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 13
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 389 MovieClip Frame 15
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 396 MovieClip Frame 2
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 396 MovieClip Frame 8
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 396 MovieClip Frame 11
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 200;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 12);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 200;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 12);
};
}
Symbol 398 MovieClip Frame 2
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 398 MovieClip Frame 4
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 250;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 18);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 200;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 18);
};
}
Symbol 406 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 406 MovieClip Frame 11
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 250;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 34);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 250;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 34);
};
}
Symbol 416 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 416 MovieClip Frame 7
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 416 MovieClip Frame 8
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 416 MovieClip Frame 9
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 416 MovieClip Frame 11
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 416 MovieClip Frame 12
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 416 MovieClip Frame 13
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 45;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 45;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
Symbol 416 MovieClip Frame 14
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 416 MovieClip Frame 15
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 416 MovieClip Frame 16
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 416 MovieClip Frame 17
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 416 MovieClip Frame 19
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 419 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 419 MovieClip Frame 5
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 7
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 419 MovieClip Frame 8
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 11
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 419 MovieClip Frame 12
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 14
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 419 MovieClip Frame 15
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 18
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 419 MovieClip Frame 19
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 21
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 419 MovieClip Frame 22
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 25
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 419 MovieClip Frame 26
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 28
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 419 MovieClip Frame 29
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 32
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 419 MovieClip Frame 33
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 35
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 419 MovieClip Frame 36
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 39
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 419 MovieClip Frame 40
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 42
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 419 MovieClip Frame 43
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 46
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 419 MovieClip Frame 47
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 419 MovieClip Frame 49
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 419 MovieClip Frame 50
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 420 MovieClip Frame 4
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 5
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 420 MovieClip Frame 6
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 7
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 420 MovieClip Frame 8
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 9
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 420 MovieClip Frame 10
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 11
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 420 MovieClip Frame 12
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 13
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 420 MovieClip Frame 14
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 15
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 420 MovieClip Frame 16
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 17
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 420 MovieClip Frame 18
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 19
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 420 MovieClip Frame 20
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 21
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 420 MovieClip Frame 22
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 23
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 420 MovieClip Frame 24
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 25
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 420 MovieClip Frame 26
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 27
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 420 MovieClip Frame 28
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 420 MovieClip Frame 29
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 420 MovieClip Frame 30
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 21;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 21;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hiface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 424 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 424 MovieClip Frame 7
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 325;
tellTarget ("_root.arena.leftfighter.fighter") {
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 46);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 325;
tellTarget ("_root.arena.rightfighter.fighter") {
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 46);
};
}
Symbol 433 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 433 MovieClip Frame 7
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 73;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 73;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
Symbol 433 MovieClip Frame 9
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 73;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 73;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
Symbol 433 MovieClip Frame 10
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 73;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 73;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
Symbol 433 MovieClip Frame 12
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 73;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 73;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
Symbol 433 MovieClip Frame 13
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 73;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 73;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
Symbol 433 MovieClip Frame 15
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 73;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 73;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
Symbol 433 MovieClip Frame 16
pow.swapDepths(_root.toplevel);
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 73;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 73;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
Symbol 436 MovieClip Frame 16
gotoAndPlay (1);
Symbol 436 MovieClip Frame 18
if (_root.death == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (391);
}
Symbol 436 MovieClip Frame 20
if (_root.death == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (391);
}
Symbol 436 MovieClip Frame 21
greencomboselect = Math.random() * 9;
if (greencomboselect <= 2) {
gotoAndPlay (22);
}
if ((greencomboselect <= 4) && (greencomboselect > 2)) {
gotoAndPlay (43);
}
if ((greencomboselect <= 6) && (greencomboselect > 4)) {
gotoAndPlay (66);
}
if ((greencomboselect <= 8) && (greencomboselect > 6)) {
gotoAndPlay (87);
}
if ((greencomboselect <= 9) && (greencomboselect > 8)) {
gotoAndPlay (102);
}
Symbol 436 MovieClip Frame 42
gotoAndPlay (1);
Symbol 436 MovieClip Frame 65
gotoAndPlay (1);
Symbol 436 MovieClip Frame 86
gotoAndPlay (1);
Symbol 436 MovieClip Frame 101
gotoAndPlay (1);
Symbol 436 MovieClip Frame 115
gotoAndPlay (1);
Symbol 436 MovieClip Frame 116
yellowcomboselect = Math.random() * 9;
if (yellowcomboselect <= 2) {
gotoAndPlay (117);
}
if ((yellowcomboselect <= 4) && (yellowcomboselect > 2)) {
gotoAndPlay (135);
}
if ((yellowcomboselect <= 6) && (yellowcomboselect > 4)) {
gotoAndPlay (180);
}
if ((yellowcomboselect <= 8) && (yellowcomboselect > 6)) {
gotoAndPlay (196);
}
if ((yellowcomboselect <= 9) && (yellowcomboselect > 8)) {
gotoAndPlay (210);
}
Symbol 436 MovieClip Frame 134
gotoAndPlay (1);
Symbol 436 MovieClip Frame 179
gotoAndPlay (1);
Symbol 436 MovieClip Frame 195
gotoAndPlay (1);
Symbol 436 MovieClip Frame 209
gotoAndPlay (1);
Symbol 436 MovieClip Frame 220
gotoAndPlay (1);
Symbol 436 MovieClip Frame 221
redcomboselect = Math.random() * 9;
if (redcomboselect <= 2) {
gotoAndPlay (222);
}
if ((redcomboselect <= 4) && (redcomboselect > 2)) {
gotoAndPlay (236);
}
if ((redcomboselect <= 6) && (redcomboselect > 4)) {
gotoAndPlay (258);
}
if ((redcomboselect <= 8) && (redcomboselect > 6)) {
gotoAndPlay (311);
}
if ((redcomboselect <= 9) && (redcomboselect > 8)) {
gotoAndPlay (347);
}
Symbol 436 MovieClip Frame 235
gotoAndPlay (1);
Symbol 436 MovieClip Frame 257
gotoAndPlay (1);
Symbol 436 MovieClip Frame 310
gotoAndPlay (1);
Symbol 436 MovieClip Frame 346
gotoAndPlay (1);
Symbol 436 MovieClip Frame 355
gotoAndPlay (1);
Symbol 436 MovieClip Frame 376
gotoAndPlay (1);
Symbol 436 MovieClip Frame 390
gotoAndPlay (377);
Symbol 436 MovieClip Frame 409
stop();
if (opponent == 2) {
tellTarget ("_root.rightplayerwins") {
nextFrame();
};
}
if (opponent == 1) {
tellTarget ("_root.leftplayerwins") {
nextFrame();
};
}
Symbol 437 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 437 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 437 MovieClip Frame 5
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 437 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 200;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 437 MovieClip Frame 9
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 437 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 200;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 437 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 200;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 438 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 438 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 438 MovieClip Frame 6
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 438 MovieClip Frame 9
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 438 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 438 MovieClip Frame 15
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 439 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 439 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 439 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 439 MovieClip Frame 9
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 439 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 440 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 440 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 440 MovieClip Frame 4
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 440 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 440 MovieClip Frame 10
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 440 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 441 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 441 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 70;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 8);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 70;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 8);
};
}
Symbol 442 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 442 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 442 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 442 MovieClip Frame 9
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 442 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 442 MovieClip Frame 16
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 442 MovieClip Frame 18
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 442 MovieClip Frame 20
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 442 MovieClip Frame 22
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 442 MovieClip Frame 24
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 443 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 443 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 443 MovieClip Frame 4
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 443 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 443 MovieClip Frame 10
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 443 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 443 MovieClip Frame 15
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 443 MovieClip Frame 17
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 443 MovieClip Frame 19
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 443 MovieClip Frame 21
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 443 MovieClip Frame 23
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 443 MovieClip Frame 25
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 443 MovieClip Frame 28
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 444 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 444 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 444 MovieClip Frame 5
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 444 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 444 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 70;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 12);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 70;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 12);
};
}
Symbol 445 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 445 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 445 MovieClip Frame 4
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 445 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 445 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 445 MovieClip Frame 12
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 445 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 445 MovieClip Frame 20
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 446 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 446 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 446 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 446 MovieClip Frame 8
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 446 MovieClip Frame 9
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 446 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 446 MovieClip Frame 17
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 446 MovieClip Frame 19
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 446 MovieClip Frame 24
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 446 MovieClip Frame 25
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 446 MovieClip Frame 27
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 447 MovieClip Frame 3
tellTarget ("_parent") {
_parent.swapDepths(15);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 4
tellTarget ("_parent") {
_parent.swapDepths(10);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 5
tellTarget ("_parent") {
_parent.swapDepths(15);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 6
tellTarget ("_parent") {
_parent.swapDepths(10);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 7
tellTarget ("_parent") {
_parent.swapDepths(15);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 8
tellTarget ("_parent") {
_parent.swapDepths(10);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 9
tellTarget ("_parent") {
_parent.swapDepths(15);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 10
tellTarget ("_parent") {
_parent.swapDepths(10);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 11
tellTarget ("_parent") {
_parent.swapDepths(15);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 12
tellTarget ("_parent") {
_parent.swapDepths(10);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 13
tellTarget ("_parent") {
_parent.swapDepths(15);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 14
tellTarget ("_parent") {
_parent.swapDepths(10);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 15
tellTarget ("_parent") {
_parent.swapDepths(15);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 16
tellTarget ("_parent") {
_parent.swapDepths(10);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 17
tellTarget ("_parent") {
_parent.swapDepths(15);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 18
tellTarget ("_parent") {
_parent.swapDepths(10);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 19
tellTarget ("_parent") {
_parent.swapDepths(15);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 447 MovieClip Frame 20
tellTarget ("_parent") {
_parent.swapDepths(10);
};
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 15;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 15;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 450 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 450 MovieClip Frame 4
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 196;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 34);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 196;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 34);
};
}
Symbol 452 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 452 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 50;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 50;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
Symbol 452 MovieClip Frame 10
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 50;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 50;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
Symbol 452 MovieClip Frame 13
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 50;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 50;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
Symbol 452 MovieClip Frame 16
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 50;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 50;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 9);
};
}
Symbol 454 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 454 MovieClip Frame 4
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 178;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 35);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 178;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 35);
};
}
Symbol 455 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 455 MovieClip Frame 4
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 150;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 19);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 150;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 19);
};
}
Symbol 455 MovieClip Frame 9
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 150;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 19);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 150;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 19);
};
}
Symbol 458 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 458 MovieClip Frame 8
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 100;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 30);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 100;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 30);
};
}
Symbol 458 MovieClip Frame 12
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 458 MovieClip Frame 16
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 100;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 25);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 100;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 25);
};
}
Symbol 458 MovieClip Frame 21
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 458 MovieClip Frame 26
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 100;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 13);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 100;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 13);
};
}
Symbol 458 MovieClip Frame 35
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 100;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 13);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 100;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 13);
};
}
Symbol 458 MovieClip Frame 38
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 100;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 13);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 100;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 13);
};
}
Symbol 459 MovieClip Frame 17
gotoAndPlay (1);
Symbol 459 MovieClip Frame 19
if (_root.death == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (364);
}
Symbol 459 MovieClip Frame 21
if (_root.death == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (364);
}
Symbol 459 MovieClip Frame 22
greencomboselect = Math.random() * 9;
if (greencomboselect <= 2) {
gotoAndPlay (23);
}
if ((greencomboselect <= 4) && (greencomboselect > 2)) {
gotoAndPlay (40);
}
if ((greencomboselect <= 6) && (greencomboselect > 4)) {
gotoAndPlay (58);
}
if ((greencomboselect <= 8) && (greencomboselect > 6)) {
gotoAndPlay (73);
}
if ((greencomboselect <= 9) && (greencomboselect > 8)) {
gotoAndPlay (90);
}
Symbol 459 MovieClip Frame 23
greencomboselect = Math.random() * 9;
if (greencomboselect <= 2) {
gotoAndPlay (23);
}
if ((greencomboselect <= 4) && (greencomboselect > 2)) {
gotoAndPlay (40);
}
if ((greencomboselect <= 6) && (greencomboselect > 4)) {
gotoAndPlay (58);
}
if ((greencomboselect <= 8) && (greencomboselect > 6)) {
gotoAndPlay (73);
}
if ((greencomboselect <= 9) && (greencomboselect > 8)) {
gotoAndPlay (90);
}
Symbol 459 MovieClip Frame 39
gotoAndPlay (1);
Symbol 459 MovieClip Frame 57
gotoAndPlay (1);
Symbol 459 MovieClip Frame 72
gotoAndPlay (1);
Symbol 459 MovieClip Frame 89
gotoAndPlay (1);
Symbol 459 MovieClip Frame 101
gotoAndPlay (1);
Symbol 459 MovieClip Frame 102
yellowcomboselect = Math.random() * 9;
if (yellowcomboselect <= 2) {
gotoAndPlay (103);
}
if ((yellowcomboselect <= 4) && (yellowcomboselect > 2)) {
gotoAndPlay (130);
}
if ((yellowcomboselect <= 6) && (yellowcomboselect > 4)) {
gotoAndPlay (161);
}
if ((yellowcomboselect <= 8) && (yellowcomboselect > 6)) {
gotoAndPlay (178);
}
if ((yellowcomboselect <= 9) && (yellowcomboselect > 8)) {
gotoAndPlay (201);
}
Symbol 459 MovieClip Frame 129
gotoAndPlay (1);
Symbol 459 MovieClip Frame 160
gotoAndPlay (1);
Symbol 459 MovieClip Frame 177
gotoAndPlay (1);
Symbol 459 MovieClip Frame 200
gotoAndPlay (1);
Symbol 459 MovieClip Frame 230
gotoAndPlay (1);
Symbol 459 MovieClip Frame 231
redcomboselect = Math.random() * 9;
if (redcomboselect <= 2) {
gotoAndPlay (232);
}
if ((redcomboselect <= 4) && (redcomboselect > 2)) {
gotoAndPlay (255);
}
if ((redcomboselect <= 6) && (redcomboselect > 4)) {
gotoAndPlay (263);
}
if ((redcomboselect <= 8) && (redcomboselect > 6)) {
gotoAndPlay (287);
}
if ((redcomboselect <= 9) && (redcomboselect > 8)) {
gotoAndPlay (295);
}
Symbol 459 MovieClip Frame 254
gotoAndPlay (1);
Symbol 459 MovieClip Frame 262
gotoAndPlay (1);
Symbol 459 MovieClip Frame 286
gotoAndPlay (1);
Symbol 459 MovieClip Frame 294
gotoAndPlay (1);
Symbol 459 MovieClip Frame 310
gotoAndPlay (1);
Symbol 459 MovieClip Frame 354
gotoAndPlay (1);
Symbol 459 MovieClip Frame 363
gotoAndPlay (355);
Symbol 459 MovieClip Frame 383
stop();
if (opponent == 2) {
tellTarget ("_root.rightplayerwins") {
nextFrame();
};
}
if (opponent == 1) {
tellTarget ("_root.leftplayerwins") {
nextFrame();
};
}
Symbol 461 MovieClip Frame 1
if (_parent._parent.stickfigure == 1) {
gotoAndStop (2);
}
stop();
Symbol 461 MovieClip Frame 2
stop();
Symbol 465 MovieClip Frame 1
if (_parent._parent.stickfigure == 1) {
gotoAndStop (2);
}
stop();
Symbol 465 MovieClip Frame 2
stop();
Symbol 469 MovieClip Frame 1
if (_parent._parent.stickfigure == 1) {
gotoAndStop (2);
}
stop();
Symbol 469 MovieClip Frame 2
stop();
Symbol 473 MovieClip Frame 1
if (_parent._parent.stickfigure == 1) {
gotoAndStop (2);
}
stop();
Symbol 473 MovieClip Frame 2
stop();
Symbol 477 MovieClip Frame 1
if (_parent._parent.stickfigure == 1) {
gotoAndStop (2);
}
stop();
Symbol 477 MovieClip Frame 2
stop();
Symbol 481 MovieClip Frame 1
if (_parent._parent.stickfigure == 1) {
gotoAndStop (2);
}
stop();
Symbol 481 MovieClip Frame 2
stop();
Symbol 485 MovieClip Frame 1
if (_parent._parent.stickfigure == 1) {
gotoAndStop (2);
}
stop();
Symbol 485 MovieClip Frame 2
stop();
Symbol 489 MovieClip Frame 1
if (_parent._parent.stickfigure == 1) {
gotoAndStop (2);
}
stop();
Symbol 489 MovieClip Frame 2
stop();
Symbol 493 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 493 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 70;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 70;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
Symbol 494 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 494 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 494 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 494 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 494 MovieClip Frame 9
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 494 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 495 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 495 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 495 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 25;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 25;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 495 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 496 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 496 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 496 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 496 MovieClip Frame 17
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 497 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 497 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 80;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 12);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 80;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 12);
};
}
Symbol 498 MovieClip Frame 2
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 498 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 498 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 498 MovieClip Frame 6
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 498 MovieClip Frame 10
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 50;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 50;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
Symbol 499 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 499 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 499 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 499 MovieClip Frame 13
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 499 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 50;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 50;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
Symbol 499 MovieClip Frame 19
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 500 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 500 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 60;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 8);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 60;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 8);
};
}
Symbol 500 MovieClip Frame 19
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 60;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 8);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 60;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 8);
};
}
Symbol 501 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 501 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 501 MovieClip Frame 9
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 501 MovieClip Frame 10
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 501 MovieClip Frame 13
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 501 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 501 MovieClip Frame 17
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 501 MovieClip Frame 18
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 501 MovieClip Frame 21
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 501 MovieClip Frame 22
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 502 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 502 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 125;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 17);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 125;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 17);
};
}
Symbol 509 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 509 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 509 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 509 MovieClip Frame 9
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 509 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 509 MovieClip Frame 13
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 509 MovieClip Frame 15
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 509 MovieClip Frame 17
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 512 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 512 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 512 MovieClip Frame 8
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 512 MovieClip Frame 9
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 512 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 512 MovieClip Frame 13
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 512 MovieClip Frame 16
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 512 MovieClip Frame 17
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 514 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 514 MovieClip Frame 10
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 300;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 34);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 300;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 34);
};
}
Symbol 518 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 518 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
Symbol 518 MovieClip Frame 8
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
Symbol 518 MovieClip Frame 10
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
Symbol 518 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
Symbol 518 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
Symbol 519 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 519 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 100;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 12);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 100;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 12);
};
}
Symbol 519 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 100;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 12);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 100;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 12);
};
}
Symbol 519 MovieClip Frame 19
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 100;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 12);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 100;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 12);
};
}
Symbol 534 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 534 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 500;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 58);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 500;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 58);
};
}
Symbol 537 MovieClip Frame 15
gotoAndPlay (1);
Symbol 537 MovieClip Frame 17
if (_root.death == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (326);
}
Symbol 537 MovieClip Frame 19
if (_root.death == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (326);
}
Symbol 537 MovieClip Frame 20
greencomboselect = Math.random() * 9;
if (greencomboselect <= 2) {
gotoAndPlay (21);
}
if ((greencomboselect <= 4) && (greencomboselect > 2)) {
gotoAndPlay (29);
}
if ((greencomboselect <= 6) && (greencomboselect > 4)) {
gotoAndPlay (47);
}
if ((greencomboselect <= 8) && (greencomboselect > 6)) {
gotoAndPlay (64);
}
if ((greencomboselect <= 9) && (greencomboselect > 8)) {
gotoAndPlay (84);
}
Symbol 537 MovieClip Frame 28
gotoAndPlay (1);
Symbol 537 MovieClip Frame 46
gotoAndPlay (1);
Symbol 537 MovieClip Frame 63
gotoAndPlay (1);
Symbol 537 MovieClip Frame 83
gotoAndPlay (1);
Symbol 537 MovieClip Frame 96
gotoAndPlay (1);
Symbol 537 MovieClip Frame 97
yellowcomboselect = Math.random() * 9;
if (yellowcomboselect <= 2) {
gotoAndPlay (98);
}
if ((yellowcomboselect <= 4) && (yellowcomboselect > 2)) {
gotoAndPlay (114);
}
if ((yellowcomboselect <= 6) && (yellowcomboselect > 4)) {
gotoAndPlay (146);
}
if ((yellowcomboselect <= 8) && (yellowcomboselect > 6)) {
gotoAndPlay (171);
}
if ((yellowcomboselect <= 9) && (yellowcomboselect > 8)) {
gotoAndPlay (195);
}
Symbol 537 MovieClip Frame 113
gotoAndPlay (1);
Symbol 537 MovieClip Frame 145
gotoAndPlay (1);
Symbol 537 MovieClip Frame 170
gotoAndPlay (1);
Symbol 537 MovieClip Frame 194
gotoAndPlay (1);
Symbol 537 MovieClip Frame 203
gotoAndPlay (1);
Symbol 537 MovieClip Frame 204
redcomboselect = Math.random() * 9;
if (redcomboselect <= 2) {
gotoAndPlay (205);
}
if ((redcomboselect <= 4) && (redcomboselect > 2)) {
gotoAndPlay (226);
}
if ((redcomboselect <= 6) && (redcomboselect > 4)) {
gotoAndPlay (247);
}
if ((redcomboselect <= 8) && (redcomboselect > 6)) {
gotoAndPlay (265);
}
if ((redcomboselect <= 9) && (redcomboselect > 8)) {
gotoAndPlay (285);
}
Symbol 537 MovieClip Frame 225
gotoAndPlay (1);
Symbol 537 MovieClip Frame 246
gotoAndPlay (1);
Symbol 537 MovieClip Frame 264
gotoAndPlay (1);
Symbol 537 MovieClip Frame 284
gotoAndPlay (1);
Symbol 537 MovieClip Frame 306
gotoAndPlay (1);
Symbol 537 MovieClip Frame 314
gotoAndPlay (1);
Symbol 537 MovieClip Frame 325
gotoAndPlay (315);
Symbol 537 MovieClip Frame 345
stop();
if (opponent == 2) {
tellTarget ("_root.rightplayerwins") {
nextFrame();
};
}
if (opponent == 1) {
tellTarget ("_root.leftplayerwins") {
nextFrame();
};
}
Symbol 538 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 538 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 538 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 538 MovieClip Frame 9
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 538 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 539 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 539 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 539 MovieClip Frame 6
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 539 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 539 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 540 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 540 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 540 MovieClip Frame 6
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 540 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 541 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 541 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 541 MovieClip Frame 5
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 541 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 541 MovieClip Frame 9
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 541 MovieClip Frame 10
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 541 MovieClip Frame 13
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 541 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 542 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 542 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 542 MovieClip Frame 5
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 542 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 542 MovieClip Frame 10
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 542 MovieClip Frame 13
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 542 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 543 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 543 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 543 MovieClip Frame 5
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 543 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 543 MovieClip Frame 10
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 543 MovieClip Frame 13
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 543 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 543 MovieClip Frame 17
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 543 MovieClip Frame 19
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 543 MovieClip Frame 21
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 543 MovieClip Frame 22
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 543 MovieClip Frame 26
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 543 MovieClip Frame 29
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 543 MovieClip Frame 30
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 544 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 544 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 544 MovieClip Frame 6
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 544 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 544 MovieClip Frame 10
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 544 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 544 MovieClip Frame 15
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 544 MovieClip Frame 16
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 4);
};
}
Symbol 545 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 545 MovieClip Frame 2
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 545 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 545 MovieClip Frame 4
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 545 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 545 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 545 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 548 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 548 MovieClip Frame 7
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 548 MovieClip Frame 8
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 80;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 18);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 80;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 18);
};
}
Symbol 549 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 549 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 549 MovieClip Frame 8
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 549 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 549 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 549 MovieClip Frame 18
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 5);
};
}
Symbol 572 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 572 MovieClip Frame 8
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
Symbol 572 MovieClip Frame 11
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
Symbol 572 MovieClip Frame 14
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
Symbol 572 MovieClip Frame 18
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
Symbol 572 MovieClip Frame 21
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
Symbol 572 MovieClip Frame 24
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 40;
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 40;
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 6);
};
}
Symbol 600 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 600 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 300;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 37);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 300;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 37);
};
}
Symbol 601 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 601 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 70;
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 70;
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
Symbol 601 MovieClip Frame 10
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 70;
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 70;
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 7);
};
}
Symbol 601 MovieClip Frame 18
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 100;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 20);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 100;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 20);
};
}
Symbol 603 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Instance of Symbol 602 MovieClip in Symbol 603 MovieClip Frame 3
onClipEvent (load) {
if (_parent._parent.opponent == 1) {
gotoAndStop(_root.leftplayer);
}
}
onClipEvent (load) {
if (_parent._parent.opponent == 2) {
gotoAndStop(_root.rightplayer);
}
}
Symbol 603 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 300;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 36);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 300;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 36);
};
}
Symbol 604 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 604 MovieClip Frame 2
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 604 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 604 MovieClip Frame 4
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 604 MovieClip Frame 5
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 604 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 604 MovieClip Frame 7
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 35;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 35;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 2);
};
}
Symbol 604 MovieClip Frame 11
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 604 MovieClip Frame 17
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 604 MovieClip Frame 18
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 73;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 14);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 73;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 14);
};
}
Symbol 604 MovieClip Frame 22
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 604 MovieClip Frame 24
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 604 MovieClip Frame 26
tellTarget ("_parent") {
_parent.swapDepths(10);
};
Symbol 604 MovieClip Frame 27
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 604 MovieClip Frame 31
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 20;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 20;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 1);
};
}
Symbol 604 MovieClip Frame 34
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 604 MovieClip Frame 35
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 30;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 30;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitchest");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 3);
};
}
Symbol 607 MovieClip Frame 1
tellTarget ("_parent") {
_parent.swapDepths(15);
};
Symbol 607 MovieClip Frame 3
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 125;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 15);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 125;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 15);
};
}
Symbol 607 MovieClip Frame 6
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 125;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 15);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 125;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 15);
};
}
Symbol 607 MovieClip Frame 8
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 125;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 15);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 125;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 15);
};
}
Symbol 607 MovieClip Frame 12
if (_parent.opponent == 1) {
_root.rightpower = _root.rightpower - 125;
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.lefthealthbar") {
gotoAndStop(_currentframe + 15);
};
}
if (_parent.opponent == 2) {
_root.leftpower = _root.leftpower - 125;
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("hitface");
};
tellTarget ("_root.righthealthbar") {
gotoAndStop(_currentframe + 15);
};
}
Symbol 608 MovieClip Frame 15
gotoAndPlay (1);
Symbol 608 MovieClip Frame 17
if (_root.death == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (353);
}
Symbol 608 MovieClip Frame 19
if (_root.death == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (353);
}
Symbol 608 MovieClip Frame 20
greencomboselect = Math.random() * 9;
if (greencomboselect <= 2) {
gotoAndPlay (21);
}
if ((greencomboselect <= 4) && (greencomboselect > 2)) {
gotoAndPlay (37);
}
if ((greencomboselect <= 6) && (greencomboselect > 4)) {
gotoAndPlay (51);
}
if ((greencomboselect <= 8) && (greencomboselect > 6)) {
gotoAndPlay (62);
}
if ((greencomboselect <= 9) && (greencomboselect > 8)) {
gotoAndPlay (79);
}
Symbol 608 MovieClip Frame 36
gotoAndPlay (1);
Symbol 608 MovieClip Frame 50
gotoAndPlay (1);
Symbol 608 MovieClip Frame 61
gotoAndPlay (1);
Symbol 608 MovieClip Frame 78
gotoAndPlay (1);
Symbol 608 MovieClip Frame 95
gotoAndPlay (1);
Symbol 608 MovieClip Frame 96
yellowcomboselect = Math.random() * 9;
if (yellowcomboselect <= 2) {
gotoAndPlay (97);
}
if ((yellowcomboselect <= 4) && (yellowcomboselect > 2)) {
gotoAndPlay (131);
}
if ((yellowcomboselect <= 6) && (yellowcomboselect > 4)) {
gotoAndPlay (151);
}
if ((yellowcomboselect <= 8) && (yellowcomboselect > 6)) {
gotoAndPlay (161);
}
if ((yellowcomboselect <= 9) && (yellowcomboselect > 8)) {
gotoAndPlay (172);
}
Symbol 608 MovieClip Frame 130
gotoAndPlay (1);
Symbol 608 MovieClip Frame 150
gotoAndPlay (1);
Symbol 608 MovieClip Frame 160
gotoAndPlay (1);
Symbol 608 MovieClip Frame 171
gotoAndPlay (1);
Symbol 608 MovieClip Frame 193
gotoAndPlay (1);
Symbol 608 MovieClip Frame 194
redcomboselect = Math.random() * 9;
if (redcomboselect <= 2) {
gotoAndPlay (195);
}
if ((redcomboselect <= 4) && (redcomboselect > 2)) {
gotoAndPlay (226);
}
if ((redcomboselect <= 6) && (redcomboselect > 4)) {
gotoAndPlay (252);
}
if ((redcomboselect <= 8) && (redcomboselect > 6)) {
gotoAndPlay (276);
}
if ((redcomboselect <= 9) && (redcomboselect > 8)) {
gotoAndPlay (290);
}
Symbol 608 MovieClip Frame 225
gotoAndPlay (1);
Symbol 608 MovieClip Frame 251
gotoAndPlay (1);
Symbol 608 MovieClip Frame 275
gotoAndPlay (1);
Symbol 608 MovieClip Frame 289
gotoAndPlay (1);
Symbol 608 MovieClip Frame 326
gotoAndPlay (1);
Symbol 608 MovieClip Frame 341
gotoAndPlay (1);
Symbol 608 MovieClip Frame 352
gotoAndPlay (342);
Symbol 608 MovieClip Frame 370
stop();
if (opponent == 2) {
tellTarget ("_root.rightplayerwins") {
nextFrame();
};
}
if (opponent == 1) {
tellTarget ("_root.leftplayerwins") {
nextFrame();
};
}
Symbol 609 MovieClip Frame 1
stop();
Instance of Symbol 436 MovieClip "fighter" in Symbol 609 MovieClip Frame 1
onClipEvent (load) {
opponent = 2;
oldman = 0;
dead = 0;
}
onClipEvent (load) {
this.swapDepths(13);
}
Symbol 609 MovieClip Frame 2
stop();
Instance of Symbol 459 MovieClip "fighter" in Symbol 609 MovieClip Frame 2
onClipEvent (load) {
opponent = 2;
}
onClipEvent (load) {
this.swapDepths(13);
}
Symbol 609 MovieClip Frame 3
stop();
Instance of Symbol 537 MovieClip "fighter" in Symbol 609 MovieClip Frame 3
onClipEvent (load) {
opponent = 2;
stickfigure = 0;
}
onClipEvent (load) {
this.swapDepths(13);
}
Symbol 609 MovieClip Frame 4
stop();
Instance of Symbol 608 MovieClip "fighter" in Symbol 609 MovieClip Frame 4
onClipEvent (load) {
opponent = 2;
}
onClipEvent (load) {
this.swapDepths(13);
}
Symbol 609 MovieClip Frame 5
stop();
Instance of Symbol 537 MovieClip "fighter" in Symbol 609 MovieClip Frame 5
onClipEvent (load) {
opponent = 2;
stickfigure = 1;
}
onClipEvent (load) {
this.swapDepths(13);
}
Symbol 609 MovieClip Frame 6
stop();
Instance of Symbol 436 MovieClip "fighter" in Symbol 609 MovieClip Frame 6
onClipEvent (load) {
opponent = 2;
oldman = 1;
dead = 0;
}
onClipEvent (load) {
this.swapDepths(13);
}
Symbol 610 MovieClip Frame 1
stop();
Instance of Symbol 436 MovieClip "fighter" in Symbol 610 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(14);
opponent = 1;
}
Symbol 610 MovieClip Frame 2
stop();
Instance of Symbol 459 MovieClip "fighter" in Symbol 610 MovieClip Frame 2
onClipEvent (load) {
opponent = 1;
}
onClipEvent (load) {
this.swapDepths(14);
}
Symbol 610 MovieClip Frame 3
stop();
Instance of Symbol 537 MovieClip "fighter" in Symbol 610 MovieClip Frame 3
onClipEvent (load) {
opponent = 1;
}
onClipEvent (load) {
this.swapDepths(14);
}
Symbol 610 MovieClip Frame 4
stop();
Instance of Symbol 608 MovieClip "fighter" in Symbol 610 MovieClip Frame 4
onClipEvent (load) {
opponent = 1;
}
onClipEvent (load) {
this.swapDepths(14);
}
Symbol 610 MovieClip Frame 5
stop();
Instance of Symbol 537 MovieClip "fighter" in Symbol 610 MovieClip Frame 5
onClipEvent (load) {
opponent = 1;
stickfigure = 1;
}
onClipEvent (load) {
this.swapDepths(14);
}
Symbol 610 MovieClip Frame 6
stop();
Instance of Symbol 436 MovieClip "fighter" in Symbol 610 MovieClip Frame 6
onClipEvent (load) {
oldman = 1;
opponent = 1;
this.swapDepths(14);
}
Symbol 610 MovieClip Frame 7
stop();
Instance of Symbol 242 MovieClip "fighter" in Symbol 610 MovieClip Frame 7
onClipEvent (load) {
opponent = 1;
this.swapDepths(14);
}
Symbol 616 MovieClip Frame 1
stop();
Instance of Symbol 609 MovieClip "leftfighter" in Symbol 616 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_root.leftplayer);
}
onClipEvent (load) {
this.swapDepths(13);
opponent = 1;
}
Instance of Symbol 610 MovieClip "rightfighter" in Symbol 616 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_root.rightplayer);
}
onClipEvent (load) {
this.swapDepths(14);
opponent = 1;
}
Symbol 616 MovieClip Frame 2
stop();
Symbol 616 MovieClip Frame 3
stop();
Symbol 616 MovieClip Frame 4
stop();
Symbol 616 MovieClip Frame 5
stop();
Symbol 616 MovieClip Frame 6
stop();
Symbol 619 MovieClip Frame 1
stop();
Symbol 619 MovieClip Frame 5
gotoAndPlay (1);
Symbol 622 MovieClip Frame 1
stop();
Symbol 622 MovieClip Frame 5
gotoAndPlay (1);
Symbol 625 MovieClip Frame 1
stop();
Symbol 625 MovieClip Frame 5
gotoAndPlay (1);
Symbol 628 MovieClip Frame 1
stop();
Symbol 628 MovieClip Frame 5
gotoAndPlay (1);
Symbol 631 MovieClip Frame 1
stop();
Symbol 631 MovieClip Frame 200
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 201
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 202
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 203
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 204
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 205
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 206
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 207
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 208
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 209
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 210
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 211
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 212
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 213
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 214
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 215
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 216
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 217
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 218
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 219
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 220
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 221
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 222
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 223
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 224
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 225
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 226
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 227
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 228
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 229
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 230
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 231
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 232
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 233
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 234
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 235
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 236
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 237
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 238
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 239
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 240
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 241
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 242
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 243
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 244
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 245
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 246
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 247
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 248
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 249
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 250
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 251
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 252
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 253
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 254
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 255
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 256
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 257
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 258
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 259
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 260
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 261
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 262
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 263
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 264
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 265
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 266
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 267
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 268
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 269
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 270
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 271
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 272
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 273
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 274
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 275
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 276
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 277
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 278
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 279
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 280
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 281
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 282
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 283
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 284
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 285
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 286
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 287
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 288
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 289
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 290
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 291
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 292
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 293
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 294
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 295
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 296
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 297
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 298
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 299
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 300
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 301
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 302
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 303
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 304
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 305
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 306
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 307
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 308
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 309
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 310
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 311
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 312
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 313
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 314
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 315
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 316
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 317
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 318
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 319
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 320
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 321
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 322
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 323
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 324
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 325
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 326
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 327
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 328
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 329
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 330
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 331
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 332
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 333
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 334
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 335
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 336
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 337
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 338
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 339
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 340
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 341
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 342
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 343
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 344
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 345
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 346
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 347
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 348
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 349
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 350
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 351
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 352
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 353
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 354
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 355
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 356
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 357
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 358
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 359
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 360
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 361
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 362
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 363
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 364
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 365
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 366
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 367
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 368
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 369
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 370
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 371
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 372
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 373
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 374
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 375
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 376
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 377
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 378
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 379
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 380
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 381
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 382
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 383
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 384
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 385
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 386
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 387
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 388
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 389
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 390
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 391
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 392
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 393
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 394
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 395
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 396
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 397
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 398
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 399
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 400
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 401
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 402
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 403
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 404
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 405
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 406
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 407
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 408
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 409
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 410
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 411
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 412
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 413
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 414
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 415
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 416
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 417
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 418
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 419
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 420
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 421
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 422
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 423
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 424
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 425
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 426
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 427
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 428
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 429
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 430
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 431
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 432
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 433
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 434
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 435
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 436
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 437
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 438
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 439
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 440
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 441
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 442
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 443
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 444
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 445
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 446
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 447
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 448
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 449
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 450
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 451
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 452
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 453
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 454
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 455
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 456
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 457
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 458
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 459
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 460
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 461
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 462
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 463
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 464
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 465
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 466
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 467
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 468
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 469
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 470
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 471
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 472
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 473
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 474
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 475
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 476
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 477
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 478
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 479
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 480
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 481
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 482
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 483
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 484
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 485
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 486
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 487
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 488
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 489
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 490
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 491
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 492
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 493
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 494
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 495
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 496
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 497
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 498
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 499
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 500
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 501
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 502
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 503
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 504
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 505
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 506
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 507
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 508
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 509
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 510
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 511
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 512
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 513
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 514
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 515
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 516
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 517
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 518
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 519
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 520
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 521
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 522
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 523
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 524
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 525
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 526
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 527
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 528
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 529
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 530
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 531
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 532
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 533
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 534
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 535
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 536
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 537
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 538
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 539
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 540
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 541
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 542
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 543
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 544
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 545
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 546
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 547
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 548
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 549
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 550
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 551
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 552
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 553
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 554
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 555
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 556
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 557
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 558
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 559
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 560
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 561
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 562
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 563
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 564
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 565
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 566
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 567
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 568
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 569
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 570
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 571
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 572
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 573
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 574
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 575
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 576
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 577
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 578
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 579
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 580
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 581
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 582
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 583
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 584
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 585
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 586
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 587
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 588
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 589
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 590
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 591
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 592
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 593
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 594
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 595
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 596
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 597
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 598
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 599
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 600
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 601
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 602
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 603
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 604
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 605
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 606
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 607
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 608
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 609
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 610
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 611
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 612
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 613
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 614
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 615
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 616
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 617
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 618
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 619
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 620
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 621
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 622
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 623
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 624
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 625
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 626
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 627
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 628
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 629
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 630
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 631
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 632
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 633
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 634
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 635
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 636
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 637
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 638
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 639
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 640
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 641
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 642
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 643
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 644
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 645
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 646
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 647
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 648
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 649
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 650
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 651
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 652
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 653
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 654
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 655
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 656
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 657
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 658
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 659
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 660
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 661
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 662
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 663
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 664
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 665
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 666
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 667
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 668
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 669
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 670
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 671
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 672
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 673
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 674
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 675
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 676
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 677
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 678
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 679
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 680
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 681
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 682
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 683
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 684
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 685
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 686
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 687
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 688
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 689
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 690
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 691
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 692
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 693
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 694
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 695
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 696
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 697
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 698
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 699
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 700
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 701
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 702
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 703
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 704
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 705
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 706
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 707
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 708
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 709
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 710
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 711
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 712
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 713
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 714
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 715
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 716
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 717
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 718
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 719
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 720
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 721
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 722
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 723
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 724
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 725
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 726
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 727
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 728
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 729
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 730
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 731
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 732
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 733
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 734
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 735
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 736
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 737
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 738
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 739
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 740
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 741
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 742
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 743
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 744
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 745
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 746
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 747
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 748
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 749
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 750
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 751
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 752
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 753
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 754
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 755
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 756
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 757
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 758
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 759
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 760
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 761
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 762
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 763
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 764
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 765
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 766
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 767
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 768
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 769
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 770
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 771
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 772
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 773
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 774
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 775
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 776
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 777
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 778
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 779
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 780
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 781
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 782
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 783
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 631 MovieClip Frame 784
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("die");
};
Symbol 634 MovieClip Frame 1
stop();
Symbol 634 MovieClip Frame 2
stop();
tellTarget ("_root") {
gotoAndStop ("countdown");
};
Symbol 634 MovieClip Frame 3
play();
Symbol 634 MovieClip Frame 4
tellTarget ("_root") {
gotoAndStop ("rightwin");
};
stopAllSounds();
Symbol 636 MovieClip Frame 1
stop();
Symbol 636 MovieClip Frame 2
stop();
tellTarget ("_root") {
gotoAndStop ("countdown");
};
Symbol 636 MovieClip Frame 3
play();
Symbol 636 MovieClip Frame 4
tellTarget ("_root") {
stopAllSounds();
gotoAndStop ("leftwin");
};
Symbol 646 MovieClip Frame 1
stop();
if (_root.round == 1) {
gotoAndPlay (2);
}
if (_root.round == 2) {
gotoAndPlay (32);
}
if (_root.round == 3) {
gotoAndPlay (63);
}
Symbol 646 MovieClip Frame 31
gotoAndStop (1);
tellTarget ("_root") {
nextFrame();
};
Symbol 646 MovieClip Frame 61
gotoAndStop (1);
tellTarget ("_root") {
nextFrame();
};
Symbol 646 MovieClip Frame 92
gotoAndStop (1);
tellTarget ("_root") {
nextFrame();
};
Symbol 647 MovieClip Frame 1
realy = (_y * 5) + _root.rightlevel._y;
if (realy < _root.misszone) {
_root.rightmissed++;
_root.downinspace = 0;
gotoAndStop (7);
}
if ((realy > _root.screenlength) or (dead == 1)) {
if (realy > _root.screenlength) {
dead = 0;
}
gotoAndPlay (7);
} else if ((realy < _root.hitzone) && (realy > _root.misszone)) {
_root.downinspace = 1;
if (Key.isDown(40)) {
dead = 1;
_root.rightpower = _root.rightpower + ((40 - Math.abs(_root.testdown._y - realy)) / 5);
if (((_root.rightpower = _root.rightpower + ((40 - Math.abs(_root.testdown._y - realy)) / 5))) > 6.5) {
_root.rightpower = _root.rightpower + 6;
}
_root.downinspace = 0;
tellTarget ("_root.testdown") {
play();
};
}
} else {
play();
}
Symbol 647 MovieClip Frame 2
gotoAndPlay (1);
Symbol 647 MovieClip Frame 6
gotoAndPlay (1);
Symbol 647 MovieClip Frame 20
gotoAndPlay (1);
Symbol 649 MovieClip Frame 1
realy = (_y * 5) + _root.rightlevel._y;
if (realy < _root.misszone) {
_root.rightmissed++;
_root.rightinspace = 0;
gotoAndStop (7);
}
if ((realy > _root.screenlength) or (dead == 1)) {
if (realy > _root.screenlength) {
dead = 0;
}
gotoAndPlay (7);
} else if ((realy < _root.hitzone) && (realy > _root.misszone)) {
_root.rightinspace = 1;
if (Key.isDown(39)) {
dead = 1;
_root.rightpower = _root.rightpower + ((40 - Math.abs(_root.testright._y - realy)) / 5);
if (((_root.rightpower = _root.rightpower + ((40 - Math.abs(_root.testright._y - realy)) / 5))) > 6.5) {
_root.rightpower = _root.rightpower + 6;
}
_root.rightinspace = 0;
tellTarget ("_root.testright") {
play();
};
}
} else {
play();
}
Symbol 649 MovieClip Frame 2
gotoAndPlay (1);
Symbol 649 MovieClip Frame 6
gotoAndPlay (1);
Symbol 649 MovieClip Frame 15
gotoAndPlay (1);
Symbol 650 MovieClip Frame 1
realy = (_y * 5) + _root.rightlevel._y;
if (realy < _root.misszone) {
_root.rightmissed++;
_root.upinspace = 0;
gotoAndStop (7);
}
if ((realy > _root.screenlength) or (dead == 1)) {
if (realy > _root.screenlength) {
dead = 0;
}
gotoAndPlay (7);
} else if ((realy < _root.hitzone) && (realy > _root.misszone)) {
_root.upinspace = 1;
if (Key.isDown(38)) {
dead = 1;
_root.rightpower = _root.rightpower + ((40 - Math.abs(_root.testup._y - realy)) / 5);
if (((_root.rightpower = _root.rightpower + ((40 - Math.abs(_root.testup._y - realy)) / 5))) > 6.5) {
_root.rightpower = _root.rightpower + 6;
}
_root.upinspace = 0;
tellTarget ("_root.testup") {
play();
};
}
} else {
play();
}
Symbol 650 MovieClip Frame 2
gotoAndPlay (1);
Symbol 650 MovieClip Frame 6
gotoAndPlay (1);
Symbol 650 MovieClip Frame 20
gotoAndPlay (1);
Symbol 651 MovieClip Frame 1
realy = (_y * 5) + _root.rightlevel._y;
if (realy < _root.misszone) {
_root.rightmissed++;
_root.leftinspace = 0;
gotoAndStop (7);
}
if ((realy > _root.screenlength) or (dead == 1)) {
if (realy > _root.screenlength) {
dead = 0;
}
gotoAndPlay (7);
} else if ((realy < _root.hitzone) && (realy > _root.misszone)) {
_root.leftinspace = 1;
if (Key.isDown(37)) {
dead = 1;
_root.rightpower = _root.rightpower + ((40 - Math.abs(_root.testleft._y - realy)) / 5);
if (((_root.rightpower = _root.rightpower + ((40 - Math.abs(_root.testleft._y - realy)) / 5))) > 6.5) {
_root.rightpower = _root.rightpower + 6;
}
_root.leftinspace = 0;
tellTarget ("_root.testleft") {
play();
};
}
} else {
play();
}
Symbol 651 MovieClip Frame 2
gotoAndPlay (1);
Symbol 651 MovieClip Frame 6
gotoAndPlay (1);
Symbol 651 MovieClip Frame 20
gotoAndPlay (1);
Symbol 652 MovieClip Frame 1
stop();
Symbol 655 Button
on (keyPress "a") {
if (_root.ainspace == 0) {
play();
}
}
Symbol 657 MovieClip Frame 1
stop();
Symbol 657 MovieClip Frame 2
if (Key.isDown(63) && (_root.ainspace == 0)) {
play();
} else {
gotoAndStop (1);
}
Symbol 657 MovieClip Frame 9
_root.leftpower = _root.leftpower - 10;
gotoAndPlay (2);
Symbol 659 Button
on (keyPress "s") {
if (_root.sinspace == 0) {
play();
}
}
Symbol 661 MovieClip Frame 1
stop();
Symbol 661 MovieClip Frame 2
if (Key.isDown(83) && (_root.sinspace == 0)) {
play();
} else {
gotoAndStop (1);
}
Symbol 661 MovieClip Frame 9
_root.leftpower = _root.leftpower - 10;
gotoAndPlay (2);
Symbol 663 Button
on (keyPress "d") {
if (_root.dinspace == 0) {
play();
}
}
Symbol 665 MovieClip Frame 1
stop();
Symbol 665 MovieClip Frame 2
if (Key.isDown(68) && (_root.dinspace == 0)) {
play();
} else {
gotoAndStop (1);
}
Symbol 665 MovieClip Frame 9
_root.leftpower = _root.leftpower - 10;
gotoAndPlay (2);
Symbol 667 Button
on (keyPress "<Left>") {
if (_root.leftinspace == 0) {
play();
}
}
Symbol 669 MovieClip Frame 1
stop();
Symbol 669 MovieClip Frame 2
if (Key.isDown(37) && (_root.leftinspace == 0)) {
play();
} else {
gotoAndStop (1);
}
Symbol 669 MovieClip Frame 9
_root.rightpower = _root.rightpower - 10;
gotoAndPlay (2);
Symbol 671 Button
on (keyPress "<Up>") {
if (_root.upinspace == 0) {
play();
}
}
Symbol 673 MovieClip Frame 1
stop();
Symbol 673 MovieClip Frame 2
if (Key.isDown(38) && (_root.upinspace == 0)) {
play();
} else {
gotoAndStop (1);
}
Symbol 673 MovieClip Frame 9
_root.rightpower = _root.rightpower - 10;
gotoAndPlay (2);
Symbol 675 Button
on (keyPress "<Down>") {
if (_root.downinspace == 0) {
play();
}
}
Symbol 677 MovieClip Frame 1
stop();
Symbol 677 MovieClip Frame 2
if (Key.isDown(40) && (_root.downinspace == 0)) {
play();
} else {
gotoAndStop (1);
}
Symbol 677 MovieClip Frame 9
_root.rightpower = _root.rightpower - 10;
gotoAndPlay (2);
Symbol 679 Button
on (keyPress "<Right>") {
if (_root.rightinspace == 0) {
play();
}
}
Symbol 681 MovieClip Frame 1
stop();
Symbol 681 MovieClip Frame 2
if (Key.isDown(39) && (_root.rightinspace == 0)) {
play();
} else {
gotoAndStop (1);
}
Symbol 681 MovieClip Frame 9
_root.rightpower = _root.rightpower - 10;
gotoAndPlay (2);
Symbol 684 Button
on (keyPress "<Space>") {
if ((_root.leftpower > 75) && (_root.leftpower < 201)) {
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndStop ("greencomboselect");
};
}
if ((_root.leftpower > 200) && (_root.leftpower < 376)) {
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndStop ("yellowcomboselect");
};
}
if ((_root.leftpower > 375) && (_root.leftpower < 550)) {
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndStop ("redcomboselect");
};
}
if (_root.leftpower > 549) {
tellTarget ("_root.arena.leftfighter.fighter") {
gotoAndPlay ("topoff");
};
}
}
Symbol 686 Button
on (keyPress "0") {
if ((_root.rightpower > 75) && (_root.rightpower < 201)) {
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndStop ("greencomboselect");
};
}
if ((_root.rightpower > 200) && (_root.rightpower < 376)) {
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndStop ("yellowcomboselect");
};
}
if ((_root.rightpower > 375) && (_root.rightpower < 550)) {
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndStop ("redcomboselect");
};
}
if (_root.rightpower > 549) {
tellTarget ("_root.arena.rightfighter.fighter") {
gotoAndPlay ("topoff");
};
}
}
Symbol 688 Button
on (keyPress "w") {
if (_root.winspace == 0) {
play();
}
}
Symbol 690 MovieClip Frame 1
stop();
Symbol 690 MovieClip Frame 2
if (Key.isDown(87) && (_root.winspace == 0)) {
play();
} else {
gotoAndStop (1);
}
Symbol 690 MovieClip Frame 9
_root.leftpower = _root.leftpower - 10;
gotoAndPlay (2);
Symbol 692 MovieClip Frame 1
stopAllSounds();
Symbol 692 MovieClip Frame 11
stop();
Symbol 693 MovieClip Frame 9
realy = (_y * 5) + _parent._y;
if (realy < _root.misszone) {
_root.leftlevel._y = 3952.9;
_root.rightlevel._y = 3952.9;
tellTarget ("_root.leftlevel.levelmusic") {
play();
};
}
Symbol 695 MovieClip Frame 1
stopAllSounds();
Symbol 695 MovieClip Frame 12
stop();
Symbol 697 MovieClip Frame 1
stopAllSounds();
Symbol 697 MovieClip Frame 12
stop();
Symbol 699 MovieClip Frame 1
stopAllSounds();
Symbol 699 MovieClip Frame 12
stop();
Symbol 700 MovieClip Frame 1
stop();
Symbol 702 MovieClip Frame 1
combosdif = _root.righthealthbar._currentframe;
Symbol 702 MovieClip Frame 15
if (combosdif != _root.righthealthbar._currentframe) {
_root.leftcombos = _root.leftcombos + Math.abs(_root.righthealthbar._currentframe - combosdif);
}
if ((combosdif == _root.righthealthbar._currentframe) && (_root.leftcombos > 0)) {
tellTarget ("_root.leftcombo") {
gotoAndPlay ("display");
};
}
Symbol 712 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 2
_root.leftdisplaynumber = Math.round((_root.leftcombos / 200) * 100);
_root.leftcombos = 0;
Symbol 713 MovieClip Frame 1
combosdif = _root.lefthealthbar._currentframe;
Symbol 713 MovieClip Frame 15
if (combosdif != _root.lefthealthbar._currentframe) {
_root.rightcombos = _root.rightcombos + Math.abs(_root.lefthealthbar._currentframe - combosdif);
}
if ((combosdif == _root.lefthealthbar._currentframe) && (_root.rightcombos > 0)) {
tellTarget ("_root.rightcombo") {
gotoAndPlay ("display");
};
}
Symbol 718 MovieClip Frame 1
stop();
Symbol 718 MovieClip Frame 2
_root.rightdisplaynumber = Math.round((_root.rightcombos / 200) * 100);
_root.rightcombos = 0;
Symbol 727 Button
on (release) {
stopAllSounds();
gotoAndPlay (5);
}
Symbol 731 MovieClip Frame 6
if (_root.leftplayer == 1) {
tellTarget ("_root.sounds") {
gotoAndPlay ("ninja");
};
}
if (_root.leftplayer == 2) {
tellTarget ("_root.sounds") {
gotoAndPlay ("dexter");
};
}
if (_root.leftplayer == 3) {
tellTarget ("_root.sounds") {
gotoAndPlay ("tito");
};
}
if (_root.leftplayer == 4) {
tellTarget ("_root.sounds") {
gotoAndPlay ("jezebel");
};
}
if (_root.leftplayer == 5) {
tellTarget ("_root.sounds") {
gotoAndPlay ("stickman");
};
}
if (_root.leftplayer == 6) {
tellTarget ("_root.sounds") {
gotoAndPlay ("gramps");
};
}
Symbol 731 MovieClip Frame 29
stop();
Symbol 735 Button
on (release) {
gotoAndPlay (5);
stopAllSounds();
}
Symbol 736 MovieClip Frame 6
if (_root.rightplayer == 1) {
tellTarget ("_root.sounds") {
gotoAndPlay ("ninja");
};
}
if (_root.rightplayer == 2) {
tellTarget ("_root.sounds") {
gotoAndPlay ("dexter");
};
}
if (_root.rightplayer == 3) {
tellTarget ("_root.sounds") {
gotoAndPlay ("tito");
};
}
if (_root.rightplayer == 4) {
tellTarget ("_root.sounds") {
gotoAndPlay ("jezebel");
};
}
if (_root.rightplayer == 5) {
tellTarget ("_root.sounds") {
gotoAndPlay ("stickman");
};
}
if (_root.rightplayer == 6) {
tellTarget ("_root.sounds") {
gotoAndPlay ("gramps");
};
}
Symbol 736 MovieClip Frame 29
stop();
Symbol 738 MovieClip Frame 4
if (_root.numselected == 2) {
play();
} else {
gotoAndPlay (1);
}
Symbol 738 MovieClip Frame 11
tellTarget ("_root") {
play();
};
Symbol 749 Button
on (release) {
gotoAndStop (3);
stopAllSounds();
}