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

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

Dragon Dash.swf

This is the info page for
Flash #42363

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


Text
DRAGONDASH

Loading

OPHYR
GAMES

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

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 63 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 79 MovieClip "spd" in Frame 5
onClipEvent (load) { this.swapDepths(4000); }
Instance of Symbol 60 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 54 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}); } }
Frame 6
Mouse.show(); stop(); _root.clicked = false; stopAllSounds(); trace("Sending score to ze Germanz"); scoring(_root.distanceScore);
Instance of Symbol 63 MovieClip "fader" in Frame 6
onClipEvent (load) { this.swapDepths(9001); }
Instance of Symbol 172 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); }
Instance of Symbol 5 MovieClip in Symbol 7 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 13 Button
on (press) { _root.getURL("http://www.ophyr.nl", "_blank"); }
Symbol 30 MovieClip [counter] Frame 180
_root.head.gameStarted = true;
Symbol 30 MovieClip [counter] Frame 240
_root.controller.gameStarted = true; this.unloadMovie();
Symbol 37 MovieClip [bodytr_3] Frame 25
this.removeMovieClip();
Symbol 39 MovieClip [bodytr_2] Frame 25
this.removeMovieClip();
Symbol 41 MovieClip [bodytr_1] Frame 25
this.removeMovieClip();
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 2
stop();
Symbol 45 MovieClip Frame 3
stop();
Symbol 60 MovieClip Frame 1
stop();
Symbol 60 MovieClip Frame 2
stop();
Symbol 60 MovieClip Frame 3
stop();
Symbol 62 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 62 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 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 121
_root.gotoAndPlay(5); this.removeMovieClip();
Symbol 68 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 107 MovieClip Frame 1
_root.winName = "Click";
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 20
_parent.removeMovieClip();
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 20
_parent.removeMovieClip();
Symbol 113 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 20
_parent.removeMovieClip();
Symbol 114 MovieClip [globe] Frame 1
stop();
Symbol 114 MovieClip [globe] Frame 2
stop();
Symbol 114 MovieClip [globe] Frame 3
stop();
Symbol 115 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 142 Button
on (press) { grab = new Sound(); grab.attachSound("grab"); grab.start(0, 1); _root.gotoAndStop(4); }
Symbol 154 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 155 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 158 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 172 MovieClip Frame 1
stop();

Library Items

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

Instance Names

"progr"Frame 1Symbol 8 EditableText
"help"Frame 4Symbol 75 MovieClip
"bhelp"Frame 4Symbol 154 Button
"bplay"Frame 4Symbol 155 Button
"fader"Frame 4Symbol 63 MovieClip
"bg"Frame 5Symbol 45 MovieClip
"spd"Frame 5Symbol 79 MovieClip
"head"Frame 5Symbol 60 MovieClip
"controller"Frame 5Symbol 54 MovieClip [border]
"bhelp"Frame 6Symbol 154 Button
"bplay"Frame 6Symbol 158 Button
"fader"Frame 6Symbol 63 MovieClip
"help"Frame 6Symbol 160 MovieClip
"gglogo"Frame 6Symbol 172 MovieClip
"up"Symbol 54 MovieClip [border] Frame 1Symbol 49 MovieClip
"down"Symbol 54 MovieClip [border] Frame 1Symbol 53 MovieClip
"grab"Symbol 60 MovieClip Frame 1Symbol 56 MovieClip
"Name"Symbol 70 MovieClip Frame 1Symbol 69 EditableText
"Score"Symbol 72 MovieClip Frame 1Symbol 71 EditableText
"remainingTimeMeter"Symbol 79 MovieClip Frame 1Symbol 76 EditableText
"travelledMeter"Symbol 79 MovieClip Frame 1Symbol 77 EditableText
"speedMeter"Symbol 79 MovieClip Frame 1Symbol 78 EditableText
"g"Symbol 114 MovieClip [globe] Frame 1Symbol 109 MovieClip
"g"Symbol 114 MovieClip [globe] Frame 2Symbol 111 MovieClip
"g"Symbol 114 MovieClip [globe] Frame 3Symbol 113 MovieClip
"winScore"Symbol 118 MovieClip Frame 1Symbol 72 MovieClip
"winName"Symbol 118 MovieClip Frame 1Symbol 70 MovieClip
"scoretable"Symbol 143 MovieClip Frame 1Symbol 141 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 3Symbol 30 as "counter"
ExportAssets (56)Timeline Frame 3Symbol 37 as "bodytr_3"
ExportAssets (56)Timeline Frame 3Symbol 39 as "bodytr_2"
ExportAssets (56)Timeline Frame 3Symbol 41 as "bodytr_1"
ExportAssets (56)Timeline Frame 3Symbol 54 as "border"
ExportAssets (56)Timeline Frame 3Symbol 62 as "endfader"
ExportAssets (56)Timeline Frame 3Symbol 67 as "spark"
ExportAssets (56)Timeline Frame 3Symbol 68 as "startfader"
ExportAssets (56)Timeline Frame 3Symbol 105 as "flare"
ExportAssets (56)Timeline Frame 3Symbol 114 as "globe"
ExportAssets (56)Timeline Frame 3Symbol 144 as "rip"
ExportAssets (56)Timeline Frame 3Symbol 145 as "boom"
ExportAssets (56)Timeline Frame 3Symbol 146 as "jet"
ExportAssets (56)Timeline Frame 3Symbol 147 as "music"
ExportAssets (56)Timeline Frame 3Symbol 148 as "grab"
ExportAssets (56)Timeline Frame 3Symbol 149 as "hit"
ExportAssets (56)Timeline Frame 3Symbol 150 as "pickupGood"
ExportAssets (56)Timeline Frame 3Symbol 151 as "pickupBad"

Dynamic Text Variables

_root.winNameSymbol 69 EditableText"|"
_root.distancescoreSymbol 71 EditableText"0"
NAME0Symbol 120 EditableText"Loading"
SCORE0Symbol 121 EditableText""
SCORE1Symbol 122 EditableText""
SCORE2Symbol 123 EditableText""
SCORE3Symbol 124 EditableText""
SCORE4Symbol 125 EditableText""
SCORE5Symbol 126 EditableText""
SCORE6Symbol 127 EditableText""
SCORE7Symbol 128 EditableText""
SCORE8Symbol 129 EditableText""
SCORE9Symbol 130 EditableText""
NAME1Symbol 132 EditableText"Loading"
NAME2Symbol 133 EditableText"Loading"
NAME3Symbol 134 EditableText"Loading"
NAME4Symbol 135 EditableText"Loading"
NAME5Symbol 136 EditableText"Loading"
NAME6Symbol 137 EditableText"Loading"
NAME7Symbol 138 EditableText"Loading"
NAME8Symbol 139 EditableText"Loading"
NAME9Symbol 140 EditableText"Loading"
_root.distanceScoreStringSymbol 173 EditableText"Register on"




http://swfchan.com/9/42363/info.shtml
Created: 10/5 -2019 00:05:18 Last modified: 10/5 -2019 00:05:18 Server time: 16/05 -2024 08:24:57