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

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

Kon's Big Trouble.swf

This is the info page for
Flash #22384

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


Text
The game is loading please wait...

Kon's Trouble
Kon and his fellow doll friends are making a fuss again.
Help ichigo whack them all down.
You are given 60 seconds to reach the goal points.
Its gameover if you fail to reach your goal.
Don't Miss! - Hit-chains will give you extra points.

Presents

Start

Credits

Play more games

LEVEL 1

Goal Score:
300

Score

Level

1

Time

Goal

300

LEVEL 2

Goal Score:

Congratulations!
Proceed to the next level

2

LEVEL 3

3

LEVEL 4

4

LEVEL 5

5

LEVEL 6

6

LEVEL 7

7

LEVEL 8

8

LEVEL 9

9

LEVEL 10

10

Play Again

Play More Games

GAME OVER
You failed to reach your goal!

Your Score

Credits

Back to Main

Programming: UFGA
Art and Graphics: UFGA
Music:
Comical World: Bleach OST
Enemies Unseen: Bleach OST
SFX:
www.flashkit.com

Play more Games

Your Score

ActionScript [AS1/AS2]

Frame 1
Loaded = Math.round(getBytesLoaded()); total = Math.round(getBytesTotal()); percent = Loaded / total; bar._width = percent * 150; text = Math.round(percent * 100) + "%"; if (Loaded == total) { gotoAndPlay (3); }
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Frame 4
meaw = new Sound(); meaw.attachSound("meaw"); whish = new Sound(); whish.attachSound("whish"); woop = new Sound(); woop.attachSound("woop"); good = new Sound(); good.attachSound("good"); gameover = new Sound(); gameover.attachSound("gameover"); levelstart0 = new Sound(); levelstart0.attachSound("levelstart0"); levelstart2 = new Sound(); levelstart2.attachSound("levelstart2"); ririn = new Sound(); ririn.attachSound("ririn"); warpopen = new Sound(); warpopen.attachSound("warpopen"); warpclose = new Sound(); warpclose.attachSound("warpclose"); stop();
Frame 5
_global.score = 0; _root.score = 0; stopAllSounds(); stop();
Frame 6
_global.goal = 300; _global.chain = 0; _root.levelstart0.start(0, 999); stop();
Instance of Symbol 112 MovieClip in Frame 6
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 137 MovieClip in Frame 6
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 6
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 137 MovieClip in Frame 6
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 150 MovieClip in Frame 6
onClipEvent (enterFrame) { this._x = _root._xmouse; } onClipEvent (mouseDown) { this.gotoAndPlay("attack"); }
Instance of Symbol 152 MovieClip in Frame 6
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseDown) { _root.whish.start(0, 1); }
Instance of Symbol 179 MovieClip in Frame 6
onClipEvent (load) { start = getTimer(); startCount = 60; } onClipEvent (enterFrame) { current = (getTimer() - start) / 600; if (current < startCount) { elapsed = startCount - current; counter = Math.floor(elapsed); } else if (_global.score >= _global.goal) { _root.gotoAndStop("level2start"); } else { _root.gotoAndStop("gameover"); } }
Instance of Symbol 185 MovieClip in Frame 6
onClipEvent (enterFrame) { if (_global.chain == 3) { _root.goodcomment.gotoAndPlay("showcomment"); _global.chain = 4; } if (_global.chain == 6) { _root.greatcomment.gotoAndPlay("showcomment"); _global.chain = 7; } if (_global.chain == 9) { _root.excellentcomment.gotoAndPlay("showcomment"); _global.chain = 0; } }
Frame 7
_global.goal = (_global.score / 2) + 1000; _root.goal = _global.goal; _global.chain = 0; stop(); stopAllSounds(); Mouse.show();
Frame 8
_root.levelstart0.start(0, 999); stop();
Instance of Symbol 112 MovieClip in Frame 8
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 8
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 75); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 8
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 75); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 203 MovieClip in Frame 8
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 8
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 203 MovieClip in Frame 8
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 150 MovieClip in Frame 8
onClipEvent (enterFrame) { this._x = _root._xmouse; } onClipEvent (mouseDown) { this.gotoAndPlay("attack"); }
Instance of Symbol 152 MovieClip in Frame 8
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseDown) { _root.whish.start(0, 1); }
Instance of Symbol 179 MovieClip in Frame 8
onClipEvent (load) { start = getTimer(); startCount = 60; } onClipEvent (enterFrame) { current = (getTimer() - start) / 600; if (current < startCount) { elapsed = startCount - current; counter = Math.floor(elapsed); } else if (_global.score >= _global.goal) { _root.gotoAndStop("level3start"); } else { _root.gotoAndStop("gameover"); } }
Instance of Symbol 185 MovieClip in Frame 8
onClipEvent (enterFrame) { if (_global.chain == 3) { _root.goodcomment.gotoAndPlay("showcomment"); _global.chain = 4; } if (_global.chain == 6) { _root.greatcomment.gotoAndPlay("showcomment"); _global.chain = 7; } if (_global.chain == 9) { _root.excellentcomment.gotoAndPlay("showcomment"); _global.chain = 0; } }
Frame 9
_global.goal = (_global.score / 2) + 1500; _root.goal = _global.goal; _global.chain = 0; stop(); stopAllSounds(); Mouse.show();
Frame 10
_root.levelstart0.start(0, 999); stop();
Instance of Symbol 112 MovieClip in Frame 10
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 10
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 10
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 10
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 10
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 10
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 211 MovieClip in Frame 10
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 10
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 10
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 220 MovieClip "kuropass" in Frame 10
onClipEvent (load) { _root.kurofly = 0; } onClipEvent (enterFrame) { if (!_root.kurofly) { kurorandom = Math.floor(Math.random() * 100); if (kurorandom == 1) { _root.kurofly = 1; this.gotoAndPlay("kuroready"); } } } on (press) { this.kuromove.gotoAndPlay("kuroshot"); _root.score = _root.score + 100; _global.chain = _global.chain + 1; _global.score = _global.score + 100; }
Instance of Symbol 199 MovieClip in Frame 10
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 211 MovieClip in Frame 10
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 150 MovieClip in Frame 10
onClipEvent (enterFrame) { this._x = _root._xmouse; } onClipEvent (mouseDown) { this.gotoAndPlay("attack"); }
Instance of Symbol 152 MovieClip in Frame 10
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseDown) { _root.whish.start(0, 1); }
Instance of Symbol 179 MovieClip in Frame 10
onClipEvent (load) { start = getTimer(); startCount = 60; } onClipEvent (enterFrame) { current = (getTimer() - start) / 600; if (current < startCount) { elapsed = startCount - current; counter = Math.floor(elapsed); } else if (_global.score >= _global.goal) { _root.gotoAndStop("level4start"); } else { _root.gotoAndStop("gameover"); } }
Instance of Symbol 185 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_global.chain == 3) { _root.goodcomment.gotoAndPlay("showcomment"); _global.chain = 4; } if (_global.chain == 6) { _root.greatcomment.gotoAndPlay("showcomment"); _global.chain = 7; } if (_global.chain == 9) { _root.excellentcomment.gotoAndPlay("showcomment"); _global.chain = 0; } }
Frame 11
_global.goal = (_global.score / 2) + 2000; _root.goal = _global.goal; _global.chain = 0; stop(); stopAllSounds(); Mouse.show();
Frame 12
_root.levelstart0.start(0, 999); stop();
Instance of Symbol 112 MovieClip in Frame 12
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 12
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 12
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 12
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 137 MovieClip in Frame 12
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 12
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 220 MovieClip "kuropass" in Frame 12
onClipEvent (load) { _root.kurofly = 0; } onClipEvent (enterFrame) { if (!_root.kurofly) { kurorandom = Math.floor(Math.random() * 100); if (kurorandom == 1) { _root.kurofly = 1; this.gotoAndPlay("kuroready"); } } } on (press) { this.kuromove.gotoAndPlay("kuroshot"); _root.score = _root.score + 100; _global.chain = _global.chain + 1; _global.score = _global.score + 100; }
Instance of Symbol 199 MovieClip in Frame 12
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 137 MovieClip in Frame 12
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 150 MovieClip in Frame 12
onClipEvent (enterFrame) { this._x = _root._xmouse; } onClipEvent (mouseDown) { this.gotoAndPlay("attack"); }
Instance of Symbol 152 MovieClip in Frame 12
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseDown) { _root.whish.start(0, 1); }
Instance of Symbol 179 MovieClip in Frame 12
onClipEvent (load) { start = getTimer(); startCount = 60; } onClipEvent (enterFrame) { current = (getTimer() - start) / 600; if (current < startCount) { elapsed = startCount - current; counter = Math.floor(elapsed); } else if (_global.score >= _global.goal) { _root.gotoAndStop("level5start"); } else { _root.gotoAndStop("gameover"); } }
Instance of Symbol 185 MovieClip in Frame 12
onClipEvent (enterFrame) { if (_global.chain == 3) { _root.goodcomment.gotoAndPlay("showcomment"); _global.chain = 4; } if (_global.chain == 6) { _root.greatcomment.gotoAndPlay("showcomment"); _global.chain = 7; } if (_global.chain == 9) { _root.excellentcomment.gotoAndPlay("showcomment"); _global.chain = 0; } }
Frame 13
_global.goal = (_global.score / 2) + 3000; _root.goal = _global.goal; _global.chain = 0; stop(); stopAllSounds(); Mouse.show();
Frame 14
_root.levelstart0.start(0, 999); stop();
Instance of Symbol 112 MovieClip in Frame 14
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 14
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 14
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 203 MovieClip in Frame 14
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 220 MovieClip "kuropass" in Frame 14
onClipEvent (load) { _root.kurofly = 0; } onClipEvent (enterFrame) { if (!_root.kurofly) { kurorandom = Math.floor(Math.random() * 100); if (kurorandom == 1) { _root.kurofly = 1; this.gotoAndPlay("kuroready"); } } } on (press) { this.kuromove.gotoAndPlay("kuroshot"); _root.score = _root.score + 100; _global.chain = _global.chain + 1; _global.score = _global.score + 100; }
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 14
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 14
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); trace(nobarandom); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 14
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 203 MovieClip in Frame 14
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 245 MovieClip in Frame 14
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 150 MovieClip in Frame 14
onClipEvent (enterFrame) { this._x = _root._xmouse; } onClipEvent (mouseDown) { this.gotoAndPlay("attack"); }
Instance of Symbol 152 MovieClip in Frame 14
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseDown) { _root.whish.start(0, 1); }
Instance of Symbol 179 MovieClip in Frame 14
onClipEvent (load) { start = getTimer(); startCount = 60; } onClipEvent (enterFrame) { current = (getTimer() - start) / 600; if (current < startCount) { elapsed = startCount - current; counter = Math.floor(elapsed); } else if (_global.score >= _global.goal) { _root.gotoAndStop("level6start"); } else { _root.gotoAndStop("gameover"); } }
Instance of Symbol 185 MovieClip in Frame 14
onClipEvent (enterFrame) { if (_global.chain == 3) { _root.goodcomment.gotoAndPlay("showcomment"); _global.chain = 4; } if (_global.chain == 6) { _root.greatcomment.gotoAndPlay("showcomment"); _global.chain = 7; } if (_global.chain == 9) { _root.excellentcomment.gotoAndPlay("showcomment"); _global.chain = 0; } }
Frame 15
_global.goal = (_global.score / 2) + 3500; _root.goal = _global.goal; _global.chain = 0; stop(); stopAllSounds(); Mouse.show();
Frame 16
_root.levelstart0.start(0, 999); stop();
Instance of Symbol 112 MovieClip in Frame 16
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 211 MovieClip in Frame 16
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 16
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 211 MovieClip in Frame 16
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 245 MovieClip in Frame 16
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 16
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 16
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 16
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 150 MovieClip in Frame 16
onClipEvent (enterFrame) { this._x = _root._xmouse; } onClipEvent (mouseDown) { this.gotoAndPlay("attack"); }
Instance of Symbol 152 MovieClip in Frame 16
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseDown) { _root.whish.start(0, 1); }
Instance of Symbol 179 MovieClip in Frame 16
onClipEvent (load) { start = getTimer(); startCount = 60; } onClipEvent (enterFrame) { current = (getTimer() - start) / 600; if (current < startCount) { elapsed = startCount - current; counter = Math.floor(elapsed); } else if (_global.score >= _global.goal) { _root.gotoAndStop("level7start"); } else { _root.gotoAndStop("gameover"); } }
Instance of Symbol 185 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_global.chain == 3) { _root.goodcomment.gotoAndPlay("showcomment"); _global.chain = 4; } if (_global.chain == 6) { _root.greatcomment.gotoAndPlay("showcomment"); _global.chain = 7; } if (_global.chain == 9) { _root.excellentcomment.gotoAndPlay("showcomment"); _global.chain = 0; } }
Frame 17
_global.goal = (_global.score / 2) + 4000; _root.goal = _global.goal; _global.chain = 0; stop(); stopAllSounds(); Mouse.show();
Frame 18
_root.levelstart0.start(0, 999); stop();
Instance of Symbol 112 MovieClip in Frame 18
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 18
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 75); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 18
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 75); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 203 MovieClip in Frame 18
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 18
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 203 MovieClip in Frame 18
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 245 MovieClip in Frame 18
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 18
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 18
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 18
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 150 MovieClip in Frame 18
onClipEvent (enterFrame) { this._x = _root._xmouse; } onClipEvent (mouseDown) { this.gotoAndPlay("attack"); }
Instance of Symbol 152 MovieClip in Frame 18
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseDown) { _root.whish.start(0, 1); }
Instance of Symbol 179 MovieClip in Frame 18
onClipEvent (load) { start = getTimer(); startCount = 60; } onClipEvent (enterFrame) { current = (getTimer() - start) / 600; if (current < startCount) { elapsed = startCount - current; counter = Math.floor(elapsed); } else if (_global.score >= _global.goal) { _root.gotoAndStop("level8start"); } else { _root.gotoAndStop("gameover"); } }
Instance of Symbol 185 MovieClip in Frame 18
onClipEvent (enterFrame) { if (_global.chain == 3) { _root.goodcomment.gotoAndPlay("showcomment"); _global.chain = 4; } if (_global.chain == 6) { _root.greatcomment.gotoAndPlay("showcomment"); _global.chain = 7; } if (_global.chain == 9) { _root.excellentcomment.gotoAndPlay("showcomment"); _global.chain = 0; } }
Frame 19
_global.goal = (_global.score / 2) + 4500; _root.goal = _global.goal; _global.chain = 0; stop(); stopAllSounds(); Mouse.show();
Frame 20
_root.levelstart0.start(0, 999); stop();
Instance of Symbol 112 MovieClip in Frame 20
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 20
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 20
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 20
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 20
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 20
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 211 MovieClip in Frame 20
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 20
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 20
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 220 MovieClip "kuropass" in Frame 20
onClipEvent (load) { _root.kurofly = 0; } onClipEvent (enterFrame) { if (!_root.kurofly) { kurorandom = Math.floor(Math.random() * 100); if (kurorandom == 1) { _root.kurofly = 1; this.gotoAndPlay("kuroready"); } } } on (press) { this.kuromove.gotoAndPlay("kuroshot"); _root.score = _root.score + 100; _global.chain = _global.chain + 1; _global.score = _global.score + 100; }
Instance of Symbol 199 MovieClip in Frame 20
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 211 MovieClip in Frame 20
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 245 MovieClip in Frame 20
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 20
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 20
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 20
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 150 MovieClip in Frame 20
onClipEvent (enterFrame) { this._x = _root._xmouse; } onClipEvent (mouseDown) { this.gotoAndPlay("attack"); }
Instance of Symbol 152 MovieClip in Frame 20
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseDown) { _root.whish.start(0, 1); }
Instance of Symbol 179 MovieClip in Frame 20
onClipEvent (load) { start = getTimer(); startCount = 60; } onClipEvent (enterFrame) { current = (getTimer() - start) / 600; if (current < startCount) { elapsed = startCount - current; counter = Math.floor(elapsed); } else if (_global.score >= _global.goal) { _root.gotoAndStop("level9start"); } else { _root.gotoAndStop("gameover"); } }
Instance of Symbol 185 MovieClip in Frame 20
onClipEvent (enterFrame) { if (_global.chain == 3) { _root.goodcomment.gotoAndPlay("showcomment"); _global.chain = 4; } if (_global.chain == 6) { _root.greatcomment.gotoAndPlay("showcomment"); _global.chain = 7; } if (_global.chain == 9) { _root.excellentcomment.gotoAndPlay("showcomment"); _global.chain = 0; } }
Frame 21
_global.goal = (_global.score / 2) + 5000; _root.goal = _global.goal; _global.chain = 0; stop(); stopAllSounds(); Mouse.show();
Frame 22
_root.levelstart0.start(0, 999); stop();
Instance of Symbol 112 MovieClip in Frame 22
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 22
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 22
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 22
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 22
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 22
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 137 MovieClip in Frame 22
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 22
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 22
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 220 MovieClip "kuropass" in Frame 22
onClipEvent (load) { _root.kurofly = 0; } onClipEvent (enterFrame) { if (!_root.kurofly) { kurorandom = Math.floor(Math.random() * 100); if (kurorandom == 1) { _root.kurofly = 1; this.gotoAndPlay("kuroready"); } } } on (press) { this.kuromove.gotoAndPlay("kuroshot"); _root.score = _root.score + 100; _global.chain = _global.chain + 1; _global.score = _global.score + 100; }
Instance of Symbol 199 MovieClip in Frame 22
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 137 MovieClip in Frame 22
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 245 MovieClip in Frame 22
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 22
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 22
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 22
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 150 MovieClip in Frame 22
onClipEvent (enterFrame) { this._x = _root._xmouse; } onClipEvent (mouseDown) { this.gotoAndPlay("attack"); }
Instance of Symbol 152 MovieClip in Frame 22
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseDown) { _root.whish.start(0, 1); }
Instance of Symbol 179 MovieClip in Frame 22
onClipEvent (load) { start = getTimer(); startCount = 60; } onClipEvent (enterFrame) { current = (getTimer() - start) / 600; if (current < startCount) { elapsed = startCount - current; counter = Math.floor(elapsed); } else if (_global.score >= _global.goal) { _root.gotoAndStop("level10start"); } else { _root.gotoAndStop("gameover"); } }
Instance of Symbol 185 MovieClip in Frame 22
onClipEvent (enterFrame) { if (_global.chain == 3) { _root.goodcomment.gotoAndPlay("showcomment"); _global.chain = 4; } if (_global.chain == 6) { _root.greatcomment.gotoAndPlay("showcomment"); _global.chain = 7; } if (_global.chain == 9) { _root.excellentcomment.gotoAndPlay("showcomment"); _global.chain = 0; } }
Frame 23
_global.goal = (_global.score / 2) + 5500; _root.goal = _global.goal; _global.chain = 0; stop(); stopAllSounds(); Mouse.show();
Frame 24
_root.levelstart0.start(0, 999); stop();
Instance of Symbol 112 MovieClip in Frame 24
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 24
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 199 MovieClip in Frame 24
onClipEvent (load) { ririnup = 0; } onClipEvent (enterFrame) { if (!ririnup) { ririnrandom = Math.floor(Math.random() * 55); if (ririnrandom == 1) { ririnup = 1; this.gotoAndPlay("ririnready"); } } } on (press) { this.gotoAndPlay("ririnshot"); _root.score = _root.score + 50; _global.chain = _global.chain + 1; _global.score = _global.score + 50; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 203 MovieClip in Frame 24
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 220 MovieClip "kuropass" in Frame 24
onClipEvent (load) { _root.kurofly = 0; } onClipEvent (enterFrame) { if (!_root.kurofly) { kurorandom = Math.floor(Math.random() * 100); if (kurorandom == 1) { _root.kurofly = 1; this.gotoAndPlay("kuroready"); } } } on (press) { this.kuromove.gotoAndPlay("kuroshot"); _root.score = _root.score + 100; _global.chain = _global.chain + 1; _global.score = _global.score + 100; }
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 130 MovieClip in Frame 24
onClipEvent (load) { konup = 0; } onClipEvent (enterFrame) { if (!konup) { konrandom = Math.floor(Math.random() * 25); if (konrandom == 1) { konup = 1; this.gotoAndPlay("konready"); } } } on (press) { this.gotoAndPlay("konshot"); _root.score = _root.score + 10; _global.chain = _global.chain + 1; _global.score = _global.score + 10; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 24
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); trace(nobarandom); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 245 MovieClip in Frame 24
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 203 MovieClip in Frame 24
on (press) { _global.chain = 0; return(undefined); }
Instance of Symbol 245 MovieClip in Frame 24
onClipEvent (load) { nobaup = 0; } onClipEvent (enterFrame) { if (!nobaup) { nobarandom = Math.floor(Math.random() * 200); if (nobarandom == 1) { nobaup = 1; this.gotoAndPlay("nobaready"); } } } on (press) { this.gotoAndPlay("nobashot"); _root.score = _root.score + 200; _global.chain = _global.chain + 1; _global.score = _global.score + 200; this.enabled = 0; }
Instance of Symbol 150 MovieClip in Frame 24
onClipEvent (enterFrame) { this._x = _root._xmouse; } onClipEvent (mouseDown) { this.gotoAndPlay("attack"); }
Instance of Symbol 152 MovieClip in Frame 24
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseDown) { _root.whish.start(0, 1); }
Instance of Symbol 179 MovieClip in Frame 24
onClipEvent (load) { start = getTimer(); startCount = 60; } onClipEvent (enterFrame) { current = (getTimer() - start) / 600; if (current < startCount) { elapsed = startCount - current; counter = Math.floor(elapsed); } else if (_global.score >= _global.goal) { _root.gotoAndStop("finish"); } else { _root.gotoAndStop("gameover"); } }
Instance of Symbol 185 MovieClip in Frame 24
onClipEvent (enterFrame) { if (_global.chain == 3) { _root.goodcomment.gotoAndPlay("showcomment"); _global.chain = 4; } if (_global.chain == 6) { _root.greatcomment.gotoAndPlay("showcomment"); _global.chain = 7; } if (_global.chain == 9) { _root.excellentcomment.gotoAndPlay("showcomment"); _global.chain = 0; } }
Frame 45
stop(); stopAllSounds(); _root.gameover.start(0, 999); Mouse.show();
Frame 46
stop();
Frame 47
stop(); stopAllSounds(); _root.levelstart2.start(0, 999); Mouse.show();
Symbol 18 Button
on (release) { getURL ("http://www.ultimateflashgame.com", "_blank"); }
Symbol 29 MovieClip Frame 74
stop(); _root.gotoAndStop("main");
Symbol 93 Button
on (release) { _root.gotoAndStop("level1start"); }
Symbol 95 Button
on (release) { _root.gotoAndStop("credits"); }
Symbol 97 Button
on (release) { getURL ("http://www.ultimateflashgame.com", "_blank"); }
Symbol 101 MovieClip [b_WEBSECTORde] Frame 1
this.init("http://www.ultimateflashgame.com/", true); stop();
Symbol 102 Button
on (release) { getURL ("http://www.ultimateflashgame.com", "_blank"); }
Symbol 110 Button
on (release) { gotoAndStop (6); }
Symbol 129 MovieClip Frame 8
stop();
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 5
_root.woop.start();
Symbol 130 MovieClip Frame 12
konup = 0; gotoAndStop (1);
Symbol 130 MovieClip Frame 13
_root.meaw.start(0, 1);
Symbol 130 MovieClip Frame 20
konup = 0; this.enabled = 1; gotoAndStop (1);
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
Symbol 150 MovieClip Frame 4
gotoAndPlay (1);
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 2
_root.good.start();
Symbol 158 MovieClip Frame 15
_root.score = _root.score + 50; _global.score = _global.score + 50;
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 2
_root.good.start();
Symbol 164 MovieClip Frame 15
_root.score = _root.score + 100; _global.score = _global.score + 100;
Symbol 170 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 2
_root.good.start();
Symbol 170 MovieClip Frame 15
_root.score = _root.score + 150; _global.score = _global.score + 150;
Symbol 188 Button
on (release) { gotoAndStop (8); }
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 5
_root.woop.start();
Symbol 199 MovieClip Frame 15
ririnup = 0; gotoAndStop (1);
Symbol 199 MovieClip Frame 16
_root.ririn.start();
Symbol 199 MovieClip Frame 24
ririnup = 0; this.enabled = 1; gotoAndStop (1);
Symbol 208 Button
on (release) { gotoAndStop (10); }
Symbol 219 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 2
Symbol 219 MovieClip Frame 20
_root.kurofly = 0; gotoAndStop (1); _root.kuropass.gotoAndStop("kuroready");
Symbol 220 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 39
_root.kurofly = 0; gotoAndStop (1);
Symbol 225 Button
on (release) { gotoAndStop (12); }
Symbol 232 Button
on (release) { gotoAndStop (14); }
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 2
_root.warpopen.start(0, 1);
Symbol 245 MovieClip Frame 31
_root.warpclose.start(0, 1);
Symbol 245 MovieClip Frame 39
nobaup = 0; gotoAndStop (1);
Symbol 245 MovieClip Frame 40
_root.meaw.start(0, 1);
Symbol 245 MovieClip Frame 43
_root.warpclose.start(0, 1);
Symbol 245 MovieClip Frame 50
nobaup = 0; this.enabled = 1; gotoAndStop (1);
Symbol 251 Button
on (release) { gotoAndStop (16); }
Symbol 256 Button
on (release) { gotoAndStop (18); }
Symbol 262 Button
on (release) { gotoAndStop (20); }
Symbol 268 Button
on (release) { gotoAndStop (22); }
Symbol 274 Button
on (release) { gotoAndStop (24); }
Symbol 284 Button
on (release) { gotoAndStop (5); }
Symbol 289 MovieClip Frame 12
stop();
Symbol 294 Button
on (release) { gotoAndStop (4); }

