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

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

Mini Maze 2 - a classic mouse maze game.swf

This is the info page for
Flash #89151

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


ActionScript [AS1/AS2]
Combined Code
frame 1 { stop(); stopAllSounds(); vifin = 1; virot = -1; vimox = -1; vimoy = -1; vike1 = -1; vike2 = -1; vike3 = -1; vido1 = -1; vido2 = -1; vido3 = -1; txt = SharedObject.getLocal('SFFMM2'); if (txt.data.r1 != null) { mee = txt.data.r1; } else { mee = false; } if (txt.data.r2 != null) { mme = txt.data.r2; } else { mme = false; } if (txt.data.r3 != null) { mhe = txt.data.r3; } else { mhe = false; } if (txt.data.r4 != null) { mde = txt.data.r4; } else { mde = false; } if (txt.data.r6 != null) { mte = txt.data.r6; } else { mte = false; } if (txt.data.r7 != null) { acc = txt.data.r7; } else { acc = false; } tank.onEnterFrame = function () { if (this._x > 800) { this._x = 800; } if (this._y > 400) { this._y = 400; } if (this._x < 0) { this._x = 0; } if (this._y < 0) { this._y = 0; } var v2 = 3 * Math.cos((this._rotation / 180) * Math.PI); var v3 = 3 * Math.sin((this._rotation / 180) * Math.PI); if (Key.isDown(38) || Key.isDown(87)) { this._x += v2; this._y += v3; this.nextFrame(); } else { if (Key.isDown(40) || Key.isDown(83)) { this._x -= v2 / 3; this._y -= v3 / 3; this.nextFrame(); } } if (Key.isDown(37) || Key.isDown(65)) { this._rotation -= 3; } if (Key.isDown(39) || Key.isDown(68)) { this._rotation += 3; } }; } movieClip 3 { } instance of movieClip 3 { onClipEvent (enterFrame) { this._width = Math.floor((getBytesLoaded() / getBytesTotal()) * 750); if (this._width >= 747) { _root.nextFrame(); } } } movieClip 7 { frame 7 { gotoAndStop(1); } } // unknown tag 88 length 63 movieClip 11 { } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.tank)) { this._x = Math.random() * 750 + 25; this._y = Math.random() * 300 + 25; } } } frame 2 { stop(); stopAllSounds(); var my = new ContextMenu(); my.hideBuiltInItems(); _root.menu = my; Mouse.show(); } movieClip 16 { frame 1 { stop(); } } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { _root.gotoAndStop(6); }; } } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { _root.gotoAndStop(3); }; } } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { _root.gotoAndStop(4); }; } } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { _root.gotoAndStop(5); }; } } frame 3 { stop(); stopAllSounds(); } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { _root.gotoAndStop(2); }; } } frame 4 { stop(); stopAllSounds(); } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { this._quality = 'LOW'; }; } } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { this._quality = 'MEDIUM'; }; } } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { this._quality = 'HIGH'; }; } } frame 5 { stop(); stopAllSounds(); } frame 6 { stop(); stopAllSounds(); } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { _root.gotoAndStop(7); }; } } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { _root.gotoAndStop(22); }; } } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { _root.gotoAndStop(37); }; } } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { _root.gotoAndStop(52); }; } } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { _root.gotoAndStop(67); }; } } instance of movieClip 16 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; this.onRelease = function () { _root.gotoAndStop(97); }; } } movieClip 38 { frame 1 { stop(); } frame 2 { stop(); } } instance of movieClip 38 { onClipEvent (enterFrame) { if (_root.mee == true) { this.gotoAndStop(2); } } } movieClip 42 { frame 1 { stop(); } frame 2 { stop(); } } instance of movieClip 42 { onClipEvent (enterFrame) { if (_root.mme == true) { this.gotoAndStop(2); } } } movieClip 46 { frame 1 { stop(); } frame 2 { stop(); } } instance of movieClip 46 { onClipEvent (enterFrame) { if (_root.mhe == true) { this.gotoAndStop(2); } } } movieClip 50 { frame 1 { stop(); } frame 2 { stop(); } } instance of movieClip 50 { onClipEvent (enterFrame) { if (_root.mde == true) { this.gotoAndStop(2); } } } movieClip 54 { frame 1 { stop(); } frame 2 { stop(); } } instance of movieClip 54 { onClipEvent (enterFrame) { if (_root.mte == true) { this.gotoAndStop(2); } } } movieClip 58 { frame 1 { stop(); } frame 2 { stop(); } } instance of movieClip 58 { onClipEvent (enterFrame) { if (_root.mee == true && _root.mme == true && _root.mhe == true && _root.mde == true && _root.mte == true) { this.gotoAndStop(2); } } } movieClip 62 { frame 1 { stop(); } } instance of movieClip 62 { onClipEvent (load) { chn = false; } onClipEvent (enterFrame) { if (chn == true) { this.nextFrame(); } else { this.prevFrame(); } this.onRollOver = function () { chn = true; }; this.onRollOut = function () { chn = false; }; } } movieClip 64 { frame 1 { stop(); } frame 2 { stop(); } } instance of movieClip 64 { onClipEvent (enterFrame) { if (_root.acc == true) { this.gotoAndStop(2); } else { this.onRelease = function () {}; } } } frame 7 { stop(); Mouse.hide(); onMouseDown = function () { delay.gotoAndStop(1); }; ate = false; v1 = false; v2 = false; v3 = false; v4 = false; v5 = false; v6 = false; v7 = false; v8 = false; this.onEnterFrame = function () { if (v1 == true && v2 == true && v3 == true && v4 == true && v5 == true && v6 == true && v7 == true && v8 == true) { ate = true; } }; } movieClip 75 { frame 1 { stop(); } frame 11 { gotoAndStop(1); } } button 77 { on (rollOver) { _root.v1 = true; } } button 78 { on (rollOver) { _root.v2 = true; } } button 79 { on (rollOver) { _root.v3 = true; } } button 80 { on (rollOver) { _root.v4 = true; } } button 81 { on (rollOver) { _root.v5 = true; } } button 82 { on (rollOver) { _root.v6 = true; } } button 83 { on (rollOver) { _root.v7 = true; } } button 84 { on (rollOver) { _root.v8 = true; } } movieClip 100 { frame 1 { stop(); } } instance of movieClip 100 { onClipEvent (enterFrame) { this.gotoAndStop(_root._currentframe - 6); } } button 102 { on (rollOver) { if (_root.ate == true) { nextFrame(); _root.delay.gotoAndStop(1); } } } button 104 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 107 { on (rollOver) { nextFrame(); } } button 110 { on (release) { _root.gotoAndStop(2); } } button 111 { on (release) { stopAllSounds(); } } button 113 { on (release) { _root.bg.nextFrame(); } } button 115 { on (release) { _root.s.nextFrame(); } } button 119 { on (rollOver) { prevFrame(); } } movieClip 120 { frame 1 { stop(); _root.ate = false; _root.v1 = false; _root.v2 = false; _root.v3 = false; _root.v4 = false; _root.v5 = false; _root.v6 = false; _root.v7 = false; _root.v8 = false; _root.d1.gotoAndStop(1); _root.d2.gotoAndStop(1); _root.d3.gotoAndStop(1); _root.k1.gotoAndStop(1); _root.k2.gotoAndStop(1); _root.k3.gotoAndStop(1); } } movieClip 124 { frame 1 { stop(); } frame 4 { gotoAndStop(1); } } instance s of movieClip 124 { onClipEvent (enterFrame) { if (this._x > _root._xmouse) { this._x += (_root._xmouse - this._x) / 5; } if (this._x < _root._xmouse) { this._x -= (this._x - _root._xmouse) / 5; } if (this._y > _root._ymouse) { this._y += (_root._ymouse - this._y) / 5; } if (this._y < _root._ymouse) { this._y -= (this._y - _root._ymouse) / 5; } _root.onMouseMove = function () { var v4 = _root._xmouse - _root.s._x; var v2 = _root._ymouse - _root.s._y; var v3 = Math.atan2(v2, v4); _root.s._rotation = v3 * 180 / Math.PI; }; } } button 127 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 129 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 132 { frame 1 { stop(); } frame 2 { stop(); } } instance d1 of movieClip 132 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } movieClip 136 { frame 1 { stop(); } frame 2 { stop(); } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } button 138 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 141 { frame 1 { stop(); } frame 2 { stop(); } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } movieClip 144 { frame 1 { stop(); } frame 2 { stop(); } } instance d2 of movieClip 144 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 146 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 149 { frame 1 { stop(); } frame 2 { stop(); } } instance d3 of movieClip 149 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } movieClip 152 { frame 1 { stop(); } frame 2 { stop(); } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } button 154 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 156 { } instance of movieClip 156 { onClipEvent (enterFrame) { this._y -= 3; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 158 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 156 { onClipEvent (enterFrame) { this._x += 5; if (this._x > 825) { this._x = 0; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 160 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 162 { } instance of movieClip 162 { onClipEvent (enterFrame) { ++this._rotation; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 164 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 162 { onClipEvent (enterFrame) { this._rotation += 2; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 166 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 156 { onClipEvent (enterFrame) { this._y -= 3; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 168 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance r1 of movieClip 162 { onClipEvent (enterFrame) { ++this._rotation; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance d1 of movieClip 132 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } button 170 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance d1 of movieClip 132 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d2 of movieClip 144 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance d3 of movieClip 149 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } instance of movieClip 156 { onClipEvent (enterFrame) { this._x += 5; if (this._x > 825) { this._x = 0; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 172 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 162 { onClipEvent (enterFrame) { ++this._rotation; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 174 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 175 { on (rollOver) { if (_root.ate == true) { _root.txt.data.r1 = true; _root.mee = true; _root.gotoAndStop(2); } } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d2 of movieClip 144 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance d3 of movieClip 149 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } instance of movieClip 162 { onClipEvent (enterFrame) { this._rotation += 2; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance of movieClip 156 { onClipEvent (enterFrame) { this._y -= 3; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 177 { on (rollOver) { _root.delay.gotoAndStop(1); } } frame 22 { stop(); Mouse.hide(); onMouseDown = function () { delay.gotoAndStop(1); }; ate = false; v1 = false; v2 = false; v3 = false; v4 = false; v5 = false; v6 = false; v7 = false; v8 = false; this.onEnterFrame = function () { if (v1 == true && v2 == true && v3 == true && v4 == true && v5 == true && v6 == true && v7 == true && v8 == true) { ate = true; } }; } instance of movieClip 100 { onClipEvent (enterFrame) { this.gotoAndStop(_root._currentframe - 21); } } button 179 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 182 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 184 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } movieClip 187 { frame 1 { stop(); } frame 2 { stop(); } } instance d1 of movieClip 187 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 189 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 192 { frame 1 { stop(); } frame 2 { stop(); } } instance d2 of movieClip 192 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } button 194 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 197 { frame 1 { stop(); } frame 2 { stop(); } } instance d3 of movieClip 197 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } button 199 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 201 { } instance of movieClip 201 { onClipEvent (enterFrame) { this._y -= 3; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 203 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 201 { onClipEvent (enterFrame) { this._x += 5; if (this._x > 825) { this._x = 0; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 205 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 207 { } instance of movieClip 207 { onClipEvent (enterFrame) { this._rotation += 0.5; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 209 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 207 { onClipEvent (enterFrame) { ++this._rotation; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 211 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 207 { onClipEvent (enterFrame) { this._rotation += 0.5; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 213 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 201 { onClipEvent (enterFrame) { this._y -= 3; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d1 of movieClip 187 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 215 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 201 { onClipEvent (enterFrame) { this._y -= 4; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance d2 of movieClip 192 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d3 of movieClip 197 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } button 217 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 207 { onClipEvent (enterFrame) { ++this._rotation; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 219 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 220 { on (rollOver) { if (_root.ate == true) { _root.txt.data.r2 = true; _root.mme = true; _root.gotoAndStop(2); } } } instance of movieClip 207 { onClipEvent (enterFrame) { this._rotation += 0.5; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance of movieClip 201 { onClipEvent (enterFrame) { this._y -= 4; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance d2 of movieClip 192 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d3 of movieClip 197 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } button 222 { on (rollOver) { _root.delay.gotoAndStop(1); } } frame 37 { stop(); Mouse.hide(); onMouseDown = function () { delay.gotoAndStop(1); }; ate = false; v1 = false; v2 = false; v3 = false; v4 = false; v5 = false; v6 = false; v7 = false; v8 = false; this.onEnterFrame = function () { if (v1 == true && v2 == true && v3 == true && v4 == true && v5 == true && v6 == true && v7 == true && v8 == true) { ate = true; } }; } instance of movieClip 100 { onClipEvent (enterFrame) { this.gotoAndStop(_root._currentframe - 36); } } button 224 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 227 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 229 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } movieClip 232 { frame 1 { stop(); } frame 2 { stop(); } } instance d1 of movieClip 232 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 234 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 236 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 239 { frame 1 { stop(); } frame 2 { stop(); } } instance d2 of movieClip 239 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } movieClip 241 { frame 1 { stop(); } frame 2 { stop(); } } instance d3 of movieClip 241 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 243 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 245 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 247 { } instance of movieClip 247 { onClipEvent (enterFrame) { this._y -= 3; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance of movieClip 247 { onClipEvent (enterFrame) { this._x += 5; if (this._x > 800) { this._x = -25; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 249 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 251 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 253 { } instance of movieClip 253 { onClipEvent (enterFrame) { this._rotation += 0.5; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance of movieClip 253 { onClipEvent (enterFrame) { ++this._rotation; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 255 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 253 { onClipEvent (enterFrame) { this._rotation += 0.5; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance of movieClip 247 { onClipEvent (enterFrame) { this._y -= 3; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 257 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d1 of movieClip 232 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance d2 of movieClip 239 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } button 259 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d1 of movieClip 232 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance d2 of movieClip 239 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } instance of movieClip 247 { onClipEvent (enterFrame) { this._x += 5; if (this._x > 800) { this._x = -25; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d3 of movieClip 241 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 261 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 253 { onClipEvent (enterFrame) { this._rotation += 0.5; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 263 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 264 { on (rollOver) { if (_root.ate == true) { _root.txt.data.r3 = true; _root.mhe = true; _root.gotoAndStop(2); } } } instance d2 of movieClip 239 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } instance of movieClip 247 { onClipEvent (enterFrame) { this._y -= 3; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d3 of movieClip 241 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance of movieClip 253 { onClipEvent (enterFrame) { ++this._rotation; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 266 { on (rollOver) { _root.delay.gotoAndStop(1); } } frame 52 { stop(); Mouse.hide(); onMouseDown = function () { delay.gotoAndStop(1); }; bg.gotoAndStop(11); ate = false; v1 = false; v2 = false; v3 = false; v4 = false; v5 = false; v6 = false; v7 = false; v8 = false; this.onEnterFrame = function () { if (v1 == true && v2 == true && v3 == true && v4 == true && v5 == true && v6 == true && v7 == true && v8 == true) { ate = true; } }; } instance of movieClip 100 { onClipEvent (enterFrame) { this.gotoAndStop(_root._currentframe - 51); } } button 267 { on (rollOver) { _root.delay.gotoAndStop(1); } } movieClip 270 { frame 1 { stop(); _root.ate = false; _root.v1 = false; _root.v2 = false; _root.v3 = false; _root.v4 = false; _root.v5 = false; _root.v6 = false; _root.v7 = false; _root.v8 = false; _root.d1.gotoAndStop(1); _root.d2.gotoAndStop(1); _root.d3.gotoAndStop(1); _root.k1.gotoAndStop(1); _root.k2.gotoAndStop(1); _root.k3.gotoAndStop(1); _root.sd.gotoAndStop(1); } frame 2 { _root.sd.gotoAndStop(2); } } movieClip 272 { frame 2 { stop(); } } instance sd of movieClip 272 { onClipEvent (enterFrame) { this._x = _root.s._x; this._y = _root.s._y; } } button 274 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 275 { on (rollOver) { _root.txt.data.r7 = true; _root.acc = true; nextFrame(); } } movieClip 278 { frame 1 { stop(); } frame 2 { stop(); } } button 280 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d1 of movieClip 187 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance d2 of movieClip 192 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } button 282 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance d3 of movieClip 197 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } button 284 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 201 { onClipEvent (enterFrame) { this._y -= 3; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 286 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 201 { onClipEvent (enterFrame) { this._x += 3; if (this._x > 825) { this._x = 0; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 288 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 207 { onClipEvent (enterFrame) { this._rotation += 0.5; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 290 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 207 { onClipEvent (enterFrame) { ++this._rotation; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 292 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 207 { onClipEvent (enterFrame) { this._rotation += 0.5; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance of movieClip 201 { onClipEvent (enterFrame) { this._y -= 3; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 294 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 201 { onClipEvent (enterFrame) { this._y -= 3.1; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d1 of movieClip 187 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 296 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance d2 of movieClip 192 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } button 298 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 207 { onClipEvent (enterFrame) { ++this._rotation; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 300 { on (rollOver) { _root.delay.gotoAndStop(1); } } button 301 { on (rollOver) { if (_root.ate == true) { _root.txt.data.r4 = true; _root.mde = true; _root.gotoAndStop(2); } } } instance of movieClip 207 { onClipEvent (enterFrame) { this._rotation += 0.5; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance of movieClip 201 { onClipEvent (enterFrame) { this._y -= 4; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance d2 of movieClip 192 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d3 of movieClip 197 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } button 303 { on (rollOver) { _root.delay.gotoAndStop(1); } } frame 67 { stop(); Mouse.hide(); onMouseDown = function () { delay.gotoAndStop(1); }; ate = false; v1 = false; v2 = false; v3 = false; v4 = false; v5 = false; v6 = false; v7 = false; v8 = false; this.onEnterFrame = function () { if (v1 == true && v2 == true && v3 == true && v4 == true && v5 == true && v6 == true && v7 == true && v8 == true) { ate = true; } }; } movieClip 338 { frame 1 { stop(); } frame 31 { _root.delay.gotoAndStop(1); } } instance timer of movieClip 338 { onClipEvent (load) { delay = 60; } onClipEvent (enterFrame) { if (_root.delay._currentframe == 2) { --delay; if (delay <= 0) { delay = 60; this.nextFrame(); } } else { delay = 60; this.gotoAndStop(1); } } } instance of movieClip 100 { onClipEvent (enterFrame) { this.gotoAndStop(_root._currentframe - 66); } } button 340 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d1 of movieClip 187 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 342 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance d2 of movieClip 192 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } button 344 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance d3 of movieClip 197 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } button 346 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 201 { onClipEvent (enterFrame) { this._y -= 4; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 348 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 201 { onClipEvent (enterFrame) { this._x += 4; if (this._x > 800) { this._x = -25; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 350 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 207 { onClipEvent (enterFrame) { ++this._rotation; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 352 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 207 { onClipEvent (enterFrame) { this._rotation += 0.5; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 354 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 207 { onClipEvent (enterFrame) { ++this._rotation; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance of movieClip 201 { onClipEvent (enterFrame) { this._y -= 3; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 356 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 201 { onClipEvent (enterFrame) { this._y -= 4; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d1 of movieClip 187 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 358 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance d2 of movieClip 192 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d3 of movieClip 197 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } button 360 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 207 { onClipEvent (enterFrame) { this._rotation += 0.5; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } button 362 { on (rollOver) { _root.delay.gotoAndStop(1); } } instance of movieClip 201 { onClipEvent (enterFrame) { this._y -= 4; if (this._y < -25) { this._y = 400; } this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k1 of movieClip 136 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d1.gotoAndStop(2); this.gotoAndStop(2); }; } } instance of movieClip 207 { onClipEvent (enterFrame) { ++this._rotation; this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance d2 of movieClip 192 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k2 of movieClip 141 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d2.gotoAndStop(2); this.gotoAndStop(2); }; } } instance d3 of movieClip 197 { onClipEvent (enterFrame) { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } instance k3 of movieClip 152 { onClipEvent (enterFrame) { this.onRollOver = function () { _root.d3.gotoAndStop(2); this.gotoAndStop(2); }; } } button 363 { on (rollOver) { if (_root.ate == true) { _root.txt.data.r6 = true; _root.mte = true; _root.gotoAndStop(2); } } } button 365 { on (rollOver) { _root.delay.gotoAndStop(1); } } frame 82 { Mouse.show(); stopAllSounds(); gotoAndStop(2); onMouseDown = function () { gotoAndStop(2); }; } frame 97 { clk = false; onMouseDown = function () { clk = true; }; onMouseUp = function () { clk = false; }; stop(); Mouse.hide(); } frame 97 { viobp = 1; this.onEnterFrame = function () { if (viobp == 1) { obp._x = -175; } else { obp._x = 0; } if (vifin == 1) { fin._visible = true; } else { fin._visible = false; } if (vimoy == 1) { moy._visible = true; } else { moy._visible = false; } if (vimox == 1) { mox._visible = true; } else { mox._visible = false; } if (virot == 1) { rot._visible = true; } else { rot._visible = false; } if (vike1 == 1) { ke1._visible = true; } else { ke1._visible = false; } if (vike2 == 1) { ke2._visible = true; } else { ke2._visible = false; } if (vike3 == 1) { ke3._visible = true; } else { ke3._visible = false; } if (vido1 == 1) { do1._visible = true; } else { do1._visible = false; } if (vido2 == 1) { do2._visible = true; } else { do2._visible = false; } if (vido3 == 1) { do3._visible = true; } else { do3._visible = false; } }; } movieClip 369 { } movieClip 371 { frame 1 { stop(); } frame 2 { stop(); } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } button 376 { on (release) { _root.vido2 *= -1; } } button 377 { on (release) { _root.vike3 *= -1; } } button 378 { on (release) { _root.vido3 *= -1; } } button 379 { on (release) { _root.vido1 *= -1; } } button 380 { on (release) { _root.virot *= -1; } } button 381 { on (release) { _root.vimoy *= -1; } } button 382 { on (release) { _root.vike1 *= -1; } } button 383 { on (release) { _root.vike2 *= -1; } } button 384 { on (release) { _root.vifin *= -1; } } button 393 { on (release) { _root.vimox *= -1; } } movieClip 396 { } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance of movieClip 371 { onClipEvent (enterFrame) { if (_root._currentframe == 97) { if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 1 && _root.clk == true) { this.nextFrame(); } if (this.hit.hitTest(_root.kwast) && _root.kwast._currentframe == 2 && _root.clk == true) { this.prevFrame(); } } else { this.onRollOver = function () { if (this._currentframe == 2) { _root.delay.gotoAndStop(1); } }; } } } instance moy of movieClip 201 { onClipEvent (enterFrame) { if (this._visible == true) { if (_root._currentframe == 97) { this.onPress = function () { if (_root.kwast._currentframe == 3) { startDrag(this, false); this._x = _root._xmouse; this._y = _root._ymouse; this._alpha = 40; } }; this.onRelease = function () { if (_root.kwast._currentframe == 3) { stopDrag(); this._alpha = 100; this._x = Math.round(_root._xmouse / 12.5) * 12.5; this._y = Math.round(_root._ymouse / 12.5) * 12.5; } }; } else { this._y -= 3; if (this._y < 0) { this._y = 425; } this.onRollOver = function () { _root.delay.gotoAndStop(1); }; } } } } instance rot of movieClip 207 { onClipEvent (enterFrame) { if (this._visible == true) { if (_root._currentframe == 97) { this._rotation = 0; this.onPress = function () { if (_root.kwast._currentframe == 3) { startDrag(this, false); this._x = _root._xmouse; this._y = _root._ymouse; this._alpha = 40; } }; this.onRelease = function () { if (_root.kwast._currentframe == 3) { stopDrag(); this._alpha = 100; this._x = Math.round(_root._xmouse / 12.5) * 12.5; this._y = Math.round(_root._ymouse / 12.5) * 12.5; } }; } else { ++this._rotation; this.onRollOver = function () { _root.delay.gotoAndStop(1); }; } } } } instance mox of movieClip 201 { onClipEvent (enterFrame) { if (this._visible == true) { if (_root._currentframe == 97) { this.onPress = function () { if (_root.kwast._currentframe == 3) { startDrag(this, false); this._x = _root._xmouse; this._y = _root._ymouse; this._alpha = 40; } }; this.onRelease = function () { if (_root.kwast._currentframe == 3) { stopDrag(); this._alpha = 100; this._x = Math.round(_root._xmouse / 12.5) * 12.5; this._y = Math.round(_root._ymouse / 12.5) * 12.5; } }; } else { this._x += 5; if (this._x > 800) { this._x = -25; } this.onRollOver = function () { _root.delay.gotoAndStop(1); }; } } } } instance ke1 of movieClip 136 { onClipEvent (enterFrame) { if (this._visible == true) { if (_root._currentframe == 97) { this.gotoAndStop(1); this.onPress = function () { if (_root.kwast._currentframe == 3) { startDrag(this, false); this._x = _root._xmouse; this._y = _root._ymouse; this._alpha = 40; } }; this.onRelease = function () { if (_root.kwast._currentframe == 3) { stopDrag(); this._alpha = 100; this._x = Math.round(_root._xmouse / 12.5) * 12.5; this._y = Math.round(_root._ymouse / 12.5) * 12.5; } }; } else { this.onRollOver = function () { _root.do1.gotoAndStop(2); this.nextFrame(); }; } } } } instance do1 of movieClip 187 { onClipEvent (enterFrame) { if (this._visible == true) { if (_root._currentframe == 97) { this.gotoAndStop(1); this.onPress = function () { if (_root.kwast._currentframe == 3) { startDrag(this, false); this._x = _root._xmouse; this._y = _root._ymouse; this._alpha = 40; } }; this.onRelease = function () { if (_root.kwast._currentframe == 3) { stopDrag(); this._alpha = 100; this._x = Math.round(_root._xmouse / 12.5) * 12.5; this._y = Math.round(_root._ymouse / 12.5) * 12.5; } }; } else { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } } } instance ke2 of movieClip 141 { onClipEvent (enterFrame) { if (this._visible == true) { if (_root._currentframe == 97) { this.gotoAndStop(1); this.onPress = function () { if (_root.kwast._currentframe == 3) { startDrag(this, false); this._x = _root._xmouse; this._y = _root._ymouse; this._alpha = 40; } }; this.onRelease = function () { if (_root.kwast._currentframe == 3) { stopDrag(); this._alpha = 100; this._x = Math.round(_root._xmouse / 12.5) * 12.5; this._y = Math.round(_root._ymouse / 12.5) * 12.5; } }; } else { this.onRollOver = function () { _root.do2.gotoAndStop(2); this.nextFrame(); }; } } } } instance ke3 of movieClip 152 { onClipEvent (enterFrame) { if (this._visible == true) { if (_root._currentframe == 97) { this.gotoAndStop(1); this.onPress = function () { if (_root.kwast._currentframe == 3) { startDrag(this, false); this._x = _root._xmouse; this._y = _root._ymouse; this._alpha = 40; } }; this.onRelease = function () { if (_root.kwast._currentframe == 3) { stopDrag(); this._alpha = 100; this._x = Math.round(_root._xmouse / 12.5) * 12.5; this._y = Math.round(_root._ymouse / 12.5) * 12.5; } }; } else { this.onRollOver = function () { _root.do3.gotoAndStop(2); this.nextFrame(); }; } } } } instance do2 of movieClip 192 { onClipEvent (enterFrame) { if (this._visible == true) { if (_root._currentframe == 97) { this.gotoAndStop(1); this.onPress = function () { if (_root.kwast._currentframe == 3) { startDrag(this, false); this._x = _root._xmouse; this._y = _root._ymouse; this._alpha = 40; } }; this.onRelease = function () { if (_root.kwast._currentframe == 3) { stopDrag(); this._alpha = 100; this._x = Math.round(_root._xmouse / 12.5) * 12.5; this._y = Math.round(_root._ymouse / 12.5) * 12.5; } }; } else { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } } } instance do3 of movieClip 197 { onClipEvent (enterFrame) { if (this._visible == true) { if (_root._currentframe == 97) { this.gotoAndStop(1); this.onPress = function () { if (_root.kwast._currentframe == 3) { startDrag(this, false); this._x = _root._xmouse; this._y = _root._ymouse; this._alpha = 40; } }; this.onRelease = function () { if (_root.kwast._currentframe == 3) { stopDrag(); this._alpha = 100; this._x = Math.round(_root._xmouse / 12.5) * 12.5; this._y = Math.round(_root._ymouse / 12.5) * 12.5; } }; } else { this.onRollOver = function () { if (this._currentframe == 1) { _root.delay.gotoAndStop(1); } }; } } } } movieClip 397 { } instance fin of movieClip 397 { onClipEvent (enterFrame) { if (this._visible == true) { if (_root._currentframe == 97) { this.onPress = function () { if (_root.kwast._currentframe == 3) { startDrag(this, false); this._x = _root._xmouse; this._y = _root._ymouse; this._alpha = 40; } }; this.onRelease = function () { if (_root.kwast._currentframe == 3) { stopDrag(); this._alpha = 100; this._x = Math.round(_root._xmouse / 12.5) * 12.5; this._y = Math.round(_root._ymouse / 12.5) * 12.5; } }; } else { this.onRollOver = function () { _root.gotoAndStop(97); }; } } } } button 399 { on (keyPress '<Space>') { _root.kwast.nextFrame(); } } button 400 { on (release) { obp._x = 125; gotoAndStop(2); } } button 401 { on (release) { _root.viobp *= -1; } } button 402 { on (release) { viobp = 1; nextFrame(); } } movieClip 409 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { gotoAndStop(1); } } instance kwast of movieClip 409 { onClipEvent (enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; } } frame 98 { Mouse.hide(); onMouseDown = function () { delay.gotoAndStop(1); }; } button 410 { on (release) { _root.prevFrame(); } } movieClip 412 { frame 1 { stop(); _root.do1.gotoAndStop(1); _root.do2.gotoAndStop(1); _root.do3.gotoAndStop(1); _root.ke1.gotoAndStop(1); _root.ke2.gotoAndStop(1); _root.ke3.gotoAndStop(1); } } instance s of movieClip 124 { onClipEvent (enterFrame) { if (this._x > _root._xmouse) { this._x += (_root._xmouse - this._x) / 5; } if (this._x < _root._xmouse) { this._x -= (this._x - _root._xmouse) / 5; } if (this._y > _root._ymouse) { this._y += (_root._ymouse - this._y) / 5; } if (this._y < _root._ymouse) { this._y -= (this._y - _root._ymouse) / 5; } _root.onMouseMove = function () { var v4 = _root._xmouse - _root.s._x; var v2 = _root._ymouse - _root.s._y; var v3 = Math.atan2(v2, v4); _root.s._rotation = v3 * 180 / Math.PI; }; } }




http://swfchan.com/18/89151/info.shtml
Created: 29/3 -2019 04:14:34 Last modified: 29/3 -2019 04:14:34 Server time: 28/04 -2024 14:24:19