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

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

avalanche.swf

This is the info page for
Flash #10035

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


Text
Loading

Loaded

Play

Play

Play More Games At

100ft

100ft

100ft!

You Climbed

Press Enter to Restart at Any Time

Play the High Score Version at...

<p align="left"><font face="Sydnie" size="6" color="#000000" letterSpacing="-0.500000" kerning="0">Press Space to Continue</font></p>

Move: Left/Right
Jump/Wall Jump: Up

<p align="left"><font face="Sydnie" size="6" color="#000000" letterSpacing="-0.500000" kerning="0">Press Space to Continue</font></p>

To pause, press P

<p align="left"><font face="Sydnie" size="6" color="#000000" letterSpacing="-0.500000" kerning="0">Press Space to Continue</font></p>

Beware of the rising liquid

<p align="left"><font face="Sydnie" size="6" color="#000000" letterSpacing="-0.500000" kerning="0">Press Space to Continue</font></p>

Climb blocks that fall from the sky

<p align="left"><font face="Sydnie" size="6" color="#000000" letterSpacing="-0.500000" kerning="0">Press Space to Continue</font></p>

Becareful not to get crushed!

<p align="left"><font face="Sydnie" size="6" color="#000000" letterSpacing="-0.500000" kerning="0">Press Space to Return to Menu</font></p>

Good luck!

Music: Dreams of Above
Author: Maze Master