Library Items

Symbol 1 Sound [woop]
Symbol 2 Sound [whish]
Symbol 3 Sound [warpopen]
Symbol 4 Sound [warpclose]
Symbol 5 Sound [ririn]
Symbol 6 Sound [meaw]
Symbol 7 Sound [levelstart2]
Symbol 8 Sound [levelstart0]
Symbol 9 Sound [good]
Symbol 10 Sound [gameover]
Symbol 11 Sound [boing]
Symbol 12 FontUsed by:13
Symbol 13 EditableTextUses:12Used by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 GraphicUsed by:18 24
Symbol 18 ButtonUses:17Used by:Timeline
Symbol 19 FontUsed by:20
Symbol 20 EditableTextUses:19Used by:Timeline
Symbol 21 FontUsed by:23
Symbol 22 FontUsed by:23
Symbol 23 TextUses:21 22Used by:Timeline
Symbol 24 MovieClipUses:17Used by:29
Symbol 25 FontUsed by:26
Symbol 26 TextUses:25Used by:27
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClipUses:27Used by:29
Symbol 29 MovieClipUses:24 28Used by:Timeline
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:98
Symbol 32 GraphicUsed by:37
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:37
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:37 242
Symbol 37 MovieClipUses:32 34 36Used by:98 245  Timeline
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:98 212  Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:98 213 214  Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:98 213 214  Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:98 213 214  Timeline
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:98 213 214  Timeline
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:98 194 198  Timeline
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:98 194 198  Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:98 194 198  Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:98 194 198  Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:98 194 198  Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:98 194 198  Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:98 194  Timeline
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:68
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:68
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:68 198
Symbol 68 MovieClipUses:63 65 67Used by:98 194  Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:98 116 124  Timeline
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:98 116 124  Timeline
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:98 116 124  Timeline
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:98 116 124  Timeline
Symbol 77 GraphicUsed by:80
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:80
Symbol 80 MovieClipUses:77 79Used by:98 116 124  Timeline
Symbol 81 GraphicUsed by:86
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:86 124  Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:86
Symbol 86 MovieClipUses:81 83 85Used by:98 116  Timeline
Symbol 87 FontUsed by:88 94 96 283 285 293 297
Symbol 88 TextUses:87Used by:98  Timeline
Symbol 89 GraphicUsed by:90 93 95 97 110 188 208 225 232 251 256 262 268 274 284 294
Symbol 90 MovieClipUses:89Used by:91
Symbol 91 MovieClipUses:90Used by:93 95 97 110 123 188 198 208 225 232 242 251 256 262 268 274 284 294
Symbol 92 GraphicUsed by:93 95 97 110 188 208 225 232 251 256 262 268 274 284 294
Symbol 93 ButtonUses:91 92 89Used by:98
Symbol 94 TextUses:87Used by:98
Symbol 95 ButtonUses:91 92 89Used by:98
Symbol 96 TextUses:87Used by:98
Symbol 97 ButtonUses:91 92 89Used by:98  Timeline
Symbol 98 MovieClipUses:31 37 39 41 43 45 47 49 51 53 55 57 59 61 68 70 72 74 76 80 86 88 93 94 95 96 97Used by:Timeline
Symbol 99 GraphicUsed by:101 102
Symbol 100 GraphicUsed by:101 102
Symbol 101 MovieClip [b_WEBSECTORde]Uses:99 100Used by:102
Symbol 102 ButtonUses:101 99 100Used by:Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 FontUsed by:107 109 186 187 207 224 231 249 255 261 267 273 292
Symbol 107 TextUses:106Used by:Timeline
Symbol 108 FontUsed by:109 172 173 174 175 176 182 183 193 204 205 206 209 221 222 223 226 228 229 230 233 246 247 248 250 252 253 254 257 258 259 260 263 264 265 266 269 270 271 272 275 276 277 278 290 291 300 301
Symbol 109 TextUses:106 108Used by:Timeline
Symbol 110 ButtonUses:91 92 89Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:Timeline
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:115
Symbol 115 MovieClipUses:114Used by:Timeline
Symbol 116 MovieClipUses:70 72 74 76 80 86Used by:130
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:130
Symbol 119 GraphicUsed by:124
Symbol 120 GraphicUsed by:123
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:123
Symbol 123 MovieClipUses:120 91 122Used by:124  Timeline
Symbol 124 MovieClipUses:70 72 74 76 80 119 83 123Used by:130
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:129
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:129
Symbol 129 MovieClipUses:126 128Used by:130 199 245
Symbol 130 MovieClipUses:116 118 124 129Used by:Timeline
Symbol 131 GraphicUsed by:134
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:134
Symbol 134 MovieClipUses:131 133Used by:135 136
Symbol 135 MovieClipUses:134Used by:137
Symbol 136 MovieClipUses:134Used by:137
Symbol 137 MovieClipUses:135 136Used by:Timeline
Symbol 138 GraphicUsed by:150
Symbol 139 GraphicUsed by:141
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:139 140Used by:142
Symbol 142 MovieClipUses:141Used by:150
Symbol 143 GraphicUsed by:150
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:146
Symbol 146 MovieClipUses:145Used by:150
Symbol 147 GraphicUsed by:150
Symbol 148 GraphicUsed by:150
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:138 142 143 146 147 148 149Used by:Timeline
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:Timeline
Symbol 153 BitmapUsed by:154
Symbol 154 GraphicUses:153Used by:155
Symbol 155 MovieClipUses:154Used by:158
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:158
Symbol 158 MovieClipUses:155 157Used by:Timeline
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:161
Symbol 161 MovieClipUses:160Used by:164
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:164
Symbol 164 MovieClipUses:161 163Used by:Timeline
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:167
Symbol 167 MovieClipUses:166Used by:170
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:170
Symbol 170 MovieClipUses:167 169Used by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 EditableTextUses:108Used by:Timeline
Symbol 173 TextUses:108Used by:Timeline
Symbol 174 TextUses:108Used by:Timeline
Symbol 175 EditableTextUses:108Used by:Timeline
Symbol 176 TextUses:108Used by:Timeline
Symbol 177 FontUsed by:178
Symbol 178 EditableTextUses:177Used by:179
Symbol 179 MovieClipUses:178Used by:Timeline
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:Timeline
Symbol 182 TextUses:108Used by:Timeline
Symbol 183 EditableTextUses:108Used by:Timeline
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:Timeline
Symbol 186 TextUses:106Used by:Timeline
Symbol 187 TextUses:106Used by:Timeline
Symbol 188 ButtonUses:91 92 89Used by:Timeline
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:289  Timeline
Symbol 191 FontUsed by:192 296
Symbol 192 TextUses:191Used by:Timeline
Symbol 193 EditableTextUses:108Used by:Timeline
Symbol 194 MovieClipUses:49 51 53 55 57 59 61 68Used by:199
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:195Used by:199
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:49 51 53 55 57 59 197 67 91Used by:199
Symbol 199 MovieClipUses:194 196 198 129Used by:Timeline
Symbol 200 GraphicUsed by:203
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201Used by:203
Symbol 203 MovieClipUses:200 202Used by:Timeline
Symbol 204 EditableTextUses:108Used by:Timeline
Symbol 205 EditableTextUses:108Used by:Timeline
Symbol 206 EditableTextUses:108Used by:Timeline
Symbol 207 TextUses:106Used by:Timeline
Symbol 208 ButtonUses:91 92 89Used by:Timeline
Symbol 209 EditableTextUses:108Used by:Timeline
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:Timeline
Symbol 212 MovieClipUses:39Used by:213 214
Symbol 213 MovieClipUses:212 41 43 45 47Used by:219
Symbol 214 MovieClipUses:212 41 43 45 47Used by:219
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:215Used by:219
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:217Used by:219
Symbol 219 MovieClipUses:213 214 216 218Used by:220
Symbol 220 MovieClipUses:219Used by:Timeline
Symbol 221 EditableTextUses:108Used by:Timeline
Symbol 222 EditableTextUses:108Used by:Timeline
Symbol 223 EditableTextUses:108Used by:Timeline
Symbol 224 TextUses:106Used by:Timeline
Symbol 225 ButtonUses:91 92 89Used by:Timeline
Symbol 226 EditableTextUses:108Used by:Timeline
Symbol 227 GraphicUsed by:Timeline
Symbol 228 EditableTextUses:108Used by:Timeline
Symbol 229 EditableTextUses:108Used by:Timeline
Symbol 230 EditableTextUses:108Used by:Timeline
Symbol 231 TextUses:106Used by:Timeline
Symbol 232 ButtonUses:91 92 89Used by:Timeline
Symbol 233 EditableTextUses:108Used by:Timeline
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:234Used by:245
Symbol 236 GraphicUsed by:245
Symbol 237 GraphicUsed by:245
Symbol 238 GraphicUsed by:245
Symbol 239 GraphicUsed by:245
Symbol 240 GraphicUsed by:245
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClipUses:241 36 91Used by:245
Symbol 243 GraphicUsed by:244
Symbol 244 MovieClipUses:243Used by:245
Symbol 245 MovieClipUses:235 236 37 237 238 239 240 242 129 244Used by:Timeline
Symbol 246 EditableTextUses:108Used by:Timeline
Symbol 247 EditableTextUses:108Used by:Timeline
Symbol 248 EditableTextUses:108Used by:Timeline
Symbol 249 TextUses:106Used by:Timeline
Symbol 250 EditableTextUses:108Used by:Timeline
Symbol 251 ButtonUses:91 92 89Used by:Timeline
Symbol 252 EditableTextUses:108Used by:Timeline
Symbol 253 EditableTextUses:108Used by:Timeline
Symbol 254 EditableTextUses:108Used by:Timeline
Symbol 255 TextUses:106Used by:Timeline
Symbol 256 ButtonUses:91 92 89Used by:Timeline
Symbol 257 EditableTextUses:108Used by:Timeline
Symbol 258 EditableTextUses:108Used by:Timeline
Symbol 259 EditableTextUses:108Used by:Timeline
Symbol 260 EditableTextUses:108Used by:Timeline
Symbol 261 TextUses:106Used by:Timeline
Symbol 262 ButtonUses:91 92 89Used by:Timeline
Symbol 263 EditableTextUses:108Used by:Timeline
Symbol 264 EditableTextUses:108Used by:Timeline
Symbol 265 EditableTextUses:108Used by:Timeline
Symbol 266 EditableTextUses:108Used by:Timeline
Symbol 267 TextUses:106Used by:Timeline
Symbol 268 ButtonUses:91 92 89Used by:Timeline
Symbol 269 EditableTextUses:108Used by:Timeline
Symbol 270 EditableTextUses:108Used by:Timeline
Symbol 271 EditableTextUses:108Used by:Timeline
Symbol 272 EditableTextUses:108Used by:Timeline
Symbol 273 TextUses:106Used by:Timeline
Symbol 274 ButtonUses:91 92 89Used by:Timeline
Symbol 275 EditableTextUses:108Used by:Timeline
Symbol 276 EditableTextUses:108Used by:Timeline
Symbol 277 EditableTextUses:108Used by:Timeline
Symbol 278 EditableTextUses:108Used by:Timeline
Symbol 279 GraphicUsed by:Timeline
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:Timeline
Symbol 282 GraphicUsed by:Timeline
Symbol 283 TextUses:87Used by:Timeline
Symbol 284 ButtonUses:91 92 89Used by:Timeline
Symbol 285 TextUses:87Used by:Timeline
Symbol 286 FontUsed by:287
Symbol 287 TextUses:286Used by:288
Symbol 288 MovieClipUses:287Used by:289
Symbol 289 MovieClipUses:190 288Used by:Timeline
Symbol 290 EditableTextUses:108Used by:Timeline
Symbol 291 TextUses:108Used by:Timeline
Symbol 292 TextUses:106Used by:Timeline
Symbol 293 TextUses:87Used by:Timeline
Symbol 294 ButtonUses:91 92 89Used by:Timeline
Symbol 295 FontUsed by:296
Symbol 296 TextUses:295 191Used by:Timeline
Symbol 297 TextUses:87Used by:Timeline
Symbol 298 BitmapUsed by:299
Symbol 299 GraphicUses:298Used by:Timeline
Symbol 300 EditableTextUses:108Used by:Timeline
Symbol 301 TextUses:108Used by:Timeline

