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

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

Dragondash.swf

This is the info page for
Flash #11001

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


Text
DRAGONDASH

OPHYR
GAMES

Loading

Brought to you by

More Games

More Games

Hi

Hi

<

<

Play

Play

3

2

1

Dash!

3

3

Dash!

|

0

Press and hold spacebar to move the dragon up
Release the spacebar to move the dragon down
Grab the coloured orbs to increase speed, but
avoid the grey orbs and the walls
Try to go as far as possible in 60 seconds.
Good luck !

Remaining time : 60 seconds

Distance travelled : 20000 meters

Speed : 400 Km/h

BACK

BACK

BACK

BACK

BACK

BACK

BACK

BACK

DISCARD

DISCARD

DISCARD

DISCARD

DISCARD

DISCARD

DISCARD

DISCARD

SUBMIT

SUBMIT

Score :

Name :

Loading

1
2
3
4
5
6
7
8
9
10

Loading

Loading

Loading

Loading

Loading

Loading

Loading

Loading

Loading

http://www.ophyr.com

http://www.ophyr.com

RePlay

RePlay

Register on
to keep track of your scores and
challenge your mates in your own
private leagues!

Register on

ActionScript [AS1/AS2]

Frame 1
totalBytes = Math.round(getBytesTotal() / 1024); loadedBytes = Math.round(getBytesLoaded() / 1024); percentDone = Math.round((loadedBytes / totalBytes) * 100); if (percentDone >= 100) { _root.winName = "Click"; _root.gotoAndPlay(4); } else { _root.progr.text = ((Math.round(loadedBytes) + "b of ") + Math.round(totalBytes)) + "b loaded"; }
Frame 2
gotoAndPlay (1);
Frame 3
stopAllSounds();
Frame 4
function gotoOphyr() { getURL ("http://www.ophyr.nl", "_blank"); } function gotoGG() { getURL ("http://www.gamegarage.co.uk", "_blank"); } function tracking() { trace("Tracking number of times played"); myURL = "http://gamegarage.co.uk/scripts/"; url = myURL + "tracking.php"; lv = new LoadVars(); lv.game_id = _root.game_id; lv.user_id = _root.user_id; lv.sendAndLoad(url, lv, "POST"); } _root.clicked = false; stop(); trace(_root.winName); stopAllSounds(); var myContextMenu = new ContextMenu(); myContextMenu.hideBuiltInItems(); var link = new ContextMenuItem("www.ophyr.nl", gotoOphyr); myContextMenu.customItems.push(link); var link2 = new ContextMenuItem("www.gamegarage.co.uk", gotoGG); myContextMenu.customItems.push(link2); _root.menu = myContextMenu;
Instance of Symbol 79 MovieClip "fader" in Frame 4
onClipEvent (load) { this.swapDepths(9001); }
Frame 5
function scoring(archievedScore) { trace("Attempting to submit " + archievedScore); myURL = "http://www.gamegarage.co.uk/scripts/"; url = myURL + "score.php"; lv = new LoadVars(); lv.game_id = _root.game_id; lv.user_id = _root.user_id; lv.score = archievedScore; lv.alg = ((_root.game_id + _root.user_id) + archievedScore) + "a83l9xj"; lv.sendAndLoad(url, lv, "POST"); } stop(); Mouse.hide(); _root.attachMovie("startfader", "startfadert", 9005, {_x:300, _y:150}); music = new Sound(_root.createEmptyMovieClip("bgm", 166)); music.attachSound("music"); music.start(0, 5); jet = new Sound(_root.createEmptyMovieClip("jet", 10000)); jet.attachSound("jet"); jet.start(0, 5000); jet.setVolume(0); _root.speed = 5;
Instance of Symbol 95 MovieClip "spd" in Frame 5
onClipEvent (load) { this.swapDepths(4000); }
Instance of Symbol 76 MovieClip "head" in Frame 5
onClipEvent (load) { this.swapDepths(5000); var index = 0; var yspeed = 0; var yacc = 0.35; var rotation = 0; var scrollspeed = 8; var defaultScrollSpeed = 8; var gameBeaten = false; var gameStarted = false; } onClipEvent (enterFrame) { _root.jet.setVolume(_root.speed); if (gameStarted) { if (!this.gameBeaten) { _root.speed = _root.controller.scaler / 14; if (Key.isDown(32)) { this.yspeed = this.yspeed - this.yacc; } else { this.yspeed = this.yspeed + this.yacc; } this._y = this._y + this.yspeed; this._rotation = this.yspeed * 4; } else { this._x = this._x + _root.controller.scaler; this._rotation = 0; } } this.scrollspeed = this.defaultScrollSpeed + ((_root.controller.scaler / 100) * 2); nm = "b" + index; rotation = this._rotation; var tribalname = ("bodytr_" + this._currentframe); _root.attachMovie(tribalname, nm, index, {_x:this._x, _y:this._y, _rotation:rotation, _xscale:(index % 16) + 30, _yscale:(index % 16) + 30, onEnterFrame:function () { if (!_root.head.gameBeaten) { this._x = this._x - scrollspeed; } else { this._x = this._x + (_root.controller.scaler - scrollspeed); } }}); _root[nm].cacheAsBitmap = true; if (index > 30) { index = 0; } else { index++; } }
Instance of Symbol 70 MovieClip [border] "controller" in Frame 5
onClipEvent (load) { function createSparks(dirUp) { var _local4 = 0; while (_local4 <= 5) { var _local3 = "spark" + this.sindex; if (dirUp) { var _local6 = (RAND() * 8) - (-4 * (_root.controller.scaler / 80)); var _local5 = -(8 + (RAND() * 6)); } else { var _local6 = (RAND() * 8) - (-4 * (_root.controller.scaler / 80)); var _local5 = -(RAND() * 6); } _root.attachMovie("spark", _local3, this.sindex, {_x:_root.head._x + 20, _y:_root.head._y, xacc:_local6, yacc:_local5, onEnterFrame:function () { this._x = this._x - this.xacc; this.xacc = this.xacc + 0.4; this._y = this._y + this.yacc; this.yacc = this.yacc + 0.6; if ((this._x < -10) || (this._y > 300)) { this.removeMovieClip(); } }}); _root[_local3].cacheAsBitmap = true; _root[_local3].gotoAndStop(_root.head._currentframe); if (this.sindex > 380) { this.sindex = 300; } else { this.sindex++; } _local4++; } } function createBorder() { nm = "border" + index; _root.attachMovie("border", nm, index, {_x:680, _y:150, onEnterFrame:function () { if (!_root.head.gameBeaten) { this._x = this._x - (this._width / 4); this._width = _root.controller.scaler; this.down.gotoAndStop(_root.head._currentframe); this.up.gotoAndStop(_root.head._currentframe); if ((this._x < 340) && (this._x > 260)) { if (this.up.hitTest(_root.head)) { _root.controller.hit.start(0.25, 1); createSparks(false); if ((_root.controller.scaler - 20) >= 70) { _root.controller.scaler = _root.controller.scaler - 20; } if ((_root.controller.difficulty - 8) >= -30) { _root.controller.difficulty = _root.controller.difficulty - 8; } _root.controller.hits++; _root.head._y = _root.head._y + 5; if (_root.head.yspeed < 0) { _root.head.yspeed = ((-_root.head.yspeed) * 0.6) + 0.5; } else { _root.head.yspeed = 5; } _root.controller.pb.start(0, 1); } if (this.down.hitTest(_root.head)) { _root.controller.hit.start(0.25, 1); createSparks(true); if ((_root.controller.scaler - 20) >= 70) { _root.controller.scaler = _root.controller.scaler - 20; } if ((_root.controller.difficulty - 8) >= -30) { _root.controller.difficulty = _root.controller.difficulty - 8; } _root.controller.hits++; _root.head._y = _root.head._y - 10; if (_root.head.yspeed > 0) { _root.head.yspeed = ((-_root.head.yspeed) * 0.6) - 0.5; } else { _root.head.yspeed = -5; } _root.controller.pb.start(0, 1); } } if (this._x < (-(10 + this._width))) { this.removeMovieClip(); } } }}); } grab = new Sound(); grab.attachSound("grab"); pb = new Sound(); pb.attachSound("pickupBad"); pg = new Sound(); pg.attachSound("pickupGood"); hit = new Sound(); hit.attachSound("hit"); RAND = Math.random; SIN = Math.sin; FLOOR = Math.floor; var gameStarted = false; var borderUp = 100; var borderDown = 100; var index = 50; var gindex = 140; var findex = 200; var sindex = 300; var timeRemaining = 3600; var edgeAggressiveness = 100; var scaler = 100; var distance = 0; var dir = 0; var bdir = 0; var lCounter = 0; var fCounter = 0; var levelDir = 6; var difficulty = -30; var hits = 0; } onClipEvent (enterFrame) { if (!_root.head.gameBeaten) { createBorder(); this.timeRemaining = FLOOR((3600 - this.lCounter) / 60); if (this.timeRemaining <= 0) { _root.jet.setVolume(0); _root.jet = undefined; _root.head.gameBeaten = true; } _root.spd.remainingTimeMeter.text = ("Remaining time : " + this.timeRemaining) + " seconds"; _root.spd.travelledMeter.text = ("Distance travelled : " + FLOOR(this.distance)) + " metres"; _root.spd.speedMeter.text = ("Speed : " + this.scaler) + " km/h"; if (_root.head.gameStarted) { this.lCounter++; } this.fCounter++; if ((this.scaler >= 240) && (this.fCounter >= (20 - FLOOR(_root.controller.scaler / 15)))) { this.fCounter = 0; fnm = "flare" + this.findex; _root.attachMovie("flare", fnm, this.findex, {_x:620, _y:150, onEnterFrame:function () { if (this._x > (-this._width)) { this._x = this._x - this._width; } else { this.removeMovieClip(); } }}); _root[fnm].gotoAndStop(_root.head._currentframe); _root[fnm]._y = 20 + (RAND() * 260); _root[fnm]._xscale = 100 + ((RAND() * 80) - 40); if (this.findex > 280) { this.findex = 200; } else { this.findex++; } } if (_root.controller.gameStarted) { if ((this.lCounter % FLOOR(_root.controller.scaler)) == 0) { gnm = "globe" + this.gindex; _root.attachMovie("globe", gnm, this.gindex, {_x:620, _y:150, killed:false, onEnterFrame:function () { this._y = this._y + Math.cos(this._x / 100); if (!_root.head.gameBeaten) { if (this._x > -20) { this._x = this._x - ((_root.controller.scaler / 100) * 6); } else { this.removeMovieClip(); } } else if (this._x < 620) { this._x = this._x + ((_root.controller.scaler / 100) * 16); } else { this.removeMovieClip(); } if ((this._x < 350) && (this._x > 250)) { if ((!this.killed) && (_root.head.grab.hitTest(this))) { _root.controller.grab.start(0, 1); this.killed = true; createSparks(false); if (this._currentframe != _root.head._currentframe) { _root.controller.pg.start(0, 1); _root.head.gotoAndStop(this._currentframe); _root.bg.gotoAndStop(this._currentframe); if ((_root.controller.scaler + 40) <= 400) { _root.controller.scaler = _root.controller.scaler + 40; } if ((_root.controller.difficulty + 10) <= 60) { _root.controller.difficulty = _root.controller.difficulty + 10; } _root.controller.edgeAggressiveness = _root.controller.edgeAggressiveness + 4; } else if (this._currentframe == _root.head._currentframe) { _root.controller.pb.start(0, 1); if ((_root.controller.scaler - 20) >= 70) { _root.controller.scaler = _root.controller.scaler - 20; } if ((_root.controller.difficulty - 10) >= -30) { _root.controller.difficulty = _root.controller.difficulty - 10; } _root.controller.edgeAggressiveness = _root.controller.edgeAggressiveness - 4; } this.g.gotoAndPlay(2); } } }}); var randNum = FLOOR(RAND() * 3); if (randNum == 1) { _root[gnm].gotoAndStop(_root.head._currentframe); } else { var tmpFrame = _root.head._currentframe; if (tmpFrame == 3) { tmpFrame = 1; } else { tmpFrame++; } _root[gnm].gotoAndStop(tmpFrame); } _root[gnm]._y = (_root.head._y + (RAND() * 50)) - 25; } if (gindex > 180) { gindex = 140; } else { gindex++; } } if (gameStarted) { this.distance = this.distance + (this.scaler / 36); this.dir = this.dir + ((RAND() * 12) - this.levelDir); newUpCoord = (_root[nm].up._y - this.borderUp) + this.dir; newDownCoord = (_root[nm].down._y + this.borderDown) + this.dir; newUpCoord = newUpCoord + (this.difficulty * SIN(this.lCounter / 10)); newDownCoord = newDownCoord - (this.difficulty * SIN(this.lCounter / 10)); } else { newUpCoord = _root[nm].up._y - this.borderUp; newDownCoord = _root[nm].down._y + this.borderDown; } if (newUpCoord > 80) { newUpCoord = 80; if (this.levelDir < 12) { this.levelDir = this.levelDir + ((RAND() * this.scaler) / (this.edgeAggressiveness + (this.scaler / 60))); } } else if (newDownCoord < -80) { newDownCoord = -80; if (this.levelDir > -12) { this.levelDir = this.levelDir - ((RAND() * this.scaler) / (this.edgeAggressiveness + (this.scaler / 60))); } } else if (newUpCoord < -140) { newUpCoord = -140; if (this.levelDir > -12) { this.levelDir = this.levelDir - ((RAND() * this.scaler) / (this.edgeAggressiveness + (this.scaler / 60))); } } else if (newDownCoord > 140) { newDownCoord = 140; if (this.levelDir < 12) { this.levelDir = this.levelDir + ((RAND() * this.scaler) / (this.edgeAggressiveness + (this.scaler / 60))); } } else if ((RAND() * 3) > 2) { if (this.levelDir > 5) { levelDir = levelDir - ((RAND() * this.scaler) / (this.edgeAggressiveness + (this.scaler / 60))); } else if (this.levelDir < 9) { levelDir = levelDir + ((RAND() * this.scaler) / (this.edgeAggressiveness + (this.scaler / 60))); } } _root[nm].up.gotoAndStop(_root.head._currentframe); _root[nm].down.gotoAndStop(_root.head._currentframe); _root[nm].up._y = newUpCoord; _root[nm].down._y = newDownCoord; if (index > 100) { index = 50; } else { index++; } } else if (!_root.ending) { _root.jet.setVolume(0); _root.distanceScoreString = ("You travelled " + FLOOR(this.distance)) + " meters"; _root.distanceScore = FLOOR(this.distance); trace("Distancescore = " + _root.distanceScore); _root.attachMovie("endfader", "endfadert", 9005, {_x:300, _y:150}); } }
Instance of Symbol 13 MovieClip "gglogo" in Frame 5
onClipEvent (load) { this.swapDepths(9004); }
Frame 6
Mouse.show(); stop(); _root.clicked = false; stopAllSounds(); trace("Sending score to ze Germanz"); scoring(_root.distanceScore);
Instance of Symbol 79 MovieClip "fader" in Frame 6
onClipEvent (load) { this.swapDepths(9001); }
Instance of Symbol 13 MovieClip "gglogo" in Frame 6
on (press) { if (!_root.clicked) { grab = new Sound(); grab.attachSound("grab"); grab.start(0, 1); _root.getURL("http://www.gamegarage.co.uk/users/register.php", "_blank"); } } on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); }
Symbol 13 MovieClip Frame 1
stop();
Instance of Symbol 18 MovieClip in Symbol 20 MovieClip Frame 1
onClipEvent (load) { this.colorizer = new ObjectColor(); } onClipEvent (enterFrame) { this.colorizer = new ObjectColor(); this.colorizer.setRed(_root.red); this.colorizer.setGreen(_root.green); this.colorizer.setBlue(_root.blue); this.colorizer.colorize(this); }
Symbol 24 Button
on (press) { _root.getURL("http://www.ophyr.nl", "_blank"); }
Symbol 46 MovieClip [counter] Frame 180
_root.head.gameStarted = true;
Symbol 46 MovieClip [counter] Frame 240
_root.controller.gameStarted = true; this.unloadMovie();
Symbol 53 MovieClip [bodytr_3] Frame 25
this.removeMovieClip();
Symbol 55 MovieClip [bodytr_2] Frame 25
this.removeMovieClip();
Symbol 57 MovieClip [bodytr_1] Frame 25
this.removeMovieClip();
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 2
stop();
Symbol 61 MovieClip Frame 3
stop();
Symbol 76 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 2
stop();
Symbol 76 MovieClip Frame 3
stop();
Symbol 78 MovieClip [endfader] Frame 1
_root.ending = true; stopAllSounds(); rip = new Sound(); rip.attachSound("rip"); rip.start(0, 1); boom = new Sound(_root.createEmptyMovieClip("boom", 167)); boom.attachSound("boom"); boom.setVolume(_root.speed); boom.start(0, 1);
Symbol 78 MovieClip [endfader] Frame 120
trace(_root.distancescore); var i = 0; while (i <= 9000) { _level0.getInstanceAtDepth(i).swapDepths(9002); _level0.getInstanceAtDepth(i).removeMovieClip(); i++; } _root.head.removeMovieClip(); _root.controller.swapDepths(9002); _root.controller.removeMovieClip(); _root.gglogo.swapDepths(9002); _root.gglogo.removeMovieClip(); _root.nextFrame(); this.swapDepths(10000); this.removeMovieClip();
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 121
_root.gotoAndPlay(5); this.removeMovieClip();
Symbol 84 MovieClip [startfader] Frame 120
_root.distancescore = 0; _root.attachMovie("counter", "counter", 8000, {_x:Stage.width / 2, _y:Stage.height / 2}); this.swapDepths(10000); this.removeMovieClip();
Symbol 123 MovieClip Frame 1
_root.winName = "Click";
Symbol 125 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 20
_parent.removeMovieClip();
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 20
_parent.removeMovieClip();
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 20
_parent.removeMovieClip();
Symbol 130 MovieClip [globe] Frame 1
stop();
Symbol 130 MovieClip [globe] Frame 2
stop();
Symbol 130 MovieClip [globe] Frame 3
stop();
Symbol 131 Button
on (release) { grab = new Sound(); grab.attachSound("grab"); grab.start(0, 1); _root.Table.scoretable.filename = "scores/dragondashscores.sco"; _root.Table.scoretable.scoresize = 10; _root.Table.scoretable.action = "INSERT"; _root.Table.scoretable.viewtype = "FLASH"; _root.Table.scoretable.winname = winName.Name.text; _root.Table.scoretable.winscore = winScore.Score.text; _root.Table.scoretable.loadVariables("http://www.ophyr.nl/scores/scores.php", "GET"); _root.enterHighScore._visible = false; _root.Table._visible = true; }
Symbol 158 Button
on (press) { grab = new Sound(); grab.attachSound("grab"); grab.start(0, 1); _root.gotoAndStop(4); }
Symbol 170 Button
on (press) { if (!_root.clicked) { grab = new Sound(); grab.attachSound("grab"); grab.start(0, 1); _root.getURL("http://www.gamegarage.co.uk", "_blank"); } }
Symbol 171 Button
on (press) { if (!_root.clicked) { grab = new Sound(); grab.attachSound("grab"); grab.start(0, 1); tracking(); _root.clicked = true; _root.ending = false; _root.fader.gotoAndPlay(2); } }
Symbol 174 Button
on (press) { _root.getURL("http://www.ophyr.nl", "_blank"); }
Symbol 177 Button
on (press) { if (!_root.clicked) { grab = new Sound(); grab.attachSound("grab"); grab.start(0, 1); tracking(); _root.clicked = true; _root.ending = false; _root.fader.gotoAndPlay(2); } }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:13
Symbol 3 GraphicUsed by:13 27
Symbol 4 GraphicUsed by:13 27
Symbol 5 GraphicUsed by:13 27
Symbol 6 GraphicUsed by:13 27
Symbol 7 GraphicUsed by:13 27
Symbol 8 GraphicUsed by:13 27
Symbol 9 GraphicUsed by:13 27
Symbol 10 GraphicUsed by:13 27
Symbol 11 GraphicUsed by:13 27
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:2 3 4 5 6 7 8 9 10 11 12Used by:Timeline
Symbol 14 FontUsed by:15 28 29 30 31 33 34 36 37 39 40 42 43 44 45 47 48 49 85 87 115 116 132 133 175 176
Symbol 15 TextUses:14Used by:Timeline
Symbol 16 GraphicUsed by:24
Symbol 17 GraphicUsed by:18 24
Symbol 18 MovieClipUses:17Used by:20
Symbol 19 GraphicUsed by:20 24
Symbol 20 MovieClipUses:18 19Used by:24
Symbol 21 FontUsed by:22
Symbol 22 TextUses:21Used by:23 24
Symbol 23 MovieClipUses:22Used by:24
Symbol 24 ButtonUses:16 20 23 17 19 22Used by:Timeline
Symbol 25 GraphicUsed by:27
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:25 3 4 5 6 7 8 9 10 11 26Used by:Timeline
Symbol 28 EditableTextUses:14Used by:Timeline
Symbol 29 TextUses:14Used by:Timeline
Symbol 30 EditableTextUses:14Used by:32 170
Symbol 31 EditableTextUses:14Used by:32 170
Symbol 32 ButtonUses:30 31Used by:Timeline
Symbol 33 EditableTextUses:14Used by:35
Symbol 34 EditableTextUses:14Used by:35
Symbol 35 ButtonUses:33 34Used by:Timeline
Symbol 36 EditableTextUses:14Used by:38 158
Symbol 37 EditableTextUses:14Used by:38 158
Symbol 38 ButtonUses:36 37Used by:Timeline
Symbol 39 EditableTextUses:14Used by:41 171
Symbol 40 EditableTextUses:14Used by:41 171
Symbol 41 ButtonUses:39 40Used by:Timeline
Symbol 42 TextUses:14Used by:46
Symbol 43 TextUses:14Used by:46
Symbol 44 TextUses:14Used by:46
Symbol 45 TextUses:14Used by:46
Symbol 46 MovieClip [counter]Uses:42 43 44 45Used by:Timeline
Symbol 47 EditableTextUses:14Used by:Timeline
Symbol 48 EditableTextUses:14Used by:Timeline
Symbol 49 EditableTextUses:14Used by:Timeline
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:53 55 57
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClip [bodytr_3]Uses:51 52Used by:Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClip [bodytr_2]Uses:51 54Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClip [bodytr_1]Uses:51 56Used by:Timeline
Symbol 58 GraphicUsed by:61
Symbol 59 GraphicUsed by:61
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:58 59 60Used by:Timeline
Symbol 62 GraphicUsed by:65
Symbol 63 GraphicUsed by:65
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:62 63 64Used by:70
Symbol 66 GraphicUsed by:69
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:66 67 68Used by:70
Symbol 70 MovieClip [border]Uses:65 69Used by:Timeline
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:76
Symbol 73 GraphicUsed by:76
Symbol 74 GraphicUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:72 73 74 75Used by:Timeline
Symbol 77 GraphicUsed by:78 79 84
Symbol 78 MovieClip [endfader]Uses:77Used by:Timeline
Symbol 79 MovieClipUses:77Used by:Timeline
Symbol 80 GraphicUsed by:83
Symbol 81 GraphicUsed by:83
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClip [spark]Uses:80 81 82Used by:Timeline
Symbol 84 MovieClip [startfader]Uses:77Used by:Timeline
Symbol 85 EditableTextUses:14Used by:86
Symbol 86 MovieClipUses:85Used by:134  Timeline
Symbol 87 EditableTextUses:14Used by:88
Symbol 88 MovieClipUses:87Used by:134  Timeline
Symbol 89 FontUsed by:90 92 93 94 172 173 178 180
Symbol 90 TextUses:89Used by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 EditableTextUses:89Used by:95
Symbol 93 EditableTextUses:89Used by:95
Symbol 94 EditableTextUses:89Used by:95
Symbol 95 MovieClipUses:92 93 94Used by:Timeline
Symbol 96 FontUsed by:97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 113
Symbol 97 EditableTextUses:96Used by:105
Symbol 98 EditableTextUses:96Used by:105
Symbol 99 EditableTextUses:96Used by:105
Symbol 100 EditableTextUses:96Used by:105
Symbol 101 EditableTextUses:96Used by:105
Symbol 102 EditableTextUses:96Used by:105
Symbol 103 EditableTextUses:96Used by:105
Symbol 104 EditableTextUses:96Used by:105
Symbol 105 ButtonUses:97 98 99 100 101 102 103 104Used by:Timeline
Symbol 106 EditableTextUses:96Used by:114
Symbol 107 EditableTextUses:96Used by:114
Symbol 108 EditableTextUses:96Used by:114
Symbol 109 EditableTextUses:96Used by:114
Symbol 110 EditableTextUses:96Used by:114
Symbol 111 EditableTextUses:96Used by:114
Symbol 112 EditableTextUses:96Used by:114
Symbol 113 EditableTextUses:96Used by:114
Symbol 114 ButtonUses:106 107 108 109 110 111 112 113Used by:Timeline
Symbol 115 EditableTextUses:14Used by:117 131
Symbol 116 EditableTextUses:14Used by:117 131
Symbol 117 ButtonUses:115 116Used by:Timeline
Symbol 118 GraphicUsed by:121
Symbol 119 GraphicUsed by:121
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClip [flare]Uses:118 119 120Used by:Timeline
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:125 127 129
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:123 124Used by:130
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:123 126Used by:130
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:123 128Used by:130
Symbol 130 MovieClip [globe]Uses:125 127 129Used by:Timeline
Symbol 131 ButtonUses:115 116Used by:134
Symbol 132 TextUses:14Used by:134
Symbol 133 TextUses:14Used by:134
Symbol 134 MovieClipUses:131 88 86 132 133Used by:Timeline
Symbol 135 FontUsed by:136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
Symbol 136 EditableTextUses:135Used by:157
Symbol 137 EditableTextUses:135Used by:157
Symbol 138 EditableTextUses:135Used by:157
Symbol 139 EditableTextUses:135Used by:157
Symbol 140 EditableTextUses:135Used by:157
Symbol 141 EditableTextUses:135Used by:157
Symbol 142 EditableTextUses:135Used by:157
Symbol 143 EditableTextUses:135Used by:157
Symbol 144 EditableTextUses:135Used by:157
Symbol 145 EditableTextUses:135Used by:157
Symbol 146 EditableTextUses:135Used by:157
Symbol 147 TextUses:135Used by:157
Symbol 148 EditableTextUses:135Used by:157
Symbol 149 EditableTextUses:135Used by:157
Symbol 150 EditableTextUses:135Used by:157
Symbol 151 EditableTextUses:135Used by:157
Symbol 152 EditableTextUses:135Used by:157
Symbol 153 EditableTextUses:135Used by:157
Symbol 154 EditableTextUses:135Used by:157
Symbol 155 EditableTextUses:135Used by:157
Symbol 156 EditableTextUses:135Used by:157
Symbol 157 MovieClipUses:136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156Used by:159  Timeline
Symbol 158 ButtonUses:36 37Used by:159
Symbol 159 MovieClipUses:157 158Used by:Timeline
Symbol 160 Sound [rip]Used by:Timeline
Symbol 161 Sound [boom]Used by:Timeline
Symbol 162 Sound [jet]Used by:Timeline
Symbol 163 Sound [music]Used by:Timeline
Symbol 164 Sound [grab]Used by:Timeline
Symbol 165 Sound [hit]Used by:Timeline
Symbol 166 Sound [pickupGood]Used by:Timeline
Symbol 167 Sound [pickupBad]Used by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 ButtonUses:30 31Used by:Timeline
Symbol 171 ButtonUses:39 40Used by:Timeline
Symbol 172 EditableTextUses:89Used by:174
Symbol 173 EditableTextUses:89Used by:174
Symbol 174 ButtonUses:172 173Used by:Timeline
Symbol 175 EditableTextUses:14Used by:177
Symbol 176 EditableTextUses:14Used by:177
Symbol 177 ButtonUses:175 176Used by:Timeline
Symbol 178 TextUses:89Used by:179
Symbol 179 MovieClipUses:178Used by:Timeline
Symbol 180 EditableTextUses:89Used by:Timeline

