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

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

Le Carnival.swf

This is the info page for
Flash #38622

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


Text
CLAYTRON

A

GAME

Haunted House: Defend yourself from evil bats!   Webcam Needed!

Play More
Games

Armor Games: Play more exciting games at Armor Games!

Le Carnival

Happy Halloween From ArmorGames.com

Fortune Teller: What is install fo you in the future?

Arcade: Beware the Brain Eating Blobs!

Pumpkin Carving: Create your own spooky or funny pumpkin!

Fortune Teller

Play

Instructions

Back to the Carnival

Click on the Crystal
Ball to read into the
future.

Back

Done

Print

Arcade !

Play

Instructions

Back  to  the  carnival

0

Arcade !

Shoot    as    many
brain    eating
blobs    as    you
can!

BEWARE!!
You    will    die    if
a    blob    touches
you!

Controls

moves   left   and   right

Left   press
to   shoot

Back

Enter    Name

Score

0

Submit

Pumpkin Carving

Start

Instructions

Back to the carnival

Done

Simply cut the pumpkin with the  mouse

Back

Webcam Required!

Play

Play

Instructions

Back to the Carnival

Haunted House

0

Score:

Begin

60

Time:

Submit

Enter Name:

Try as much as possible to position yourself inside the ghost diagram

Use your body, hands, head or whatever you like to kill the bats!

<

The Carnival
Design, Graphics and Idea - Clayton Tonkin (Claytron)
Music - Wade Taylor (WADEMACHINE)
Thanks to:
Wade Taylor (WADEMACHINE)
Viktor Hesselbom (ViktorH)
NG BBS
Neuroproductions
Guy Watson
Special Thanks to:
Armor Games
Newgrounds

Thankyou For Playing

Game Over

Play more Games!

Back to the Carnival

ActionScript [AS1/AS2]