Instance Names

"bar"Frame 1Symbol 15 MovieClip
"goodcomment"Frame 6Symbol 158 MovieClip
"greatcomment"Frame 6Symbol 164 MovieClip
"excellentcomment"Frame 6Symbol 170 MovieClip
"goodcomment"Frame 8Symbol 158 MovieClip
"greatcomment"Frame 8Symbol 164 MovieClip
"excellentcomment"Frame 8Symbol 170 MovieClip
"kuropass"Frame 10Symbol 220 MovieClip
"goodcomment"Frame 10Symbol 158 MovieClip
"greatcomment"Frame 10Symbol 164 MovieClip
"excellentcomment"Frame 10Symbol 170 MovieClip
"kuropass"Frame 12Symbol 220 MovieClip
"goodcomment"Frame 12Symbol 158 MovieClip
"greatcomment"Frame 12Symbol 164 MovieClip
"excellentcomment"Frame 12Symbol 170 MovieClip
"kuropass"Frame 14Symbol 220 MovieClip
"goodcomment"Frame 14Symbol 158 MovieClip
"greatcomment"Frame 14Symbol 164 MovieClip
"excellentcomment"Frame 14Symbol 170 MovieClip
"goodcomment"Frame 16Symbol 158 MovieClip
"greatcomment"Frame 16Symbol 164 MovieClip
"excellentcomment"Frame 16Symbol 170 MovieClip
"goodcomment"Frame 18Symbol 158 MovieClip
"greatcomment"Frame 18Symbol 164 MovieClip
"excellentcomment"Frame 18Symbol 170 MovieClip
"kuropass"Frame 20Symbol 220 MovieClip
"goodcomment"Frame 20Symbol 158 MovieClip
"greatcomment"Frame 20Symbol 164 MovieClip
"excellentcomment"Frame 20Symbol 170 MovieClip
"kuropass"Frame 22Symbol 220 MovieClip
"goodcomment"Frame 22Symbol 158 MovieClip
"greatcomment"Frame 22Symbol 164 MovieClip
"excellentcomment"Frame 22Symbol 170 MovieClip
"kuropass"Frame 24Symbol 220 MovieClip
"goodcomment"Frame 24Symbol 158 MovieClip
"greatcomment"Frame 24Symbol 164 MovieClip
"excellentcomment"Frame 24Symbol 170 MovieClip
"ririnready"Symbol 199 MovieClip Frame 1Symbol 194 MovieClip
"kuromove"Symbol 220 MovieClip Frame 1Symbol 219 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "woop"
ExportAssets (56)Timeline Frame 1Symbol 2 as "whish"
ExportAssets (56)Timeline Frame 1Symbol 3 as "warpopen"
ExportAssets (56)Timeline Frame 1Symbol 4 as "warpclose"
ExportAssets (56)Timeline Frame 1Symbol 5 as "ririn"
ExportAssets (56)Timeline Frame 1Symbol 6 as "meaw"
ExportAssets (56)Timeline Frame 1Symbol 7 as "levelstart2"
ExportAssets (56)Timeline Frame 1Symbol 8 as "levelstart0"
ExportAssets (56)Timeline Frame 1Symbol 9 as "good"
ExportAssets (56)Timeline Frame 1Symbol 10 as "gameover"
ExportAssets (56)Timeline Frame 1Symbol 11 as "boing"
ExportAssets (56)Timeline Frame 4Symbol 101 as "b_WEBSECTORde"

