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

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

DeadBaby VG Dressup.swf

This is the info page for
Flash #40498

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


Text
<p align="left"></p>

<p align="left"></p>

CLICK TO CONTINUE

INSTRUCTIONS:
Click and drag items onto the baby
to build famous video game
characters! When the item is in the
correct spot it will "snap" into
place. Change the baby's color to
match the character. Utilize "Free
Play" mode to train and learn how
to build each character, then take
on "Timed Mode" and scramble to
build each character within the
time limit! Beat challenge mode
and get a reward!

DEAD BABY DRESS UP
(video game edition)

e

d

o

M

m

i

T

y

a

l

P

r

F

Bradford

r

e

d

l

u

a

C

d

n

a

n

i

M

c

m

E

y

B

See how many
Video game
characters
you can
create!

MORE GAMES!

DIVERGE

CRYFORHELP

H
E
A
D

B
O
D
Y

M
I
S
C

M
I
S
C

H
E
A
D

Baby Color

Reset

Reset

<p align="left"></p>

EXIT

HELP

Retry?

Continue?

ActionScript [AS1/AS2]

Frame 1
if (getBytesLoaded() == getBytesTotal()) { loader.nextFrame(); } load_txt = ("LOADED: " + Math.floor((getBytesLoaded() / getBytesTotal()) * 100)) + "%"; if (ini != true) { ini = true; NewgroundsAPI.connectMovie(406); }
Frame 2
gotoAndPlay (1);
Frame 4
function f_diverge() { NewgroundsAPI.loadMySite(); } function f_ng() { NewgroundsAPI.loadNewgrounds(); } function f_sound(name) { _root[name] = new Sound(); _root[name].attachSound(name); _root[name].start(); } menu = new ContextMenu(); menu.hideBuiltInItems(); menu.customItems[1] = new ContextMenuItem("Play More Games Now!", f_diverge); menu.customItems[2] = new ContextMenuItem("Visit Newgrounds! Home to the greatest Flash games and movies!", f_ng); total_items = 76; current_stage = 0; level_sound = 1; beat_challenge_mode = false; var savegame = SharedObject.getLocal("beatgame"); if (!savegame.data.beatgame) { savegame.data.beatgame = false; } if (savegame.data.beatgame == true) { beat_challenge_mode = true; } _root.filters = []; onEnterFrame = "";
Frame 6
function f_item(t) { tellTarget (t) { if ((indie == true) && (_root.beat_challenge_mode == false)) { _visible = false; } else { if (_root.cinema == true) { _x = default_x; _y = default_y; stopDrag(); } if (set_xy != true) { _visible = true; set_xy = true; x = _root["x" + type]; y = _root["y" + type]; _x = (650 + (75 * x)); _y = (120 + (25 * y)); _root["y" + type]++; if (y > 10) { _root["x" + type]++; _root["y" + type] = 0; } default_x = _x; default_y = _y; } if (_root.inventory == type) { _visible = true; } else if (_x > 550) { _visible = false; } if (((_x < 550) && (_x > 440)) && (_root.m_click != true)) { _x = 440; stored = false; } if (((Math.abs(_x - lock_x) < 13) && (Math.abs(_y - lock_y) < 13)) && ((_root.mode == "fun") || (char == _root.stages[_root.current_stage]))) { if ((attach != true) && (_root.m_click == false)) { attach = true; _root.f_sound("attach"); _x = lock_x; _y = lock_y; _root["char_" + char][0]--; } } else { if (attach == true) { _root["char_" + char][0]++; } attach = false; } if (((_root["char_" + char][0] == 0) && (_root.body._currentframe == _root["char_" + char][1])) && ((_root.mode == "fun") || (char == _root.stages[_root.current_stage]))) { if (build != true) { build = true; i = 0; while (i < _root.total_items) { ob = _root.game["item" + i]; if ((ob.char != char) && (ob._x < 500)) { ob._x = 600; } i++; } _root.built = char.toUpperCase(); if (_root.mode == "challenge") { _root.f_win(); } else { _root.poster.flash.play(); _root.poster.gotoAndStop(char); } } } else if (build == true) { build = false; _root.built = ""; _root.poster.gotoAndStop(1); } } }; } function f_store(all) { i = 0; while (i < total_items) { ob = game["item" + i]; if (((ob._x > 550) && (ob.stored == false)) || (all != false)) { ob.stored = true; ob._x = ob.default_x; ob._y = ob.default_y; if (inventory != ob.type) { ob._visible = false; } } if (all != false) { body.gotoAndStop(1); } i++; } } function f_win() { win = true; outro.play(); } function f_lose() { cinema = true; lose = true; outro.play(); } function f_engine() { if (mode == "challenge") { if ((cinema == true) && (lose != true)) { time_offset = getTimer(); } if (win != true) { secs = Math.floor(60 - ((getTimer() - time_offset) / 1000)); } if (secs < 0) { secs = 0; f_lose(); } if (_root.win != true) { if (secs != prev_secs) { if (secs < 10) { if (blink != true) { blink = true; _root.f_sound("time"); txt_clr = "CC0000"; } else { blink = false; txt_clr = "818F8C"; } } } } time = ((("<font color='#" + txt_clr) + "'>Time: ") + secs) + "</font>"; prog = prog_total; prog = prog - _root["char_" + _root.stages[_root.current_stage]][0]; if (_root.body._currentframe != _root["char_" + _root.stages[_root.current_stage]][1]) { prog--; } progress = (("Progress: " + prog) + "/") + prog_total; } prev_secs = secs; } menu.customItems[0] = new ContextMenuItem("Reset", f_store); char_alienhominid = new Array(3, 2); char_gish = new Array(1, 6); char_n = new Array(1, 6); char_masterchief = new Array(2, 6); char_kratos = new Array(5, 7); char_blanka = new Array(4, 5); char_guile = new Array(5, 4); char_bomberman = new Array(5, 7); char_donkeykong = new Array(3, 4); char_katamari = new Array(4, 5); char_laracroft = new Array(4, 4); char_viewtifuljoe = new Array(5, 3); char_pikachu = new Array(3, 2); char_solidsnake = new Array(3, 4); char_mario = new Array(4, 4); char_gordonfreeman = new Array(5, 4); char_sonic = new Array(4, 1); char_megaman = new Array(5, 1); char_link = new Array(3, 4); char_zangief = new Array(3, 4); char_simonbelmont = new Array(4, 4); stages = new Array("masterchief", "mario", "solidsnake", "sonic", "link", "donkeykong", "megaman", "bomberman", "laracroft", "pikachu", "katamari", "viewtifuljoe", "simonbelmont", "gordonfreeman", "kratos", "blanka", "zangief", "guile"); built = ""; win = false; lose = false; cinema = false; item_num = 0; item_pool = new Array(); timer.timer_text.html = true; txt_clr = "818F8C"; x1 = 0; y1 = 0; x2 = 0; y2 = 0; x3 = 0; y3 = 0; i = 0; while (i < total_items) { item_pool.push(i + 1); i++; } i = 0; while (i < total_items) { r_item = random(item_pool.length); item_id = item_pool[r_item]; item_pool.splice(r_item, 1); game.attachMovie("dressup_item", "item" + i, item_id); ob = game["item" + i]; ob.i.gotoAndStop(item_id); ob._visible = false; i++; } this.onEnterFrame = function () { f_engine(); }; this.onMouseDown = function () { m_click = true; }; this.onMouseUp = function () { m_click = false; f_store(false); }; _root.filters = []; stopAllSounds(); if (mode == "challenge") { prog_total = _root["char_" + _root.stages[_root.current_stage]][0] + 1; if (level_sound > 3) { level_sound = 1; } f_sound("new_level" + level_sound); level_sound++; }
Frame 7
current_stage++; if (current_stage < stages.length) { gotoAndStop ("game"); } else { gotoAndStop ("end"); }
Frame 8
_root.filters = []; f_sound("gameover");
Frame 9
prevFrame();
Frame 10
_root.filters = []; beat_challenge_mode = true; savegame.data.beatgame = true; f_sound("win");
Symbol 9 Button [item26]
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 11 Button [item24]
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 13 Button [item23]
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 15 Button [item19]
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 17 Button [item46]
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 19 Button [item25]
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 21 Button [item22]
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 23 Button [item21]
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 25 Button [item20]
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 27 Button [item18]
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 29 Button [item17]
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 31 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 33 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 35 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 37 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 39 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 41 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 43 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 45 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 47 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 49 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 51 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 53 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 55 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 57 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 59 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 61 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 63 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 65 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 67 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 69 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 71 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 73 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 75 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 77 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 79 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 81 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 83 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 85 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 87 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 89 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 91 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 93 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 95 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 97 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 99 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 101 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 103 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 105 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 107 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 109 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 111 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 113 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 115 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 117 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 119 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 121 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 123 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 125 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 127 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 129 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 131 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 133 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 135 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 137 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 139 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 141 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 143 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 146 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 148 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 150 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 152 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 154 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 156 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 158 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 160 Button
on (press) { startDrag (_parent); } on (release, releaseOutside) { stopDrag(); }
Symbol 161 MovieClip Frame 1
_parent.type = 1; _parent.char = "mario"; _parent.lock_x = 270; _parent.lock_y = 184;
Symbol 161 MovieClip Frame 2
_parent.type = 1; _parent.char = "simonbelmont"; _parent.lock_x = 231; _parent.lock_y = 233;
Symbol 161 MovieClip Frame 3
_parent.type = 2; _parent.char = "mario"; _parent.lock_x = 249; _parent.lock_y = 305;
Symbol 161 MovieClip Frame 4
_parent.type = 1; _parent.char = "alienhominid"; _parent.lock_x = 286; _parent.lock_y = 156; _parent.indie = true;
Symbol 161 MovieClip Frame 5
_parent.type = 1; _parent.char = "alienhominid"; _parent.lock_x = 283; _parent.lock_y = 290; _parent.indie = true;
Symbol 161 MovieClip Frame 6
_parent.type = 1; _parent.char = "gordonfreeman"; _parent.lock_x = 313; _parent.lock_y = 295;
Symbol 161 MovieClip Frame 7
_parent.type = 1; _parent.char = "gordonfreeman"; _parent.lock_x = 267; _parent.lock_y = 193;
Symbol 161 MovieClip Frame 8
_parent.type = 1; _parent.char = "gordonfreeman"; _parent.lock_x = 269; _parent.lock_y = 271;
Symbol 161 MovieClip Frame 9
_parent.type = 2; _parent.char = "gordonfreeman"; _parent.lock_x = 248; _parent.lock_y = 302;
Symbol 161 MovieClip Frame 10
_parent.type = 1; _parent.char = "pikachu"; _parent.lock_x = 233; _parent.lock_y = 214;
Symbol 161 MovieClip Frame 11
_parent.type = 1; _parent.char = "pikachu"; _parent.lock_x = 238; _parent.lock_y = 139;
Symbol 161 MovieClip Frame 12
_parent.type = 2; _parent.char = "pikachu"; _parent.lock_x = 141; _parent.lock_y = 270;
Symbol 161 MovieClip Frame 13
_parent.type = 1; _parent.char = "sonic"; _parent.lock_x = 234; _parent.lock_y = 226;
Symbol 161 MovieClip Frame 14
_parent.type = 1; _parent.char = "sonic"; _parent.lock_x = 246; _parent.lock_y = 181;
Symbol 161 MovieClip Frame 15
_parent.type = 2; _parent.char = "sonic"; _parent.lock_x = 301; _parent.lock_y = 331;
Symbol 161 MovieClip Frame 16
_parent.type = 1; _parent.char = "megaman"; _parent.lock_x = 275; _parent.lock_y = 263;
Symbol 161 MovieClip Frame 17
_parent.type = 1; _parent.char = "megaman"; _parent.lock_x = 261; _parent.lock_y = 189;
Symbol 161 MovieClip Frame 18
_parent.type = 2; _parent.char = "megaman"; _parent.lock_x = 278; _parent.lock_y = 378;
Symbol 161 MovieClip Frame 19
_parent.type = 1; _parent.char = "blanka"; _parent.lock_x = 240; _parent.lock_y = 273;
Symbol 161 MovieClip Frame 20
_parent.type = 1; _parent.char = "blanka"; _parent.lock_x = 235; _parent.lock_y = 148;
Symbol 161 MovieClip Frame 21
_parent.type = 2; _parent.char = "blanka"; _parent.lock_x = 233; _parent.lock_y = 343;
Symbol 161 MovieClip Frame 22
_parent.type = 1; _parent.char = "guile"; _parent.lock_x = 234; _parent.lock_y = 138;
Symbol 161 MovieClip Frame 23
_parent.type = 2; _parent.char = "guile"; _parent.lock_x = 232; _parent.lock_y = 275;
Symbol 161 MovieClip Frame 24
_parent.type = 2; _parent.char = "guile"; _parent.lock_x = 233; _parent.lock_y = 348;
Symbol 161 MovieClip Frame 25
_parent.type = 2; _parent.char = "bomberman"; _parent.lock_x = 231; _parent.lock_y = 289;
Symbol 161 MovieClip Frame 26
_parent.type = 1; _parent.char = "bomberman"; _parent.lock_x = 244; _parent.lock_y = 216;
Symbol 161 MovieClip Frame 27
_parent.type = 1; _parent.char = "bomberman"; _parent.lock_x = 227; _parent.lock_y = 120;
Symbol 161 MovieClip Frame 28
_parent.type = 2; _parent.char = "donkeykong"; _parent.lock_x = 225; _parent.lock_y = 296;
Symbol 161 MovieClip Frame 29
_parent.type = 1; _parent.char = "donkeykong"; _parent.lock_x = 233; _parent.lock_y = 155;
Symbol 161 MovieClip Frame 30
_parent.type = 1; _parent.char = "katamari"; _parent.lock_x = 233; _parent.lock_y = 170;
Symbol 161 MovieClip Frame 31
_parent.type = 2; _parent.char = "simonbelmont"; _parent.lock_x = 227; _parent.lock_y = 294;
Symbol 161 MovieClip Frame 32
_parent.type = 2; _parent.char = "masterchief"; _parent.lock_x = 227; _parent.lock_y = 305;
Symbol 161 MovieClip Frame 33
_parent.type = 2; _parent.char = "zangief"; _parent.lock_x = 223; _parent.lock_y = 347;
Symbol 161 MovieClip Frame 34
_parent.type = 2; _parent.char = "zangief"; _parent.lock_x = 226; _parent.lock_y = 293;
Symbol 161 MovieClip Frame 35
_parent.type = 1; _parent.char = "zangief"; _parent.lock_x = 235; _parent.lock_y = 178;
Symbol 161 MovieClip Frame 36
_parent.type = 2; _parent.char = "solidsnake"; _parent.lock_x = 246; _parent.lock_y = 304;
Symbol 161 MovieClip Frame 37
_parent.type = 1; _parent.char = "solidsnake"; _parent.lock_x = 233; _parent.lock_y = 241;
Symbol 161 MovieClip Frame 38
_parent.type = 1; _parent.char = "solidsnake"; _parent.lock_x = 200; _parent.lock_y = 190;
Symbol 161 MovieClip Frame 39
_parent.type = 1; _parent.char = "gish"; _parent.lock_x = 287; _parent.lock_y = 207; _parent.indie = true;
Symbol 161 MovieClip Frame 40
_parent.type = 1; _parent.char = "n"; _parent.lock_x = 182; _parent.lock_y = 187; _parent.indie = true;
Symbol 161 MovieClip Frame 41
_parent.type = 2; _parent.char = "link"; _parent.lock_x = 229; _parent.lock_y = 310;
Symbol 161 MovieClip Frame 42
_parent.type = 1; _parent.char = "link"; _parent.lock_x = 213; _parent.lock_y = 173;
Symbol 161 MovieClip Frame 43
_parent.type = 1; _parent.char = "masterchief"; _parent.lock_x = 237; _parent.lock_y = 170;
Symbol 161 MovieClip Frame 44
_parent.type = 2; _parent.char = "viewtifuljoe"; _parent.lock_x = 198; _parent.lock_y = 249;
Symbol 161 MovieClip Frame 45
_parent.type = 2; _parent.char = "viewtifuljoe"; _parent.lock_x = 277; _parent.lock_y = 318;
Symbol 161 MovieClip Frame 46
_parent.type = 1; _parent.char = "viewtifuljoe"; _parent.lock_x = 273; _parent.lock_y = 200;
Symbol 161 MovieClip Frame 47
_parent.type = 1; _parent.char = "kratos"; _parent.lock_x = 325; _parent.lock_y = 307;
Symbol 161 MovieClip Frame 48
_parent.type = 2; _parent.char = "kratos"; _parent.lock_x = 305; _parent.lock_y = 204;
Symbol 161 MovieClip Frame 49
_parent.type = 2; _parent.char = "kratos"; _parent.lock_x = 257; _parent.lock_y = 387;
Symbol 161 MovieClip Frame 50
_parent.type = 1; _parent.char = "laracroft"; _parent.lock_x = 228; _parent.lock_y = 206;
Symbol 161 MovieClip Frame 51
_parent.type = 2; _parent.char = "laracroft"; _parent.lock_x = 231; _parent.lock_y = 274;
Symbol 161 MovieClip Frame 52
_parent.type = 2; _parent.char = "laracroft"; _parent.lock_x = 237; _parent.lock_y = 341;
Symbol 161 MovieClip Frame 53
_parent.type = 1; _parent.char = "katamari"; _parent.lock_x = 236; _parent.lock_y = 176;
Symbol 161 MovieClip Frame 54
_parent.type = 2; _parent.char = "katamari"; _parent.lock_x = 225; _parent.lock_y = 332;
Symbol 161 MovieClip Frame 55
_parent.type = 3; _parent.char = "katamari"; _parent.lock_x = 235; _parent.lock_y = 99;
Symbol 161 MovieClip Frame 56
_parent.type = 3; _parent.char = "mario"; _parent.lock_x = 245; _parent.lock_y = 342;
Symbol 161 MovieClip Frame 57
_parent.type = 3; _parent.char = "mario"; _parent.lock_x = 221; _parent.lock_y = 378;
Symbol 161 MovieClip Frame 58
_parent.type = 3; _parent.char = "alienhominid"; _parent.lock_x = 191; _parent.lock_y = 306; _parent.indie = true;
Symbol 161 MovieClip Frame 59
_parent.type = 3; _parent.char = "gordonfreeman"; _parent.lock_x = 173; _parent.lock_y = 289;
Symbol 161 MovieClip Frame 60
_parent.type = 3; _parent.char = "sonic"; _parent.lock_x = 220; _parent.lock_y = 379;
Symbol 161 MovieClip Frame 61
_parent.type = 3; _parent.char = "megaman"; _parent.lock_x = 166; _parent.lock_y = 288;
Symbol 161 MovieClip Frame 62
_parent.type = 3; _parent.char = "megaman"; _parent.lock_x = 223; _parent.lock_y = 373;
Symbol 161 MovieClip Frame 63
_parent.type = 3; _parent.char = "blanka"; _parent.lock_x = 234; _parent.lock_y = 375;
Symbol 161 MovieClip Frame 64
_parent.type = 3; _parent.char = "guile"; _parent.lock_x = 166; _parent.lock_y = 243;
Symbol 161 MovieClip Frame 65
_parent.type = 3; _parent.char = "guile"; _parent.lock_x = 234; _parent.lock_y = 259;
Symbol 161 MovieClip Frame 66
_parent.type = 3; _parent.char = "bomberman"; _parent.lock_x = 238; _parent.lock_y = 293;
Symbol 161 MovieClip Frame 67
_parent.type = 3; _parent.char = "bomberman"; _parent.lock_x = 234; _parent.lock_y = 382;
Symbol 161 MovieClip Frame 68
_parent.type = 3; _parent.char = "donkeykong"; _parent.lock_x = 231; _parent.lock_y = 285;
Symbol 161 MovieClip Frame 69
_parent.type = 3; _parent.char = "link"; _parent.lock_x = 191; _parent.lock_y = 296;
Symbol 161 MovieClip Frame 70
_parent.type = 3; _parent.char = "kratos"; _parent.lock_x = 220; _parent.lock_y = 375;
Symbol 161 MovieClip Frame 71
_parent.type = 3; _parent.char = "kratos"; _parent.lock_x = 222; _parent.lock_y = 277;
Symbol 161 MovieClip Frame 72
_parent.type = 3; _parent.char = "simonbelmont"; _parent.lock_x = 233; _parent.lock_y = 383;
Symbol 161 MovieClip Frame 73
_parent.type = 3; _parent.char = "laracroft"; _parent.lock_x = 233; _parent.lock_y = 383;
Symbol 161 MovieClip Frame 74
_parent.type = 3; _parent.char = "viewtifuljoe"; _parent.lock_x = 220; _parent.lock_y = 375;
Symbol 161 MovieClip Frame 75
_parent.type = 3; _parent.char = "viewtifuljoe"; _parent.lock_x = 223; _parent.lock_y = 272;
Symbol 161 MovieClip Frame 76
_parent.type = 3; _parent.char = "simonbelmont"; _parent.lock_x = 167; _parent.lock_y = 326;
Symbol 164 MovieClip [dressup_item] Frame 1
this.onEnterFrame = function () { _root.f_item(_target); loc = (_x + ",") + _y; };
Symbol 205 Button
on (press) { _root.gotoAndStop(3); }
Symbol 206 MovieClip Frame 1
stop();
Symbol 213 Button
on (release) { NewgroundsAPI.loadNewgrounds(); }
Symbol 218 Button
on (release) { NewgroundsAPI.loadNewgrounds(); }
Symbol 220 MovieClip Frame 1
function startAd(ngad_url) { trace("opening " + ngad_url); System.security.allowDomain("70.87.128.99"); System.security.allowInsecureDomain("70.87.128.99"); System.security.allowDomain("ads.shizmoo.com"); System.security.allowInsecureDomain("ads.shizmoo.com"); System.security.allowDomain("www.cpmstar.com"); System.security.allowInsecureDomain("www.cpmstar.com"); System.security.allowDomain("server.cpmstar.com"); System.security.allowInsecureDomain("server.cpmstar.com"); var ngads_redirect = new XML(); ngads_redirect.ignoreWhite = true; ngads_redirect.onLoad = function (success) { trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!"); if (success) { ng_ad.loadMovie(ngads_redirect.toString(), "GET"); } }; ngads_redirect.load(ngad_url); } if (NewgroundsAPI.getAdURL()) { startAd(NewgroundsAPI.getAdURL()); } NewgroundsAPI.onAdsApproved = function (ad_url) { startAd(ad_url); }; stop();
Symbol 480 MovieClip [__Packages.NewgroundsAPI] Frame 0
class NewgroundsAPI { static var tracker_id, host, version, debug, error_format, header_format, normal_format, link_format; function NewgroundsAPI () { } static function connectMovie(id) { if (!id) { SendError("Missing required 'id' parameter in NewgroundsAPI.connectMovie(id:Number)"); } else if (!tracker_id) { SendMessage("Connecting to API gateway..."); tracker_id = id; host = _url.split("/")[2].toLowerCase(); if (host.length < 1) { host = "localhost"; } var _local2 = new Object(); SendEvent(MOVIE_VIEWS); } } static function setMovieVersion(movie_version) { if (!movie_version) { SendError("Missing required 'version' in NewgroundsAPI.setMovieVersion(version:String)"); } else { version = movie_version; } } static function debugMode() { debug = true; } static function addCustomEvent(stat_id, stat_name) { if (!stat_id) { SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)"); } else if (!stat_name) { SendError("Missing required 'event_name' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)"); } else { custom_events[stat_name] = CUSTOM_STATS + stat_id; SendMessage("Created custom event: " + stat_name); } } static function addCustomLink(stat_id, stat_name) { if (!stat_id) { SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)"); } else if (!stat_name) { SendError("Missing required 'link_name' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)"); } else { custom_links[stat_name] = CUSTOM_STATS + stat_id; SendMessage((("Created custom link " + stat_id) + ": ") + stat_name); } } static function loadMySite() { SendLink(AUTHOR_SITE); } static function loadNewgrounds(special) { if (special) { var _local1 = {page:special}; } SendLink(NEWGROUNDS, _local1); } static function logCustomEvent(event_name) { if (!event_name) { SendError("Missing required 'event_name' parameter in NewgroundsAPI.logCustomEvent(event_name:String)"); } else if (!custom_events[event_name]) { SendError("Attempted to log undefined custom event: " + event_name); } else { SendEvent(custom_events[event_name]); } } static function loadCustomLink(link_name) { if (!link_name) { SendError("Missing required 'link_name' parameter in NewgroundsAPI.loadCustomLink(link_name:String)"); } else if (!custom_links[link_name]) { SendError("Attempted to open undefined custom link: " + link_name); } else { SendLink(custom_links[link_name]); } } static function getAdURL() { return(movie_options.ad_url); } static function getMovieURL() { if (movie_options.movie_url) { return(movie_options.movie_url); } return("Newgrounds.com"); } static function getNewVersionURL() { return((((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + NEW_VERSION); } static function SendEvent(id) { SendStat(id, false); } static function SendLink(id, extra) { SendStat(id, true, extra); } static function ReadGatewayData(params) { for (var _local2 in params) { params[_local2] = unescape(params[_local2]); movie_options[_local2] = params[_local2]; } if (params.settings_loaded) { SendMessage("You have successfully connected to the Newgrounds API gateway!"); SendMessage(("Movie Identified as '" + movie_options.movie_name) + "'"); if (movie_options.message) { SendMessage(movie_options.message); } if (movie_options.ad_url) { SendMessage("Your movie has been approved to run Flash Ads"); onAdsApproved(movie_options.ad_url); } if (movie_options.movie_version and (movie_options.movie_version.toString() != version.toString())) { SendMessage("WARNING: The movie version configured in your API settings does not match this movie's version!"); onNewVersionAvailable(movie_options.movie_version, getMovieURL(), getNewVersionURL()); } if (movie_options.deny_host) { SendMessage("You have blocked 'localHost' in your API settings."); SendMessage("If you wish to test your movie you will need to remove this block."); onDenyHost(host, getMovieURL(), getNewVersionURL()); } if (movie_options.request_portal_url == 1) { var _local4 = (((GATEWAY_URL + "?&id=") + tracker_id) + "&portal_url=") + escape(_url); var _local3 = new XML(); _local3.ignoreWhite = true; _local3.load(_local4); } } else if (!movie_options.settings_loaded) { SendError("Could not establish connection to the API gateway."); } } static function SendStat(stat_id, open_in_browser, extra) { if (!tracker_id) { SendError("API calls cannot be made without a valid movie id."); SendError("Did you remember to add the \"NewgroundsAPI.connectMovie()\" code?"); } else { var _local7 = (((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + stat_id; for (var _local9 in extra) { _local7 = _local7 + ((("&" + escape(_local9)) + "=") + escape(extra[_local9])); } trace(_local7); if (debug) { _local7 = _local7 + "&debug=1"; } if (open_in_browser) { getURL (_local7, "_blank"); } else { var _local10 = new XML(); _local10.ignoreWhite = true; _local10.onLoad = function (success) { var _local6 = new Object(); var _local3 = 0; while (_local3 < this.firstChild.childNodes.length) { var _local4 = this.firstChild.childNodes[_local3]; var _local5 = _local4.nodeName; var _local2 = _local4.attributes.value; if (_local2 == Number(_local2)) { _local2 = Number(_local2); } _local6[_local5] = _local2; _local3++; } NewgroundsAPI.ReadGatewayData(_local6); }; _local10.load(_local7); } } } static function SendError(msg) { trace("[NEWGROUNDS API ERROR] :: " + msg); } static function SendMessage(msg) { trace("[NEWGROUNDS API] :: " + msg); } static function InitTextFormats() { if (!error_format) { error_format = new TextFormat(); error_format.font = "Arial Black"; error_format.size = 48; error_format.color = 16711680 /* 0xFF0000 */; } if (!header_format) { header_format = new TextFormat(); header_format.font = "Arial Black"; header_format.size = 24; header_format.color = 16777215 /* 0xFFFFFF */; } if (!normal_format) { normal_format = new TextFormat(); normal_format.font = "Arial"; normal_format.bold = true; normal_format.size = 12; normal_format.color = 16777215 /* 0xFFFFFF */; } if (!link_format) { link_format = new TextFormat(); link_format.color = 16776960 /* 0xFFFF00 */; link_format.underline = true; } } static function onNewVersionAvailable(version, movie_url, redirect_url) { InitTextFormats(); var _local2 = new Object(); _local2.x = Stage.width / 2; _local2.y = Stage.height / 2; _root.createEmptyMovieClip("NGAPI_new_version_overlay", _root.getNextHighestDepth()); _root.NGAPI_new_version_overlay.lineStyle(1, 0, 100); _root.NGAPI_new_version_overlay.beginFill(0, 70); _root.NGAPI_new_version_overlay.moveTo(-10, -10); _root.NGAPI_new_version_overlay.lineTo(-10, 1000); _root.NGAPI_new_version_overlay.lineTo(1000, 1000); _root.NGAPI_new_version_overlay.lineTo(1000, -10); _root.NGAPI_new_version_overlay.lineTo(-10, -10); _root.NGAPI_new_version_overlay.endFill(); _root.NGAPI_new_version_overlay.lineStyle(10, 0, 100); _root.NGAPI_new_version_overlay.beginFill(51); _root.NGAPI_new_version_overlay.moveTo(_local2.x - 240, _local2.y - 120); _root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y - 120); _root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y + 80); _root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y + 80); _root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y - 120); _root.NGAPI_new_version_overlay.endFill(); _root.NGAPI_new_version_overlay.createEmptyMovieClip("exit", 1000); _root.NGAPI_new_version_overlay.exit.lineStyle(2, 39423, 100); _root.NGAPI_new_version_overlay.exit.beginFill(0, 50); _root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 210, _local2.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 110); _root.NGAPI_new_version_overlay.exit.endFill(); _root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 214, _local2.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 226, _local2.y - 94); _root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 226, _local2.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 214, _local2.y - 94); _root.NGAPI_new_version_overlay.exit.onMouseUp = function () { if (_root.NGAPI_new_version_overlay.exit.hitTest(_root._xmouse, _root._ymouse)) { _root.NGAPI_new_version_overlay.removeMovieClip(); } }; var _local3 = (("Version " + version) + " is now available at:") + newline; var _local5 = _local3.length; _local3 = _local3 + movie_url; var _local4 = _local3.length; _root.NGAPI_new_version_overlay.createTextField("mouseblocker", 99, -10, -10, 1000, 1000); _root.NGAPI_new_version_overlay.createTextField("newversion", 100, _local2.x - 210, _local2.y - 90, 400, 80); _root.NGAPI_new_version_overlay.newversion.text = "New Version Available!"; _root.NGAPI_new_version_overlay.newversion.setTextFormat(header_format); _root.NGAPI_new_version_overlay.createTextField("message", 101, (Stage.width - 400) / 2, Stage.height / 2, 400, 40); _root.NGAPI_new_version_overlay.message.text = _local3; _root.NGAPI_new_version_overlay.message.multiline = true; _root.NGAPI_new_version_overlay.message.wordWrap = true; _root.NGAPI_new_version_overlay.message.html = true; _root.NGAPI_new_version_overlay.message.setTextFormat(normal_format); link_format.url = redirect_url; _root.NGAPI_new_version_overlay.message.setTextFormat(_local5, _local4, link_format); } static function onDenyHost(hostname, movie_url, redirect_url) { InitTextFormats(); _root.createEmptyMovieClip("NGAPI_deny_host_overlay", _root.getNextHighestDepth()); _root.NGAPI_deny_host_overlay.lineStyle(20, 0, 100); _root.NGAPI_deny_host_overlay.beginFill(6684672); _root.NGAPI_deny_host_overlay.moveTo(0, 0); _root.NGAPI_deny_host_overlay.lineTo(Stage.width, 0); _root.NGAPI_deny_host_overlay.lineTo(Stage.width, Stage.height); _root.NGAPI_deny_host_overlay.lineTo(0, Stage.height); _root.NGAPI_deny_host_overlay.lineTo(0, 0); _root.NGAPI_deny_host_overlay.endFill(); var _local2 = ("This movie has not been approved for use on " + hostname) + "."; _local2 = _local2 + "\r\rFor an aproved copy, please visit:\r"; var _local4 = _local2.length; _local2 = _local2 + movie_url; var _local3 = _local2.length; _root.NGAPI_deny_host_overlay.createTextField("mousekill", 100, 0, 0, Stage.width, Stage.height); _root.NGAPI_deny_host_overlay.createTextField("error", 101, (Stage.width - 400) / 2, (Stage.height / 2) - 100, 400, 200); _root.NGAPI_deny_host_overlay.error.text = "ERROR!"; _root.NGAPI_deny_host_overlay.error.setTextFormat(error_format); _root.NGAPI_deny_host_overlay.createTextField("message", 102, (Stage.width - 400) / 2, Stage.height / 2, 400, 200); _root.NGAPI_deny_host_overlay.message.text = _local2; _root.NGAPI_deny_host_overlay.message.multiline = true; _root.NGAPI_deny_host_overlay.message.wordWrap = true; _root.NGAPI_deny_host_overlay.message.html = true; _root.NGAPI_deny_host_overlay.message.setTextFormat(normal_format); link_format.url = redirect_url; _root.NGAPI_deny_host_overlay.message.setTextFormat(_local4, _local3, link_format); } static function isInstalled() { return(true); } static function onAdsApproved(ad_url) { } static var movie_options = new Object(); static var custom_events = new Object(); static var custom_links = new Object(); static var MOVIE_VIEWS = 1; static var AUTHOR_SITE = 2; static var NEWGROUNDS = 3; static var NEW_VERSION = 4; static var CUSTOM_STATS = 50; static var GATEWAY_URL = "http://www.ngads.com/gateway.php"; }
Symbol 224 Button
on (press) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 225 MovieClip Frame 79
_root.nextFrame();
Symbol 234 MovieClip Frame 1
stop();
Symbol 244 Button
on (press) { mode = "challenge"; gotoAndStop ("game"); }
Symbol 251 Button
on (press) { mode = "fun"; gotoAndStop ("game"); }
Symbol 275 Button
on (press) { NewgroundsAPI.loadNewgrounds(); }
Symbol 277 Button
on (press) { NewgroundsAPI.loadMySite(); }
Symbol 288 MovieClip Frame 1
stop();
Symbol 290 Button
on (press) { getURL ("http://www.thisisacryforhelp.com", "_blank"); }
Symbol 383 Button
on (press) { _root.f_sound("click"); gotoAndStop (2); }
Symbol 384 Button
on (press) { _root.f_sound("click"); gotoAndStop (3); }
Symbol 389 Button
on (press) { _root.f_sound("click"); gotoAndStop (1); }
Symbol 393 MovieClip Frame 1
_root.inventory = 1; stop();
Symbol 393 MovieClip Frame 2
_root.inventory = 2;
Symbol 393 MovieClip Frame 3
_root.inventory = 3;
Symbol 395 Button
on (press) { _root.f_sound("click"); body.gotoAndStop(1); }
Symbol 396 Button
on (press) { _root.f_sound("click"); body.gotoAndStop(2); }
Symbol 397 Button
on (press) { _root.f_sound("click"); body.gotoAndStop(3); }
Symbol 398 Button
on (press) { _root.f_sound("click"); body.gotoAndStop(4); }
Symbol 399 Button
on (press) { _root.f_sound("click"); body.gotoAndStop(5); }
Symbol 400 Button
on (press) { _root.f_sound("click"); body.gotoAndStop(6); }
Symbol 401 Button
on (press) { _root.f_sound("click"); body.gotoAndStop(7); }
Symbol 407 Button
on (release) { f_sound("attach"); f_store(true); }
Symbol 410 MovieClip Frame 1
stop(); _parent.filters = [];
Symbol 410 MovieClip Frame 2
_parent.filters = [new flash.filters.BlurFilter(10, 10, 1)]; _root.f_sound("build");
Symbol 410 MovieClip Frame 10
_parent.filters = [];
Symbol 449 MovieClip Frame 1
if (_root.mode == "fun") { stop(); } else { gotoAndStop(_root.stages[_root.current_stage]); }
Symbol 453 MovieClip Frame 1
if (_root.mode == "fun") { nextFrame(); } else { stop(); }
Symbol 457 MovieClip Frame 1
if (_root.mode == "challenge") { play(); } else { stop(); } txt = "Stage " + (_root.current_stage + 1);
Symbol 457 MovieClip Frame 2
_root.cinema = true;
Symbol 457 MovieClip Frame 82
txt = "Build " + _root.stages[_root.current_stage].toUpperCase();
Symbol 457 MovieClip Frame 162
_root.cinema = false; stop();
Symbol 458 MovieClip Frame 1
if (_root.win == true) { nextFrame(); } else { stop(); }
Symbol 459 MovieClip Frame 1
stop();
Symbol 459 MovieClip Frame 2
if (_root.win == true) { _root.f_sound("end_level"); }
Symbol 459 MovieClip Frame 40
n = 0; onEnterFrame = function () { if (blur < 8) { n = n + 0.25; } blur = Math.floor(n); _root.filters = [new flash.filters.BlurFilter(blur, blur, 1)]; };
Symbol 459 MovieClip Frame 68
if (_root.win == true) { _root.gotoAndStop("win"); } else { _root.gotoAndStop("gameover"); }
Symbol 463 Button
on (release) { gotoAndStop ("title"); }
Symbol 465 MovieClip Frame 1
if (_root.mode == "fun") { nextFrame(); } else { stop(); }
Symbol 469 Button
on (release) { getURL ("http://diverge.ws/?page=viewarticle&id=1", "_blank"); }
Symbol 475 Button
on (press) { gotoAndStop ("game"); }
Symbol 479 Button
on (press) { gotoAndStop ("title"); }