Frame 1
function itemHandler(obj, item) { getURL ("http://www.claytron.net", "_blank"); } stopAllSounds(); _root.bytesLoaded = _root.getBytesLoaded(); _root.bytesTotal = _root.getBytesTotal(); _root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal)); _root.percentLoadedText = _root.percentLoaded + "%"; _root.bar.gotoAndStop(percentLoaded); root_cm = new ContextMenu(); root_cm.hideBuiltInItems(); root_cm.customItems.push(new ContextMenuItem("Claytron's Site", itemHandler)); _root.menu = root_cm;
Frame 2
if (_root.percentLoaded == 100) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Frame 3
stop();
Frame 4
stop();
Frame 5
function itemHandler(obj, item) { getURL ("http://www.claytron.net", "_blank"); } root_cm = new ContextMenu(); root_cm.hideBuiltInItems(); root_cm.customItems.push(new ContextMenuItem("Claytron's Site", itemHandler)); _root.menu = root_cm;
Frame 207
function itemHandler(obj, item) { getURL ("http://www.claytron.net", "_blank"); } stop(); _root.onLoad = function () { Mouse.hide(); }; _root.onEnterFrame = function () { Mouse.hide(); _root.hand._x = _root._xmouse; _root.hand._y = _root._ymouse; }; root_cm = new ContextMenu(); root_cm.hideBuiltInItems(); root_cm.customItems.push(new ContextMenuItem("Claytron's Site", itemHandler)); _root.menu = root_cm;
Frame 230
function itemHandler(obj, item) { getURL ("http://www.claytron.net", "_blank"); } stop(); root_cm = new ContextMenu(); root_cm.hideBuiltInItems(); root_cm.customItems.push(new ContextMenuItem("Claytron's Site", itemHandler)); _root.menu = root_cm; _root.onEnterFrame = function () { Mouse.show(); };
Frame 234
function itemHandler(obj, item) { getURL ("http://www.claytron.net", "_blank"); } root_cm = new ContextMenu(); root_cm.hideBuiltInItems(); root_cm.customItems.push(new ContextMenuItem("Claytron's Site", itemHandler)); _root.menu = root_cm; _root.onEnterFrame = function () { Mouse.show(); }; stop(); var yes = false;
Frame 235
function createEnemy() { if (yes) { ec = ec + 1; if (ec > 2050) { ec = 2000; } var _local4 = attachMovie("enemy", "e_" + ec, ec); _local4._x = random(550); _local4._y = -_local4._height; _local4.onEnterFrame = function () { this.Xd = _root.hero._x - this._x; this.Yd = (_root.hero._y - (_root.hero._height / 2)) - this._y; this._x = this._x + (this.Xd / 20); this._y = this._y + (this.Yd / 20); if ((this.hitTest(hero) && (!this.hitTest(hero.gun))) && (this._currentframe == 1)) { clearInterval(iNew); clearInterval(iEnemy); var _local3 = 2000; while (_local3 <= 2050) { _root["e_" + _local3].removeMovieClip(); _local3++; } gotoAndStop (238); } }; } } function cNew() { clearInterval(iEnemy); if (asd > 200) { asd = asd - 100; var iEnemy = setInterval(createEnemy, asd); } } stop(); _root.scorebox.text = score; var score = 0; var bc = 1000; var ec = 2000; var asd = 3000; yes = true; _root.onMouseDown = function () { bc++; if (bc > 1100) { bc = 1000; } duplicateMovieClip ("bull", "b" + bc, bc); }; cNew(); var iNew = setInterval(cnew, 10000);
Instance of Symbol 220 MovieClip "bull" in Frame 235
onClipEvent (load) { spd = 20; _x = (_root.hero._x + _root.hero.gun._x); _y = (_root.hero._y + _root.hero.gun._y); _rotation = (_root.hero.gun._rotation + 90); if (_rotation > 180) { _y = (_y + (65 * Math.cos((Math.PI/180) * _rotation))); _x = (_x - (65 * Math.sin((Math.PI/180) * _rotation))); } else { _y = (_y - (65 * Math.cos((Math.PI/180) * _rotation))); _x = (_x + (65 * Math.sin((Math.PI/180) * _rotation))); } } onClipEvent (enterFrame) { if (_name == "bull") { _x = -1000; } else if (_rotation > 180) { _y = (_y + (spd * Math.cos((Math.PI/180) * _rotation))); _x = (_x - (spd * Math.sin((Math.PI/180) * _rotation))); } else { _y = (_y - (spd * Math.cos((Math.PI/180) * _rotation))); _x = (_x + (spd * Math.sin((Math.PI/180) * _rotation))); } var i = 2000; while (i <= 2050) { if (_root["e_" + i].hitTest(this) && (_root["e_" + i]._currentframe == 1)) { _root.score = _root.score + 1; _root["e_" + i].gotoAndStop(2); _root["e_" + i].player.gotoAndPlay(1); this.removeMovieClip(); } i = i + 1; } if ((((_x > Stage.width) || (_x < 0)) || (_y < 0)) || (_y > Stage.height)) { this.removeMovieClip(); } }
Instance of Symbol 231 MovieClip "hero" in Frame 235
onClipEvent (load) { var jumping = true; var ySpeed = 0; } onClipEvent (enterFrame) { if (Key.isDown(37) && (!Key.isDown(39))) { _x = (_x - 5); } else if (Key.isDown(39) && (!Key.isDown(37))) { _x = (_x + 5); } if (Key.isDown(38) && (!jumping)) { jumping = true; ySpeed = -10; } if (_y >= (_root.platform0._y + 20)) { _y = (_root.platform0._y + 19); jumping = false; } if (jumping) { ySpeed = ySpeed + 0.5; _y = (_y + ySpeed); } if (_x < 0) { _x = 0; } if (_x > 550) { _x = 550; } }
Frame 236
yes = false;
Frame 237
yes = false;
Frame 239
function itemHandler(obj, item) { getURL ("http://www.claytron.net", "_blank"); } root_cm = new ContextMenu(); root_cm.hideBuiltInItems(); root_cm.customItems.push(new ContextMenuItem("Claytron's Site", itemHandler)); _root.menu = root_cm; _root.onEnterFrame = function () { Mouse.show(); }; stop();
Frame 240
function drawline() { line.lineTo(_xmouse, _ymouse); } _root.createEmptyMovieClip("line", 1); line.lineStyle(5, 0, 100); onMouseDown = function () { line.moveTo(_xmouse, _ymouse); id = setInterval(drawline, 5); }; onMouseUp = function () { clearInterval(id); }; _root.onLoad = function () { Mouse.hide(); }; _root.onEnterFrame = function () { _root.knife._x = _root._xmouse; _root.knife._y = _root._ymouse; };
Frame 242
function itemHandler(obj, item) { getURL ("http://www.newgrounds.com/portal/search.php?terms=claytron&kind=a&x=9&y=14", "_blank"); } root_cm = new ContextMenu(); root_cm.hideBuiltInItems(); root_cm.customItems.push(new ContextMenuItem("Claytron's Flash", itemHandler)); _root.menu = root_cm; stop(); _root.onEnterFrame = function () { Mouse.show(); };
Frame 243
function brel() { var _local1 = setInterval(counter, 1000); } function counter() { start_btn.onPress = (timer = timer - 1); if (_root.timer < 1) { song_need = false; songFade(); delete _root.onEnterFrame; i = 0; while (i <= maxcount) { removeMovieClip("bat" + i); i++; } start_btn.start_txt.text = "REPLAY"; start_btn.fadeIn(); mainCount = 0; subCount = 0; score = 0; bonus = 0; life = 100; currentLevel = 0; gameOver_mc._visible = true; start_btn.onPress = brel; var timer = 60; gotoAndStop (244); } } function setLevel() { scorevlak_mc.level_txt.text = currentLevel; trace("currentlevel: " + currentLevel); dropSpeed = dropspeed_arr[currentLevel - 1]; batMainSpeed = batMainSpeed_arr[currentLevel - 1]; maxcount = maxcount_arr[currentLevel - 1]; } function levelTrace() { life = 100; scorevlak_mc.lifebar_mc._xscale = life; currentLevel++; scorevlak_mc.level_txt.text = currentLevel; level_mc.level_txt.text = "LEVEL " + currentLevel; level_mc.fadeIn(); level_mc.gotoAndPlay(2); _root.onEnterFrame = function () { if (level_mc._currentframe == level_mc._totalframes) { delete _root.onEnterFrame; level_mc.fadeOut(); trace("startgame"); setTimeout(startgame, 10); } }; } function setbat() { if (random(1000) == 1) { batstring = "bat2"; } else { batstring = "bat"; } return(batstring); } function startgame() { song_need = true; if (song_bool) { _root.my_song.start(0, 1000); } setLevel(); _root.onEnterFrame = function () { video.draw(my_video); subCount++; if (subCount > dropSpeed) { subCount = 0; mainCount++; var _local2 = this.attachMovie("bat", "bat" + mainCount, mainCount); _local2._x = random(Stage.width - 50) + 25; if (random(2) == 1) { _local2._xscale = -100; } _local2.down = true; _local2.val(); scorevlak_mc.togo_txt.text = maxcount - mainCount; } }; } function gameOver() { song_need = false; songFade(); delete _root.onEnterFrame; i = 0; while (i <= maxcount) { removeMovieClip("bat" + i); i++; } } function songFade() { this.createEmptyMovieClip("song_holder", -1000); song_holder.vol = 100; song_holder.onEnterFrame = function () { this.vol = this.vol - 10; my_song.setVolume(this.vol); if (this.vol <= 0) { my_song.stop(); my_song.setVolume(100); delete this.onEnterFrame; } }; } function delSong() { delete _root.my_song; } start_btn.onPress = brel; var timer = 60; MENU.customItems.push(Functioned2); MENU = new ContextMenu(); MENU.hideBuiltInItems(); MENU.customItems.push(Functioned); _root.menu = MENU; var dropspeed_arr = new Array(10, 8, 7, 6, 5, 5, 5, 5, 2, 1); var batMainSpeed_arr = new Array(10, 10, 12, 12, 15, 16, 18, 20, 12, 30); var maxcount_arr = new Array(20, 50, 50, 50, 100, 150, 200, 400, 500, 900); gameOver_mc._visible = false; level_mc._visible = false; lifeBonus_mc._visible = false; var my_cam = Camera.get(); var my_video; my_video.attachVideo(my_cam); video = new flash.display.BitmapData(my_video._width, my_video._height); var mainCount = 0; var subCount = 0; var score = 0; var bonus = 0; var life = 100; var currentLife; var currentLevel = 0; wolken.swapDepths(10001); fullmasc_mc.swapDepths(10002); var dropSpeed; var batMainSpeed; var maxcount; start_btn.onRelease = function () { levelAchter_mc._x = 0; setSong(); gameOver_mc._visible = false; this.fadeOut(); score = 0; life = 100; scorevlak_mc.score_txt.text = score; scorevlak_mc.lifebar_mc._xscale = life; setTimeout(levelTrace, 500); }; MovieClip.prototype.val = function () { batSpeed = batMainSpeed; var pos_oud; var _local2; this.onEnterFrame = function () { pos = (video.getPixel(160 - (this._x / 3), this._y / 3) >> 8) & 255; if ((pos > (pos_oud + 20)) || (pos1 < (pos_oud - 20))) { if (this._currentframe == 1) { this.down = false; score = score + 10; scorevlak_mc.score_txt.text = score; this.gotoAndPlay(2); } } if (this.down == true) { this._y = this._y + batSpeed; } else { this._y = this._y - (batSpeed / 2); } pos_oud = (video.getPixel(160 - (this._x / 3), this._y / 3) >> 8) & 255; }; }; var fadeSpeed = 10; MovieClip.prototype.fadeIn = function () { this._alpha = 0; this._visible = true; this.onEnterFrame = function () { this._alpha = this._alpha + fadeSpeed; if (this._alpha >= 100) { this._alpha = 100; delete this.onEnterFrame; } }; }; MovieClip.prototype.fadeOut = function () { this._alpha = 100; this.onEnterFrame = function () { this._alpha = this._alpha - (fadeSpeed * 2); if (this._alpha <= 0) { this._alpha = 0; this._visible = false; delete this.onEnterFrame; } }; }; MovieClip.prototype.fadeOff = function () { this._alpha = 100; this.onEnterFrame = function () { this._alpha = this._alpha - (fadeSpeed * 2); if (this._alpha <= 0) { this._alpha = 0; this._visible = false; delete this.onEnterFrame; } }; }; var song_bool = true; var song_need = false; scorevlak_mc.song_btn.onRelease = function () { if (song_bool) { this.gotoAndStop(2); delSong(); song_bool = false; stopAllSounds(); } else { this.gotoAndStop(1); song_bool = true; setSong(); } };
Frame 244
function brel() { var _local1 = setInterval(counter, 0); } function counter() { timer = timer - 0; } var timer = 60;
Frame 246
function itemHandler(obj, item) { getURL ("http://www.claytron.net", "_blank"); } root_cm = new ContextMenu(); root_cm.hideBuiltInItems(); root_cm.customItems.push(new ContextMenuItem("Claytron's Site", itemHandler)); _root.menu = root_cm; stop(); _root.onEnterFrame = function () { Mouse.show(); }; stop();
Symbol 2 MovieClip Frame 17
stop(); _parent.removeMovieClip();
Symbol 3 MovieClip [enemy] Frame 1
stop();
Symbol 11 MovieClip [bat] Frame 1
stop();
Symbol 11 MovieClip [bat] Frame 18
stop(); removeMovieClip(this);
Symbol 39 MovieClip Frame 100
gotoAndPlay (2);
Symbol 42 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 49 MovieClip Frame 81
_root.play(); _root.play();
Symbol 72 Button
on (release) { getURL ("http://www.claytron.net", "_blank"); }
Symbol 78 MovieClip Frame 140
_root.play();
Symbol 137 Button
on (press) { getURL ("http://newgrounds.com/collection/halloween2006.html", "_blank"); }
Symbol 145 Button
on (press) { stopAllSounds(); } on (release) { gotoAndStop (242); }
Symbol 149 Button
on (press) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 159 Button
on (press) { stopAllSounds(); } on (release) { gotoAndStop (230); }
Symbol 165 Button
on (press) { stopAllSounds(); } on (release) { gotoAndStop (234); Mouse.show(); }
Symbol 170 Button
on (press) { stopAllSounds(); } on (release) { gotoAndStop (239); Mouse.show(); }
Symbol 185 Button
on (release) { gotoAndStop (231); }
Symbol 187 Button
on (release) { gotoAndStop (232); }
Symbol 189 Button
on (press) { stopAllSounds(); } on (release) { gotoAndStop (207); }
Symbol 194 Button
on (release) { gotoAndStop (230); }
Symbol 195 Button
on (release) { var words = new Array("Oh my, Oh my indeed. It would seem that a close family member or animal is going to pass away in the next few weeks.", "lol", "Sadly, the Crystal Ball needs a break from reading at the moment, come back another time.", "The Crystal Ball says that you do not have long to live, about 1 - 2 years, it suggests you start living it up now, before its too late.", "Strangly, the Crystal Ball cracked.. Next time, dont look at it.", "Watch out for obese middle-aged men when you leave the carnival, The Ball predicts a Tomato Sauce related accident", "The Crystal Ball reads... You will live a happy and long life, with a loving family!", "Keep off the sugar, heart burn a-calls"); _root.reading = words[random(words.length)]; gotoAndStop (233); }
Symbol 202 Button
on (press) { stopAllSounds(); } on (release) { gotoAndStop (246); }
Symbol 204 Button
on (release) { var pri = new PrintJob(); pri.start(); pri.paperWidth = 800; pri.paperHeight = 600; }
Symbol 213 Button
on (release) { gotoAndStop (235); }
Symbol 214 Button
on (release) { gotoAndStop (237); }
Symbol 215 Button
on (press) { stopAllSounds(); } on (release) { gotoAndStop (207); }
Instance of Symbol 226 MovieClip "walk" in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(37) || (Key.isDown(39))) { play(); } else { stop(); } }
Instance of Symbol 230 MovieClip "gun" in Symbol 231 MovieClip Frame 1
onClipEvent (load) { onMouseMove = (onEnterFrame = function () { Xd = _root._xmouse - (_parent._x + _x); Yd = _root._ymouse - (_parent._y + _y); radAngle = Math.atan2(Yd, Xd); _rotation = int(((radAngle * 360) / (Math.PI*2)) + 0); updateAfterEvent(); }); }
Symbol 242 Button
on (release) { gotoAndStop (234); }
Symbol 249 Button
on (press) { stopAllSounds(); } on (release) { ab20_09 = new LoadVars(); ab20_09.z = Arcname; ab20_09.x = score; ab20_09.c = 462; ab20_09.v = "ZOPUAP"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); getURL ("http://www.armorbot.com/mytable/?id=462", "_blank"); _root.timer.clearinterval; gotoAndStop (246); }
Symbol 257 Button
on (release) { Mouse.hide(); nextFrame(); }
Symbol 259 Button
on (release) { gotoAndStop (241); }
Symbol 260 Button
on (press) { stopAllSounds(); } on (release) { gotoAndStop (207); }
Symbol 267 Button
on (press) { stopAllSounds(); } on (release) { line.clear(); mouse.show(); gotoAndStop (246); }
Symbol 270 Button
on (release) { gotoAndStop (239); }
Symbol 285 Button
on (release) { gotoAndStop (243); }
Symbol 286 Button
on (release) { gotoAndStop (245); }
Symbol 288 Button
on (press) { stopAllSounds(); } on (release) { gotoAndStop (207); }
Symbol 306 Button
on (press) { stopAllSounds(); } on (release) { ab20_09 = new LoadVars(); ab20_09.z = name; ab20_09.x = scorevlak_mc.score; ab20_09.c = 414; ab20_09.v = "ABVPQY"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); getURL ("http://www.armorbot.com/mytable/?id=414", "_blank"); _root.timer.clearinterval; gotoAndStop (246); }
Symbol 312 Button
on (release) { gotoAndStop (242); }
Symbol 317 MovieClip Frame 526
stop();
Symbol 322 Button
on (press) { stopAllSounds(); } on (release) { gotoAndStop (207); }
Symbol 324 Button
on (press) { stopAllSounds(); } on (release) { gotoAndStop (207); }
Symbol 326 Button
on (press) { getURL ("http://www.armorgames.com", "_blank"); }

