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

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

Fitness Recreation.swf

This is the info page for
Flash #25165

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


Text
12345

12345

12345

12345

12345

12345

12345

12345

Lives

12345

12345

CRASHMOVIE

Avoid obstacles and see how far you can go.
Navigate the course with the arrow keys
from your keypad.

Left

Right

Jump

Duck down

Fitness

Recreation

Start game

Main menu

Name:
E-mail:
Yes, I would like to get the Rollerblade newsletter

Cancel

123.22 meter

123 meter

123 meter

Distance

Save

Name:
E-mail:
Yes, I would like to get the Rollerblade newsletter

123.22 meter

123 meter

123 meter

Saving. Please wait.

ActionScript [AS1/AS2]

Frame 1
stop(); _root.spielername = ""; _root.email = ""; _root.distanz = 0; _root.distanzanzeige = ""; _root.crash = 1; _root.bitteregistrieren = 0;
Frame 2
myObjA = new Object(); myObjA.onKeyDown = function () { if (Key.getCode() == 37) { _root.nachlinks = 1; } if (Key.getCode() == 39) { _root.nachrechts = 1; } if (Key.getCode() == 38) { _root.gibgas = 1; if (((_root.jump == 0) && (_root.down == 0)) && (_root.crash == 0)) { _root.jump = 1; _root.skaterin.skaterin.gotoAndPlay("jump"); } } if (Key.getCode() == 40) { _root.gibgas = 1; if (((_root.down == 0) && (_root.jump == 0)) && (_root.crash == 0)) { _root.down = 1; _root.skaterin.skaterin.gotoAndPlay("down"); } } }; myObjA.onKeyUp = function () { if (Key.getCode() == 37) { _root.nachlinks = 0; } if (Key.getCode() == 39) { _root.nachrechts = 0; } }; Key.addListener(myObjA); looper = new Sound(); looper.attachSound("looper"); angeben = new Sound(); angeben.attachSound("angeben"); sturz = new Sound(); sturz.attachSound("sturz"); woosh = new Sound(); woosh.attachSound("woosh"); traraa = new Sound(); traraa.attachSound("traraa"); pling = new Sound(); pling.attachSound("pling"); _root.soundon = 1; _root.musikon = 1; _root.soundvolume = 100; _root.soundtrack = random(5) + 1; _root.speed = 0; _root.jump = 0; _root.down = 0; _root.starten = 0; _root.lives = 3; stop();
Instance of Symbol 14 MovieClip in Frame 2
onClipEvent (enterFrame) { _root.aktionen(); }
Instance of Symbol 20 MovieClip "strasse" in Frame 2
onClipEvent (load) { function crash() { _root.crash++; _root.starten = 0; } _root.skaterpos = 0; _root.bogen = 0; _root.crash = 0; _root.skaterin._xscale = (_root.skaterin._yscale = 50); } onClipEvent (enterFrame) { _root.skaterin._xscale = (_root.skaterin._yscale = _root.skaterin._yscale + (_root.speed * 0.005)); _root.distanz = _root.distanz + (0.005 * _root.speed); _root.distanzanzeige = (int(_root.distanz * 100) / 100) + " meters"; _root.enddistanz = int(_root.distanz * 100) / 100; this.strassenprofil._yscale = this.strassenprofil._yscale - (((_root.speed * 2) * this.strassenprofil._yscale) / 390); if (this.strassenprofil._yscale < 100) { this.strassenprofil._yscale = this.strassenprofil._yscale + 300; } if (_root.startziel._yscale > 2) { _root.startziel._yscale = (_root.startziel._xscale = _root.startziel._xscale - ((_root.speed * _root.startziel._yscale) / 390)); _root.startziel._alpha = ((_root.startziel._yscale + _root.startziel._yscale) + _root.startziel._yscale) - 10; } _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale - ((_root.speed * _root.haeuser._yscale) / 390)); if (_root.haeuser._yscale < 100) { _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale + 250); } _root.hindernis1._yscale = (_root.hindernis1._xscale = _root.hindernis1._xscale - ((_root.speed * _root.hindernis1._yscale) / 200)); if (_root.hindernis1._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis1.swapDepths(_root.hindernis1._yscale / 10); } if (_root.hindernis1._yscale < 5) { _root.hindernis1._yscale = (_root.hindernis1._xscale = 250); _root.hindernis1.gotoAndStop(random(20) + 1); if (_root.hindernis2.getDepth() == 70) { _root.hindernis2.swapDepths(60); } _root.hindernis1.swapDepths(70); _root.speed = _root.speed + 0.3; } _root.hindernis2._yscale = (_root.hindernis2._xscale = _root.hindernis2._xscale - ((_root.speed * _root.hindernis2._yscale) / 200)); if (_root.hindernis2._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis2.swapDepths(_root.hindernis2._yscale / 10); } if (_root.hindernis2._yscale < 5) { _root.hindernis2._yscale = (_root.hindernis2._xscale = 250); _root.hindernis2.gotoAndStop(random(20) + 1); _root.hindernis2.swapDepths(70); _root.speed = _root.speed + 0.3; } if ((_root.hindernis1._yscale > (((2 * _root.skaterin._xscale) - 20) - (10 + (_root.skaterin._yscale / 7)))) && (_root.hindernis1._yscale < (((2 * _root.skaterin._xscale) - 20) + (10 + (_root.skaterin._yscale / 7))))) { if (_root.hindernis1.hitter1.hitTest(_root.skaterin.skaterin.hitter)) { crash(); _root.skaterin.gotoAndPlay("crashunten"); _root.hindernis1.swapDepths(40); } if (_root.hindernis1.hitter2.hitTest(_root.skaterin.skaterin.hitter)) { crash(); _root.skaterin.gotoAndPlay("crashunten"); _root.hindernis1.swapDepths(40); } if (_root.hindernis1.jumper1.hitTest(_root.skaterin.skaterin.hitter) && (_root.jump == 0)) { crash(); _root.skaterin.gotoAndPlay("crashunten"); _root.hindernis1.swapDepths(40); } if (_root.hindernis1.jumper2.hitTest(_root.skaterin.skaterin.hitter) && (_root.jump == 0)) { crash(); _root.skaterin.gotoAndPlay("crashunten"); _root.hindernis1.swapDepths(40); } if (_root.hindernis1.down1.hitTest(_root.skaterin.skaterin.hitter) && (_root.down == 0)) { crash(); _root.skaterin.gotoAndPlay("crashoben"); } if (_root.hindernis1.down2.hitTest(_root.skaterin.skaterin.hitter) && (_root.down == 0)) { crash(); _root.skaterin.gotoAndPlay("crashoben"); } } if ((_root.hindernis2._yscale > (((2 * _root.skaterin._xscale) - 20) - (10 + (_root.skaterin._yscale / 7)))) && (_root.hindernis2._yscale < (((2 * _root.skaterin._xscale) - 20) + (10 + (_root.skaterin._yscale / 7))))) { if (_root.hindernis2.hitter1.hitTest(_root.skaterin.skaterin.hitter)) { crash(); _root.skaterin.gotoAndPlay("crashunten"); _root.hindernis2.swapDepths(40); } if (_root.hindernis2.hitter2.hitTest(_root.skaterin.skaterin.hitter)) { crash(); _root.skaterin.gotoAndPlay("crashunten"); _root.hindernis2.swapDepths(40); } if (_root.hindernis2.jumper1.hitTest(_root.skaterin.skaterin.hitter) && (_root.jump == 0)) { crash(); _root.skaterin.gotoAndPlay("crashunten"); _root.hindernis2.swapDepths(40); } if (_root.hindernis2.jumper2.hitTest(_root.skaterin.skaterin.hitter) && (_root.jump == 0)) { crash(); _root.skaterin.gotoAndPlay("crashunten"); _root.hindernis2.swapDepths(40); } if (_root.hindernis2.down1.hitTest(_root.skaterin.skaterin.hitter) && (_root.down == 0)) { crash(); _root.skaterin.gotoAndPlay("crashoben"); } if (_root.hindernis2.down2.hitTest(_root.skaterin.skaterin.hitter) && (_root.down == 0)) { crash(); _root.skaterin.gotoAndPlay("crashoben"); } } }
Instance of Symbol 48 MovieClip "hindernis1" in Frame 2
onClipEvent (load) { this.gotoAndStop(21); }
Instance of Symbol 48 MovieClip "hindernis2" in Frame 2
onClipEvent (load) { this.gotoAndStop(21); }
Instance of Symbol 56 MovieClip "gebaeude1" in Frame 2
onClipEvent (enterFrame) { _root.gebaeudeRechtsskalieren(this); }
Instance of Symbol 56 MovieClip "gebaeudeLi1" in Frame 2
onClipEvent (enterFrame) { _root.gebaeudeLinksskalieren(this); }
Instance of Symbol 125 MovieClip "skaterin" in Frame 2
onClipEvent (enterFrame) { if (_root.starten == 1) { if (_root.nachlinks == 1) { if ((_root.jump == 0) && (_root.down == 0)) { this._x = this._x - ((25 * _root.speed) / 20); if (this._x < (35 + (115 - ((this._xscale - 50) * 2.3)))) { this._x = 35 + (115 - ((this._xscale - 50) * 2.3)); } if (this._x < 35) { this._x = 35; } } } if (_root.nachrechts == 1) { if ((_root.jump == 0) && (_root.down == 0)) { this._x = this._x + ((25 * _root.speed) / 20); if (this._x > (515 - (115 - ((this._xscale - 50) * 2.3)))) { this._x = 515 - (115 - ((this._xscale - 50) * 2.3)); } if (this._x > 515) { this._x = 515; } } } if (_root.speed < 10) { _root.speed++; } _root.skaterin.swapDepths(50); } else if (_root.speed > 0) { _root.speed--; if (_root.speed < 0) { _root.speed = 0; } } }
Frame 3
gotoAndStop (2);
Symbol 11 MovieClip Frame 1
_root.geladen = int(100 / (_root.getBytesTotal() / _root.getBytesLoaded())); if (_root.getBytesTotal() == _root.getBytesLoaded()) { gotoAndPlay (3); }
Instance of Symbol 10 MovieClip in Symbol 11 MovieClip Frame 1
onClipEvent (enterFrame) { this._xscale = int(100 / (_root.getBytesTotal() / _root.getBytesLoaded())); }
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 11 MovieClip Frame 3
_level0.play();
Symbol 48 MovieClip Frame 1
swapper = 0;
Symbol 48 MovieClip Frame 2
swapper = 0;
Symbol 48 MovieClip Frame 3
swapper = 0;
Symbol 48 MovieClip Frame 4
swapper = 0;
Symbol 48 MovieClip Frame 5
swapper = 0;
Symbol 48 MovieClip Frame 6
swapper = 0;
Symbol 48 MovieClip Frame 7
swapper = 0;
Symbol 48 MovieClip Frame 8
swapper = 0;
Symbol 48 MovieClip Frame 9
swapper = 0;
Symbol 48 MovieClip Frame 10
swapper = 0;
Symbol 48 MovieClip Frame 11
swapper = 0;
Symbol 48 MovieClip Frame 12
swapper = 0;
Symbol 48 MovieClip Frame 13
swapper = 0;
Symbol 48 MovieClip Frame 14
swapper = 0;
Symbol 48 MovieClip Frame 15
swapper = 0;
Symbol 48 MovieClip Frame 16
swapper = 0;
Symbol 48 MovieClip Frame 17
swapper = 0;
Symbol 48 MovieClip Frame 18
swapper = 1;
Symbol 48 MovieClip Frame 19
swapper = 1;
Symbol 48 MovieClip Frame 20
swapper = 1;
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 2
stop();
Symbol 56 MovieClip Frame 3
stop();
Symbol 56 MovieClip Frame 4
stop();
Symbol 56 MovieClip Frame 5
stop();
Symbol 56 MovieClip Frame 6
stop();
Symbol 56 MovieClip Frame 7
stop();
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 2
stop();
Symbol 124 MovieClip Frame 25
gotoAndPlay (1);
Symbol 124 MovieClip Frame 39
_root.jump = 0; gotoAndPlay (1);
Symbol 124 MovieClip Frame 51
_root.down = 0; gotoAndPlay (1);
Symbol 124 MovieClip Frame 58
stop();
Symbol 124 MovieClip Frame 64
stop();
Symbol 125 MovieClip Frame 1
skaterin.gotoAndPlay(1); stop();
Symbol 125 MovieClip Frame 2
stopAllSounds(); if (_root.soundon == 1) { _root.sturz.setVolume(_root.soundvolume); _root.sturz.start(0, 1); } skaterin.gotoAndPlay("crashunten");
Symbol 125 MovieClip Frame 40
_root.lives--; if (_root.lives <= 0) { _root.anzeigetafel.play(); _root.hindernis1.removeMovieClip(); _root.hindernis2.removeMovieClip(); _root.skaterin.removeMovieClip(); stop(); } else { _root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale - ((60 * _root.strasse.strassenprofil._yscale) / 390); if (_root.strasse.strassenprofil._yscale < 100) { _root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale + 300; } if (_root.startziel._yscale > 2) { _root.startziel._yscale = (_root.startziel._xscale = _root.startziel._xscale - ((30 * _root.startziel._yscale) / 390)); _root.startziel._alpha = ((_root.startziel._yscale + _root.startziel._yscale) + _root.startziel._yscale) - 10; } _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale - ((30 * _root.haeuser._yscale) / 390)); if (_root.haeuser._yscale < 100) { _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale + 250); } _root.hindernis1._yscale = (_root.hindernis1._xscale = _root.hindernis1._xscale - ((30 * _root.hindernis1._yscale) / 200)); if (_root.hindernis1._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis1.swapDepths(_root.hindernis1._yscale / 10); } if (_root.hindernis1._yscale < 5) { _root.hindernis1._yscale = (_root.hindernis1._xscale = 250); _root.hindernis1.gotoAndStop(random(20) + 1); if (_root.hindernis2.getDepth() == 70) { _root.hindernis2.swapDepths(60); } _root.hindernis1.swapDepths(70); } _root.hindernis2._yscale = (_root.hindernis2._xscale = _root.hindernis2._xscale - ((30 * _root.hindernis2._yscale) / 200)); if (_root.hindernis2._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis2.swapDepths(_root.hindernis2._yscale / 10); } if (_root.hindernis2._yscale < 5) { _root.hindernis2._yscale = (_root.hindernis2._xscale = 250); _root.hindernis2.gotoAndStop(random(20) + 1); _root.hindernis2.swapDepths(70); } }
Symbol 125 MovieClip Frame 41
_root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale - ((60 * _root.strasse.strassenprofil._yscale) / 390); if (_root.strasse.strassenprofil._yscale < 100) { _root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale + 300; } if (_root.startziel._yscale > 2) { _root.startziel._yscale = (_root.startziel._xscale = _root.startziel._xscale - ((30 * _root.startziel._yscale) / 390)); _root.startziel._alpha = ((_root.startziel._yscale + _root.startziel._yscale) + _root.startziel._yscale) - 10; } _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale - ((30 * _root.haeuser._yscale) / 390)); if (_root.haeuser._yscale < 100) { _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale + 250); } _root.hindernis1._yscale = (_root.hindernis1._xscale = _root.hindernis1._xscale - ((30 * _root.hindernis1._yscale) / 200)); if (_root.hindernis1._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis1.swapDepths(_root.hindernis1._yscale / 10); } if (_root.hindernis1._yscale < 5) { _root.hindernis1._yscale = (_root.hindernis1._xscale = 250); _root.hindernis1.gotoAndStop(random(20) + 1); if (_root.hindernis2.getDepth() == 70) { _root.hindernis2.swapDepths(60); } _root.hindernis1.swapDepths(70); } _root.hindernis2._yscale = (_root.hindernis2._xscale = _root.hindernis2._xscale - ((30 * _root.hindernis2._yscale) / 200)); if (_root.hindernis2._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis2.swapDepths(_root.hindernis2._yscale / 10); } if (_root.hindernis2._yscale < 5) { _root.hindernis2._yscale = (_root.hindernis2._xscale = 250); _root.hindernis2.gotoAndStop(random(20) + 1); _root.hindernis2.swapDepths(70); }
Symbol 125 MovieClip Frame 42
_root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale - ((60 * _root.strasse.strassenprofil._yscale) / 390); if (_root.strasse.strassenprofil._yscale < 100) { _root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale + 300; } if (_root.startziel._yscale > 2) { _root.startziel._yscale = (_root.startziel._xscale = _root.startziel._xscale - ((30 * _root.startziel._yscale) / 390)); _root.startziel._alpha = ((_root.startziel._yscale + _root.startziel._yscale) + _root.startziel._yscale) - 10; } _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale - ((30 * _root.haeuser._yscale) / 390)); if (_root.haeuser._yscale < 100) { _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale + 250); } _root.hindernis1._yscale = (_root.hindernis1._xscale = _root.hindernis1._xscale - ((30 * _root.hindernis1._yscale) / 200)); if (_root.hindernis1._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis1.swapDepths(_root.hindernis1._yscale / 10); } if (_root.hindernis1._yscale < 5) { _root.hindernis1._yscale = (_root.hindernis1._xscale = 250); _root.hindernis1.gotoAndStop(random(20) + 1); if (_root.hindernis2.getDepth() == 70) { _root.hindernis2.swapDepths(60); } _root.hindernis1.swapDepths(70); } _root.hindernis2._yscale = (_root.hindernis2._xscale = _root.hindernis2._xscale - ((30 * _root.hindernis2._yscale) / 200)); if (_root.hindernis2._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis2.swapDepths(_root.hindernis2._yscale / 10); } if (_root.hindernis2._yscale < 5) { _root.hindernis2._yscale = (_root.hindernis2._xscale = 250); _root.hindernis2.gotoAndStop(random(20) + 1); _root.hindernis2.swapDepths(70); }
Symbol 125 MovieClip Frame 43
_root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale - ((60 * _root.strasse.strassenprofil._yscale) / 390); if (_root.strasse.strassenprofil._yscale < 100) { _root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale + 300; } if (_root.startziel._yscale > 2) { _root.startziel._yscale = (_root.startziel._xscale = _root.startziel._xscale - ((30 * _root.startziel._yscale) / 390)); _root.startziel._alpha = ((_root.startziel._yscale + _root.startziel._yscale) + _root.startziel._yscale) - 10; } _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale - ((30 * _root.haeuser._yscale) / 390)); if (_root.haeuser._yscale < 100) { _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale + 250); } _root.hindernis1._yscale = (_root.hindernis1._xscale = _root.hindernis1._xscale - ((30 * _root.hindernis1._yscale) / 200)); if (_root.hindernis1._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis1.swapDepths(_root.hindernis1._yscale / 10); } if (_root.hindernis1._yscale < 5) { _root.hindernis1._yscale = (_root.hindernis1._xscale = 250); _root.hindernis1.gotoAndStop(random(20) + 1); if (_root.hindernis2.getDepth() == 70) { _root.hindernis2.swapDepths(60); } _root.hindernis1.swapDepths(70); } _root.hindernis2._yscale = (_root.hindernis2._xscale = _root.hindernis2._xscale - ((30 * _root.hindernis2._yscale) / 200)); if (_root.hindernis2._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis2.swapDepths(_root.hindernis2._yscale / 10); } if (_root.hindernis2._yscale < 5) { _root.hindernis2._yscale = (_root.hindernis2._xscale = 250); _root.hindernis2.gotoAndStop(random(20) + 1); _root.hindernis2.swapDepths(70); }
Symbol 125 MovieClip Frame 44
_root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale - ((60 * _root.strasse.strassenprofil._yscale) / 390); if (_root.strasse.strassenprofil._yscale < 100) { _root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale + 300; } if (_root.startziel._yscale > 2) { _root.startziel._yscale = (_root.startziel._xscale = _root.startziel._xscale - ((30 * _root.startziel._yscale) / 390)); _root.startziel._alpha = ((_root.startziel._yscale + _root.startziel._yscale) + _root.startziel._yscale) - 10; } _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale - ((30 * _root.haeuser._yscale) / 390)); if (_root.haeuser._yscale < 100) { _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale + 250); } _root.hindernis1._yscale = (_root.hindernis1._xscale = _root.hindernis1._xscale - ((30 * _root.hindernis1._yscale) / 200)); if (_root.hindernis1._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis1.swapDepths(_root.hindernis1._yscale / 10); } if (_root.hindernis1._yscale < 5) { _root.hindernis1._yscale = (_root.hindernis1._xscale = 250); _root.hindernis1.gotoAndStop(random(20) + 1); if (_root.hindernis2.getDepth() == 70) { _root.hindernis2.swapDepths(60); } _root.hindernis1.swapDepths(70); } _root.hindernis2._yscale = (_root.hindernis2._xscale = _root.hindernis2._xscale - ((30 * _root.hindernis2._yscale) / 200)); if (_root.hindernis2._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis2.swapDepths(_root.hindernis2._yscale / 10); } if (_root.hindernis2._yscale < 5) { _root.hindernis2._yscale = (_root.hindernis2._xscale = 250); _root.hindernis2.gotoAndStop(random(20) + 1); _root.hindernis2.swapDepths(70); } _root.crash = 0; _root.starten = 1; _root.jump = 0; _root.down = 0; _root.skaterin._xscale = (_root.skaterin._yscale = 50); if (_root.musikon == 1) { _root.looper.setVolume(_root.soundvolume); _root.looper.start(0, 10000); } gotoAndStop (1);
Symbol 125 MovieClip Frame 45
stopAllSounds(); if (_root.soundon == 1) { _root.sturz.setVolume(_root.soundvolume); _root.sturz.start(0, 1); } skaterin.gotoAndPlay("crashoben");
Symbol 125 MovieClip Frame 86
_root.lives--; if (_root.lives <= 0) { _root.anzeigetafel.play(); _root.hindernis1.removeMovieClip(); _root.hindernis2.removeMovieClip(); _root.skaterin.removeMovieClip(); stop(); } else { _root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale - ((60 * _root.strasse.strassenprofil._yscale) / 390); if (_root.strasse.strassenprofil._yscale < 100) { _root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale + 300; } if (_root.startziel._yscale > 2) { _root.startziel._yscale = (_root.startziel._xscale = _root.startziel._xscale - ((30 * _root.startziel._yscale) / 390)); _root.startziel._alpha = ((_root.startziel._yscale + _root.startziel._yscale) + _root.startziel._yscale) - 10; } _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale - ((30 * _root.haeuser._yscale) / 390)); if (_root.haeuser._yscale < 100) { _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale + 250); } _root.hindernis1._yscale = (_root.hindernis1._xscale = _root.hindernis1._xscale - ((30 * _root.hindernis1._yscale) / 200)); if (_root.hindernis1._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis1.swapDepths(_root.hindernis1._yscale / 10); } if (_root.hindernis1._yscale < 5) { _root.hindernis1._yscale = (_root.hindernis1._xscale = 250); _root.hindernis1.gotoAndStop(random(20) + 1); if (_root.hindernis2.getDepth() == 70) { _root.hindernis2.swapDepths(60); } _root.hindernis1.swapDepths(70); } _root.hindernis2._yscale = (_root.hindernis2._xscale = _root.hindernis2._xscale - ((30 * _root.hindernis2._yscale) / 200)); if (_root.hindernis2._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis2.swapDepths(_root.hindernis2._yscale / 10); } if (_root.hindernis2._yscale < 5) { _root.hindernis2._yscale = (_root.hindernis2._xscale = 250); _root.hindernis2.gotoAndStop(random(20) + 1); _root.hindernis2.swapDepths(70); } }
Symbol 125 MovieClip Frame 87
_root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale - ((60 * _root.strasse.strassenprofil._yscale) / 390); if (_root.strasse.strassenprofil._yscale < 100) { _root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale + 300; } if (_root.startziel._yscale > 2) { _root.startziel._yscale = (_root.startziel._xscale = _root.startziel._xscale - ((30 * _root.startziel._yscale) / 390)); _root.startziel._alpha = ((_root.startziel._yscale + _root.startziel._yscale) + _root.startziel._yscale) - 10; } _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale - ((30 * _root.haeuser._yscale) / 390)); if (_root.haeuser._yscale < 100) { _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale + 250); } _root.hindernis1._yscale = (_root.hindernis1._xscale = _root.hindernis1._xscale - ((30 * _root.hindernis1._yscale) / 200)); if (_root.hindernis1._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis1.swapDepths(_root.hindernis1._yscale / 10); } if (_root.hindernis1._yscale < 5) { _root.hindernis1._yscale = (_root.hindernis1._xscale = 250); _root.hindernis1.gotoAndStop(random(20) + 1); if (_root.hindernis2.getDepth() == 70) { _root.hindernis2.swapDepths(60); } _root.hindernis1.swapDepths(70); } _root.hindernis2._yscale = (_root.hindernis2._xscale = _root.hindernis2._xscale - ((30 * _root.hindernis2._yscale) / 200)); if (_root.hindernis2._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis2.swapDepths(_root.hindernis2._yscale / 10); } if (_root.hindernis2._yscale < 5) { _root.hindernis2._yscale = (_root.hindernis2._xscale = 250); _root.hindernis2.gotoAndStop(random(20) + 1); _root.hindernis2.swapDepths(70); }
Symbol 125 MovieClip Frame 88
_root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale - ((60 * _root.strasse.strassenprofil._yscale) / 390); if (_root.strasse.strassenprofil._yscale < 100) { _root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale + 300; } if (_root.startziel._yscale > 2) { _root.startziel._yscale = (_root.startziel._xscale = _root.startziel._xscale - ((30 * _root.startziel._yscale) / 390)); _root.startziel._alpha = ((_root.startziel._yscale + _root.startziel._yscale) + _root.startziel._yscale) - 10; } _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale - ((30 * _root.haeuser._yscale) / 390)); if (_root.haeuser._yscale < 100) { _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale + 250); } _root.hindernis1._yscale = (_root.hindernis1._xscale = _root.hindernis1._xscale - ((30 * _root.hindernis1._yscale) / 200)); if (_root.hindernis1._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis1.swapDepths(_root.hindernis1._yscale / 10); } if (_root.hindernis1._yscale < 5) { _root.hindernis1._yscale = (_root.hindernis1._xscale = 250); _root.hindernis1.gotoAndStop(random(20) + 1); if (_root.hindernis2.getDepth() == 70) { _root.hindernis2.swapDepths(60); } _root.hindernis1.swapDepths(70); } _root.hindernis2._yscale = (_root.hindernis2._xscale = _root.hindernis2._xscale - ((30 * _root.hindernis2._yscale) / 200)); if (_root.hindernis2._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis2.swapDepths(_root.hindernis2._yscale / 10); } if (_root.hindernis2._yscale < 5) { _root.hindernis2._yscale = (_root.hindernis2._xscale = 250); _root.hindernis2.gotoAndStop(random(20) + 1); _root.hindernis2.swapDepths(70); }
Symbol 125 MovieClip Frame 89
_root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale - ((60 * _root.strasse.strassenprofil._yscale) / 390); if (_root.strasse.strassenprofil._yscale < 100) { _root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale + 300; } if (_root.startziel._yscale > 2) { _root.startziel._yscale = (_root.startziel._xscale = _root.startziel._xscale - ((30 * _root.startziel._yscale) / 390)); _root.startziel._alpha = ((_root.startziel._yscale + _root.startziel._yscale) + _root.startziel._yscale) - 10; } _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale - ((30 * _root.haeuser._yscale) / 390)); if (_root.haeuser._yscale < 100) { _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale + 250); } _root.hindernis1._yscale = (_root.hindernis1._xscale = _root.hindernis1._xscale - ((30 * _root.hindernis1._yscale) / 200)); if (_root.hindernis1._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis1.swapDepths(_root.hindernis1._yscale / 10); } if (_root.hindernis1._yscale < 5) { _root.hindernis1._yscale = (_root.hindernis1._xscale = 250); _root.hindernis1.gotoAndStop(random(20) + 1); if (_root.hindernis2.getDepth() == 70) { _root.hindernis2.swapDepths(60); } _root.hindernis1.swapDepths(70); } _root.hindernis2._yscale = (_root.hindernis2._xscale = _root.hindernis2._xscale - ((30 * _root.hindernis2._yscale) / 200)); if (_root.hindernis2._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis2.swapDepths(_root.hindernis2._yscale / 10); } if (_root.hindernis2._yscale < 5) { _root.hindernis2._yscale = (_root.hindernis2._xscale = 250); _root.hindernis2.gotoAndStop(random(20) + 1); _root.hindernis2.swapDepths(70); }
Symbol 125 MovieClip Frame 90
_root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale - ((60 * _root.strasse.strassenprofil._yscale) / 390); if (_root.strasse.strassenprofil._yscale < 100) { _root.strasse.strassenprofil._yscale = _root.strasse.strassenprofil._yscale + 300; } if (_root.startziel._yscale > 2) { _root.startziel._yscale = (_root.startziel._xscale = _root.startziel._xscale - ((30 * _root.startziel._yscale) / 390)); _root.startziel._alpha = ((_root.startziel._yscale + _root.startziel._yscale) + _root.startziel._yscale) - 10; } _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale - ((30 * _root.haeuser._yscale) / 390)); if (_root.haeuser._yscale < 100) { _root.haeuser._yscale = (_root.haeuser._xscale = _root.haeuser._xscale + 250); } _root.hindernis1._yscale = (_root.hindernis1._xscale = _root.hindernis1._xscale - ((30 * _root.hindernis1._yscale) / 200)); if (_root.hindernis1._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis1.swapDepths(_root.hindernis1._yscale / 10); } if (_root.hindernis1._yscale < 5) { _root.hindernis1._yscale = (_root.hindernis1._xscale = 250); _root.hindernis1.gotoAndStop(random(20) + 1); if (_root.hindernis2.getDepth() == 70) { _root.hindernis2.swapDepths(60); } _root.hindernis1.swapDepths(70); } _root.hindernis2._yscale = (_root.hindernis2._xscale = _root.hindernis2._xscale - ((30 * _root.hindernis2._yscale) / 200)); if (_root.hindernis2._yscale < ((2 * _root.skaterin._xscale) - 20)) { _root.hindernis2.swapDepths(_root.hindernis2._yscale / 10); } if (_root.hindernis2._yscale < 5) { _root.hindernis2._yscale = (_root.hindernis2._xscale = 250); _root.hindernis2.gotoAndStop(random(20) + 1); _root.hindernis2.swapDepths(70); } _root.crash = 0; _root.starten = 1; _root.jump = 0; _root.down = 0; _root.skaterin._xscale = (_root.skaterin._yscale = 50); if (_root.musikon == 1) { _root.looper.setVolume(_root.soundvolume); _root.looper.start(0, 10000); } gotoAndStop (1);
Instance of Symbol 138 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.lives == 3) { this.gotoAndStop(1); } if (_root.lives == 2) { this.gotoAndStop(2); } if (_root.lives == 1) { this.gotoAndStop(3); } if (_root.lives == 0) { this.gotoAndStop(4); } }
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 10
stop();
Symbol 149 MovieClip Frame 1
stop();
Symbol 166 Button
on (release) { if (_root.musikon == 1) { _root.looper.setVolume(_root.soundvolume); _root.looper.start(0, 10000); } _root.distanz = 0; _parent.play(); }
Symbol 169 Button
on (release) { loadMovie ("interface.swf", _root); }
Symbol 172 Button
on (release) { getURL ("http://www.rollerblade.com/prodotti/index.php?id_categoria=2&id_sottocategoria=6", "_blank"); }
Symbol 177 Button
on (release) { _parent.play(); }
Symbol 185 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 2
stop();
Symbol 187 Button
on (release) { if (_root.bitteregistrieren == 1) { _root.bitteregistrieren = 2; } if (_root.bitteregistrieren == 0) { _root.bitteregistrieren = 1; } if (_root.bitteregistrieren == 2) { _root.bitteregistrieren = 0; } }
Symbol 191 Button
on (release) { gotoAndStop (3); }
Symbol 197 MovieClip Frame 1
bitteregistrieren = _root.bitteregistrieren; spielername = _root.spielername; email = _root.email; scorer = _root.enddistanz; spiel = "fitness"; scorereintrag = int(scorer) * 100; code = ((scorereintrag * scorereintrag) - scorereintrag) + 399200; geladen = 0;
Symbol 197 MovieClip Frame 3
loadVariables ((((((((((("savegame.php?email=" + email) + "&spielername=") + spielername) + "&scorer=") + scorer) + "&spiel=") + spiel) + "&code=") + code) + "&bitteregistrieren=") + bitteregistrieren, this, "GET");
Symbol 197 MovieClip Frame 6
if (geladen.substr(0, 1) == "1") { play(); } else { gotoAndPlay (4); }
Symbol 197 MovieClip Frame 8
_parent._parent.play(); stop();
Symbol 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 2
stop();
Instance of Symbol 185 MovieClip in Symbol 198 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.bitteregistrieren == 1) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 198 MovieClip Frame 3
stop();
Symbol 199 Button
on (release) { stopAllSounds(); _root.hindernis1.removeMovieClip(); _root.hindernis2.removeMovieClip(); _root.skaterin.removeMovieClip(); gotoAndPlay (59); }
Symbol 200 MovieClip Frame 9
stop();
Symbol 200 MovieClip Frame 21
tafel.gotoAndStop(2); _root.crash = 0; _root.starten = 1; _root.zeitanzeigemovie.play(); stop();
Symbol 200 MovieClip Frame 48
stop();
Symbol 200 MovieClip Frame 59
_root.gotoAndStop(3);
Symbol 200 MovieClip Frame 60
_root.gotoAndStop(2); gotoAndPlay (1);
Symbol 200 MovieClip Frame 70
gotoAndStop ("wartepos");