Instance Names

"progr"Frame 1Symbol 28 EditableText
"help"Frame 4Symbol 91 MovieClip
"bhelp"Frame 4Symbol 170 Button
"bplay"Frame 4Symbol 171 Button
"fader"Frame 4Symbol 79 MovieClip
"bg"Frame 5Symbol 61 MovieClip
"spd"Frame 5Symbol 95 MovieClip
"head"Frame 5Symbol 76 MovieClip
"controller"Frame 5Symbol 70 MovieClip [border]
"gglogo"Frame 5Symbol 13 MovieClip
"bhelp"Frame 6Symbol 170 Button
"bplay"Frame 6Symbol 177 Button
"fader"Frame 6Symbol 79 MovieClip
"help"Frame 6Symbol 179 MovieClip
"gglogo"Frame 6Symbol 13 MovieClip
"up"Symbol 70 MovieClip [border] Frame 1Symbol 65 MovieClip
"down"Symbol 70 MovieClip [border] Frame 1Symbol 69 MovieClip
"grab"Symbol 76 MovieClip Frame 1Symbol 72 MovieClip
"Name"Symbol 86 MovieClip Frame 1Symbol 85 EditableText
"Score"Symbol 88 MovieClip Frame 1Symbol 87 EditableText
"remainingTimeMeter"Symbol 95 MovieClip Frame 1Symbol 92 EditableText
"travelledMeter"Symbol 95 MovieClip Frame 1Symbol 93 EditableText
"speedMeter"Symbol 95 MovieClip Frame 1Symbol 94 EditableText
"g"Symbol 130 MovieClip [globe] Frame 1Symbol 125 MovieClip
"g"Symbol 130 MovieClip [globe] Frame 2Symbol 127 MovieClip
"g"Symbol 130 MovieClip [globe] Frame 3Symbol 129 MovieClip
"winScore"Symbol 134 MovieClip Frame 1Symbol 88 MovieClip
"winName"Symbol 134 MovieClip Frame 1Symbol 86 MovieClip
"scoretable"Symbol 159 MovieClip Frame 1Symbol 157 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 3Symbol 46 as "counter"
ExportAssets (56)Timeline Frame 3Symbol 53 as "bodytr_3"
ExportAssets (56)Timeline Frame 3Symbol 55 as "bodytr_2"
ExportAssets (56)Timeline Frame 3Symbol 57 as "bodytr_1"
ExportAssets (56)Timeline Frame 3Symbol 70 as "border"
ExportAssets (56)Timeline Frame 3Symbol 78 as "endfader"
ExportAssets (56)Timeline Frame 3Symbol 83 as "spark"
ExportAssets (56)Timeline Frame 3Symbol 84 as "startfader"
ExportAssets (56)Timeline Frame 3Symbol 121 as "flare"
ExportAssets (56)Timeline Frame 3Symbol 130 as "globe"
ExportAssets (56)Timeline Frame 3Symbol 160 as "rip"
ExportAssets (56)Timeline Frame 3Symbol 161 as "boom"
ExportAssets (56)Timeline Frame 3Symbol 162 as "jet"
ExportAssets (56)Timeline Frame 3Symbol 163 as "music"
ExportAssets (56)Timeline Frame 3Symbol 164 as "grab"
ExportAssets (56)Timeline Frame 3Symbol 165 as "hit"
ExportAssets (56)Timeline Frame 3Symbol 166 as "pickupGood"
ExportAssets (56)Timeline Frame 3Symbol 167 as "pickupBad"