Music: Action Bed II
Author: Ludzix

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
for (var i in _root) { removeMovieClip(_root[i]); } _quality = "MEDIUM"; _global.funlock = true; gameSong = new Sound(); gameSong.attachSound("dofa"); deathSong = new Sound(); deathSong.attachSound("moon"); death = new Sound(); death.attachSound("death"); menuding = new Sound(); menuding.attachSound("menu"); bloop = new Sound(); bloop.attachSound("bloop"); tutsong = new Sound(); tutsong.attachSound("ab2"); _root.gameSong.stop();
Instance of Symbol 53 MovieClip in Frame 2
onClipEvent (enterFrame) { if (Key.isDown(13) and (noentdbl != true)) { noentdbl = true; _root.gotoAndPlay(4); } if (!Key.isDown(13)) { noentdbl = false; } }
Frame 3
_global.difficulty = 0; stop();
Instance of Symbol 68 MovieClip in Frame 3
on (release) { getURL ("http://www.thegamehomepage.com/", "_blank"); }
Frame 4
for (var i in _root) { removeMovieClip(_root[i]); } _quality = "MEDIUM"; gameSong = new Sound(); gameSong.attachSound("dofa"); _root.gameSong.stop();
Frame 5
stop();
Instance of Symbol 70 MovieClip in Frame 5
onClipEvent (enterFrame) { _y = _root.vcam._y; }
Instance of Symbol 112 MovieClip "vcam" in Frame 5
onClipEvent (enterFrame) { swapDepths(_root.char.getNextHighestDepth()); }
Instance of Symbol 114 MovieClip in Frame 5
onClipEvent (enterFrame) { _alpha = ((0 + (_root.char.climb / 2)) - 100); _y = _root.char._y; }
Instance of Symbol 114 MovieClip in Frame 5
onClipEvent (enterFrame) { _alpha = ((0 + (_root.char.climb / 2)) - 200); _y = _root.char._y; }
Instance of Symbol 114 MovieClip in Frame 5
onClipEvent (enterFrame) { _alpha = ((0 + (_root.char.climb / 2)) - 300); _y = _root.char._y; }
Instance of Symbol 114 MovieClip in Frame 5
onClipEvent (enterFrame) { _alpha = ((0 + (_root.char.climb / 2)) - 400); _y = _root.char._y; }
Instance of Symbol 120 MovieClip "dscreen" in Frame 5
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.char.dscreen == true) { _visible = true; } _y = _root.vcam._y; }
Instance of Symbol 122 MovieClip "water" in Frame 5
onClipEvent (load) { starttimer = 0; } onClipEvent (enterFrame) { if (_global.gpause != true) { if (_y > (_root.char._y - 50)) { if (_global.difficulty == 3) { if (starttimer > 100) { _y = (_y - 1.5); } else { starttimer++; } } else if (_global.difficulty == 2) { if (starttimer > 100) { _y = (_y - 1.2); } else { starttimer++; } } else if (_global.difficulty == 1) { if (starttimer > 100) { _y = (_y - 0.7); } else { starttimer++; } } else { _y = (_y - 0.5); } } if (this.hitTest(_root.char._x, _root.char._y + (_root.char._height / 4), true)) { _root.char.dead = true; } if (_root.char._y > (_root.gd._y - _root.gd._height)) { lavay = _root.char._y; } if (_root.char._y <= (_root.gd._y - _root.gd._height)) { lavay = _root.gd._y - _root.gd._height; } if ((_global.difficulty == 2) or (_global.difficulty == 3)) { if (starttimer > 100) { if (_y > (lavay + 550)) { _y = (lavay + 550); } } } else if (_global.difficulty == 1) { if (starttimer > 100) { if (_y > (lavay + 600)) { _y = (lavay + 600); } } } else if (_y > (lavay + 800)) { _y = (lavay + 800); } } }
Instance of Symbol 129 MovieClip in Frame 5
onClipEvent (enterFrame) { _y = ((_root.vcam._y - (_root.vcam._height / 2)) + _height); }
Instance of Symbol 143 MovieClip "char" in Frame 5
onClipEvent (load) { hmov = 0; highest = 0; vmov = 0; vmovb = 0; dir = 1; speed = 8; wjing = false; wallspeed = 0; termv = 15; offset = 1; dtime = 50; dbase = 30; drand = 20; _global.difficulty = 0; if (_global.difficulty == 1) { dbase = 21; } if (_global.difficulty == 2) { dbase = 12; } if (_global.difficulty == 3) { dbase = 7; drand = 15; } deathscroll = 0; drot = 0; dcnt = 0; blspeed = 5; jump = 19.5; kabcnt = 0; deathcnt = 0; dboom = 30; _global.dubs = 1; _root.gameSong.start(0, 1000000); _root.gameSong.setVolume(50); _global.gpause = false; } onClipEvent (enterFrame) { if (_global.difficulty == 1) { dbase = 21; } if (_global.difficulty == 2) { dbase = 12; } if (_global.difficulty == 3) { dbase = 7; drand = 15; } if (_global.gpause != true) { if (dead == true) { deathcnt++; if (deathcnt > 70) { _y = 200; dscreen = true; _root.water._visible = false; _root.vcam._y = 200 + deathscroll; if ((_root.gd._y - _root.gd._height) < (50 + deathscroll)) { deathscroll = deathscroll - 0.5; } if (shrunk != true) { shrunk = true; _root.gd._height = _root.gd._height * (200 / _root.gd._width); _root.gd._width = 200; _root.gd._alpha = 100; } _root.gd._x = _root.gd._width / 2; _root.falling._visible = false; _root.filler._visible = false; } } _root.vcam.ccc = -(_root.gd._y - _root.gd._height); if (dead == true) { if (highest < 200) { _root.dscreen.dood.gotoAndStop(2); } if ((highest >= 200) and (highest < 400)) { _root.dscreen.dood.gotoAndStop(3); } if (highest >= 400) { _root.dscreen.dood.gotoAndStop(1); } if (popin != true) { popin = true; gotoAndStop (7); } if (popnow == true) { if (dplonce != true) { dplonce = true; _root.gameSong.stop(); _root.death.start(0, 0); _root.death.setVolume(50); } while (kabcnt < dboom) { _root.attachMovie("explode", "ex" + _global.dubs, _global.dubs); _root["ex" + _global.dubs]._x = _x; _root["ex" + _global.dubs]._y = _y + (_height / 2); _root["ex" + _global.dubs].colour = "0x" + random(999999); drot = drot + ((360 / dboom) * 2); _root["ex" + _global.dubs]._rotation = drot; _global.dubs++; kabcnt++; } } } if (dead != true) { if (Key.isDown(37)) { _rotation = -10; } if (Key.isDown(39)) { _rotation = 10; } if ((((!Key.isDown(39)) and (!Key.isDown(37))) or (Key.isDown(39) and Key.isDown(37))) or (wallj == true)) { _rotation = 0; } } dcnt++; if ((dcnt >= dtime) and (dead != true)) { dcnt = 0; dtime = dbase + random(drand + 1); cho = random(2); if (_global.difficulty == 3) { cho = random(10); if (cho == 0) { cho = 1; } else { cho = 0; } } if (cho == 0) { _root.falling.attachMovie("block", "bl" + _global.dubs, _global.dubs); } else { _root.falling.attachMovie("blockbig", "bl" + _global.dubs, _global.dubs); } _root.falling["bl" + _global.dubs]._x = (random(500) + 25) - _root.falling._x; fa = (_y - 400) - _root.falling._y; fb = ((_root.gd._y - _root.gd._height) - 700) - _root.falling._y; if (fa < fb) { fy = fa; } else { fy = fb; } _root.falling["bl" + _global.dubs]._y = fy; _root.falling["bl" + _global.dubs].bcod.colour = "0x" + random(999999); _root.falling["bl" + _global.dubs].dspeed = (blspeed + random(3)) - 1; _root.falling["bl" + _global.dubs].nums = _global.dubs; _global.dubs++; } if (dead != true) { _root.vcam._y = _y - 25; _x = (_x + hmov); _y = (_y + vmov); _y = (_y + vmovb); if (_x < 0) { _x = 550; } if (_x > 550) { _x = 0; } hmov = hmov * 0.8; hmov = int(hmov * 10) / 10; vmovb = vmovb * 0.9; vmovb = int(vmovb * 10) / 10; if ((!_root.gd.hitTest(_x, _y + (_height / 2), true)) and (!_root.falling.hitTest(_x, _y + (_height / 2), true))) { vmov = vmov + 1.5; } if (hmov > speed) { hmov = speed; } if (hmov < (-speed)) { hmov = -speed; } if (vmov > termv) { vmov = termv; } while (_root.gd.hitTest(_x, _y + (((_height / 2) - offset) - 1), true)) { _y = (_y-1); vmov = 0; } while (_root.falling.hitTest(_x, _y + (((_height / 2) - offset) - 1), true)) { _y = (_y-1); } while (_root.gd.hitTest(_x, _y - ((_height / 2) - offset), true)) { _y = (_y+1); vmov = blspeed + 2; } while (_root.falling.hitTest(_x, _y - ((_height / 2) - offset), true)) { _y = (_y+1); vmov = blspeed + 1; } while (_root.gd.hitTest(_x + (_width / 2), _y, true)) { _x = (_x-1); } while (_root.gd.hitTest(_x - ((_width / 2) - offset), _y, true)) { _x = (_x+1); } while (_root.falling.hitTest(_x + (_width / 2), _y, true)) { _x = (_x-1); } while (_root.falling.hitTest(_x - ((_width / 2) - offset), _y, true)) { _x = (_x+1); } } if (((((_root.gd.hitTest(_x, _y + (_height / 2), true) or _root.gd.hitTest((_x - (_width / 2)) + 5, _y + (_height / 2), true)) or _root.gd.hitTest((_x + (_width / 2)) - 5, _y + (_height / 2), true)) or _root.falling.hitTest(_x, (_y + (_height / 2)) + 7, true)) or _root.falling.hitTest((_x - (_width / 2)) + 5, (_y + (_height / 2)) + 7, true)) or _root.falling.hitTest((_x + (_width / 2)) - 5, (_y + (_height / 2)) + 7, true)) { airborne = false; } else { airborne = true; } climb = int(((-_y) + 306.9) / 10); if (climb > highest) { highest = climb; _root.score = highest; } if ((highest > 150) and (highest < 350)) { _global.difficulty = 1; } if (highest >= 350) { _global.difficulty = 2; } _root.vcam.aaa = highest + "ft"; _root.vcam.bbb = climb + "ft"; if (dead != true) { if ((Key.isDown(38) and (airborne == false)) and (nodblj == true)) { _y = (_y + 1.5); hmov = hmov * 0.5; if (dir == 1) { gotoAndStop (3); } if (dir == -1) { gotoAndStop (4); } } } if (!Key.isDown(38)) { nodblj = true; } if (((_root.gd.hitTest((_x + (_width / 2)) + 1, _y, true) or _root.gd.hitTest((_x - (_width / 2)) - 1, _y, true)) or _root.falling.hitTest((_x + (_width / 2)) + 1, _y, true)) or _root.falling.hitTest((_x - (_width / 2)) - 1, _y, true)) { if ((Key.isDown(37) and (vmov > 0)) or (Key.isDown(39) and (vmov > 0))) { wallj = true; if ((dead != true) and (wjing != true)) { if ((dir == 1) and (airborne == true)) { gotoAndStop (5); } if ((dir == -1) and (airborne == true)) { gotoAndStop (6); } } if (_root.gd.hitTest((_x + (_width / 2)) + 1, _y, true)) { wjdir = -1; } if (_root.falling.hitTest((_x + (_width / 2)) + 1, _y, true)) { wjdir = -1; } if (_root.gd.hitTest((_x - (_width / 2)) - 1, _y, true)) { wjdir = 1; } if (_root.falling.hitTest((_x - (_width / 2)) - 1, _y, true)) { wjdir = 1; } if (vmov > wallspeed) { vmov = vmov * 0.5; } } else { wallj = false; } } else { wallj = false; } if (((this._currentframe == 5) and (wallj == false)) or ((this._currentframe == 6) and (wallj == false))) { gotoAndStop (1); } if ((((Key.isDown(38) and (wallj == true)) and (airborne == true)) and (nodblj == true)) and (wjing != true)) { nodblj = false; wjing = true; if (Key.isDown(39) or Key.isDown(37)) { if (wjdir == 1) { gotoAndStop (8); } else { gotoAndStop (9); } } } if (Key.isDown(37)) { hmov = hmov - 2.25; dir = -1; } if (Key.isDown(39)) { hmov = hmov + 2.25; dir = 1; } } if (Key.isDown(80) and (nodblpau != true)) { nodblpau = true; if (_global.gpause != true) { _global.gpause = true; _root.vcam.paussc._visible = true; } else { _global.gpause = false; _root.vcam.paussc._visible = false; } } if (!Key.isDown(80)) { nodblpau = false; } }
Frame 6
for (var i in _root) { removeMovieClip(_root[i]); } _quality = "MEDIUM"; gameSong = new Sound(); gameSong.attachSound("dofa"); _root.gameSong.stop();
Frame 7
stop();
Instance of Symbol 70 MovieClip in Frame 7
onClipEvent (enterFrame) { _y = _root.vcam._y; }
Instance of Symbol 112 MovieClip "vcam" in Frame 7
onClipEvent (enterFrame) { swapDepths(_root.char.getNextHighestDepth()); }
Instance of Symbol 114 MovieClip in Frame 7
onClipEvent (enterFrame) { _alpha = ((0 + (_root.char.climb / 2)) - 100); _y = _root.char._y; }
Instance of Symbol 114 MovieClip in Frame 7
onClipEvent (enterFrame) { _alpha = ((0 + (_root.char.climb / 2)) - 200); _y = _root.char._y; }
Instance of Symbol 114 MovieClip in Frame 7
onClipEvent (enterFrame) { _alpha = ((0 + (_root.char.climb / 2)) - 300); _y = _root.char._y; }
Instance of Symbol 114 MovieClip in Frame 7
onClipEvent (enterFrame) { _alpha = ((0 + (_root.char.climb / 2)) - 400); _y = _root.char._y; }
Instance of Symbol 120 MovieClip in Frame 7
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.char.dscreen == true) { _visible = true; } _y = _root.vcam._y; }
Instance of Symbol 122 MovieClip "water" in Frame 7
onClipEvent (load) { alal = 0; } onClipEvent (enterFrame) { if (_global.gpause != true) { if (gotime == true) { _y = (_y - 0.35); } if (this.hitTest(_root.char._x, _root.char._y + (_root.char._height / 4), true)) { _root.char.dead = true; } } }
Instance of Symbol 154 MovieClip in Frame 7
onClipEvent (enterFrame) { _y = (_root.vcam._y - 80); }
Instance of Symbol 143 MovieClip "char" in Frame 7
onClipEvent (load) { hmov = 0; highest = 0; vmov = 0; dir = 1; speed = 8; termv = 15; offset = 1; dtime = 50; dbase = 30; drand = 20; deathscroll = 0; drot = 0; dcnt = 0; blspeed = 5; jump = 19.5; kabcnt = 0; deathcnt = 0; dboom = 30; wjing = false; _global.dubs = 1; storex = new Array(); storey = new Array(); _root.tutsong.start(0, 1000000); _root.tutsong.setVolume(50); _global.gpause = false; } onClipEvent (enterFrame) { if (_global.gpause != true) { if (dead != true) { storex.unshift(_x); storey.unshift(_y); if (storex.length > 8) { storex.pop(); } if (storey.length > 8) { storey.pop(); } } if (dead == true) { deathcnt++; if (dplonce != true) { dplonce = true; _root.gameSong.stop(); _root.death.start(0, 0); _root.death.setVolume(50); } if (deathcnt > 70) { _y = 200; _root.gotoAndPlay(6); dscreen = true; _root.water._visible = false; _root.vcam._y = 200 + deathscroll; if ((_root.gd._y - _root.gd._height) < (50 + deathscroll)) { deathscroll = deathscroll - 0.5; } if (shrunk != true) { shrunk = true; _root.gd._height = _root.gd._height * (200 / _root.gd._width); _root.gd._width = 200; _root.gd._alpha = 100; } _root.gd._x = _root.gd._width / 2; _root.falling._visible = false; _root.filler._visible = false; } } _root.vcam.ccc = -(_root.gd._y - _root.gd._height); if (dead == true) { if (popin != true) { popin = true; gotoAndStop (7); } if (popnow == true) { while (kabcnt < dboom) { _root.attachMovie("explode", "ex" + _global.dubs, _global.dubs); _root["ex" + _global.dubs]._x = _x; _root["ex" + _global.dubs]._y = _y + (_height / 2); _root["ex" + _global.dubs].colour = "0x" + random(999999); drot = drot + ((360 / dboom) * 2); _root["ex" + _global.dubs]._rotation = drot; _global.dubs++; kabcnt++; } } } if (dead != true) { if (Key.isDown(37)) { _rotation = -10; } if (Key.isDown(39)) { _rotation = 10; } if ((((!Key.isDown(39)) and (!Key.isDown(37))) or (Key.isDown(39) and Key.isDown(37))) or (wallj == true)) { _rotation = 0; } } dcnt++; if (gotime == true) { if ((dcnt >= dtime) and (dead != true)) { dcnt = 0; dtime = dbase + random(drand + 1); cho = random(2); if (cho == 0) { _root.falling.attachMovie("block", "bl" + _global.dubs, _global.dubs); } else { _root.falling.attachMovie("blockbig", "bl" + _global.dubs, _global.dubs); } _root.falling["bl" + _global.dubs]._x = (random(500) + 25) - _root.falling._x; fa = (_y - 400) - _root.falling._y; fb = ((_root.gd._y - _root.gd._height) - 700) - _root.falling._y; if (fa < fb) { fy = fa; } else { fy = fb; } _root.falling["bl" + _global.dubs]._y = fy; _root.falling["bl" + _global.dubs].bcod.colour = "0x" + random(999999); _root.falling["bl" + _global.dubs].dspeed = blspeed; _root.falling["bl" + _global.dubs].nums = _global.dubs; _global.dubs++; } } if (dead != true) { _root.vcam._y = _y - 25; _x = (_x + hmov); _y = (_y + vmov); _y = (_y + vmovb); if (_x < 0) { _x = 550; } if (_x > 550) { _x = 0; } hmov = hmov * 0.8; hmov = int(hmov * 10) / 10; vmovb = vmovb * 0.9; vmovb = int(vmovb * 10) / 10; if ((!_root.gd.hitTest(_x, _y + (_height / 2), true)) and (!_root.falling.hitTest(_x, _y + (_height / 2), true))) { vmov = vmov + 1.5; } if (hmov > speed) { hmov = speed; } if (hmov < (-speed)) { hmov = -speed; } if (vmov > termv) { vmov = termv; } while (_root.gd.hitTest(_x, _y + (((_height / 2) - offset) - 1), true)) { _y = (_y-1); vmov = 0; } while (_root.falling.hitTest(_x, _y + (((_height / 2) - offset) - 1), true)) { _y = (_y-1); } while (_root.gd.hitTest(_x, _y - ((_height / 2) - offset), true)) { _y = (_y+1); vmov = blspeed + 1; } while (_root.falling.hitTest(_x, _y - ((_height / 2) - offset), true)) { _y = (_y+1); vmov = blspeed + 1; } while (_root.gd.hitTest(_x + (_width / 2), _y, true)) { _x = (_x-1); } while (_root.gd.hitTest(_x - ((_width / 2) - offset), _y, true)) { _x = (_x+1); } while (_root.falling.hitTest(_x + (_width / 2), _y, true)) { _x = (_x-1); } while (_root.falling.hitTest(_x - ((_width / 2) - offset), _y, true)) { _x = (_x+1); } } if (((((_root.gd.hitTest(_x, _y + (_height / 2), true) or _root.gd.hitTest((_x - (_width / 2)) + 5, _y + (_height / 2), true)) or _root.gd.hitTest((_x + (_width / 2)) - 5, _y + (_height / 2), true)) or _root.falling.hitTest(_x, (_y + (_height / 2)) + 7, true)) or _root.falling.hitTest((_x - (_width / 2)) + 5, (_y + (_height / 2)) + 7, true)) or _root.falling.hitTest((_x + (_width / 2)) - 5, (_y + (_height / 2)) + 7, true)) { airborne = false; } else { airborne = true; } climb = int(((-_y) + 306.9) / 10); if (climb > highest) { highest = climb; } _root.vcam.aaa = highest + "ft"; _root.vcam.bbb = climb + "ft"; if (dead != true) { if ((Key.isDown(38) and (airborne == false)) and (nodblj == true)) { _y = (_y + 1.5); hmov = hmov * 0.5; if (dir == 1) { gotoAndStop (3); } if (dir == -1) { gotoAndStop (4); } } } if (!Key.isDown(38)) { nodblj = true; } if (((_root.gd.hitTest((_x + (_width / 2)) + 1, _y, true) or _root.gd.hitTest((_x - (_width / 2)) - 1, _y, true)) or _root.falling.hitTest((_x + (_width / 2)) + 1, _y, true)) or _root.falling.hitTest((_x - (_width / 2)) - 1, _y, true)) { if ((Key.isDown(37) and (vmov > 0)) or (Key.isDown(39) and (vmov > 0))) { wallj = true; if (vmov > 0) { vmov = vmov * 0.5; } if ((dead != true) and (wjing != true)) { if ((dir == 1) and (airborne == true)) { gotoAndStop (5); } if ((dir == -1) and (airborne == true)) { gotoAndStop (6); } } } else { wallj = false; } if (_root.gd.hitTest((_x + (_width / 2)) + 1, _y, true) or _root.falling.hitTest((_x + (_width / 2)) + 1, _y, true)) { wjdir = -1; } if (_root.gd.hitTest((_x - (_width / 2)) - 1, _y, true) or _root.falling.hitTest((_x - (_width / 2)) - 1, _y, true)) { wjdir = 1; } } else { wallj = false; } if (((this._currentframe == 5) and (wallj == false)) or ((this._currentframe == 6) and (wallj == false))) { gotoAndStop (1); } if ((((Key.isDown(38) and (wallj == true)) and (airborne == true)) and (nodblj == true)) and (wjing != true)) { nodblj = false; wjing = true; if (Key.isDown(39) or Key.isDown(37)) { if (wjdir == 1) { gotoAndStop (8); } else { gotoAndStop (9); } } } if (Key.isDown(37)) { hmov = hmov - 2.25; dir = -1; } if (Key.isDown(39)) { hmov = hmov + 2.25; dir = 1; } } if (Key.isDown(80) and (nodblpau != true)) { nodblpau = true; if (_global.gpause != true) { _global.gpause = true; _root.vcam.paussc._visible = true; } else { _global.gpause = false; _root.vcam.paussc._visible = false; } } if (!Key.isDown(80)) { nodblpau = false; } }
Instance of Symbol 8 MovieClip "blcolor" in Symbol 9 MovieClip Frame 1
onClipEvent (load) { new Color(this).setRGB(_parent._parent.colour); }
Instance of Symbol 11 MovieClip [bcode] "bcod" in Symbol 12 MovieClip [block] Frame 1
onClipEvent (load) { chi = 40; deadly = false; } onClipEvent (enterFrame) { if (_global.gpause != true) { _parent._y = _parent._y + _parent.dspeed; if ((this.hitTest(_root.char._x, (_root.char._y - (_root.char._height / 2)) - 2, true) and (deadly == true)) and (_root.char.airborne == false)) { _root.char.dx = _root.char._x; _root.char.dy = _root.char._y; _root.char.dead = true; } if (((_root.gd.hitTest(_parent._x + _parent._parent._x, ((_parent._y + (_parent._height / 2)) + chi) + _parent._parent._y, true) and (end != true)) or (_root.gd.hitTest((_parent._x - (_parent._width / 2)) + _parent._parent._x, ((_parent._y + chi) + (_parent._height / 2)) + _parent._parent._y, true) and (end != true))) or (_root.gd.hitTest((_parent._x + (_parent._width / 2)) + _parent._parent._x, ((_parent._y + chi) + (_parent._height / 2)) + _parent._parent._y, true) and (end != true))) { deadly = true; } nums = _parent.nums; i = 1; while (i < 10) { agda = i + nums; while (_root.falling["bl" + agda].hitTest(this)) { _root.falling["bl" + agda]._y--; } i++; } if (this.hitTest(_root.char._x, (_root.char._y + (_root.char._height / 2)) + 2, true) and (_root.char.nodblj == true)) { _root.char.vmov = _parent.dspeed + 1; } if ((this.hitTest((_root.char._x - (_root.char._width / 2)) - 2, _root.char._y, true) and (_root.char.wallj == true)) or (this.hitTest((_root.char._x + (_root.char._width / 2)) + 2, _root.char._y, true) and (_root.char.wallj == true))) { if (_root.char.vmovb < _parent.dspeed) { _root.char.vmovb = _root.char.vmovb + 1; } } if (((_root.gd.hitTest(_parent._x + _parent._parent._x, (_parent._y + (_parent._height / 2)) + _parent._parent._y, true) and (end != true)) or (_root.gd.hitTest((_parent._x - (_parent._width / 2)) + _parent._parent._x, (_parent._y + (_parent._height / 2)) + _parent._parent._y, true) and (end != true))) or (_root.gd.hitTest((_parent._x + (_parent._width / 2)) + _parent._parent._x, (_parent._y + (_parent._height / 2)) + _parent._parent._y, true) and (end != true))) { if (_root.char.dscreen != true) { _parent.dspeed = 0; while (_root.gd.hitTest(_parent._x + _parent._parent._x, ((_parent._y + (_parent._height / 2)) + _parent._parent._y) - 1, true)) { _parent._y--; } while (_root.gd.hitTest((_parent._x + (_parent._width / 2)) + _parent._parent._x, ((_parent._y + (_parent._height / 2)) + _parent._parent._y) - 1, true)) { _parent._y--; } while (_root.gd.hitTest((_parent._x - (_parent._width / 2)) + _parent._parent._x, ((_parent._y + (_parent._height / 2)) + _parent._parent._y) - 1, true)) { _parent._y--; } _root.gd.attachMovie("bcode", "bc" + _global.dubs, _global.dubs); _root.gd["bc" + _global.dubs]._x = (_parent._x + _parent._parent._x) - _root.gd._x; _root.gd["bc" + _global.dubs]._y = (_parent._y + _parent._parent._y) - _root.gd._y; _root.gd["bc" + _global.dubs].colour = colour; _global.dubs++; end = true; } _parent.removeMovieClip(); } } }
Instance of Symbol 14 MovieClip in Symbol 16 MovieClip Frame 1
onClipEvent (load) { new Color(this).setRGB(_parent._parent.colour); }
Instance of Symbol 16 MovieClip in Symbol 17 MovieClip [explode] Frame 1
onClipEvent (load) { g = _parent._rotation * 0.01745; hmov = Math.cos(g) * (random(3) + 3); vmov = Math.sin(g) * (random(3) + 3); } onClipEvent (enterFrame) { _parent._x = _parent._x + hmov; _parent._y = _parent._y + vmov; _alpha = (_alpha - 2); if (_alpha <= 0) { _parent.removeMovieClip(); } }
Instance of Symbol 20 MovieClip "blcolor" in Symbol 21 MovieClip Frame 1
onClipEvent (load) { new Color(this).setRGB(_parent._parent.colour); }
Instance of Symbol 23 MovieClip [bbcode] "bcod" in Symbol 24 MovieClip [blockbig] Frame 1
onClipEvent (load) { chi = 40; deadly = false; } onClipEvent (enterFrame) { if (_global.gpause != true) { _parent._y = _parent._y + _parent.dspeed; if ((this.hitTest(_root.char._x, (_root.char._y - (_root.char._height / 2)) - 2, true) and (deadly == true)) and (_root.char.airborne == false)) { _root.char.dx = _root.char._x; _root.char.dy = _root.char._y; _root.char.dead = true; } if (((_root.gd.hitTest(_parent._x + _parent._parent._x, ((_parent._y + (_parent._height / 2)) + chi) + _parent._parent._y, true) and (end != true)) or (_root.gd.hitTest((_parent._x - (_parent._width / 2)) + _parent._parent._x, ((_parent._y + chi) + (_parent._height / 2)) + _parent._parent._y, true) and (end != true))) or (_root.gd.hitTest((_parent._x + (_parent._width / 2)) + _parent._parent._x, ((_parent._y + chi) + (_parent._height / 2)) + _parent._parent._y, true) and (end != true))) { deadly = true; } nums = _parent.nums; i = 1; while (i < 10) { agda = i + nums; while (_root.falling["bl" + agda].hitTest(this)) { _root.falling["bl" + agda]._y--; } i++; } if (this.hitTest(_root.char._x, (_root.char._y + (_root.char._height / 2)) + 2, true) and (_root.char.nodblj == true)) { _root.char.vmov = _parent.dspeed + 1; } if ((this.hitTest((_root.char._x - (_root.char._width / 2)) - 2, _root.char._y, true) and (_root.char.wallj == true)) or (this.hitTest((_root.char._x + (_root.char._width / 2)) + 2, _root.char._y, true) and (_root.char.wallj == true))) { if (_root.char.vmovb < _parent.dspeed) { _root.char.vmovb = _root.char.vmovb + 1; } } if (((_root.gd.hitTest(_parent._x + _parent._parent._x, (_parent._y + (_parent._height / 2)) + _parent._parent._y, true) and (end != true)) or (_root.gd.hitTest((_parent._x - (_parent._width / 2)) + _parent._parent._x, (_parent._y + (_parent._height / 2)) + _parent._parent._y, true) and (end != true))) or (_root.gd.hitTest((_parent._x + (_parent._width / 2)) + _parent._parent._x, (_parent._y + (_parent._height / 2)) + _parent._parent._y, true) and (end != true))) { if (_root.char.dscreen != true) { _parent.dspeed = 0; while (_root.gd.hitTest(_parent._x + _parent._parent._x, ((_parent._y + (_parent._height / 2)) + _parent._parent._y) - 1, true)) { _parent._y--; } while (_root.gd.hitTest((_parent._x + (_parent._width / 2)) + _parent._parent._x, ((_parent._y + (_parent._height / 2)) + _parent._parent._y) - 1, true)) { _parent._y--; } while (_root.gd.hitTest((_parent._x - (_parent._width / 2)) + _parent._parent._x, ((_parent._y + (_parent._height / 2)) + _parent._parent._y) - 1, true)) { _parent._y--; } _root.gd.attachMovie("bbcode", "bc" + _global.dubs, _global.dubs); _root.gd["bc" + _global.dubs]._x = (_parent._x + _parent._parent._x) - _root.gd._x; _root.gd["bc" + _global.dubs]._y = (_parent._y + _parent._parent._y) - _root.gd._y; _root.gd["bc" + _global.dubs].colour = colour; _global.dubs++; end = true; _parent.removeMovieClip(); } } } }
Symbol 33 Button
on (release) { getURL ("http://www.thegamehomepage.com/", "_blank"); }
Symbol 37 Button
on (release) { gotoAndPlay ("intro"); }
Symbol 40 Button
on (release) { getURL ("http://www.thegamehomepage.com/", "_blank"); }
Symbol 45 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { tghbar._xscale = PercentLoaded; } else { gotoAndPlay ("loaded"); }
Symbol 45 MovieClip Frame 2
gotoAndPlay (1);
Symbol 45 MovieClip Frame 86
stop();
Symbol 45 MovieClip Frame 172
Symbol 45 MovieClip Frame 227
Symbol 45 MovieClip Frame 253
_root.mblog.gotoAndStop(2);
Symbol 50 MovieClip Frame 95
_root.gotoAndPlay(2); stop();
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 2
stop();
Symbol 59 Button
on (press) { gotoAndPlay (4); } on (rollOver) { _root.menuding.start(0, 0); _root.menuding.setVolume(50); }
Symbol 64 Button
on (press) { gotoAndPlay (6); } on (rollOver) { _root.menuding.start(0, 0); _root.menuding.setVolume(50); }
Symbol 82 Button
on (press) { _root.gotoAndPlay(4); } on (rollOver) { _root.menuding.start(0, 0); _root.menuding.setVolume(50); }
Symbol 87 Button
on (press) { _root.gotoAndPlay(2); } on (rollOver) { _root.menuding.start(0, 0); _root.menuding.setVolume(50); }
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip Frame 1
on (release) { getURL ("http://www.thegamehomepage.com/", "_blank"); }
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 3
stop();
Symbol 107 MovieClip Frame 5
stop(); _root.water._y = 590; _root.water.gotime = true;
Symbol 107 MovieClip Frame 7
stop(); _root.char.gotime = true;
Symbol 107 MovieClip Frame 9
stop();
Symbol 107 MovieClip Frame 11
stop();
Symbol 107 MovieClip Frame 13
_root.gotoAndPlay(2);
Symbol 112 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = true; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Instance of Symbol 92 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { if (_root.char.dscreen == true) { _visible = true; fiss = _root.char.highest + "ft"; } }
Instance of Symbol 107 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (load) { if (_root._currentframe == 5) { _visible = false; } } onClipEvent (enterFrame) { if (_root._currentframe != 5) { if ((Key.isDown(32) and (nodbl != true)) and (_global.gpause != true)) { nodbl = true; gotoAndPlay(_currentframe + 1); } if (!Key.isDown(32)) { nodbl = false; } } }
Instance of Symbol 111 MovieClip "paussc" in Symbol 112 MovieClip Frame 1
onClipEvent (load) { _visible = false; this.swapDepths(100000); }
Symbol 129 MovieClip Frame 133
stop();
Symbol 133 MovieClip Frame 7
_parent.nodblj = false; _parent.vmov = -_parent.jump; _parent.gotoAndStop(1);
Symbol 140 MovieClip Frame 5
_parent.popnow = true;
Symbol 140 MovieClip Frame 6
stop();
Symbol 142 MovieClip Frame 1
_parent.vmov = 0; _parent.hmov = 0;
Symbol 142 MovieClip Frame 7
_parent.nodblj = false; _parent.hmov = 10 * _parent.wjdir; _parent.vmov = -_parent.jump; _parent.wjing = false; _parent.gotoAndStop(1);
Symbol 143 MovieClip Frame 1
stop();
Instance of Symbol 24 MovieClip [blockbig] in Symbol 151 MovieClip Frame 1
onClipEvent (load) { dspeed = 4; }
Instance of Symbol 24 MovieClip [blockbig] in Symbol 151 MovieClip Frame 1
onClipEvent (load) { dspeed = 4; }
Instance of Symbol 24 MovieClip [blockbig] in Symbol 151 MovieClip Frame 1
onClipEvent (load) { dspeed = 4; }
Instance of Symbol 24 MovieClip [blockbig] in Symbol 151 MovieClip Frame 1
onClipEvent (load) { dspeed = 4; }
Instance of Symbol 24 MovieClip [blockbig] in Symbol 151 MovieClip Frame 1
onClipEvent (load) { dspeed = 4; }
Instance of Symbol 24 MovieClip [blockbig] in Symbol 151 MovieClip Frame 1
onClipEvent (load) { dspeed = 4; }
Instance of Symbol 24 MovieClip [blockbig] in Symbol 151 MovieClip Frame 1
onClipEvent (load) { dspeed = 4; }
Symbol 154 MovieClip Frame 133
stop();