Library Items

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

Instance Names

"loader"Frame 1Symbol 206 MovieClip
"body"Frame 6Symbol 234 MovieClip
"game"Frame 6Symbol 408 MovieClip
"poster"Frame 6Symbol 449 MovieClip
"timer"Frame 6Symbol 453 MovieClip
"stage_intro"Frame 6Symbol 457 MovieClip
"outro"Frame 6Symbol 459 MovieClip
"timer"Frame 6Symbol 465 MovieClip
"button"Symbol 5 MovieClip [item2] Frame 1Symbol 2 Button
"i"Symbol 164 MovieClip [dressup_item] Frame 1Symbol 161 MovieClip
"button"Symbol 169 MovieClip [item9] Frame 1Symbol 168 Button
"button"Symbol 174 MovieClip [item11] Frame 1Symbol 173 Button
"button"Symbol 177 MovieClip [item10] Frame 1Symbol 176 Button
"button"Symbol 179 MovieClip [item5] Frame 1Symbol 178 Button
"button"Symbol 182 MovieClip [item4] Frame 1Symbol 181 Button
"button"Symbol 189 MovieClip [item3] Frame 1Symbol 188 Button
"button"Symbol 191 MovieClip [item8] Frame 1Symbol 190 Button
"button"Symbol 193 MovieClip [item7] Frame 1Symbol 192 Button
"button"Symbol 196 MovieClip [item6] Frame 1Symbol 195 Button
"ng_ad"Symbol 220 MovieClip Frame 1Symbol 219 MovieClip
"flash"Symbol 449 MovieClip Frame 1Symbol 410 MovieClip
"timer_text"Symbol 453 MovieClip Frame 1Symbol 452 EditableText
"timer_text"Symbol 465 MovieClip Frame 1Symbol 464 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 4 as "item44"
ExportAssets (56)Timeline Frame 1Symbol 5 as "item2"
ExportAssets (56)Timeline Frame 1Symbol 7 as "item45"
ExportAssets (56)Timeline Frame 1Symbol 9 as "item26"
ExportAssets (56)Timeline Frame 1Symbol 11 as "item24"
ExportAssets (56)Timeline Frame 1Symbol 13 as "item23"
ExportAssets (56)Timeline Frame 1Symbol 15 as "item19"
ExportAssets (56)Timeline Frame 1Symbol 17 as "item46"
ExportAssets (56)Timeline Frame 1Symbol 19 as "item25"
ExportAssets (56)Timeline Frame 1Symbol 21 as "item22"
ExportAssets (56)Timeline Frame 1Symbol 23 as "item21"
ExportAssets (56)Timeline Frame 1Symbol 25 as "item20"
ExportAssets (56)Timeline Frame 1Symbol 27 as "item18"
ExportAssets (56)Timeline Frame 1Symbol 29 as "item17"
ExportAssets (56)Timeline Frame 1Symbol 164 as "dressup_item"
ExportAssets (56)Timeline Frame 1Symbol 166 as "item13"
ExportAssets (56)Timeline Frame 1Symbol 169 as "item9"
ExportAssets (56)Timeline Frame 1Symbol 171 as "item12"
ExportAssets (56)Timeline Frame 1Symbol 174 as "item11"
ExportAssets (56)Timeline Frame 1Symbol 177 as "item10"
ExportAssets (56)Timeline Frame 1Symbol 179 as "item5"
ExportAssets (56)Timeline Frame 1Symbol 182 as "item4"
ExportAssets (56)Timeline Frame 1Symbol 184 as "item15"
ExportAssets (56)Timeline Frame 1Symbol 186 as "item14"
ExportAssets (56)Timeline Frame 1Symbol 189 as "item3"
ExportAssets (56)Timeline Frame 1Symbol 191 as "item8"
ExportAssets (56)Timeline Frame 1Symbol 193 as "item7"
ExportAssets (56)Timeline Frame 1Symbol 196 as "item6"
ExportAssets (56)Timeline Frame 1Symbol 480 as "__Packages.NewgroundsAPI"
ExportAssets (56)Timeline Frame 4Symbol 278 as "attach"
ExportAssets (56)Timeline Frame 4Symbol 279 as "end_level"
ExportAssets (56)Timeline Frame 4Symbol 280 as "gameover"
ExportAssets (56)Timeline Frame 4Symbol 281 as "new_level1"
ExportAssets (56)Timeline Frame 4Symbol 282 as "new_level2"
ExportAssets (56)Timeline Frame 4Symbol 283 as "new_level3"
ExportAssets (56)Timeline Frame 4Symbol 284 as "time"
ExportAssets (56)Timeline Frame 4Symbol 285 as "win"
ExportAssets (56)Timeline Frame 4Symbol 286 as "click"
ExportAssets (56)Timeline Frame 4Symbol 287 as "build"