Library Items

Symbol 1 GraphicUsed by:2 3
Symbol 2 MovieClipUses:1Used by:3
Symbol 3 MovieClip [enemy]Uses:1 2
Symbol 4 GraphicUsed by:6
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:4 5Used by:11
Symbol 7 MovieClipUsed by:11
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:11
Symbol 10 MovieClipUsed by:11
Symbol 11 MovieClip [bat]Uses:6 7 9 10
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClip [bal2]Uses:12
Symbol 14 GraphicUsed by:39
Symbol 15 GraphicUsed by:19 149
Symbol 16 GraphicUsed by:17 149
Symbol 17 MovieClipUses:16Used by:19
Symbol 18 GraphicUsed by:19 149
Symbol 19 MovieClipUses:15 17 18Used by:39 49 147  Timeline
Symbol 20 GraphicUsed by:39
Symbol 21 ShapeTweeningUsed by:39
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:39
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:39
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:39
Symbol 28 GraphicUsed by:39
Symbol 29 GraphicUsed by:39
Symbol 30 GraphicUsed by:33
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33
Symbol 33 MovieClipUses:30 32Used by:39
Symbol 34 GraphicUsed by:36
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:34 35Used by:39
Symbol 37 GraphicUsed by:39 42 209 213 214 242
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:14 19 20 21 23 25 27 28 29 33 36 37 38Used by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:49 147 149 157 159 168 170  Timeline
Symbol 42 ButtonUses:37Used by:49
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:49
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:49
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:49
Symbol 49 MovieClipUses:41 19 42 44 46 48 SS1Used by:Timeline
Symbol 50 GraphicUsed by:78
Symbol 51 ShapeTweeningUsed by:69
Symbol 52 FontUsed by:53 55 58
Symbol 53 TextUses:52Used by:69
Symbol 54 ShapeTweeningUsed by:69
Symbol 55 TextUses:52Used by:56
Symbol 56 MovieClipUses:55Used by:69
Symbol 57 ShapeTweeningUsed by:69
Symbol 58 TextUses:52Used by:59
Symbol 59 MovieClipUses:58Used by:69
Symbol 60 GraphicUsed by:69
Symbol 61 GraphicUsed by:69
Symbol 62 GraphicUsed by:69
Symbol 63 ShapeTweeningUsed by:69
Symbol 64 ShapeTweeningUsed by:69
Symbol 65 ShapeTweeningUsed by:69
Symbol 66 GraphicUsed by:69
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:51 53 54 56 57 59 60 61 62 63 64 65 66 67 68Used by:78
Symbol 70 ShapeTweeningUsed by:78
Symbol 71 GraphicUsed by:72 215
Symbol 72 ButtonUses:71Used by:78
Symbol 73 GraphicUsed by:78
Symbol 74 ShapeTweeningUsed by:78
Symbol 75 ShapeTweeningUsed by:78
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:50 69 70 72 73 74 75 76 77 SS2Used by:Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:Timeline
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 SoundUsed by:Timeline
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:134
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:134
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:134
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:134
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:134
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:134
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:134
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:134
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:134
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:134
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:134
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:134
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:134
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:134
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:134
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:134
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:134
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:134
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:134
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:134
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:134
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:134
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:134
Symbol 134 MovieClipUses:89 91 93 95 97 99 101 103 105 107 109 111 113 115 117 119 121 123 125 127 129 131 133Used by:137
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:137
Symbol 137 ButtonUses:134 136Used by:Timeline
Symbol 138 GraphicUsed by:139 145
Symbol 139 MovieClipUses:138Used by:141  Timeline
Symbol 140 GraphicUsed by:141 145
Symbol 141 MovieClipUses:139 140Used by:145
Symbol 142 FontUsed by:144 146 148 158 164 169
Symbol 143 FontUsed by:144 148 158 164 169
Symbol 144 TextUses:142 143Used by:145
Symbol 145 ButtonUses:141 144 138 140Used by:Timeline
Symbol 146 TextUses:142Used by:147 149
Symbol 147 MovieClipUses:41 19 146Used by:149
Symbol 148 TextUses:142 143Used by:149
Symbol 149 ButtonUses:147 148 41 15 16 18 146Used by:Timeline
Symbol 150 FontUsed by:151 152
Symbol 151 TextUses:150Used by:Timeline
Symbol 152 TextUses:150Used by:Timeline
Symbol 153 GraphicUsed by:156 159
Symbol 154 GraphicUsed by:155 159 195
Symbol 155 MovieClipUses:154Used by:156 177
Symbol 156 MovieClipUses:153 155Used by:157
Symbol 157 MovieClipUses:41 156Used by:159
Symbol 158 TextUses:142 143Used by:159
Symbol 159 ButtonUses:157 158 41 153 154Used by:Timeline
Symbol 160 GraphicUsed by:163 165
Symbol 161 GraphicUsed by:162 165
Symbol 162 MovieClipUses:161Used by:163 226
Symbol 163 MovieClipUses:160 162Used by:165
Symbol 164 TextUses:142 143Used by:165
Symbol 165 ButtonUses:163 164 160 161Used by:Timeline
Symbol 166 GraphicUsed by:167 170
Symbol 167 MovieClipUses:166Used by:168  Timeline
Symbol 168 MovieClipUses:41 167Used by:170
Symbol 169 TextUses:142 143Used by:170
Symbol 170 ButtonUses:168 169 41 166Used by:Timeline
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:Timeline
Symbol 173 GraphicUsed by:174 249 257 285 286 312 322
Symbol 174 ButtonUses:173Used by:Timeline
Symbol 175 SoundUsed by:Timeline
Symbol 176 GraphicUsed by:177 195
Symbol 177 MovieClipUses:176 155Used by:195  Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 FontUsed by:180 181 182 183 191 192 198 199 200
Symbol 180 TextUses:179Used by:Timeline
Symbol 181 TextUses:179Used by:Timeline
Symbol 182 TextUses:179Used by:Timeline
Symbol 183 TextUses:179Used by:Timeline
Symbol 184 GraphicUsed by:185
Symbol 185 ButtonUses:184Used by:Timeline
Symbol 186 GraphicUsed by:187
Symbol 187 ButtonUses:186Used by:Timeline
Symbol 188 GraphicUsed by:189
Symbol 189 ButtonUses:188Used by:Timeline
Symbol 190 SoundUsed by:Timeline
Symbol 191 TextUses:179Used by:Timeline
Symbol 192 TextUses:179Used by:Timeline
Symbol 193 GraphicUsed by:194
Symbol 194 ButtonUses:193Used by:Timeline
Symbol 195 ButtonUses:177 176 154Used by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 EditableTextUses:179Used by:Timeline
Symbol 199 EditableTextUses:179Used by:Timeline
Symbol 200 EditableTextUses:179Used by:Timeline
Symbol 201 GraphicUsed by:202
Symbol 202 ButtonUses:201Used by:Timeline
Symbol 203 GraphicUsed by:204
Symbol 204 ButtonUses:203Used by:Timeline
Symbol 205 FontUsed by:206 210 211 212 232 234 235 236 237 238 239 240 244 245 246 247 248
Symbol 206 TextUses:205Used by:Timeline
Symbol 207 GraphicUsed by:209
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:207 37 208Used by:Timeline
Symbol 210 TextUses:205Used by:Timeline
Symbol 211 TextUses:205Used by:Timeline
Symbol 212 TextUses:205Used by:Timeline
Symbol 213 ButtonUses:37Used by:Timeline
Symbol 214 ButtonUses:37Used by:Timeline
Symbol 215 ButtonUses:71Used by:Timeline
Symbol 216 SoundUsed by:Timeline
Symbol 217 GraphicUsed by:218 223
Symbol 218 MovieClipUses:217Used by:Timeline
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:Timeline
Symbol 221 GraphicUsed by:226
Symbol 222 GraphicUsed by:226
Symbol 223 MovieClipUses:217Used by:226
Symbol 224 GraphicUsed by:226
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:221 222 162 223 224 225Used by:231
Symbol 227 GraphicUsed by:230
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:230
Symbol 230 MovieClipUses:227 229Used by:231
Symbol 231 MovieClipUses:226 230Used by:Timeline
Symbol 232 EditableTextUses:205Used by:Timeline
Symbol 233 GraphicUsed by:Timeline
Symbol 234 TextUses:205Used by:Timeline
Symbol 235 TextUses:205Used by:Timeline
Symbol 236 TextUses:205Used by:Timeline
Symbol 237 TextUses:205Used by:Timeline
Symbol 238 TextUses:205Used by:Timeline
Symbol 239 TextUses:205Used by:Timeline
Symbol 240 TextUses:205Used by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 ButtonUses:37Used by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 TextUses:205Used by:Timeline
Symbol 245 TextUses:205Used by:Timeline
Symbol 246 EditableTextUses:205Used by:Timeline
Symbol 247 EditableTextUses:205Used by:Timeline
Symbol 248 TextUses:205Used by:Timeline
Symbol 249 ButtonUses:173Used by:Timeline
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:Timeline
Symbol 252 FontUsed by:253 254 255 256 264 268 269
Symbol 253 TextUses:252Used by:Timeline
Symbol 254 TextUses:252Used by:Timeline
Symbol 255 TextUses:252Used by:Timeline
Symbol 256 TextUses:252Used by:Timeline
Symbol 257 ButtonUses:173Used by:Timeline
Symbol 258 GraphicUsed by:259 260 267 270
Symbol 259 ButtonUses:258Used by:Timeline
Symbol 260 ButtonUses:258Used by:Timeline
Symbol 261 SoundUsed by:Timeline
Symbol 262 GraphicUsed by:263
Symbol 263 MovieClipUses:262Used by:Timeline
Symbol 264 TextUses:252Used by:Timeline
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:265Used by:Timeline
Symbol 267 ButtonUses:258Used by:Timeline
Symbol 268 TextUses:252Used by:Timeline
Symbol 269 TextUses:252Used by:Timeline
Symbol 270 ButtonUses:258Used by:Timeline
Symbol 271 GraphicUsed by:Timeline
Symbol 272 FontUsed by:273 303 309 310
Symbol 273 TextUses:272Used by:274
Symbol 274 MovieClipUses:273Used by:Timeline
Symbol 275 FontUsed by:276 277 279 281 283 296 311
Symbol 276 TextUses:275Used by:278
Symbol 277 TextUses:275Used by:278
Symbol 278 MovieClipUses:276 277Used by:Timeline
Symbol 279 TextUses:275Used by:280
Symbol 280 MovieClipUses:279Used by:Timeline
Symbol 281 TextUses:275Used by:282
Symbol 282 MovieClipUses:281Used by:Timeline
Symbol 283 TextUses:275Used by:284
Symbol 284 MovieClipUses:283Used by:Timeline
Symbol 285 ButtonUses:173Used by:Timeline
Symbol 286 ButtonUses:173Used by:Timeline
Symbol 287 GraphicUsed by:288
Symbol 288 ButtonUses:287Used by:Timeline
Symbol 289 SoundUsed by:Timeline
Symbol 290 GraphicUsed by:Timeline
Symbol 291 VideoUsed by:Timeline
Symbol 292 FontUsed by:293 294 298 299 300
Symbol 293 EditableTextUses:292Used by:295
Symbol 294 TextUses:292Used by:295
Symbol 295 MovieClipUses:293 294Used by:Timeline
Symbol 296 TextUses:275Used by:297
Symbol 297 MovieClipUses:296Used by:Timeline
Symbol 298 EditableTextUses:292Used by:Timeline
Symbol 299 TextUses:292Used by:Timeline
Symbol 300 EditableTextUses:292Used by:Timeline
Symbol 301 FontUsed by:302
Symbol 302 TextUses:301Used by:Timeline
Symbol 303 TextUses:272Used by:304
Symbol 304 MovieClipUses:303Used by:Timeline
Symbol 305 GraphicUsed by:306
Symbol 306 ButtonUses:305Used by:Timeline
Symbol 307 GraphicUsed by:Timeline
Symbol 308 GraphicUsed by:Timeline
Symbol 309 TextUses:272Used by:Timeline
Symbol 310 TextUses:272Used by:Timeline
Symbol 311 TextUses:275Used by:Timeline
Symbol 312 ButtonUses:173Used by:Timeline
Symbol 313 FontUsed by:314 316 320 321
Symbol 314 TextUses:313Used by:317
Symbol 315 GraphicUsed by:317
Symbol 316 TextUses:313Used by:317
Symbol 317 MovieClipUses:314 315 316Used by:Timeline
Symbol 318 FontUsed by:319
Symbol 319 TextUses:318Used by:Timeline
Symbol 320 TextUses:313Used by:Timeline
Symbol 321 TextUses:313Used by:Timeline
Symbol 322 ButtonUses:173Used by:Timeline
Symbol 323 GraphicUsed by:324
Symbol 324 ButtonUses:323Used by:Timeline
Symbol 325 GraphicUsed by:326
Symbol 326 ButtonUses:325Used by:Timeline
Symbol 327 SoundUsed by:Timeline
Streaming Sound 1Used by:Symbol 49 MovieClip
Streaming Sound 2Used by:Symbol 78 MovieClip

