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

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

2500.swf

This is the info page for
Flash #121547

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


Text
DOWNLOADING DATA PLEASE WAIT

CLICK HERE

CLICK HERE

PLAY GAME

PLAY GAME

QUIT GAME

QUIT GAME

PLAY MORE GAMES

PLAY MORE GAMES

CREDIT

CREDIT

MOVE YOUR CHARACTER

KICK

NEXT

NEXT

RESULT

OK

OK

ActionScript [AS1/AS2]

Frame 1
var _mochiads_game_id = "95f7f2a11dd8024e"; fscommand ("fullscreen", "true"); fscommand ("allowscale", "false"); fscommand ("trapallkeys", "true"); fscommand ("showmenu", "false"); onEnterFrame = function () { if (Key.isDown(27)) { fscommand ("quit"); } }; if (getBytesLoaded() == getBytesTotal()) { gotoAndPlay (3); } else { _root.Loading_Var = Math.floor((getBytesLoaded() / getBytesTotal()) * 100); }
Instance of Symbol 7 MovieClip in Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.Loading_Var); }
Frame 2
gotoAndPlay (1);
Frame 251
MovieClip.prototype.setCookie = function (c, n, v) { var _local1 = SharedObject.getLocal(c); _local1.data[n] = v; }; MovieClip.prototype.getCookie = function (c, n) { var _local1 = SharedObject.getLocal(c); return(_local1.data[n]); }; _root.SetData = function () { _root.Win_var = (_root.Lose_var = (_root.Tie_var = 0)); }; _root.SaveData = function () { _root.setCookie("Score", "Win", _root.Win_var); _root.setCookie("Score", "Lose", _root.Lose_var); _root.setCookie("Score", "Tie", _root.Tie_var); }; _root.LoadData = function () { _root.Win_var = _root.getCookie("Score", "Win"); _root.Lose_var = _root.getCookie("Score", "Lose"); _root.Tie_var = _root.getCookie("Score", "Tie"); }; if (_root.getCookie("Score", "Win") == null) { _root.SetData(); _root.SaveData(); } else { _root.LoadData(); }
Frame 252
stop();
Frame 253
stop(); _root.Layar_mc.gotoAndPlay(1);
Frame 254
stop(); _root.Layar_mc.gotoAndPlay(1);
Instance of Symbol 120 MovieClip in Frame 254
onClipEvent (enterFrame) { this.TotalSquare_var = _root.TotalSquare_var; this.Menit_var = _root.Menit_var; this.Detik_var = _root.Detik_var; this.Second_var = _root.Second_var; this.Level_var = _root.Level_var; if (_root.Level_var == 1) { _root.Menit_var = 0; _root.Detik_var = 13; _root.Second_var = 0; _root.TotalSquare_var = 13; } else if (_root.Level_var == 2) { _root.Menit_var = 0; _root.Detik_var = 45; _root.Second_var = 0; _root.TotalSquare_var = 45; } else if (_root.Level_var == 3) { _root.Menit_var = 1; _root.Detik_var = 25; _root.Second_var = 0; _root.TotalSquare_var = 85; } else if (_root.Level_var == 4) { _root.Menit_var = 2; _root.Detik_var = 13; _root.Second_var = 0; _root.TotalSquare_var = 133; } else if (_root.Level_var == 5) { _root.Menit_var = 2; _root.Detik_var = 13; _root.Second_var = 0; _root.TotalSquare_var = 189; } else if (_root.Level_var == 6) { } else if (_root.Level_var == 7) { } else if (_root.Level_var == 8) { } else if (_root.Level_var == 9) { } else if (_root.Level_var == 10) { } else if (_root.Level_var == 11) { } else if (_root.Level_var == 12) { } else if (_root.Level_var == 13) { } else if (_root.Level_var == 14) { } else if (_root.Level_var == 15) { } } on (press) { _root.play(); }
Frame 255
stop(); _root.Layar_mc.gotoAndPlay(1);
Instance of Symbol 131 MovieClip in Frame 255
on (press) { _parent.gotoAndStop("Menu_lb"); } on (keyPress "<Enter>") { _parent.gotoAndStop("Menu_lb"); } on (keyPress "<?#19>") { _parent.gotoAndStop("Menu_lb"); }
Frame 256
_root.Speed_var = 8; _root.GameOver_var = 0; _root.EnemySpeed_var = 7; _root.PlayerSpeed_var = 6; _root.Control_var = 0; _root.Layar_mc.gotoAndPlay(1);
Instance of Symbol 133 MovieClip in Frame 256
onClipEvent (enterFrame) { if (this.hitTest(_root.Bola_mc)) { _root.NilaiY_var = _root.Speed_var; } }
Instance of Symbol 133 MovieClip in Frame 256
onClipEvent (enterFrame) { if (this.hitTest(_root.Bola_mc)) { _root.NilaiY_var = -_root.Speed_var; } }
Instance of Symbol 179 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.Control_var == 1) { _root.Detik_var = _root.Detik_var - 1; if ((_root.Detik_var <= 0) and (_root.Menit_var > 0)) { _root.Menit_var = _root.Menit_var - 1; _root.Detik_var = 60; } if (((_root.Menit_var <= 0) and (_root.Detik_var <= 0)) and (_root.Second_var <= 0)) { _root.Second_var = 0; _root.Detik_var = 0; _root.Menit_var = 0; _root.Control_var = 0; _root.GameOver_var = 1; _root.Teks_mc.gotoAndPlay("TimeOver_lb"); } } }
Frame 257
stop(); _root.Layar_mc.gotoAndPlay(1);
Instance of Symbol 195 MovieClip "Bola_mc" in Frame 257
onClipEvent (load) { if (_root.BallPosition_var == "Player1") { _root.NilaiY_var = 0; _root.NilaiX_var = -5; } else if (_root.BallPosition_var == "Player2") { _root.NilaiY_var = 0; _root.NilaiX_var = 5; } } onClipEvent (enterFrame) { if (_root.Control_var == 1) { this._rotation = this._rotation + ((_root.NilaiY_var + _root.NilaiX_var) * 2); this._y = this._y + _root.NilaiY_var; this._x = this._x + _root.NilaiX_var; if (this._x > 610) { _root.Control_var = 0; _root.GoalPlayer1_var = _root.GoalPlayer1_var + 1; _root.BallPosition_var = "Player2"; _root.Teks_mc.gotoAndPlay("Goal_lb"); } if (this._x < 30) { _root.Control_var = 0; _root.GoalPlayer2_var = _root.GoalPlayer2_var + 1; _root.BallPosition_var = "Player1"; _root.Teks_mc.gotoAndPlay("Goal_lb"); } } }
Instance of Symbol 215 MovieClip "Player1_mc" in Frame 257
onClipEvent (enterFrame) { if (Key.isDown(38)) { if ((_root.Control_var == 1) and (this.Kiper_mc._currentframe != 4)) { if (this._y > 85) { this._y = this._y - _root.PlayerSpeed_var; this.Kiper_mc.gotoAndStop(2); } } } else if (Key.isDown(40)) { if ((_root.Control_var == 1) and (this.Kiper_mc._currentframe != 4)) { if (this._y < 395) { this._y = this._y + _root.PlayerSpeed_var; this.Kiper_mc.gotoAndStop(3); } } } else if (Key.isDown(32)) { if ((_root.Control_var == 1) and (this.Kiper_mc._currentframe != 4)) { this.Kiper_mc.gotoAndStop("Tendang_lb"); } } if (this.hitTest(_root.Bola_mc)) { if (this.Kiper_mc._currentframe == 4) { _root.NilaiX_var = _root.Speed_var + 10; _root.Sounds_mc.gotoAndPlay(2); } else { _root.NilaiX_var = 8; _root.Sounds_mc.gotoAndPlay(3); } if (this._y > _root.Bola_mc._y) { _root.NilaiY_var = -((this._y - _root.Bola_mc._y) / 5); } if (this._y < _root.Bola_mc._y) { _root.nilaiY_var = (_root.Bola_mc._y - this._y) / 5; } } }
Instance of Symbol 215 MovieClip "Player2_mc" in Frame 257
onClipEvent (enterFrame) { this.gotoAndStop(2); if (_root.Control_var == 1) { if (_root.NilaiX_var > 0) { if ((this._y >= (_root.Bola_mc._y + _root.EnemySpeed_var)) and (this.Kiper_mc._currentframe != 4)) { this._y = this._y - _root.EnemySpeed_var; this.Kiper_mc.gotoAndStop("Atas_lb"); } else if ((this._y < (_root.Bola_mc._y - _root.EnemySpeed_var)) and (this.Kiper_mc._currentframe != 4)) { this._y = this._y + _root.EnemySpeed_var; this.Kiper_mc.gotoAndStop("Bawah_lb"); } } if (this.hitTest(_root.Bola_mc)) { _root.NilaiX_var = -(_root.Speed_var + (random(5) + 5)); _root.NilaiY_var = -(random(20) - 10); this.Kiper_mc.gotoAndStop("Tendang_lb"); _root.Sounds_mc.gotoAndPlay(2); } } else { this.Kiper_mc.gotoAndStop(1); } }
Symbol 7 MovieClip Frame 100
stop();
Symbol 50 MovieClip Frame 1
onEnterFrame = function () { if (Aktive_var != 1) { X_var = random(10) + 2; Y_var = random(10) + 5; Rotation_var = random(25); if (random(25) == 1) { Aktive_var = 1; } } else { this._x = this._x + X_var; this._y = this._y + Y_var; if (this._x >= 200) { X_var = X_var + 1; this._alpha = this._alpha - 5; } this._rotation = this._rotation + Rotation_var; this._alpha = this._alpha - Alpha_var; } };
Symbol 63 MovieClip Frame 17
stop();
Symbol 64 Button
on (press) { _root.gotoAndStop("Menu_lb"); }
Symbol 67 MovieClip Frame 25
stop();
Symbol 76 Button
on (press) { _root.gotoAndPlay("Instructions_lb"); }
Symbol 81 Button
on (press) { fscommand ("quit"); }
Symbol 86 Button
on (press) { getURL ("http://www.loyaleternal.com", "_blank"); }
Symbol 91 Button
on (press) { _root.gotoAndStop("Credit_lb"); }
Symbol 107 MovieClip Frame 1
stop();
Symbol 112 Button
on (press) { _root.SetData(); _root.SaveData(); }
Instance of Symbol 107 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.Lose_var; if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 107 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.Lose_var; if (length(Nilai_var) == 1) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(9)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 107 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.Tie_var; if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 107 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.Tie_var; if (length(Nilai_var) == 1) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(9)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 107 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.Win_var; if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 107 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.Win_var; if (length(Nilai_var) == 1) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(9)) + 1); } else { this.gotoAndStop(1); } }
Symbol 114 MovieClip Frame 35
stop();
Symbol 125 Button
on (press) { _root.BallPosition_var = "Player1"; _root.GoalPlayer1_var = 0; _root.GoalPlayer2_var = 0; _root.Second_var = 0; _root.Detik_var = 0; _root.Menit_var = 45; _root.gotoAndPlay("Game_lb"); }
Symbol 152 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 1
stop();
Instance of Symbol 152 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.GoalPlayer2_var; if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 152 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.GoalPlayer2_var; if (length(Nilai_var) == 1) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(9)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 164 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.GoalPlayer1_var; if (length(Nilai_var) == 1) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(9)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 164 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.GoalPlayer1_var; if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 177 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.Detik_var; if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 177 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.Detik_var; if (length(Nilai_var) == 1) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(9)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 177 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.Menit_var; if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 177 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.Menit_var; if (length(Nilai_var) == 1) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(9)) + 1); } else { this.gotoAndStop(1); } }
Symbol 189 MovieClip Frame 1
Speed_var = random(10) + 5; Whine_var = random(20) - 10; Rotasi_var = random(10) - 5; Scale_var = random(100) + 50; this._y = -50; this._x = random(640); this._yscale = Scale_var; this._xscale = Scale_var; this.gotoAndStop(random(10)); onEnterFrame = function () { if (_root.GameOver_var == 1) { this._y = this._y + Speed_var; this._x = this._x + Whine_var; this._rotation = this._rotation + Rotasi_var; if (this._y > 500) { Speed_var = random(25) + 5; Whine_var = random(20) - 10; Rotasi_var = random(10) - 5; this._y = -50; this._x = random(640); this.gotoAndStop(random(10)); } } };
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
gotoAndStop (1);
Symbol 193 MovieClip Frame 3
gotoAndStop (1);
Symbol 205 MovieClip Frame 5
_parent.gotoAndStop(1);
Symbol 206 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 207 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 5
_parent.gotoAndStop(1);
Symbol 213 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 214 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 1
stop();
Instance of Symbol 217 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this._alpha < 100) { this._alpha = this._alpha + 10; } Nilai_var = _root.GoalPlayer2_var; if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 217 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this._alpha < 100) { this._alpha = this._alpha + 10; } Nilai_var = _root.GoalPlayer2_var; if (length(Nilai_var) == 1) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(9)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 219 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this._alpha < 100) { this._alpha = this._alpha + 10; } Nilai_var = _root.GoalPlayer1_var; if (length(Nilai_var) == 1) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(9)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 219 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this._alpha < 100) { this._alpha = this._alpha + 10; } Nilai_var = _root.GoalPlayer1_var; if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 217 MovieClip in Symbol 236 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.GoalPlayer2_var; if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 217 MovieClip in Symbol 236 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.GoalPlayer2_var; if (length(Nilai_var) == 1) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(9)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 219 MovieClip in Symbol 236 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.GoalPlayer1_var; if (length(Nilai_var) == 1) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(9)) + 1); } else { this.gotoAndStop(1); } }
Instance of Symbol 219 MovieClip in Symbol 236 MovieClip Frame 1
onClipEvent (enterFrame) { Nilai_var = _root.GoalPlayer1_var; if (length(Nilai_var) == 2) { this.gotoAndStop(Number(String(Nilai_var).charAt(0)) + 1); } else if (length(Nilai_var) == 3) { this.gotoAndStop(Number(String(Nilai_var).charAt(1)) + 1); } else if (length(Nilai_var) == 4) { this.gotoAndStop(Number(String(Nilai_var).charAt(2)) + 1); } else if (length(Nilai_var) == 5) { this.gotoAndStop(Number(String(Nilai_var).charAt(3)) + 1); } else if (length(Nilai_var) == 6) { this.gotoAndStop(Number(String(Nilai_var).charAt(4)) + 1); } else if (length(Nilai_var) == 7) { this.gotoAndStop(Number(String(Nilai_var).charAt(5)) + 1); } else if (length(Nilai_var) == 8) { this.gotoAndStop(Number(String(Nilai_var).charAt(6)) + 1); } else if (length(Nilai_var) == 9) { this.gotoAndStop(Number(String(Nilai_var).charAt(7)) + 1); } else if (length(Nilai_var) == 10) { this.gotoAndStop(Number(String(Nilai_var).charAt(8)) + 1); } else { this.gotoAndStop(1); } }
Symbol 241 Button
on (press) { _root.gotoAndPlay("Menu_lb"); }
Instance of Symbol 221 MovieClip in Symbol 244 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this._alpha < 100) { this._alpha = this._alpha + 10; } }
Symbol 244 MovieClip Frame 185
stop(); _root.Control_var = 1;
Symbol 244 MovieClip Frame 250
stop(); _root.gotoAndPlay("Game_lb");
Instance of Symbol 236 MovieClip in Symbol 244 MovieClip Frame 300
onClipEvent (load) { this._alpha = 0; if (_root.GoalPlayer1_var > _root.GoalPlayer2_var) { _root.Win_var = _root.Win_var + 1; _root.TeksResult_var = "YOU WIN"; } else if (_root.GoalPlayer1_var < _root.GoalPlayer2_var) { _root.Lose_var = _root.Lose_var + 1; _root.TeksResult_var = "YOU LOSE"; } else { _root.TeksResult_var = "TIE"; _root.Tie_var = _root.Tie_var + 1; } _root.SaveData(); } onClipEvent (enterFrame) { if (this._alpha < 100) { this._alpha = this._alpha + 10; } }
Symbol 244 MovieClip Frame 405
stop();