Labels

"title"Frame 4
"game"Frame 6
"win"Frame 7
"gameover"Frame 8
"end"Frame 10
"mario"Symbol 449 MovieClip Frame 2
"link"Symbol 449 MovieClip Frame 3
"donkeykong"Symbol 449 MovieClip Frame 4
"pikachu"Symbol 449 MovieClip Frame 5
"bomberman"Symbol 449 MovieClip Frame 6
"simonbelmont"Symbol 449 MovieClip Frame 7
"megaman"Symbol 449 MovieClip Frame 8
"solidsnake"Symbol 449 MovieClip Frame 9
"blanka"Symbol 449 MovieClip Frame 10
"zangief"Symbol 449 MovieClip Frame 11
"guile"Symbol 449 MovieClip Frame 12
"laracroft"Symbol 449 MovieClip Frame 13
"masterchief"Symbol 449 MovieClip Frame 14
"viewtifuljoe"Symbol 449 MovieClip Frame 15
"gordonfreeman"Symbol 449 MovieClip Frame 16
"kratos"Symbol 449 MovieClip Frame 17
"sonic"Symbol 449 MovieClip Frame 18
"katamari"Symbol 449 MovieClip Frame 19
"gish"Symbol 449 MovieClip Frame 20
"alienhominid"Symbol 449 MovieClip Frame 21
"n"Symbol 449 MovieClip Frame 22

Dynamic Text Variables

_parent.load_txtSymbol 202 EditableText"<p align="left"></p>"
builtSymbol 450 EditableText"<p align="left"></p>"
_root.timeSymbol 452 EditableText""
_parent.txtSymbol 455 EditableText""
_root.progressSymbol 464 EditableText""




http://swfchan.com/9/40498/info.shtml
Created: 11/5 -2019 03:20:02 Last modified: 11/5 -2019 03:20:02 Server time: 10/05 -2024 05:30:31