Instance Names

"bar"Frame 1Symbol 39 MovieClip
"hand"Frame 207Symbol 172 MovieClip
"platform0"Frame 235Symbol 218 MovieClip
"bull"Frame 235Symbol 220 MovieClip
"hero"Frame 235Symbol 231 MovieClip
"knife"Frame 240Symbol 266 MovieClip
"btn"Frame 242Symbol 285 Button
"my_video"Frame 243Symbol 291 Video
"scorevlak_mc"Frame 243Symbol 295 MovieClip
"start_btn"Frame 243Symbol 297 MovieClip
"player"Symbol 3 MovieClip [enemy] Frame 2Symbol 2 MovieClip
"head"Symbol 163 MovieClip Frame 1Symbol 162 MovieClip
"head"Symbol 226 MovieClip Frame 1Symbol 162 MovieClip
"Feet"Symbol 226 MovieClip Frame 1Symbol 223 MovieClip
"top"Symbol 230 MovieClip Frame 1Symbol 229 MovieClip
"walk"Symbol 231 MovieClip Frame 1Symbol 226 MovieClip
"gun"Symbol 231 MovieClip Frame 1Symbol 230 MovieClip
"score_txt"Symbol 295 MovieClip Frame 1Symbol 293 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$x9$Kp5CkGrzmUcp1IadrBR1G.."
ExportAssets (56)Timeline Frame 1Symbol 3 as "enemy"
ExportAssets (56)Timeline Frame 1Symbol 11 as "bat"
ExportAssets (56)Timeline Frame 1Symbol 13 as "bal2"

Dynamic Text Variables

readingSymbol 198 EditableText""
scoreSymbol 232 EditableText"0"
scoreSymbol 246 EditableText"0"
ArcnameSymbol 247 EditableText""
scoreSymbol 293 EditableText"0 "
timerSymbol 298 EditableText"60"
nameSymbol 300 EditableText""




http://swfchan.com/8/38622/info.shtml
Created: 13/5 -2019 02:24:31 Last modified: 13/5 -2019 02:24:31 Server time: 20/05 -2024 20:00:00