STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229671 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5191 |
This is the info page for Flash #136548 |
YATU Physical Events |
A whole new way at looking at stuff you don't care to look at. |
LOADING |
LOADING . |
LOADING .. |
LOADING ... |
Betting |
Run Event |
About YATU |
Help |
Credits |
Betting... |
Uther |
= |
Aculad |
Yuri |
Turok |
= |
Run Race... |
SoundTest (21 credits or more) |
Teenage Mutant Ninja Turtles |
Jurrasic Park |
Stop All Sounds |
Smashing |
<< set volume % |
Help... |
Betting: Like all good races you are allowed to bet uppon the contestants. To place a bet click on the betting button. You should see a window that pops up showing a box displaying all four contestants. Use your mouse to drag a chip from your bank at the bottom of the screen to the contestant(s) of your choice. You may move a bet from one to the other by dragging their corresponding chip to annother tile. You may also remove a bet by dragging the chip icon to your bank. You will recieve you prize after running the race event. All prizes are automatically tallied. THESE ARE NOT MONEY BETS! |
Racing: To run a race click the button run event, then tun race. You may also place bets (shown above). The winner of the four contestants is the first one who's indicator rea- ches the end of the black bar first. Contestents will also collide with obsticals knocking them back some. |
The contendants are :Uther, Yuri, Aculad, and Turok. |
About Us... |
Who are we? YATU. |
How do we care for our customers? About Medium. |
Why YATU? Why not? |
What dose YATU stand for? Yuri, Aculad, Turok, Uther. |
What dose YATU do? Makes pointless web pages. |
YATU is a non-profit thingy. The soul purpose of this web site is nothing. Have fun. Also, we would like to thank our friends at Blizzard Entertainment (R), Westwood (R) a division of Electronic Arts(R), Aklaim(R), and Konami(R). Please see the credit given to them in the credits section! |
Credits: We would first like to thank those who made our contestants: Yuri- Westwood(R) a division of Electronic Arts(R). YURI'S REVENGE / RED ALERT 2 Uther- Blizzard Entertainment(R) WARCRAFT 3 REIGN OF CHAOS Aculad inspired by Alucard- Konami(R) CASTELVANIA 3 Turok- Aklaim(R) TUROK 2 SEEDS OF EVIL Jurrasic Park Music - (Deep Beat Music) Ocean(R) JURRASIC PARK (for NES) Teenage Mutant Ninja Turtles- (Deep think Music) Konami TEENAGE MUTANT NINJA TURTLES |
This page was made with Macromedia(R) Flash MX. We would like to thank Macromedia(R) for making Kick ass software! |
Ideas: Adam Edner Erik Edner |
Programming / Art / Design: Erik Edner |
UTHER |
ACULAD |
YURI |
TUROK |
Toggle Sound |
Stop Music |
ActionScript [AS1/AS2]
Frame 1stopAllSounds(); stop(); advance = 0; this.onLoad = function () { theSound = new Sound(); theSound.attachSound("smashing"); music = new Sound(); music.attachSound("music"); music.setVolume(50); music2 = new Sound(); music2.attachSound("music2"); credits = 10; UtherBet = 0; AculadBet = 0; YuriBet = 0; TurokBet = 0; playSounds = true; }; music.setVolume(50); _root.onEnterFrame = function () { if ((Key.isDown(36) and Key.isDown(27)) and Key.isDown(16)) { gotoAndStop (15); } if ((Key.isDown(20) and Key.isDown(40)) and Key.isDown(34)) { credits = credits + 3; } if ((Key.isDown(85) and Key.isDown(84)) and Key.isDown(72)) { advance = advance + 5; } };Instance of Symbol 9 MovieClip in Frame 1onClipEvent (enterFrame) { _x = (_x - thrustLeft); thrustLeft = thrustLeft - 1; if (_x >= 550) { thrustLeft = random(30); } } onClipEvent (load) { thrustLeft = 10; }Instance of Symbol 9 MovieClip in Frame 1onClipEvent (enterFrame) { _x = (_x - thrustLeft); thrustLeft = thrustLeft - 1; if (_x >= 550) { thrustLeft = random(30); } } onClipEvent (load) { thrustLeft = 10; }Instance of Symbol 9 MovieClip in Frame 1onClipEvent (enterFrame) { _x = (_x - thrustLeft); thrustLeft = thrustLeft - 1; if (_x >= 550) { thrustLeft = random(30); } } onClipEvent (load) { thrustLeft = 10; }Instance of Symbol 21 MovieClip in Frame 1onClipEvent (enterFrame) { if (_root._framesloaded >= 1) { ../:gotoAndStop(2); } }Frame 2stop();Frame 9stop();Instance of Symbol 48 MovieClip "phantomCredit" in Frame 9onClipEvent (load) { _visible = false; }Frame 14stop();Frame 15stop();Frame 21stop();Frame 27stop();Frame 33stop();Frame 34racing = true; winner = ""; i = 0; Uther._x = 0; Aculad._x = 0; Yuri._x = 0; Turok._x = 0; if (random(2) == 0) { music.start(0, 5); } else { music2.start(0, 5); music2.setVolume(100); } this.onEnterFrame = function () { if (winner != "") { dispText.text = winner + " WINS!!"; i++; if (i > 50) { if ((UtherBet > 0) and (winner == "Uther")) { credits = credits + (UtherBet * 2); } if ((AculadBet > 0) and (winner == "Aculad")) { credits = credits + (AculadBet * 2); } if ((YuriBet > 0) and (winner == "Yuri")) { credits = credits + (YuriBet * 2); } if ((TurokBet > 0) and (winner == "Turok")) { credits = credits + (TurokBet * 2); } UtherBet = 0; AculadBet = 0; YuriBet = 0; TurokBet = 0; gotoAndStop (1); } else { music.setVolume(50 - i); } } }; stop();Instance of Symbol 133 MovieClip in Frame 34onClipEvent (enterFrame) { if ((((../:Uther._x > 550) or (../:Aculad._x > 550)) or (../:Yuri._x > 550)) or (../:Turok._x > 550)) { _x = (_x - 25); if (_root.racing == true) { if (../:Uther._x > 550) { _root.winner = "Uther"; } else if (../:Aculad._x > 550) { _root.winner = "Aculad"; } else if (../:Yuri._x > 550) { _root.winner = "Yuri"; } else if (../:Turok._x > 550) { _root.winner = "Turok"; } } _root.racing = false; } }Instance of Symbol 138 MovieClip "Uther" in Frame 34onClipEvent (enterFrame) { _x = ((_x + random(3)) + _root.advance); }Instance of Symbol 141 MovieClip "Aculad" in Frame 34onClipEvent (enterFrame) { _x = (_x + random(3)); }Instance of Symbol 145 MovieClip "yuri" in Frame 34onClipEvent (enterFrame) { _x = (_x + random(3)); }Instance of Symbol 150 MovieClip "turok" in Frame 34onClipEvent (enterFrame) { _x = (_x + random(3)); }Instance of Symbol 159 MovieClip in Frame 34onClipEvent (enterFrame) { if (_root.racing == true) { if ((going == false) and (_x > 550)) { if (random(60) == 1) { going = true; gotoAndStop(random(4) + 1); } } else if (going == true) { _x = (_x - 20); if (_x <= ../:Turok._x) { ../:Uther._x = ../:Uther._x - 25; gotoAndPlay (6); going = false; } } } } onClipEvent (load) { going = false; }Instance of Symbol 159 MovieClip in Frame 34onClipEvent (enterFrame) { if (_root.racing == true) { if ((going == false) and (_x > 550)) { if (random(60) == 1) { going = true; gotoAndStop(random(4) + 1); } } else if (going == true) { _x = (_x - 20); if (_x <= ../:Aculad._x) { ../:Aculad._x = ../:Aculad._x - 25; gotoAndPlay (6); going = false; } } } } onClipEvent (load) { going = false; }Instance of Symbol 159 MovieClip in Frame 34onClipEvent (enterFrame) { if (_root.racing == true) { if ((going == false) and (_x > 550)) { if (random(60) == 1) { going = true; gotoAndStop(random(4) + 1); } } else if (going == true) { _x = (_x - 20); if (_x <= ../:Yuri._x) { ../:Yuri._x = ../:Yuri._x - 25; gotoAndPlay (6); going = false; } } } } onClipEvent (load) { going = false; }Instance of Symbol 159 MovieClip in Frame 34onClipEvent (enterFrame) { if (_root.racing == true) { if ((going == false) and (_x > 550)) { if (random(60) == 1) { going = true; gotoAndStop(random(4) + 1); } } else if (going == true) { _x = (_x - 20); if (_x <= ../:Turok._x) { ../:Turok._x = ../:Turok._x - 25; gotoAndPlay (6); going = false; } } } } onClipEvent (load) { going = false; }Instance of Symbol 166 MovieClip in Frame 34onClipEvent (enterFrame) { _x = ../:Uther._x; }Instance of Symbol 169 MovieClip in Frame 34onClipEvent (enterFrame) { _x = ../:Aculad._x; }Instance of Symbol 172 MovieClip in Frame 34onClipEvent (enterFrame) { _x = ../:Yuri._x; }Instance of Symbol 175 MovieClip in Frame 34onClipEvent (enterFrame) { _x = ../:Turok._x; }Symbol 26 Buttonon (release) { gotoAndPlay (3); }Symbol 29 Buttonon (release) { gotoAndPlay (10); }Symbol 31 Buttonon (release) { gotoAndPlay (22); }Symbol 33 Buttonon (release) { gotoAndPlay (16); }Symbol 35 Buttonon (release) { gotoAndPlay (28); }Symbol 72 Buttonon (press) { if (_root.credits > 0) { _root.dragger = this._name; phantomCredit._x = _root._xmouse; phantomCredit._y = _root._ymouse; startDrag ("phantomCredit", true); phantomCredit._visible = true; Mouse.hide(); } } on (release, releaseOutside) { Mouse.show(); stopDrag(); phantomCredit._visible = false; if (_root.dragger == this._name) { if ((credits > 0) and (_root.utherDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.credits = _root.credits - 1; _root.utherBet = _root.utherBet + 1; } if ((credits > 0) and (_root.AculadDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.credits = _root.credits - 1; _root.aculadBet = _root.aculadBet + 1; } if ((credits > 0) and (_root.yuriDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.credits = _root.credits - 1; _root.yuriBet = _root.yuriBet + 1; } if ((credits > 0) and (_root.turokDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.credits = _root.credits - 1; _root.turokBet = _root.turokBet + 1; } } }Symbol 73 Buttonon (press) { if (_root.YuriBet > 0) { _root.dragger = this._name; phantomCredit._x = _root._xmouse; phantomCredit._y = _root._ymouse; startDrag ("phantomCredit", true); phantomCredit._visible = true; Mouse.hide(); } } on (release, releaseOutside) { Mouse.show(); stopDrag(); phantomCredit._visible = false; if (_root.dragger == this._name) { if ((YuriBet > 0) and (_root.UtherDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.YuriBet = _root.YuriBet - 1; _root.UtherBet = _root.UtherBet + 1; } if ((YuriBet > 0) and (_root.AculadDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.YuriBet = _root.YuriBet - 1; _root.AculadBet = _root.AculadBet + 1; } if ((YuriBet > 0) and (_root.home.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.YuriBet = _root.YuriBet - 1; _root.credits = _root.credits + 1; } if ((YuriBet > 0) and (_root.turokDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.YuriBet = _root.YuriBet - 1; _root.turokBet = _root.turokBet + 1; } } }Symbol 74 Buttonon (press) { if (_root.UtherBet > 0) { _root.dragger = this._name; phantomCredit._x = _root._xmouse; phantomCredit._y = _root._ymouse; startDrag ("phantomCredit", true); phantomCredit._visible = true; Mouse.hide(); } } on (release, releaseOutside) { Mouse.show(); stopDrag(); phantomCredit._visible = false; if (_root.dragger == this._name) { if ((UtherBet > 0) and (_root.home.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.UtherBet = _root.UtherBet - 1; _root.credits = _root.credits + 1; } if ((UtherBet > 0) and (_root.AculadDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.UtherBet = _root.UtherBet - 1; _root.aculadBet = _root.aculadBet + 1; } if ((UtherBet > 0) and (_root.yuriDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.UtherBet = _root.UtherBet - 1; _root.yuriBet = _root.yuriBet + 1; } if ((UtherBet > 0) and (_root.turokDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.UtherBet = _root.UtherBet - 1; _root.turokBet = _root.turokBet + 1; } } }Symbol 75 Buttonon (press) { if (_root.AculadBet > 0) { _root.dragger = this._name; phantomCredit._x = _root._xmouse; phantomCredit._y = _root._ymouse; startDrag ("phantomCredit", true); phantomCredit._visible = true; Mouse.hide(); } } on (release, releaseOutside) { Mouse.show(); stopDrag(); phantomCredit._visible = false; if (_root.dragger == this._name) { if ((AculadBet > 0) and (_root.UtherDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.AculadBet = _root.AculadBet - 1; _root.UtherBet = _root.UtherBet + 1; } if ((AculadBet > 0) and (_root.Home.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.AculadBet = _root.AculadBet - 1; _root.credits = _root.credits + 1; } if ((AculadBet > 0) and (_root.yuriDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.AculadBet = _root.AculadBet - 1; _root.yuriBet = _root.yuriBet + 1; } if ((AculadBet > 0) and (_root.turokDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.AculadBet = _root.AculadBet - 1; _root.turokBet = _root.turokBet + 1; } } }Symbol 76 Buttonon (press) { if (_root.TurokBet > 0) { _root.dragger = this._name; phantomCredit._x = _root._xmouse; phantomCredit._y = _root._ymouse; startDrag ("phantomCredit", true); phantomCredit._visible = true; Mouse.hide(); } } on (release, releaseOutside) { Mouse.show(); stopDrag(); phantomCredit._visible = false; if (_root.dragger == this._name) { if ((TurokBet > 0) and (_root.UtherDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.TurokBet = _root.TurokBet - 1; _root.UtherBet = _root.UtherBet + 1; } if ((TurokBet > 0) and (_root.AculadDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.TurokBet = _root.TurokBet - 1; _root.AculadBet = _root.AculadBet + 1; } if ((TurokBet > 0) and (_root.YuriDrop.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.TurokBet = _root.TurokBet - 1; _root.yuriBet = _root.yuriBet + 1; } if ((TurokBet > 0) and (_root.home.hitTest(_root._xmouse, _root._ymouse, false) == true)) { _root.TurokBet = _root.TurokBet - 1; _root.credits = _root.credits + 1; } } }Symbol 82 Buttonon (release) { gotoAndStop (34); }Symbol 84 Buttonon (release) { if (credits > 20) { gotoAndStop (15); } }Symbol 87 Buttonon (release) { music.start(); }Symbol 88 Buttonon (release) { music2.start(); }Symbol 89 Buttonon (release) { stopAllSounds(); }Symbol 93 Buttonon (release) { theSound.start(); }Symbol 95 Buttonon (release) { theSound.setVolume(_root.volumeizer); }Symbol 159 MovieClip Frame 1stop();Symbol 159 MovieClip Frame 6if (_root.playSounds == true) { _root.theSound.start(); }Symbol 159 MovieClip Frame 9_x = 584; going = false; stop();Symbol 161 MovieClip Frame 1this.onLoad = function () { _y = random(400); }; this.onEnterFrame = function () { if ((_x < -100) and (random(500) == 1)) { _y = random(400); _x = 600; } _x = (_x - 10); };Symbol 180 Buttonon (release) { music.stop(); }Symbol 181 Buttonon (release) { playSounds = !playSounds; }
Library Items
Symbol 1 Sound [music] | ||
Symbol 2 Sound [smashing] | ||
Symbol 3 Sound [music2] | ||
Symbol 4 Graphic | Used by:Timeline | |
Symbol 5 Bitmap | Used by:6 132 | |
Symbol 6 Graphic | Uses:5 | Used by:7 |
Symbol 7 MovieClip | Uses:6 | Used by:Timeline |
Symbol 8 Graphic | Used by:9 | |
Symbol 9 MovieClip | Uses:8 | Used by:Timeline |
Symbol 10 Graphic | Used by:Timeline | |
Symbol 11 Font | Used by:13 162 | |
Symbol 12 Font | Used by:13 | |
Symbol 13 Text | Uses:11 12 | Used by:Timeline |
Symbol 14 Font | Used by:15 | |
Symbol 15 Text | Uses:14 | Used by:Timeline |
Symbol 16 Font | Used by:17 18 19 20 | |
Symbol 17 Text | Uses:16 | Used by:21 |
Symbol 18 Text | Uses:16 | Used by:21 |
Symbol 19 Text | Uses:16 | Used by:21 |
Symbol 20 Text | Uses:16 | Used by:21 |
Symbol 21 MovieClip | Uses:17 18 19 20 | Used by:Timeline |
Symbol 22 Graphic | Used by:Timeline | |
Symbol 23 Graphic | Used by:26 29 31 33 35 38 82 84 87 88 89 93 95 | |
Symbol 24 Graphic | Used by:26 29 31 33 35 38 82 84 87 88 89 93 95 | |
Symbol 25 Graphic | Used by:26 29 31 33 35 38 82 84 87 88 89 93 95 | |
Symbol 26 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 27 Font | Used by:28 30 32 34 36 45 50 51 52 54 55 59 60 63 64 69 70 83 85 90 91 92 94 96 97 104 105 106 107 114 115 116 117 118 119 120 127 128 129 130 182 183 | |
Symbol 28 Text | Uses:27 | Used by:Timeline |
Symbol 29 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 30 Text | Uses:27 | Used by:Timeline |
Symbol 31 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 32 Text | Uses:27 | Used by:Timeline |
Symbol 33 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 34 Text | Uses:27 | Used by:Timeline |
Symbol 35 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 36 Text | Uses:27 | Used by:Timeline |
Symbol 37 Graphic | Used by:Timeline | |
Symbol 38 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 39 Graphic | Used by:Timeline | |
Symbol 40 Graphic | Used by:Timeline | |
Symbol 41 Graphic | Used by:Timeline | |
Symbol 42 Graphic | Used by:Timeline | |
Symbol 43 Graphic | Used by:Timeline | |
Symbol 44 Graphic | Used by:Timeline | |
Symbol 45 Text | Uses:27 | Used by:Timeline |
Symbol 46 Graphic | Used by:53 58 62 66 | |
Symbol 47 Graphic | Used by:48 | |
Symbol 48 MovieClip | Uses:47 | Used by:53 58 62 66 Timeline |
Symbol 49 Graphic | Used by:53 | |
Symbol 50 Text | Uses:27 | Used by:53 |
Symbol 51 Text | Uses:27 | Used by:53 58 62 66 |
Symbol 52 EditableText | Uses:27 | Used by:53 |
Symbol 53 MovieClip | Uses:46 48 49 50 51 52 | Used by:Timeline |
Symbol 54 Text | Uses:27 | Used by:58 |
Symbol 55 EditableText | Uses:27 | Used by:58 |
Symbol 56 Bitmap | Used by:57 139 140 | |
Symbol 57 Graphic | Uses:56 | Used by:58 |
Symbol 58 MovieClip | Uses:46 48 54 51 55 57 | Used by:Timeline |
Symbol 59 Text | Uses:27 | Used by:62 |
Symbol 60 EditableText | Uses:27 | Used by:62 |
Symbol 61 Graphic | Used by:62 | |
Symbol 62 MovieClip | Uses:46 48 59 51 60 61 | Used by:Timeline |
Symbol 63 Text | Uses:27 | Used by:66 |
Symbol 64 EditableText | Uses:27 | Used by:66 |
Symbol 65 Graphic | Used by:66 | |
Symbol 66 MovieClip | Uses:46 48 63 51 64 65 | Used by:Timeline |
Symbol 67 Graphic | Used by:68 | |
Symbol 68 MovieClip | Uses:67 | Used by:Timeline |
Symbol 69 Text | Uses:27 | Used by:Timeline |
Symbol 70 EditableText | Uses:27 | Used by:Timeline |
Symbol 71 Graphic | Used by:72 73 74 75 76 | |
Symbol 72 Button | Uses:71 | Used by:Timeline |
Symbol 73 Button | Uses:71 | Used by:Timeline |
Symbol 74 Button | Uses:71 | Used by:Timeline |
Symbol 75 Button | Uses:71 | Used by:Timeline |
Symbol 76 Button | Uses:71 | Used by:Timeline |
Symbol 77 Graphic | Used by:Timeline | |
Symbol 78 Graphic | Used by:Timeline | |
Symbol 79 Graphic | Used by:Timeline | |
Symbol 80 Graphic | Used by:Timeline | |
Symbol 81 Graphic | Used by:Timeline | |
Symbol 82 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 83 Text | Uses:27 | Used by:Timeline |
Symbol 84 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 85 Text | Uses:27 | Used by:Timeline |
Symbol 86 Graphic | Used by:Timeline | |
Symbol 87 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 88 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 89 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 90 Text | Uses:27 | Used by:Timeline |
Symbol 91 Text | Uses:27 | Used by:Timeline |
Symbol 92 Text | Uses:27 | Used by:Timeline |
Symbol 93 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 94 Text | Uses:27 | Used by:Timeline |
Symbol 95 Button | Uses:23 24 25 | Used by:Timeline |
Symbol 96 EditableText | Uses:27 | Used by:Timeline |
Symbol 97 Text | Uses:27 | Used by:Timeline |
Symbol 98 Graphic | Used by:Timeline | |
Symbol 99 Graphic | Used by:Timeline | |
Symbol 100 Graphic | Used by:Timeline | |
Symbol 101 Graphic | Used by:Timeline | |
Symbol 102 Graphic | Used by:Timeline | |
Symbol 103 Graphic | Used by:Timeline | |
Symbol 104 Text | Uses:27 | Used by:Timeline |
Symbol 105 Text | Uses:27 | Used by:Timeline |
Symbol 106 Text | Uses:27 | Used by:Timeline |
Symbol 107 Text | Uses:27 | Used by:Timeline |
Symbol 108 Graphic | Used by:Timeline | |
Symbol 109 Graphic | Used by:Timeline | |
Symbol 110 Graphic | Used by:Timeline | |
Symbol 111 Graphic | Used by:Timeline | |
Symbol 112 Graphic | Used by:Timeline | |
Symbol 113 Graphic | Used by:Timeline | |
Symbol 114 Text | Uses:27 | Used by:Timeline |
Symbol 115 Text | Uses:27 | Used by:Timeline |
Symbol 116 Text | Uses:27 | Used by:Timeline |
Symbol 117 Text | Uses:27 | Used by:Timeline |
Symbol 118 Text | Uses:27 | Used by:Timeline |
Symbol 119 Text | Uses:27 | Used by:Timeline |
Symbol 120 Text | Uses:27 | Used by:Timeline |
Symbol 121 Graphic | Used by:Timeline | |
Symbol 122 Graphic | Used by:Timeline | |
Symbol 123 Graphic | Used by:Timeline | |
Symbol 124 Graphic | Used by:Timeline | |
Symbol 125 Graphic | Used by:Timeline | |
Symbol 126 Graphic | Used by:Timeline | |
Symbol 127 Text | Uses:27 | Used by:Timeline |
Symbol 128 Text | Uses:27 | Used by:Timeline |
Symbol 129 Text | Uses:27 | Used by:Timeline |
Symbol 130 Text | Uses:27 | Used by:Timeline |
Symbol 131 Graphic | Used by:Timeline | |
Symbol 132 Graphic | Uses:5 | Used by:133 |
Symbol 133 MovieClip | Uses:132 | Used by:Timeline |
Symbol 134 Graphic | Used by:138 | |
Symbol 135 Graphic | Used by:138 | |
Symbol 136 Graphic | Used by:138 | |
Symbol 137 Graphic | Used by:138 | |
Symbol 138 MovieClip | Uses:134 135 136 137 | Used by:Timeline |
Symbol 139 Graphic | Uses:56 | Used by:141 |
Symbol 140 Graphic | Uses:56 | Used by:141 |
Symbol 141 MovieClip | Uses:139 140 | Used by:Timeline |
Symbol 142 Graphic | Used by:145 | |
Symbol 143 Graphic | Used by:145 | |
Symbol 144 Graphic | Used by:145 | |
Symbol 145 MovieClip | Uses:142 143 144 | Used by:Timeline |
Symbol 146 Graphic | Used by:150 | |
Symbol 147 Graphic | Used by:150 | |
Symbol 148 Graphic | Used by:150 | |
Symbol 149 Graphic | Used by:150 | |
Symbol 150 MovieClip | Uses:146 147 148 149 | Used by:Timeline |
Symbol 151 Graphic | Used by:159 | |
Symbol 152 Graphic | Used by:159 | |
Symbol 153 Graphic | Used by:159 | |
Symbol 154 Graphic | Used by:159 | |
Symbol 155 Graphic | Used by:159 | |
Symbol 156 Graphic | Used by:159 | |
Symbol 157 Graphic | Used by:159 | |
Symbol 158 Graphic | Used by:159 | |
Symbol 159 MovieClip | Uses:151 152 153 154 155 156 157 158 | Used by:Timeline |
Symbol 160 Graphic | Used by:161 | |
Symbol 161 MovieClip | Uses:160 | Used by:Timeline |
Symbol 162 EditableText | Uses:11 | Used by:Timeline |
Symbol 163 Graphic | Used by:166 | |
Symbol 164 Font | Used by:165 168 171 174 | |
Symbol 165 Text | Uses:164 | Used by:166 |
Symbol 166 MovieClip | Uses:163 165 | Used by:Timeline |
Symbol 167 Graphic | Used by:169 | |
Symbol 168 Text | Uses:164 | Used by:169 |
Symbol 169 MovieClip | Uses:167 168 | Used by:Timeline |
Symbol 170 Graphic | Used by:172 | |
Symbol 171 Text | Uses:164 | Used by:172 |
Symbol 172 MovieClip | Uses:170 171 | Used by:Timeline |
Symbol 173 Graphic | Used by:175 | |
Symbol 174 Text | Uses:164 | Used by:175 |
Symbol 175 MovieClip | Uses:173 174 | Used by:Timeline |
Symbol 176 Graphic | Used by:180 181 | |
Symbol 177 Graphic | Used by:180 181 | |
Symbol 178 Graphic | Used by:180 181 | |
Symbol 179 Graphic | Used by:180 181 | |
Symbol 180 Button | Uses:176 177 178 179 | Used by:Timeline |
Symbol 181 Button | Uses:176 177 178 179 | Used by:Timeline |
Symbol 182 Text | Uses:27 | Used by:Timeline |
Symbol 183 Text | Uses:27 | Used by:Timeline |
Instance Names
"utherDrop" | Frame 9 | Symbol 53 MovieClip |
"aculadDrop" | Frame 9 | Symbol 58 MovieClip |
"yuriDrop" | Frame 9 | Symbol 62 MovieClip |
"TurokDrop" | Frame 9 | Symbol 66 MovieClip |
"home" | Frame 9 | Symbol 68 MovieClip |
"dragCredit" | Frame 9 | Symbol 48 MovieClip |
"phantomCredit" | Frame 9 | Symbol 48 MovieClip |
"Uther" | Frame 34 | Symbol 138 MovieClip |
"Aculad" | Frame 34 | Symbol 141 MovieClip |
"yuri" | Frame 34 | Symbol 145 MovieClip |
"turok" | Frame 34 | Symbol 150 MovieClip |
"dispText" | Frame 34 | Symbol 162 EditableText |
Special Tags
Protect (24) | Timeline Frame 1 | 0 bytes "" |
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "music" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "smashing" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "music2" |
Labels
"betting" | Frame 3 |
"runEvent" | Frame 10 |
"soundtest" | Frame 15 |
"help" | Frame 16 |
"About" | Frame 22 |
"credits" | Frame 28 |
"race" | Frame 34 |
Dynamic Text Variables
_root.UtherBet | Symbol 52 EditableText | "" |
_root.AculadBet | Symbol 55 EditableText | "" |
_root.YuriBet | Symbol 60 EditableText | "" |
_root.TurokBet | Symbol 64 EditableText | "" |
_root.credits | Symbol 70 EditableText | "" |
volumeizer | Symbol 96 EditableText | "" |
|