Library Items

Symbol 1 Sound [menu]
Symbol 2 Sound [dofa]
Symbol 3 Sound [death]
Symbol 4 Sound [bloop]
Symbol 5 Sound [ab2]
Symbol 6 GraphicUsed by:11
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:9
Symbol 9 MovieClipUses:8Used by:11
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClip [bcode]Uses:6 9 10Used by:12
Symbol 12 MovieClip [block]Uses:11
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:16
Symbol 15 GraphicUsed by:16 45 51 59 64 87 92  Timeline
Symbol 16 MovieClipUses:14 15Used by:17
Symbol 17 MovieClip [explode]Uses:16
Symbol 18 GraphicUsed by:23
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:21
Symbol 21 MovieClipUses:20Used by:23
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClip [bbcode]Uses:18 21 22Used by:24
Symbol 24 MovieClip [blockbig]Uses:23Used by:151
Symbol 25 FontUsed by:26 34 35 36
Symbol 26 TextUses:25Used by:45
Symbol 27 GraphicUsed by:28 37 124 151
Symbol 28 MovieClipUses:27Used by:45
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:45
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:33 41 91
Symbol 33 ButtonUses:32Used by:45 68
Symbol 34 TextUses:25Used by:45
Symbol 35 TextUses:25Used by:37
Symbol 36 EditableTextUses:25Used by:37
Symbol 37 ButtonUses:35 36 27Used by:45
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:40 45
Symbol 40 ButtonUses:39Used by:45 68
Symbol 41 MovieClipUses:32Used by:45
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:45
Symbol 44 SoundUsed by:45
Symbol 45 MovieClipUses:15 26 28 30 33 34 37 39 40 41 43 44Used by:Timeline
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:48
Symbol 48 MovieClipUses:47Used by:50
Symbol 49 SoundUsed by:50
Symbol 50 MovieClipUses:48 49Used by:51
Symbol 51 MovieClipUses:15 50Used by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:56
Symbol 56 MovieClipUses:55Used by:Timeline
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:59
Symbol 59 ButtonUses:58 15Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:64
Symbol 64 ButtonUses:63 15Used by:Timeline
Symbol 65 GraphicUsed by:68
Symbol 66 FontUsed by:67 90
Symbol 67 TextUses:66Used by:68
Symbol 68 MovieClipUses:65 67 40 33Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 GraphicUsed by:112
Symbol 72 FontUsed by:73 74
Symbol 73 EditableTextUses:72Used by:112
Symbol 74 EditableTextUses:72Used by:112
Symbol 75 FontUsed by:76
Symbol 76 EditableTextUses:75Used by:92
Symbol 77 FontUsed by:78
Symbol 78 TextUses:77Used by:92
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:82
Symbol 81 GraphicUsed by:82
Symbol 82 ButtonUses:80 81Used by:92
Symbol 83 FontUsed by:84
Symbol 84 TextUses:83Used by:92
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:87
Symbol 87 ButtonUses:86 15Used by:92 111
Symbol 88 GraphicUsed by:91
Symbol 89 FontUsed by:90
Symbol 90 TextUses:66 89Used by:91
Symbol 91 MovieClipUses:88 90 32Used by:92
Symbol 92 MovieClipUses:15 76 78 82 84 87 91Used by:112
Symbol 93 GraphicUsed by:107
Symbol 94 FontUsed by:95 96 97 98 99 100 101 102 103 104 105 106 128 153
Symbol 95 EditableTextUses:94Used by:107
Symbol 96 EditableTextUses:94Used by:107
Symbol 97 EditableTextUses:94Used by:107
Symbol 98 EditableTextUses:94Used by:107
Symbol 99 EditableTextUses:94Used by:107
Symbol 100 EditableTextUses:94Used by:107
Symbol 101 EditableTextUses:94Used by:107
Symbol 102 EditableTextUses:94Used by:107
Symbol 103 EditableTextUses:94Used by:107
Symbol 104 EditableTextUses:94Used by:107
Symbol 105 EditableTextUses:94Used by:107
Symbol 106 EditableTextUses:94Used by:107
Symbol 107 MovieClipUses:93 95 96 97 98 99 100 101 102 103 104 105 106Used by:112
Symbol 108 GraphicUsed by:111
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:111
Symbol 111 MovieClipUses:108 87 110Used by:112
Symbol 112 MovieClipUses:71 73 74 92 107 111Used by:Timeline
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:Timeline
Symbol 115 GraphicUsed by:120
Symbol 116 GraphicUsed by:119
Symbol 117 GraphicUsed by:119
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:116 117 118Used by:120
Symbol 120 MovieClipUses:115 119Used by:Timeline
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 MovieClipUses:27Used by:Timeline
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:Timeline
Symbol 127 GraphicUsed by:129
Symbol 128 TextUses:94Used by:129
Symbol 129 MovieClipUses:127 128Used by:Timeline
Symbol 130 GraphicUsed by:140 143
Symbol 131 GraphicUsed by:133
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:131 132Used by:143
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:143
Symbol 136 GraphicUsed by:140
Symbol 137 GraphicUsed by:140
Symbol 138 GraphicUsed by:140
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:130 136 137 138 139Used by:143
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:143
Symbol 143 MovieClipUses:130 133 135 140 142Used by:Timeline
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:146
Symbol 146 MovieClipUses:145Used by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:150
Symbol 150 MovieClipUses:149Used by:Timeline
Symbol 151 MovieClipUses:27 24Used by:Timeline
Symbol 152 GraphicUsed by:154
Symbol 153 TextUses:94Used by:154
Symbol 154 MovieClipUses:152 153Used by:Timeline