Dynamic Text Variables

_root.winNameSymbol 85 EditableText"|"
_root.distancescoreSymbol 87 EditableText"0"
NAME0Symbol 136 EditableText"Loading"
SCORE0Symbol 137 EditableText""
SCORE1Symbol 138 EditableText""
SCORE2Symbol 139 EditableText""
SCORE3Symbol 140 EditableText""
SCORE4Symbol 141 EditableText""
SCORE5Symbol 142 EditableText""
SCORE6Symbol 143 EditableText""
SCORE7Symbol 144 EditableText""
SCORE8Symbol 145 EditableText""
SCORE9Symbol 146 EditableText""
NAME1Symbol 148 EditableText"Loading"
NAME2Symbol 149 EditableText"Loading"
NAME3Symbol 150 EditableText"Loading"
NAME4Symbol 151 EditableText"Loading"
NAME5Symbol 152 EditableText"Loading"
NAME6Symbol 153 EditableText"Loading"
NAME7Symbol 154 EditableText"Loading"
NAME8Symbol 155 EditableText"Loading"
NAME9Symbol 156 EditableText"Loading"
_root.distanceScoreStringSymbol 180 EditableText"Register on"




http://swfchan.com/3/11001/info.shtml
Created: 7/6 -2019 19:17:52 Last modified: 7/6 -2019 19:17:52 Server time: 03/05 -2024 04:56:16