Labels

"main"Frame 4
"level1start"Frame 5
"level1"Frame 6
"level2start"Frame 7
"level2"Frame 8
"level3start"Frame 9
"level3"Frame 10
"level4start"Frame 11
"level4"Frame 12
"level5start"Frame 13
"level5"Frame 14
"level6start"Frame 15
"level6"Frame 16
"level7start"Frame 17
"level7"Frame 18
"level8start"Frame 19
"level8"Frame 20
"level9start"Frame 21
"level9"Frame 22
"level10start"Frame 23
"level10"Frame 24
"gameover"Frame 45
"credits"Frame 46
"finish"Frame 47
"normal"Symbol 101 MovieClip [b_WEBSECTORde] Frame 1
"konready"Symbol 130 MovieClip Frame 1
"konup"Symbol 130 MovieClip Frame 8
"konshot"Symbol 130 MovieClip Frame 13
"form"Symbol 150 MovieClip Frame 1
"attack"Symbol 150 MovieClip Frame 2
"showcomment"Symbol 158 MovieClip Frame 2
"showcomment"Symbol 164 MovieClip Frame 2
"showcomment"Symbol 170 MovieClip Frame 2
"ririnready"Symbol 199 MovieClip Frame 1
"ririnup"Symbol 199 MovieClip Frame 10
"ririnshot"Symbol 199 MovieClip Frame 16
"kurolive"Symbol 219 MovieClip Frame 1
"kuroshot"Symbol 219 MovieClip Frame 2
"kuroready"Symbol 220 MovieClip Frame 1
"nobaready"Symbol 245 MovieClip Frame 1
"nobashot"Symbol 245 MovieClip Frame 40

