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

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

yatu.swf

This is the info page for
Flash #136548

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


Text
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 1
stopAllSounds(); 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 1
onClipEvent (enterFrame) { _x = (_x - thrustLeft); thrustLeft = thrustLeft - 1; if (_x >= 550) { thrustLeft = random(30); } } onClipEvent (load) { thrustLeft = 10; }
Instance of Symbol 9 MovieClip in Frame 1
onClipEvent (enterFrame) { _x = (_x - thrustLeft); thrustLeft = thrustLeft - 1; if (_x >= 550) { thrustLeft = random(30); } } onClipEvent (load) { thrustLeft = 10; }
Instance of Symbol 9 MovieClip in Frame 1
onClipEvent (enterFrame) { _x = (_x - thrustLeft); thrustLeft = thrustLeft - 1; if (_x >= 550) { thrustLeft = random(30); } } onClipEvent (load) { thrustLeft = 10; }
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded >= 1) { ../:gotoAndStop(2); } }
Frame 2
stop();
Frame 9
stop();
Instance of Symbol 48 MovieClip "phantomCredit" in Frame 9
onClipEvent (load) { _visible = false; }
Frame 14
stop();
Frame 15
stop();
Frame 21
stop();
Frame 27
stop();
Frame 33
stop();
Frame 34
racing = 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 34
onClipEvent (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 34
onClipEvent (enterFrame) { _x = ((_x + random(3)) + _root.advance); }
Instance of Symbol 141 MovieClip "Aculad" in Frame 34
onClipEvent (enterFrame) { _x = (_x + random(3)); }
Instance of Symbol 145 MovieClip "yuri" in Frame 34
onClipEvent (enterFrame) { _x = (_x + random(3)); }
Instance of Symbol 150 MovieClip "turok" in Frame 34
onClipEvent (enterFrame) { _x = (_x + random(3)); }
Instance of Symbol 159 MovieClip in Frame 34
onClipEvent (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 34
onClipEvent (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 34
onClipEvent (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 34
onClipEvent (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 34
onClipEvent (enterFrame) { _x = ../:Uther._x; }
Instance of Symbol 169 MovieClip in Frame 34
onClipEvent (enterFrame) { _x = ../:Aculad._x; }
Instance of Symbol 172 MovieClip in Frame 34
onClipEvent (enterFrame) { _x = ../:Yuri._x; }
Instance of Symbol 175 MovieClip in Frame 34
onClipEvent (enterFrame) { _x = ../:Turok._x; }
Symbol 26 Button
on (release) { gotoAndPlay (3); }
Symbol 29 Button
on (release) { gotoAndPlay (10); }
Symbol 31 Button
on (release) { gotoAndPlay (22); }
Symbol 33 Button
on (release) { gotoAndPlay (16); }
Symbol 35 Button
on (release) { gotoAndPlay (28); }
Symbol 72 Button
on (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 Button
on (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 Button
on (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 Button
on (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 Button
on (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 Button
on (release) { gotoAndStop (34); }
Symbol 84 Button
on (release) { if (credits > 20) { gotoAndStop (15); } }
Symbol 87 Button
on (release) { music.start(); }
Symbol 88 Button
on (release) { music2.start(); }
Symbol 89 Button
on (release) { stopAllSounds(); }
Symbol 93 Button
on (release) { theSound.start(); }
Symbol 95 Button
on (release) { theSound.setVolume(_root.volumeizer); }
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 6
if (_root.playSounds == true) { _root.theSound.start(); }
Symbol 159 MovieClip Frame 9
_x = 584; going = false; stop();
Symbol 161 MovieClip Frame 1
this.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 Button
on (release) { music.stop(); }
Symbol 181 Button
on (release) { playSounds = !playSounds; }

Library Items

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

Instance Names

"utherDrop"Frame 9Symbol 53 MovieClip
"aculadDrop"Frame 9Symbol 58 MovieClip
"yuriDrop"Frame 9Symbol 62 MovieClip
"TurokDrop"Frame 9Symbol 66 MovieClip
"home"Frame 9Symbol 68 MovieClip
"dragCredit"Frame 9Symbol 48 MovieClip
"phantomCredit"Frame 9Symbol 48 MovieClip
"Uther"Frame 34Symbol 138 MovieClip
"Aculad"Frame 34Symbol 141 MovieClip
"yuri"Frame 34Symbol 145 MovieClip
"turok"Frame 34Symbol 150 MovieClip
"dispText"Frame 34Symbol 162 EditableText

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "music"
ExportAssets (56)Timeline Frame 1Symbol 2 as "smashing"
ExportAssets (56)Timeline Frame 1Symbol 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.UtherBetSymbol 52 EditableText""
_root.AculadBetSymbol 55 EditableText""
_root.YuriBetSymbol 60 EditableText""
_root.TurokBetSymbol 64 EditableText""
_root.creditsSymbol 70 EditableText""
volumeizerSymbol 96 EditableText""




http://swfchan.com/28/136548/info.shtml
Created: 9/2 -2019 03:35:33 Last modified: 9/2 -2019 03:35:33 Server time: 20/04 -2024 16:24:11