Library Items

Symbol 1 Sound [woosh]
Symbol 2 Sound [traraa]
Symbol 3 Sound [pling]
Symbol 4 Sound [looper]
Symbol 5 Sound [sturz]
Symbol 6 Sound [angeben]
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:200  Timeline
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:11
Symbol 11 MovieClipUses:10Used by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:Timeline
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:Timeline
Symbol 17 GraphicUsed by:20 149
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClipUses:17 19Used by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:Timeline
Symbol 26 GraphicUsed by:48
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:48 124
Symbol 29 GraphicUsed by:48
Symbol 30 GraphicUsed by:48
Symbol 31 GraphicUsed by:48
Symbol 32 GraphicUsed by:48
Symbol 33 GraphicUsed by:48
Symbol 34 GraphicUsed by:48
Symbol 35 GraphicUsed by:48
Symbol 36 GraphicUsed by:48
Symbol 37 GraphicUsed by:48
Symbol 38 GraphicUsed by:48
Symbol 39 GraphicUsed by:48
Symbol 40 GraphicUsed by:48
Symbol 41 GraphicUsed by:48
Symbol 42 GraphicUsed by:48
Symbol 43 GraphicUsed by:48
Symbol 44 GraphicUsed by:48
Symbol 45 GraphicUsed by:48
Symbol 46 GraphicUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:26 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47Used by:Timeline
Symbol 49 GraphicUsed by:56
Symbol 50 GraphicUsed by:56
Symbol 51 GraphicUsed by:56
Symbol 52 GraphicUsed by:56
Symbol 53 GraphicUsed by:56
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:49 50 51 52 53 54 55Used by:Timeline
Symbol 57 GraphicUsed by:59
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:57 58Used by:Timeline
Symbol 60 GraphicUsed by:124
Symbol 61 GraphicUsed by:124
Symbol 62 GraphicUsed by:124
Symbol 63 GraphicUsed by:124
Symbol 64 GraphicUsed by:124
Symbol 65 GraphicUsed by:124
Symbol 66 GraphicUsed by:124
Symbol 67 GraphicUsed by:124
Symbol 68 GraphicUsed by:124
Symbol 69 GraphicUsed by:124
Symbol 70 GraphicUsed by:124
Symbol 71 GraphicUsed by:124
Symbol 72 GraphicUsed by:124
Symbol 73 GraphicUsed by:124
Symbol 74 GraphicUsed by:124
Symbol 75 GraphicUsed by:124
Symbol 76 GraphicUsed by:124
Symbol 77 GraphicUsed by:124
Symbol 78 GraphicUsed by:124
Symbol 79 GraphicUsed by:124
Symbol 80 GraphicUsed by:124
Symbol 81 GraphicUsed by:124
Symbol 82 GraphicUsed by:124
Symbol 83 GraphicUsed by:124
Symbol 84 GraphicUsed by:124
Symbol 85 GraphicUsed by:124
Symbol 86 GraphicUsed by:124
Symbol 87 GraphicUsed by:124
Symbol 88 GraphicUsed by:124
Symbol 89 GraphicUsed by:124
Symbol 90 GraphicUsed by:124
Symbol 91 GraphicUsed by:124
Symbol 92 GraphicUsed by:124
Symbol 93 GraphicUsed by:124
Symbol 94 GraphicUsed by:124
Symbol 95 GraphicUsed by:124
Symbol 96 GraphicUsed by:124
Symbol 97 GraphicUsed by:124
Symbol 98 GraphicUsed by:124
Symbol 99 GraphicUsed by:124
Symbol 100 GraphicUsed by:124
Symbol 101 GraphicUsed by:124
Symbol 102 GraphicUsed by:124
Symbol 103 GraphicUsed by:124
Symbol 104 GraphicUsed by:124
Symbol 105 GraphicUsed by:124
Symbol 106 GraphicUsed by:124
Symbol 107 GraphicUsed by:124
Symbol 108 GraphicUsed by:124
Symbol 109 GraphicUsed by:124
Symbol 110 GraphicUsed by:124
Symbol 111 GraphicUsed by:124
Symbol 112 GraphicUsed by:124
Symbol 113 ShapeTweeningUsed by:124
Symbol 114 GraphicUsed by:124
Symbol 115 GraphicUsed by:124
Symbol 116 GraphicUsed by:124
Symbol 117 GraphicUsed by:124
Symbol 118 GraphicUsed by:124
Symbol 119 GraphicUsed by:124
Symbol 120 GraphicUsed by:124
Symbol 121 ShapeTweeningUsed by:124
Symbol 122 GraphicUsed by:124
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:28 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123Used by:125
Symbol 125 MovieClipUses:124Used by:Timeline
Symbol 126 FontUsed by:127 128 129 130 131 132 133 145 146
Symbol 127 EditableTextUses:126Used by:Timeline
Symbol 128 EditableTextUses:126Used by:Timeline
Symbol 129 EditableTextUses:126Used by:Timeline
Symbol 130 EditableTextUses:126Used by:Timeline
Symbol 131 EditableTextUses:126Used by:Timeline
Symbol 132 EditableTextUses:126Used by:Timeline
Symbol 133 EditableTextUses:126Used by:Timeline
Symbol 134 GraphicUsed by:143
Symbol 135 GraphicUsed by:138
Symbol 136 GraphicUsed by:138
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:135 136 137Used by:143
Symbol 139 GraphicUsed by:143
Symbol 140 FontUsed by:141 142
Symbol 141 EditableTextUses:140Used by:143
Symbol 142 TextUses:140Used by:143
Symbol 143 MovieClipUses:134 138 139 141 142Used by:144
Symbol 144 MovieClipUses:143Used by:Timeline
Symbol 145 EditableTextUses:126Used by:Timeline
Symbol 146 EditableTextUses:126Used by:Timeline
Symbol 147 FontUsed by:148
Symbol 148 TextUses:147Used by:149
Symbol 149 MovieClipUses:148 17Used by:Timeline
Symbol 150 GraphicUsed by:198
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:198
Symbol 153 GraphicUsed by:198
Symbol 154 FontUsed by:155 156 157 158 159 163 167 174 175 188 189 192 196
Symbol 155 TextUses:154Used by:198
Symbol 156 TextUses:154Used by:198
Symbol 157 TextUses:154Used by:198
Symbol 158 TextUses:154Used by:198
Symbol 159 TextUses:154Used by:198
Symbol 160 FontUsed by:161 162
Symbol 161 TextUses:160Used by:198
Symbol 162 TextUses:160Used by:198
Symbol 163 TextUses:154Used by:166
Symbol 164 GraphicUsed by:166 169 177 191 199
Symbol 165 GraphicUsed by:166
Symbol 166 ButtonUses:163 164 165Used by:198
Symbol 167 TextUses:154Used by:169
Symbol 168 GraphicUsed by:169
Symbol 169 ButtonUses:167 164 168Used by:198
Symbol 170 GraphicUsed by:172
Symbol 171 GraphicUsed by:172
Symbol 172 ButtonUses:170 171Used by:198
Symbol 173 GraphicUsed by:198
Symbol 174 TextUses:154Used by:198
Symbol 175 TextUses:154Used by:177 199
Symbol 176 GraphicUsed by:177 199
Symbol 177 ButtonUses:175 164 176Used by:198
Symbol 178 FontUsed by:179 193
Symbol 179 EditableTextUses:178Used by:198
Symbol 180 FontUsed by:181 182 194 195
Symbol 181 EditableTextUses:180Used by:198
Symbol 182 EditableTextUses:180Used by:198
Symbol 183 GraphicUsed by:185
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:183 184Used by:198
Symbol 186 GraphicUsed by:187
Symbol 187 ButtonUses:186Used by:198
Symbol 188 TextUses:154Used by:198
Symbol 189 TextUses:154Used by:191
Symbol 190 GraphicUsed by:191
Symbol 191 ButtonUses:189 164 190Used by:198
Symbol 192 TextUses:154Used by:198
Symbol 193 EditableTextUses:178Used by:198
Symbol 194 EditableTextUses:180Used by:198
Symbol 195 EditableTextUses:180Used by:198
Symbol 196 TextUses:154Used by:197
Symbol 197 MovieClipUses:196Used by:198
Symbol 198 MovieClipUses:150 152 153 155 156 157 158 159 161 162 166 169 172 173 174 177 179 181 182 185 187 188 191 192 193 194 195 197Used by:200
Symbol 199 ButtonUses:175 164 176Used by:200
Symbol 200 MovieClipUses:8 198 199Used by:Timeline