Instance Names

"mblog"Frame 1Symbol 51 MovieClip
"vcam"Frame 5Symbol 112 MovieClip
"dscreen"Frame 5Symbol 120 MovieClip
"water"Frame 5Symbol 122 MovieClip
"falling"Frame 5Symbol 124 MovieClip
"filler"Frame 5Symbol 126 MovieClip
"char"Frame 5Symbol 143 MovieClip
"gd"Frame 5Symbol 146 MovieClip
"vcam"Frame 7Symbol 112 MovieClip
"water"Frame 7Symbol 122 MovieClip
"gd"Frame 7Symbol 146 MovieClip
"falling"Frame 7Symbol 151 MovieClip
"char"Frame 7Symbol 143 MovieClip
"filler"Frame 7Symbol 126 MovieClip
"blcolor"Symbol 9 MovieClip Frame 1Symbol 8 MovieClip
"bcod"Symbol 12 MovieClip [block] Frame 1Symbol 11 MovieClip [bcode]
"blcolor"Symbol 21 MovieClip Frame 1Symbol 20 MovieClip
"bcod"Symbol 24 MovieClip [blockbig] Frame 1Symbol 23 MovieClip [bbcode]
"tghbar"Symbol 45 MovieClip Frame 1Symbol 28 MovieClip
"tghbar"Symbol 45 MovieClip Frame 6Symbol 28 MovieClip
"aaa"Symbol 112 MovieClip Frame 1Symbol 73 EditableText
"bbb"Symbol 112 MovieClip Frame 1Symbol 74 EditableText
"paussc"Symbol 112 MovieClip Frame 1Symbol 111 MovieClip
"dood"Symbol 120 MovieClip Frame 1Symbol 119 MovieClip
"gdbase"Symbol 146 MovieClip Frame 1Symbol 145 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "menu"
ExportAssets (56)Timeline Frame 1Symbol 2 as "dofa"
ExportAssets (56)Timeline Frame 1Symbol 3 as "death"
ExportAssets (56)Timeline Frame 1Symbol 4 as "bloop"
ExportAssets (56)Timeline Frame 1Symbol 5 as "ab2"
ExportAssets (56)Timeline Frame 1Symbol 11 as "bcode"
ExportAssets (56)Timeline Frame 1Symbol 12 as "block"
ExportAssets (56)Timeline Frame 1Symbol 17 as "explode"
ExportAssets (56)Timeline Frame 1Symbol 23 as "bbcode"
ExportAssets (56)Timeline Frame 1Symbol 24 as "blockbig"

Labels

"loaded"Symbol 45 MovieClip Frame 3
"intro"Symbol 45 MovieClip Frame 87

Dynamic Text Variables

aaaSymbol 73 EditableText"100ft"
bbbSymbol 74 EditableText"100ft"
fissSymbol 76 EditableText"100ft!"




http://swfchan.com/3/10035/info.shtml
Created: 9/6 -2019 00:23:48 Last modified: 9/6 -2019 00:23:48 Server time: 28/04 -2024 17:19:53