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

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

Fling.swf

This is the info page for
Flash #259

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


Text
0%

Start

Instructions

ART!

All artwork copyight (MHJH) Halftone Studios, 2006

Debug1

Debug2

Score:

Revoluations:

0

0

Round

0

2x

3x

4x

6x

Return To Menu

0

0

0

<p align="left"><font face="arial" size="18" color="#000000" letterSpacing="0.000000" kerning="0">The object of the game is to throw the cat <sbr />as high as you can while getting as many <sbr />revolutions as possible. &nbsp;To start, the first <sbr />thing you must do is grab the cat. To do <sbr />so, click <b>and hold</b> your mouse button <sbr />anywhere in this window.</font></p>

<p align="left"><font face="arial" size="18" color="#000000" letterSpacing="0.000000" kerning="0">Now, spin the cat left and right to gain momentum. The faster your cat is spinning <sbr />when you throw it, the more revolutions you will get. It might take some getting <sbr />used to so practice spinning. When you are ready to throw the cat, push your <sbr />mouse forward and let go of the mouse button.</font></p>

<p align="left"><font face="arial" size="18" color="#000000" letterSpacing="0.000000" kerning="0">While you are in the air, you will gain a steady <sbr />score. Getting more air time will increase your <sbr />score, and getting more revolutions will <sbr />multiply your score gain by 2x, 3x, 4x, and 6x.</font></p><p align="left"></p><p align="left"><font face="arial" size="18" color="#000000" letterSpacing="0.000000" kerning="0">Giving your cat a perfect spin and getting great <sbr />air time will give you a massive score!</font></p>

<p align="left"><font face="arial" size="18" color="#000000" letterSpacing="0.000000" kerning="0">Great Job! Keep practicing, when you are <sbr />ready to play click the &quot;Return to menu&quot; button <sbr />and select &quot;Start.&quot;</font></p>

RE-Start

Total Score

0

0

ActionScript [AS1/AS2]