Instance Names

"htg"Frame 2Symbol 16 MovieClip
"strasse"Frame 2Symbol 20 MovieClip
"haeuser"Frame 2Symbol 23 MovieClip
"nebel"Frame 2Symbol 25 MovieClip
"hindernis1"Frame 2Symbol 48 MovieClip
"hindernis2"Frame 2Symbol 48 MovieClip
"gebaeude1"Frame 2Symbol 56 MovieClip
"gebaeudeLi1"Frame 2Symbol 56 MovieClip
"startziel"Frame 2Symbol 59 MovieClip
"skaterin"Frame 2Symbol 125 MovieClip
"zeitanzeigemovie"Frame 2Symbol 144 MovieClip
"crashmovie"Frame 2Symbol 149 MovieClip
"anzeigetafel"Frame 2Symbol 200 MovieClip
"strassenprofil"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"jumper1"Symbol 48 MovieClip Frame 1Symbol 28 MovieClip
"hitter1"Symbol 48 MovieClip Frame 6Symbol 28 MovieClip
"hitter2"Symbol 48 MovieClip Frame 6Symbol 28 MovieClip
"hitter2"Symbol 48 MovieClip Frame 8Symbol 28 MovieClip
"hitter1"Symbol 48 MovieClip Frame 10Symbol 28 MovieClip
"jumper1"Symbol 48 MovieClip Frame 12Symbol 28 MovieClip
"jumper2"Symbol 48 MovieClip Frame 12Symbol 28 MovieClip
"hitter1"Symbol 48 MovieClip Frame 14Symbol 28 MovieClip
"down1"Symbol 48 MovieClip Frame 18Symbol 28 MovieClip
"down2"Symbol 48 MovieClip Frame 20Symbol 28 MovieClip
"hitter"Symbol 124 MovieClip Frame 1Symbol 28 MovieClip
"skaterin"Symbol 125 MovieClip Frame 1Symbol 124 MovieClip
"tafel"Symbol 200 MovieClip Frame 1Symbol 198 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "woosh"
ExportAssets (56)Timeline Frame 1Symbol 2 as "traraa"
ExportAssets (56)Timeline Frame 1Symbol 3 as "pling"
ExportAssets (56)Timeline Frame 1Symbol 4 as "looper"
ExportAssets (56)Timeline Frame 1Symbol 5 as "sturz"
ExportAssets (56)Timeline Frame 1Symbol 6 as "angeben"