Library Items

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

Instance Names

"Layar_mc"Frame 252Symbol 67 MovieClip
"Layar_mc"Frame 253Symbol 114 MovieClip
"Layar_mc"Frame 255Symbol 67 MovieClip
"Layar_mc"Frame 256Symbol 114 MovieClip
"Sounds_mc"Frame 256Symbol 193 MovieClip
"Bola_mc"Frame 257Symbol 195 MovieClip
"Player1_mc"Frame 257Symbol 215 MovieClip
"Player2_mc"Frame 257Symbol 215 MovieClip
"Teks_mc"Frame 257Symbol 244 MovieClip
"Kiper_mc"Symbol 215 MovieClip Frame 1Symbol 207 MovieClip
"Kiper_mc"Symbol 215 MovieClip Frame 2Symbol 214 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "TombolHit01"

Labels

"Tittle_lb"Frame 252
"Menu_lb"Frame 253
"Instructions_lb"Frame 254
"Credit_lb"Frame 255
"Game_lb"Frame 256
"Atas_lb"Symbol 207 MovieClip Frame 2
"Bawah_lb"Symbol 207 MovieClip Frame 3
"Tendang_lb"Symbol 207 MovieClip Frame 4
"Atas_lb"Symbol 214 MovieClip Frame 2
"Bawah_lb"Symbol 214 MovieClip Frame 3
"Tendang_lb"Symbol 214 MovieClip Frame 4
"Goal_lb"Symbol 244 MovieClip Frame 186
"TimeOver_lb"Symbol 244 MovieClip Frame 251
"Lose_lb"Symbol 244 MovieClip Frame 300

Dynamic Text Variables

_root.TeksResult_varSymbol 234 EditableText"RESULT"




http://swfchan.com/25/121547/info.shtml
Created: 4/3 -2019 09:16:28 Last modified: 4/3 -2019 09:16:28 Server time: 08/05 -2024 10:40:02