Dynamic Text Variables

textSymbol 13 EditableText""
scoreSymbol 172 EditableText""
levelSymbol 175 EditableText"1"
counterSymbol 178 EditableText""
goalSymbol 193 EditableText""
scoreSymbol 204 EditableText""
goalSymbol 206 EditableText""
goalSymbol 209 EditableText""
scoreSymbol 221 EditableText""
goalSymbol 223 EditableText""
goalSymbol 226 EditableText""
scoreSymbol 228 EditableText""
goalSymbol 230 EditableText""
goalSymbol 233 EditableText""
scoreSymbol 246 EditableText""
goalSymbol 248 EditableText""
goalSymbol 250 EditableText""
scoreSymbol 252 EditableText""
goalSymbol 254 EditableText""
goalSymbol 257 EditableText""
scoreSymbol 258 EditableText""
goalSymbol 260 EditableText""
goalSymbol 263 EditableText""
scoreSymbol 264 EditableText""
goalSymbol 266 EditableText""
goalSymbol 269 EditableText""
scoreSymbol 270 EditableText""
goalSymbol 272 EditableText""
goalSymbol 275 EditableText""
scoreSymbol 276 EditableText""
goalSymbol 278 EditableText""
scoreSymbol 290 EditableText""
scoreSymbol 300 EditableText""




http://swfchan.com/5/22384/info.shtml
Created: 26/5 -2019 22:55:29 Last modified: 26/5 -2019 22:55:29 Server time: 13/05 -2024 21:12:55