Labels

"skate"Symbol 124 MovieClip Frame 1
"jump"Symbol 124 MovieClip Frame 26
"down"Symbol 124 MovieClip Frame 40
"crashoben"Symbol 124 MovieClip Frame 52
"crashunten"Symbol 124 MovieClip Frame 59
"crashunten"Symbol 125 MovieClip Frame 2
"crashoben"Symbol 125 MovieClip Frame 45
"wartepos"Symbol 200 MovieClip Frame 21

Dynamic Text Variables

_root.skaterposSymbol 127 EditableText"12345"
_root.AnzGebReSymbol 128 EditableText"12345"
_root.AnzGebLiSymbol 129 EditableText"12345"
_root.livesSymbol 130 EditableText"12345"
_root.streckenstringSymbol 131 EditableText"12345"
_root.distanzangabeSymbol 132 EditableText"12345"
_root.zeitSymbol 133 EditableText"12345"
_root.distanzanzeigeSymbol 141 EditableText"12345"
_root.speedSymbol 145 EditableText"12345"
_root.richtungskorrekturSymbol 146 EditableText"12345"
_root.distanzanzeigeSymbol 179 EditableText"123.22 meter"
_root.spielernameSymbol 181 EditableText"123 meter"
_root.emailSymbol 182 EditableText"123 meter"
_root.distanzanzeigeSymbol 193 EditableText"123.22 meter"
_root.spielernameSymbol 194 EditableText"123 meter"
_root.emailSymbol 195 EditableText"123 meter"




http://swfchan.com/6/25165/info.shtml
Created: 24/5 -2019 01:04:37 Last modified: 24/5 -2019 01:04:37 Server time: 10/05 -2024 15:52:25