Frame 1
totalBytes = Math.round(getBytesTotal() / 1024); loadedBytes = Math.round(getBytesLoaded() / 1024); percentDone = Math.round((loadedBytes / totalBytes) * 100); _root.percent1.text = percentDone; if (_root._framesloaded >= _root._totalframes) { gotoAndPlay (3); }
Frame 2
gotoAndPlay (1);
Frame 3
_global.scoregain = 0; _global.rotationcount = 0; _global.roundcount = 1; _global.music.stop("music");
Frame 62
gotoAndPlay (3);
Frame 63
_global.rotspeed = 0; _global.upwards = 1; _global.rcount = 1; _global.canclick = 1; _root.kitty._x = 350; _root.kitty._y = 350; _global.volumn = 100; _global.timesmarker = 1; _global.smacklevel = 0; _global.music.setVolume(100); _global.music.stop("music"); _global.music = new Sound(this); _global.music.attachSound("music"); _global.music.start(0, 99);
Instance of Symbol 64 MovieClip "kitty" in Frame 63
onClipEvent (mouseUp) { if (_global.canclick == 1) { Catsound = new Sound(this); Catsound.attachSound("catthrow"); Catsound.start(0); _root.gotoAndPlay("catfling"); _global.canclick = 0; } } onClipEvent (mouseDown) { if (_global.canclick == 1) { _root.kitty._rotation = -20; Catsound = new Sound(this); Catsound.attachSound("catgrab"); Catsound.start(0); _root.gotoAndPlay("catswing"); _root.kitty.gotoAndPlay(73); } }
Frame 64
_root.scoreboard.text = _global.scoregain; _root.rotations.text = _global.rotationcount; _root.roundcounter.text = _global.roundcount;
Frame 65
gotoAndPlay (64);
Frame 66
_global.dragdistx = _root.kitty._x - _root._xmouse; _global.dragdisty = _root.kitty._y - _root._ymouse; _root.kitty._x = _root._xmouse + (_global.dragdistx / 1.85); _root.kitty._y = _root._ymouse + (_global.dragdisty / 1.85); if (_root.kitty._rotation < 45) { if (_root.kitty._rotation > -45) { kitty.gotoAndStop(73); } } if (_root.kitty._rotation > 46) { if (_root.kitty._rotation < 135) { kitty.gotoAndStop(74); } } if (_root.kitty._rotation > 136) { if (_root.kitty._rotation > -136) { kitty.gotoAndStop(75); } } if (_root.kitty._rotation < -46) { if (_root.kitty._rotation > -135) { kitty.gotoAndStop(74); } } if (_root.kitty._rotation < 0) { _global.rotspeed = _global.rotspeed + 0.3; _global.rotspeed = _global.rotspeed * 0.98; _root.kitty._rotation = _root.kitty._rotation + _global.rotspeed; } if (_root.kitty._rotation > 0) { _global.rotspeed = _global.rotspeed - 0.3; _global.rotspeed = _global.rotspeed * 0.98; _root.kitty._rotation = _root.kitty._rotation + _global.rotspeed; } if (_global.rotspeed > 0) { if (_root.kitty._rotation < 0) { if (_global.dragdisty > 0) { _global.rotspeed = _global.rotspeed + (_global.dragdisty / 60); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation > 0) { if (_global.dragdisty < 0) { _global.rotspeed = _global.rotspeed - (_global.dragdisty / 60); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation < 0) { if (_global.dragdisty < 0) { _global.rotspeed = _global.rotspeed + (_global.dragdisty / 110); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation > 0) { if (_global.dragdisty > 0) { _global.rotspeed = _global.rotspeed - (_global.dragdisty / 110); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation < 0) { if (_global.dragdistx > 0) { _global.rotspeed = _global.rotspeed + (_global.dragdistx / 60); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation > 0) { if (_global.dragdistx < 0) { _global.rotspeed = _global.rotspeed - (_global.dragdistx / 60); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation < 0) { if (_global.dragdistx < 0) { _global.rotspeed = _global.rotspeed + (_global.dragdistx / 110); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation > 0) { if (_global.dragdistx > 0) { _global.rotspeed = _global.rotspeed - (_global.dragdistx / 110); } } } if (_global.rotspeed < 0) { if (_root.kitty._rotation > 0) { if (_global.dragdistx < 0) { _global.rotspeed = _global.rotspeed + (_global.dragdistx / 60); } } } if (_global.rotspeed < 0) { if (_root.kitty._rotation < 0) { if (_global.dragdistx > 0) { _global.rotspeed = _global.rotspeed - (_global.dragdistx / 60); } } } if (_global.rotspeed < 0) { if (_root.kitty._rotation > 0) { if (_global.dragdistx > 0) { _global.rotspeed = _global.rotspeed + (_global.dragdistx / 110); } } } if (_global.rotspeed < 0) { if (_root.kitty._rotation < 0) { if (_global.dragdistx < 0) { _global.rotspeed = _global.rotspeed - (_global.dragdistx / 110); } } } _root.debug1.text = _root.backdrop1._y; _root.debug2.text = _global.rotspeed;
Frame 67
_global.oldmousey = _root._ymouse; _global.oldmousex = _root._xmouse; gotoAndPlay (66);
Frame 70
_global.throwpower = (_global.oldmousey - (_root._ymouse * 1.6)) + (Math.abs(_global.rotspeed) * 6); _global.throwangle = (_global.oldmousex - _root._xmouse) / 7.4; if (_global.throwpower < 1) { _global.throwpower = 1; } if (_global.throwpower > 1050) { _global.throwpower = 1050; } if (_global.throwpower > 500) { _global.smacklevel = 1; } if (_global.throwpower < 500) { _global.smacklevel = 2; } if (_global.throwpower > 800) { if (Math.abs(_global.rotspeed) > 65) { Catsound = new Sound(this); Catsound.attachSound("cheeringcrowd"); Catsound.start(0); } } debug1.text = _global.throwpower; debug2.text = Math.abs(_global.rotspeed);
Frame 72
_root.kitty._rotation = _root.kitty._rotation + _global.rotspeed; _root.kitty._x = _root.kitty._x - _global.throwangle; if (_global.upwards == 1) { _root.backdrop1._y = _root.backdrop1._y + _global.throwpower; _global.throwpower = _global.throwpower / 1.1; } else { _root.backdrop1._y = _root.backdrop1._y - _global.throwpower; _global.throwpower = _global.throwpower * 1.1; if (_global.throwpower > 75) { _global.throwpower = 75; } } if (_global.throwpower < 1) { _global.upwards = 0; } if (_root.backdrop1._y < -4996.5) { gotoAndPlay (73); } if (_root.backdrop1._y > -4996.5) { gotoAndPlay (71); } if (_root.kitty._x < 30) { _root.kitty._x = 31; _global.throwangle = (_global.throwangle * -1) / 1.1; _global.rotspeed = _global.rotspeed / 1.35; if (_global.upwards == 1) { _global.throwpower = _global.throwpower / 1.3; } } if (_root.kitty._x > 640) { _root.kitty._x = 639; _global.throwangle = (_global.throwangle * -1) / 1.1; _global.rotspeed = _global.rotspeed / 1.35; if (_global.upwards == 1) { _global.throwpower = _global.throwpower / 1.3; } } if (_root.kitty._rotation > 1) { if (_root.kitty._rotation < 90) { if (rcount == 1) { rcount = 0; _global.rotationcount = _global.rotationcount + 1; } } } if (_root.kitty._rotation > 91) { if (_root.kitty._rotation < 180) { if (rcount == 0) { rcount = 1; } } } if (_global.rotspeed < 30) { _root.kitty.gotoAndStop(76); } if (_global.rotspeed > 30) { if (_global.rotspeed < 50) { _root.kitty.gotoAndStop(77); } } if (_global.rotspeed > 50) { _root.kitty.gotoAndStop(78); } _global.scoregain = _global.scoregain + 25; if (_global.rotationcount >= 5) { _global.scoregain = _global.scoregain + 25; } if (_global.rotationcount >= 10) { _global.scoregain = _global.scoregain + 25; } if (_global.rotationcount >= 20) { _global.scoregain = _global.scoregain + 25; } if (_global.rotationcount >= 35) { _global.scoregain = _global.scoregain + 50; } if (_global.timesmarker == 1) { if (_global.rotationcount >= 5) { _root.multiscore.gotoAndPlay(2); _global.timesmarker = 2; } } if (_global.timesmarker == 2) { if (_global.rotationcount >= 10) { _root.multiscore.gotoAndPlay(9); _global.timesmarker = 3; } } if (_global.timesmarker == 3) { if (_global.rotationcount >= 20) { _root.multiscore.gotoAndPlay(16); _global.timesmarker = 4; } } if (_global.timesmarker == 4) { if (_global.rotationcount >= 35) { _root.multiscore.gotoAndPlay(23); _global.timesmarker = 5; } } _root.scoreboard.text = _global.scoregain; _root.rotations.text = _global.rotationcount;
Frame 74
_root.kitty._y = _root.kitty._y + 85; _root.kitty._x = _root.kitty._x - _global.throwangle; _root.kitty._rotation = _root.kitty._rotation + _global.rotspeed; if (_root.kitty._y > 430) { _root.kitty._rotation = 0; _root.kitty._y = 430; if (_global.smacklevel == 1) { _root.kitty.gotoAndPlay(79); _global.music = new Sound(cat); _global.music.attachSound("crash"); _global.music.start(0, 1); } if (_global.smacklevel == 2) { _root.kitty.gotoAndPlay(87); } gotoAndPlay (147); } else { gotoAndPlay (73); }
Frame 149
if (_global.volumn < 1) { _global.music.stop("music"); _global.music.stop("musicgoodthrow"); _global.music.setVolume(100); gotoAndPlay (177); } else { _global.volumn = _global.volumn - 1; _global.music.setVolume(_global.volumn); gotoAndPlay (148); }
Frame 199
if (_global.rotationcount == 0) { gotoAndPlay (202); } else { Catsound3 = new Sound(this); Catsound3.attachSound("ding"); Catsound3.start(0); _global.scoregain = _global.scoregain + 250; _global.rotationcount = _global.rotationcount - 1; _root.finalscore.scoreboard.text = _global.scoregain; _root.finalscore.rotations.text = _global.rotationcount; _root.finalscore.roundcounter.text = _global.roundcount; gotoAndPlay (197); }
Frame 243
if (_global.roundcount == 3) { gotoAndPlay (8707); } else { _global.roundcount = _global.roundcount + 1; _root.kitty.gotoAndPlay(1); gotoAndPlay (63); }
Frame 4384
_global.rotspeed = 0; _global.upwards = 1; _global.rcount = 1; _global.canclick = 1; _root.kitty._x = 350; _root.kitty._y = 350; _global.volumn = 100; _global.timesmarker = 1; _global.smacklevel = 0;
Instance of Symbol 64 MovieClip "kitty" in Frame 4384
onClipEvent (mouseUp) { if (_global.canclick == 1) { Catsound = new Sound(this); Catsound.attachSound("catthrow"); Catsound.start(0); _root.gotoAndPlay("catfling1"); _global.canclick = 0; } } onClipEvent (mouseDown) { if (_global.canclick == 1) { _root.kitty._rotation = -20; Catsound = new Sound(this); Catsound.attachSound("catgrab"); Catsound.start(0); _root.gotoAndPlay("catswing1"); _root.kitty.gotoAndPlay(73); } }
Frame 4386
gotoAndPlay (4385);
Frame 4387
_global.dragdistx = _root.kitty._x - _root._xmouse; _global.dragdisty = _root.kitty._y - _root._ymouse; _root.kitty._x = _root._xmouse + (_global.dragdistx / 1.85); _root.kitty._y = _root._ymouse + (_global.dragdisty / 1.85); if (_root.kitty._rotation < 45) { if (_root.kitty._rotation > -45) { kitty.gotoAndStop(73); } } if (_root.kitty._rotation > 46) { if (_root.kitty._rotation < 135) { kitty.gotoAndStop(74); } } if (_root.kitty._rotation > 136) { if (_root.kitty._rotation < -136) { kitty.gotoAndStop(75); } } if (_root.kitty._rotation < -46) { if (_root.kitty._rotation > -135) { kitty.gotoAndStop(74); } } if (_root.kitty._rotation < 0) { _global.rotspeed = _global.rotspeed + 0.3; _global.rotspeed = _global.rotspeed * 0.98; _root.kitty._rotation = _root.kitty._rotation + _global.rotspeed; } if (_root.kitty._rotation > 0) { _global.rotspeed = _global.rotspeed - 0.3; _global.rotspeed = _global.rotspeed * 0.98; _root.kitty._rotation = _root.kitty._rotation + _global.rotspeed; } if (_global.rotspeed > 0) { if (_root.kitty._rotation < 0) { if (_global.dragdisty > 0) { _global.rotspeed = _global.rotspeed + (_global.dragdisty / 60); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation > 0) { if (_global.dragdisty < 0) { _global.rotspeed = _global.rotspeed - (_global.dragdisty / 60); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation < 0) { if (_global.dragdisty < 0) { _global.rotspeed = _global.rotspeed + (_global.dragdisty / 110); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation > 0) { if (_global.dragdisty > 0) { _global.rotspeed = _global.rotspeed - (_global.dragdisty / 110); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation < 0) { if (_global.dragdistx > 0) { _global.rotspeed = _global.rotspeed + (_global.dragdistx / 60); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation > 0) { if (_global.dragdistx < 0) { _global.rotspeed = _global.rotspeed - (_global.dragdistx / 60); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation < 0) { if (_global.dragdistx < 0) { _global.rotspeed = _global.rotspeed + (_global.dragdistx / 110); } } } if (_global.rotspeed > 0) { if (_root.kitty._rotation > 0) { if (_global.dragdistx > 0) { _global.rotspeed = _global.rotspeed - (_global.dragdistx / 110); } } } if (_global.rotspeed < 0) { if (_root.kitty._rotation > 0) { if (_global.dragdistx < 0) { _global.rotspeed = _global.rotspeed + (_global.dragdistx / 60); } } } if (_global.rotspeed < 0) { if (_root.kitty._rotation < 0) { if (_global.dragdistx > 0) { _global.rotspeed = _global.rotspeed - (_global.dragdistx / 60); } } } if (_global.rotspeed < 0) { if (_root.kitty._rotation > 0) { if (_global.dragdistx > 0) { _global.rotspeed = _global.rotspeed + (_global.dragdistx / 110); } } } if (_global.rotspeed < 0) { if (_root.kitty._rotation < 0) { if (_global.dragdistx < 0) { _global.rotspeed = _global.rotspeed - (_global.dragdistx / 110); } } } _root.debug1.text = _root.backdrop1._y; _root.debug2.text = _global.rotspeed;
Frame 4388
_global.oldmousey = _root._ymouse; _global.oldmousex = _root._xmouse; gotoAndPlay (4387);
Frame 4391
_global.throwpower = (_global.oldmousey - (_root._ymouse * 1.6)) + (Math.abs(_global.rotspeed) * 6); _global.throwangle = (_global.oldmousex - _root._xmouse) / 7.4; if (_global.throwpower < 1) { _global.throwpower = 1; } if (_global.throwpower > 1050) { _global.throwpower = 1050; } if (_global.throwpower > 500) { _global.smacklevel = 1; } if (_global.throwpower < 500) { _global.smacklevel = 2; } if (_global.throwpower > 800) { if (Math.abs(_global.rotspeed) > 65) { Catsound = new Sound(this); Catsound.attachSound("cheeringcrowd"); Catsound.start(0); } } debug1.text = _global.throwpower; debug2.text = Math.abs(_global.rotspeed);
Frame 4393
_root.kitty._rotation = _root.kitty._rotation + _global.rotspeed; _root.kitty._x = _root.kitty._x - _global.throwangle; if (_global.upwards == 1) { _root.backdrop1._y = _root.backdrop1._y + _global.throwpower; _global.throwpower = _global.throwpower / 1.1; } else { _root.backdrop1._y = _root.backdrop1._y - _global.throwpower; _global.throwpower = _global.throwpower * 1.1; if (_global.throwpower > 75) { _global.throwpower = 75; } } if (_global.throwpower < 1) { _global.upwards = 0; } if (_root.backdrop1._y < -4996.5) { gotoAndPlay (4394); } if (_root.backdrop1._y > -4996.5) { gotoAndPlay (4392); } if (_root.kitty._x < 30) { _root.kitty._x = 31; _global.throwangle = (_global.throwangle * -1) / 1.1; _global.rotspeed = _global.rotspeed / 1.35; if (_global.upwards == 1) { _global.throwpower = _global.throwpower / 1.3; } } if (_root.kitty._x > 640) { _root.kitty._x = 639; _global.throwangle = (_global.throwangle * -1) / 1.1; _global.rotspeed = _global.rotspeed / 1.35; if (_global.upwards == 1) { _global.throwpower = _global.throwpower / 1.3; } } if (_root.kitty._rotation > 1) { if (_root.kitty._rotation < 90) { if (rcount == 1) { rcount = 0; _global.rotationcount = _global.rotationcount + 1; } } } if (_root.kitty._rotation > 91) { if (_root.kitty._rotation < 180) { if (rcount == 0) { rcount = 1; } } } if (_global.rotspeed < 30) { _root.kitty.gotoAndStop(76); } if (_global.rotspeed > 30) { if (_global.rotspeed < 50) { _root.kitty.gotoAndStop(77); } } if (_global.rotspeed > 50) { _root.kitty.gotoAndStop(78); } _global.scoregain = _global.scoregain + 25; if (_global.rotationcount >= 5) { _global.scoregain = _global.scoregain + 25; } if (_global.rotationcount >= 10) { _global.scoregain = _global.scoregain + 25; } if (_global.rotationcount >= 20) { _global.scoregain = _global.scoregain + 25; } if (_global.rotationcount >= 35) { _global.scoregain = _global.scoregain + 50; } if (_global.timesmarker == 1) { if (_global.rotationcount >= 5) { _root.multiscore.gotoAndPlay(2); _global.timesmarker = 2; } } if (_global.timesmarker == 2) { if (_global.rotationcount >= 10) { _root.multiscore.gotoAndPlay(9); _global.timesmarker = 3; } } if (_global.timesmarker == 3) { if (_global.rotationcount >= 20) { _root.multiscore.gotoAndPlay(16); _global.timesmarker = 4; } } if (_global.timesmarker == 4) { if (_global.rotationcount >= 35) { _root.multiscore.gotoAndPlay(23); _global.timesmarker = 5; } } _root.scoreboard.text = _global.scoregain; _root.rotations.text = _global.rotationcount;
Frame 4395
_root.kitty._y = _root.kitty._y + 85; _root.kitty._x = _root.kitty._x - _global.throwangle; _root.kitty._rotation = _root.kitty._rotation + _global.rotspeed; if (_root.kitty._y > 430) { _root.kitty._rotation = 0; _root.kitty._y = 430; if (_global.smacklevel == 1) { _root.kitty.gotoAndPlay(79); _global.music = new Sound(cat); _global.music.attachSound("crash"); _global.music.start(0, 1); } if (_global.smacklevel == 2) { _root.kitty.gotoAndPlay(87); } gotoAndPlay (4468); } else { gotoAndPlay (4394); }
Frame 4470
if (_global.volumn < 1) { _global.music.stop("music"); _global.music.stop("musicgoodthrow"); _global.music.setVolume(100); gotoAndPlay (4498); } else { _global.volumn = _global.volumn - 1; _global.music.setVolume(_global.volumn); gotoAndPlay (4469); }
Frame 4498
stop();
Frame 4520
if (_global.rotationcount == 0) { gotoAndPlay (4523); } else { Catsound3 = new Sound(this); Catsound3.attachSound("ding"); Catsound3.start(0); _global.scoregain = _global.scoregain + 250; _global.rotationcount = _global.rotationcount - 1; _root.finalscore.scoreboard.text = _global.scoregain; _root.finalscore.rotations.text = _global.rotationcount; _root.finalscore.roundcounter.text = _global.roundcount; gotoAndPlay (4518); }
Frame 4564
if (_global.roundcount == 3) { gotoAndPlay (8707); } else { _global.roundcount = _global.roundcount + 1; _root.kitty.gotoAndPlay(1); gotoAndPlay (4384); }
Frame 8707
_root.scoreboard.text = _global.scoregain; _global.music = new Sound(cat); _global.music.attachSound("endingsound"); _global.music.start(0, 1);
Frame 8860
stop();
Symbol 13 Button
on (release) { gotoAndPlay (63); }
Symbol 16 Button
on (release) { gotoAndPlay (4384); }
Symbol 21 Button
on (release) { getURL ("http://mylehyena.deviantart.com/"); }
Symbol 64 MovieClip Frame 72
this.gotoAndPlay(1);
Symbol 64 MovieClip Frame 86
stop();
Symbol 64 MovieClip Frame 91
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 8
stop();
Symbol 87 MovieClip Frame 15
stop();
Symbol 87 MovieClip Frame 22
stop();
Symbol 87 MovieClip Frame 29
stop();
Symbol 90 Button
on (release) { gotoAndPlay (3); }
Symbol 94 MovieClip Frame 1
_root.finalscore.scoreboard.text = _global.scoregain; _root.finalscore.rotations.text = _global.rotationcount; _root.finalscore.roundcounter.text = _global.roundcount;
Symbol 105 Button
on (release) { _global.roundcount = _global.roundcount + 1; _root.kitty.gotoAndPlay(1); gotoAndPlay (4384); }
Symbol 108 Button
on (release) { _global.scoregain = 0; _global.rotationcount = 0; _global.roundcount = 1; _global.roundcount = _global.roundcount + 1; _root.kitty.gotoAndPlay(1); gotoAndPlay (3); }
Symbol 109 Button
on (release) { _global.scoregain = 0; _global.rotationcount = 0; _global.roundcount = 1; _global.roundcount = _global.roundcount + 1; _root.kitty.gotoAndPlay(1); gotoAndPlay (63); }

Library Items

Symbol 1 Sound [music]
Symbol 2 Sound [ding]
Symbol 3 Sound [crash]
Symbol 4 Sound [endingsound]
Symbol 5 Sound [catthrow]
Symbol 6 Sound [catgrab]
Symbol 7 FontUsed by:8 66 67 68 69 70 71 72 73 91 92 93 97 98 101 102 106 107 111
Symbol 8 EditableTextUses:7Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:13
Symbol 11 FontUsed by:12 15 89 104
Symbol 12 TextUses:11Used by:13
Symbol 13 ButtonUses:10 12Used by:Timeline
Symbol 14 GraphicUsed by:16
Symbol 15 TextUses:11Used by:16
Symbol 16 ButtonUses:14 15Used by:Timeline
Symbol 17 GraphicUsed by:Timeline
Symbol 18 GraphicUsed by:21
Symbol 19 FontUsed by:20 22
Symbol 20 TextUses:19Used by:21
Symbol 21 ButtonUses:18 20Used by:Timeline
Symbol 22 TextUses:19Used by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 SoundUsed by:Timeline
Symbol 25 MovieClipUsed by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 GraphicUsed by:64
Symbol 29 GraphicUsed by:64
Symbol 30 GraphicUsed by:64
Symbol 31 GraphicUsed by:64
Symbol 32 GraphicUsed by:64
Symbol 33 GraphicUsed by:64
Symbol 34 GraphicUsed by:64
Symbol 35 GraphicUsed by:64
Symbol 36 GraphicUsed by:64
Symbol 37 GraphicUsed by:64
Symbol 38 GraphicUsed by:64
Symbol 39 GraphicUsed by:64
Symbol 40 GraphicUsed by:64
Symbol 41 GraphicUsed by:64
Symbol 42 GraphicUsed by:64
Symbol 43 GraphicUsed by:64
Symbol 44 GraphicUsed by:64
Symbol 45 GraphicUsed by:64
Symbol 46 GraphicUsed by:64
Symbol 47 GraphicUsed by:64
Symbol 48 GraphicUsed by:64
Symbol 49 GraphicUsed by:64
Symbol 50 GraphicUsed by:64
Symbol 51 GraphicUsed by:64
Symbol 52 GraphicUsed by:64
Symbol 53 GraphicUsed by:64
Symbol 54 GraphicUsed by:64
Symbol 55 GraphicUsed by:64
Symbol 56 GraphicUsed by:64
Symbol 57 GraphicUsed by:64
Symbol 58 GraphicUsed by:64
Symbol 59 GraphicUsed by:64
Symbol 60 GraphicUsed by:64
Symbol 61 GraphicUsed by:64
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63Used by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 EditableTextUses:7Used by:Timeline
Symbol 67 EditableTextUses:7Used by:Timeline
Symbol 68 TextUses:7Used by:94  Timeline
Symbol 69 TextUses:7Used by:94  Timeline
Symbol 70 EditableTextUses:7Used by:Timeline
Symbol 71 EditableTextUses:7Used by:Timeline
Symbol 72 TextUses:7Used by:94  Timeline
Symbol 73 EditableTextUses:7Used by:Timeline
Symbol 74 GraphicUsed by:77
Symbol 75 FontUsed by:76 79 82 85
Symbol 76 EditableTextUses:75Used by:77
Symbol 77 MovieClipUses:74 76Used by:87
Symbol 78 GraphicUsed by:80
Symbol 79 EditableTextUses:75Used by:80
Symbol 80 MovieClipUses:78 79Used by:87
Symbol 81 GraphicUsed by:83
Symbol 82 EditableTextUses:75Used by:83
Symbol 83 MovieClipUses:81 82Used by:87
Symbol 84 GraphicUsed by:86
Symbol 85 EditableTextUses:75Used by:86
Symbol 86 MovieClipUses:84 85Used by:87
Symbol 87 MovieClipUses:77 80 83 86Used by:Timeline
Symbol 88 GraphicUsed by:90 108
Symbol 89 TextUses:11Used by:90 108
Symbol 90 ButtonUses:88 89Used by:Timeline
Symbol 91 EditableTextUses:7Used by:94
Symbol 92 EditableTextUses:7Used by:94
Symbol 93 EditableTextUses:7Used by:94
Symbol 94 MovieClipUses:68 69 91 92 72 93Used by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 Font
Symbol 97 EditableTextUses:7Used by:Timeline
Symbol 98 EditableTextUses:7Used by:Timeline
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:Timeline
Symbol 101 EditableTextUses:7Used by:Timeline
Symbol 102 EditableTextUses:7Used by:Timeline
Symbol 103 GraphicUsed by:105 109
Symbol 104 TextUses:11Used by:105 109
Symbol 105 ButtonUses:103 104Used by:Timeline
Symbol 106 TextUses:7Used by:Timeline
Symbol 107 EditableTextUses:7Used by:Timeline
Symbol 108 ButtonUses:88 89Used by:Timeline
Symbol 109 ButtonUses:103 104Used by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 EditableTextUses:7Used by:Timeline

Instance Names

"percent1"Frame 1Symbol 8 EditableText
"backdrop"Frame 63Symbol 25 MovieClip
"backdrop1"Frame 63Symbol 27 MovieClip
"kitty"Frame 63Symbol 64 MovieClip
"debug1"Frame 63Symbol 66 EditableText
"debug2"Frame 63Symbol 67 EditableText
"scoreboard"Frame 63Symbol 70 EditableText
"rotations"Frame 63Symbol 71 EditableText
"roundcounter"Frame 63Symbol 73 EditableText
"multiscore"Frame 63Symbol 87 MovieClip
"finalscore"Frame 178Symbol 94 MovieClip
"backdrop"Frame 4384Symbol 25 MovieClip
"backdrop1"Frame 4384Symbol 27 MovieClip
"kitty"Frame 4384Symbol 64 MovieClip
"finalscore"Frame 4499Symbol 94 MovieClip
"scoreboard"Frame 8707Symbol 107 EditableText
"scoreboard"Frame 8861Symbol 111 EditableText
"scoreboard"Symbol 94 MovieClip Frame 1Symbol 91 EditableText
"rotations"Symbol 94 MovieClip Frame 1Symbol 92 EditableText
"roundcounter"Symbol 94 MovieClip Frame 1Symbol 93 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "music"
ExportAssets (56)Timeline Frame 1Symbol 2 as "ding"
ExportAssets (56)Timeline Frame 1Symbol 3 as "crash"
ExportAssets (56)Timeline Frame 1Symbol 4 as "endingsound"
ExportAssets (56)Timeline Frame 1Symbol 5 as "catthrow"
ExportAssets (56)Timeline Frame 1Symbol 6 as "catgrab"

Labels

"loadup"Frame 63
"catswing"Frame 66
"catfling"Frame 70
"loadup1"Frame 4384
"catswing1"Frame 4387
"catfling1"Frame 4391




http://swfchan.com/1/259/info.shtml
Created: 12/8 -2019 09:24:35 Last modified: 12/8 -2019 09:24:35 Server time: 26/04 -2024 01:20:52