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

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

Virtual Cottager.swf

This is the info page for
Flash #63498

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


Text
Play

instructions

+

-

<p align="center"></p>

Vol

Health:

MEN

<p align="left"></p>

Level 1

Let's Cottage

<p align="center"><font face="Rosewood Std Regular" size="96" color="#006600" letterSpacing="0.000000" kerning="1"><b>GAME OVER</b></font></p>

<p align="center"><font face="Rosewood Std Regular" size="96" color="#006600" letterSpacing="0.000000" kerning="1"><b>GAME OVER</b></font></p>

<p align="center"><font face="Rosewood Std Regular" size="96" color="#006600" letterSpacing="0.000000" kerning="1"><b>GAME OVER</b></font></p>

<p align="center"><font face="Rosewood Std Regular" size="96" color="#006600" letterSpacing="0.000000" kerning="1"><b>GAME OVER</b></font></p>

Replay?

Replay

Choose your cubicle

Continue

continue

Score rack up

Health bonus

Stall Bonus

Total

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

Continue

<p align="left"></p>

Level 2

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

Previous score

<p align="left"></p>

Replay?

How to play

Make your way through traffic towards the public
toilets. Avoid the fuzz. When you enter the public
toilets pick a cubicle. Then cottage away.

Main Menu

Next

up

left

right

down

Use the arrow keys to move

Icons (traffic)

Cars

Avoid cars or else you lose
health. With each level
running into cars will make
you lose more health.

Police

Police are on the look out for
cottagers. If you walk into one
it is an automatic game over.

Back

Icons (stalls)

When you pick your cubicle you
will open the door to 5 different
types of people. Some you can
gobble and others will arrest you.

500 points + 50
extra HP

200 points

100 points

0 points

Game over

<p align="left"></p>

Level 3

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

Level 4

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

Level 5

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

Enter Name:

<p align="left"></p>

Grand Total

Strangers gobbled

Total

<p align="right"></p>

has gobbled

<p align="right"></p>

strangers. I hope
you're happy with
yourself.

<p align="left"></p>

Credits

Created by:
BlueFlameSkulls

Voice acting by:
TheD-LucksEdition

Replay

You've earned the
rank of:

<p align="right"></p>

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false;
Frame 2
var sound = new Sound(); sound.attachSound("menu"); var sound1 = new Sound(); sound.attachSound("ingame"); var sound2 = new Sound(); sound.attachSound("score"); vol = 100; onEnterFrame = function () { sound.setVolume(vol); }; vol = 100; onEnterFrame = function () { sound1.setVolume(vol); }; vol = 100; onEnterFrame = function () { sound2.setVolume(vol); }; stop(); Mouse.show(); var lives = 100; var strangers = 0; shinyButton.onRollOver = function () { this.glitter.play(); }; shinyButton2.onRollOver = function () { this.glitter.play(); };
Instance of Symbol 58 MovieClip in Frame 2
onClipEvent (load) { this._y = 254; this._x = 85; } onClipEvent (enterFrame) { this._x = this._x - 50; if (this._x <= 100) { this._x = 400; } }
Instance of Symbol 69 MovieClip "shinyButton" in Frame 2
on (press) { stopAllSounds(); _root.gotoAndStop("level 1"); }
Instance of Symbol 71 MovieClip "shinyButton2" in Frame 2
on (press) { stopAllSounds(); _root.gotoAndStop("instructions1"); }
Frame 3
stop(); var sscore = 0; man.onEnterFrame = function () { radius = 8; if (Key.isDown(38)) { this._y = this._y - 5; this._rotation = 180; } if (Key.isDown(40)) { this._y = this._y + 5; this._rotation = 0; } if (Key.isDown(37)) { this._x = this._x - 5; this._rotation = 90; } if (Key.isDown(39)) { this._x = this._x + 5; this._rotation = -90; } while (wall.hitTest(this._x, this._y + radius, true)) { this._y--; } while (wall.hitTest(this._x, this._y - radius, true)) { this._y++; } while (wall.hitTest(this._x - radius, this._y, true)) { this._x++; } while (wall.hitTest(this._x + radius, this._y, true)) { this._x--; } };
Instance of Symbol 89 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.gotoAndStop(5); } }
Instance of Symbol 92 MovieClip "man" in Frame 3
onClipEvent (enterFrame) { if (this._y > 600) { this._y = 600; } if (this._y < 0) { this._y = 0; } if (this._x > 600) { this._x = 600; } if (this._x < 0) { this._x = 0; } }
Instance of Symbol 94 MovieClip in Frame 3
onClipEvent (load) { this._y = 170; this._x = 350; } onClipEvent (enterFrame) { this._x = this._x - 15; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lives--; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 96 MovieClip in Frame 3
onClipEvent (load) { this._y = 170; this._x = 150; } onClipEvent (enterFrame) { this._x = this._x - 15; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lives--; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 98 MovieClip in Frame 3
onClipEvent (load) { this._y = 250; this._x = 50; } onClipEvent (enterFrame) { this._x = this._x + 15; if (this._x >= 850) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lives--; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 100 MovieClip in Frame 3
onClipEvent (load) { this._y = 300; this._x = 150; } onClipEvent (enterFrame) { this._x = this._x + 35; if (this._x >= 850) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lives--; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (load) { this._y = 250; this._x = 300; } onClipEvent (enterFrame) { this._x = this._x + 15; if (this._x >= 850) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.lives--; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 109 MovieClip in Frame 3
onClipEvent (load) { this._y = 149; this._x = 638; } onClipEvent (enterFrame) { this._x = this._x - 40; }
Frame 4
stop(); shinycontinue.onRollOver = function () { this.glitter.play(); };
Instance of Symbol 123 MovieClip "shinycontinue" in Frame 4
on (press) { gotoAndStop ("mainmenu"); lives = 100; }
Frame 5
var cubso = new Sound(); sound.attachSound("cubicle"); tvSound.setVolume(150); stop();
Instance of Symbol 129 MovieClip in Frame 5
onClipEvent (load) { this._y = 77; this._x = 638; } onClipEvent (enterFrame) { this._x = this._x - 40; }
Frame 6
stop(); sscore = sscore + 200; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 6
on (press) { stopAllSounds(); _root.gotoAndStop("score1"); }
Frame 7
stop(); sscore = sscore + 500; lives = lives + 50; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 8
stop(); sscore = sscore + 100; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 9
stop(); score = score + 0; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 10
stop(); var hbonus1 = lives; var total1 = (sscore + hbonus1); shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 10
on (press) { stopAllSounds(); _root.gotoAndStop("Level 2"); }
Frame 11
stop(); var sscore = 0; man2.onEnterFrame = function () { radius = 8; if (Key.isDown(38)) { this._y = this._y - 5; this._rotation = 180; } if (Key.isDown(40)) { this._y = this._y + 5; this._rotation = 0; } if (Key.isDown(37)) { this._x = this._x - 5; this._rotation = 90; } if (Key.isDown(39)) { this._x = this._x + 5; this._rotation = -90; } while (wall.hitTest(this._x, this._y + radius, true)) { this._y--; } while (wall.hitTest(this._x, this._y - radius, true)) { this._y++; } while (wall.hitTest(this._x - radius, this._y, true)) { this._x++; } while (wall.hitTest(this._x + radius, this._y, true)) { this._x--; } };
Instance of Symbol 89 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.gotoAndStop(12); } }
Instance of Symbol 162 MovieClip "police" in Frame 11
onClipEvent (enterFrame) { if (_root.man2._x > _x) { _x = (_x + 1); this._rotation = -180; } } onClipEvent (enterFrame) { if (_root.man2._x < _x) { _x = (_x - 1); this._rotation = 90; } } onClipEvent (enterFrame) { if (_root.man2._y > _y) { _y = (_y + 1); this._rotation = 0; } } onClipEvent (enterFrame) { if (_root.man2._y < _y) { _y = (_y - 1); this._rotation = 180; } } onClipEvent (enterFrame) { if (hitTest(_root.wall_bottom) == true) { _y = (_root.wall_bottom._y - _root.police._height); } if (hitTest(_root.wall_top) == true) { _y = (_root.wall_top._y + _root.police._height); } if (hitTest(_root.wall_left) == true) { _x = (_root.wall_left._x + _root.police.width); } if (hitTest(_root.wall_right) == true) { _x = (_root.wall_right._x - _root.police._width); } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { stopAllSounds(); _root.gotoAndStop("over"); } }
Instance of Symbol 92 MovieClip "man2" in Frame 11
onClipEvent (enterFrame) { if (this._y > 600) { this._y = 600; } if (this._y < 0) { this._y = 0; } if (this._x > 600) { this._x = 600; } if (this._x < 0) { this._x = 0; } }
Instance of Symbol 102 MovieClip in Frame 11
onClipEvent (load) { this._y = 130; this._x = 350; } onClipEvent (enterFrame) { this._x = this._x - 15; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.lives = _root.lives - 2; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 100 MovieClip in Frame 11
onClipEvent (load) { this._y = 180; this._x = 50; } onClipEvent (enterFrame) { this._x = this._x - 25; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.lives = _root.lives - 2; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 98 MovieClip in Frame 11
onClipEvent (load) { this._y = 1860; this._x = 350; } onClipEvent (enterFrame) { this._x = this._x - 25; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.lives = _root.lives - 2; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 96 MovieClip in Frame 11
onClipEvent (load) { this._y = 320; this._x = 75; } onClipEvent (enterFrame) { this._x = this._x - 25; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.lives = _root.lives - 2; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 164 MovieClip in Frame 11
onClipEvent (load) { this._y = 280; this._x = 400; } onClipEvent (enterFrame) { this._x = this._x - 15; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.lives = _root.lives - 2; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 166 MovieClip in Frame 11
onClipEvent (load) { this._y = 320; this._x = 350; } onClipEvent (enterFrame) { this._x = this._x - 25; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.lives = _root.lives - 2; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 94 MovieClip in Frame 11
onClipEvent (load) { this._y = 280; this._x = 50; } onClipEvent (enterFrame) { this._x = this._x - 15; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man2)) { _root.lives = _root.lives - 2; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 109 MovieClip in Frame 11
onClipEvent (load) { this._y = 149; this._x = 638; } onClipEvent (enterFrame) { this._x = this._x - 40; }
Frame 12
stop();
Instance of Symbol 129 MovieClip in Frame 12
onClipEvent (load) { this._y = 77; this._x = 638; } onClipEvent (enterFrame) { this._x = this._x - 40; }
Frame 13
stop(); sscore = sscore + 500; lives = lives + 50; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 13
on (press) { stopAllSounds(); _root.gotoAndStop("score2"); }
Frame 14
stop(); sscore = sscore + 200; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 15
stop(); sscore = sscore + 100; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 16
stop(); sscore = sscore + 0; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 17
stop(); shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 17
on (press) { stopAllSounds(); _root.gotoAndStop("overa"); }
Frame 18
stop(); var hbonus1 = lives; var total2 = ((sscore + hbonus1) + total1); shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 18
on (press) { stopAllSounds(); _root.gotoAndStop("level 3"); }
Frame 19
stop(); shinyreplay.onRollOver = function () { this.glitterreplay.play(); };
Instance of Symbol 123 MovieClip "shinyreplay" in Frame 19
on (press) { gotoAndStop ("mainmenu"); lives = 100; }
Frame 20
stop();
Instance of Symbol 210 MovieClip in Frame 20
/* no clip actions */
Frame 21
stop();
Frame 22
stop();
Frame 23
stop(); var sscore = 0; man3.onEnterFrame = function () { radius = 8; if (Key.isDown(38)) { this._y = this._y - 5; this._rotation = 180; } if (Key.isDown(40)) { this._y = this._y + 5; this._rotation = 0; } if (Key.isDown(37)) { this._x = this._x - 5; this._rotation = 90; } if (Key.isDown(39)) { this._x = this._x + 5; this._rotation = -90; } while (wall.hitTest(this._x, this._y + radius, true)) { this._y--; } while (wall.hitTest(this._x, this._y - radius, true)) { this._y++; } while (wall.hitTest(this._x - radius, this._y, true)) { this._x++; } while (wall.hitTest(this._x + radius, this._y, true)) { this._x--; } };
Instance of Symbol 102 MovieClip "car3" in Frame 23
onClipEvent (load) { this._y = 75; this._x = 472; } onClipEvent (enterFrame) { this._x = this._x - 15; if (this._x <= -200) { this._x = 650; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man3)) { _root.lives = _root.lives - 3; if (_root.lives < 0) { _root.gotoAndStop("over"); } } }
Instance of Symbol 100 MovieClip "car4" in Frame 23
onClipEvent (load) { this._y = 132; this._x = 160; } onClipEvent (enterFrame) { this._x = this._x + 25; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man3)) { _root.lives = _root.lives - 3; if (_root.lives < 0) { _root.gotoAndStop("over"); } } }
Instance of Symbol 98 MovieClip "car6" in Frame 23
onClipEvent (load) { this._y = 248; this._x = 199; } onClipEvent (enterFrame) { this._x = this._x + 25; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man3)) { _root.lives = _root.lives - 3; if (_root.lives < 0) { _root.gotoAndStop("over"); } } }
Instance of Symbol 96 MovieClip "car8" in Frame 23
onClipEvent (load) { this._y = 322; this._x = 433; } onClipEvent (enterFrame) { this._x = this._x - 20; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man3)) { _root.lives = _root.lives - 3; if (_root.lives < 0) { _root.gotoAndStop("over"); } } }
Instance of Symbol 94 MovieClip "car9" in Frame 23
onClipEvent (load) { this._y = 434; this._x = 91; } onClipEvent (enterFrame) { this._x = this._x + 15; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man3)) { _root.lives = _root.lives - 3; if (_root.lives < 0) { _root.gotoAndStop("over"); } } }
Instance of Symbol 98 MovieClip "car7" in Frame 23
onClipEvent (load) { this._y = 360; this._x = 197; } onClipEvent (enterFrame) { this._x = this._x + 25; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man3)) { _root.lives = _root.lives - 3; if (_root.lives < 0) { _root.gotoAndStop("over"); } } }
Instance of Symbol 100 MovieClip "car5" in Frame 23
onClipEvent (load) { this._y = 219; this._x = 435; } onClipEvent (enterFrame) { this._x = this._x - 25; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man3)) { _root.lives = _root.lives - 3; if (_root.lives < 0) { _root.gotoAndStop("over"); } } }
Instance of Symbol 162 MovieClip "police" in Frame 23
onClipEvent (enterFrame) { if (_root.man3._x > _x) { _x = (_x + 1); this._rotation = -180; } } onClipEvent (enterFrame) { if (_root.man3._x < _x) { _x = (_x - 1); this._rotation = 90; } } onClipEvent (enterFrame) { if (_root.man3._y > _y) { _y = (_y + 1); this._rotation = 0; } } onClipEvent (enterFrame) { if (_root.man3._y < _y) { _y = (_y - 1); this._rotation = 180; } } onClipEvent (enterFrame) { if (hitTest(_root.wall_bottom) == true) { _y = (_root.wall_bottom._y - _root.police._height); } if (hitTest(_root.wall_top) == true) { _y = (_root.wall_top._y + _root.police._height); } if (hitTest(_root.wall_left) == true) { _x = (_root.wall_left._x + _root.police.width); } if (hitTest(_root.wall_right) == true) { _x = (_root.wall_right._x - _root.police._width); } } onClipEvent (enterFrame) { if (this.hitTest(_root.man3)) { _root.gotoAndStop("over"); } }
Instance of Symbol 89 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.man3)) { _root.gotoAndStop("cub3"); } }
Instance of Symbol 92 MovieClip "man3" in Frame 23
onClipEvent (enterFrame) { if (hitTest(_root.edge_lefttop) == true) { _y = (_root.edge_lefttop._y - _root.man3._width); } if (hitTest(_root.edge_righttop) == true) { _y = (_root.edge_righttop._y - _root.man3._width); } if (hitTest(_root.edge_leftbot) == true) { _y = (_root.edge_leftbot._y + _root.man3._width); } if (hitTest(_root.edge_rightbot) == true) { _y = (_root.edge_rightbot._y + _root.man3._width); } } onClipEvent (enterFrame) { if (this._y > 600) { this._y = 600; } if (this._y < 0) { this._y = 0; } if (this._x > 600) { this._x = 600; } if (this._x < 0) { this._x = 0; } }
Instance of Symbol 109 MovieClip in Frame 23
onClipEvent (load) { this._y = 149; this._x = 638; } onClipEvent (enterFrame) { this._x = this._x - 40; }
Frame 24
stop();
Instance of Symbol 129 MovieClip in Frame 24
onClipEvent (load) { this._y = 77; this._x = 638; } onClipEvent (enterFrame) { this._x = this._x - 40; }
Frame 25
stop(); sscore = sscore + 500; lives = lives + 50; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 25
on (press) { stopAllSounds(); _root.gotoAndStop("score3"); }
Frame 26
stop(); sscore = sscore + 200; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 27
stop(); sscore = sscore + 100; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 28
stop(); sscore = sscore + 0; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 29
stop(); shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 29
on (press) { stopAllSounds(); _root.gotoAndStop("overa"); }
Frame 30
stop(); var hbonus1 = lives; var total3 = ((sscore + hbonus1) + total2); shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 30
on (press) { stopAllSounds(); _root.gotoAndStop("level 4"); }
Frame 31
stop(); var sscore = 0; man4.onEnterFrame = function () { radius = 8; if (Key.isDown(38)) { this._y = this._y - 5; this._rotation = 180; } if (Key.isDown(40)) { this._y = this._y + 5; this._rotation = 0; } if (Key.isDown(37)) { this._x = this._x - 5; this._rotation = 90; } if (Key.isDown(39)) { this._x = this._x + 5; this._rotation = -90; } while (wall.hitTest(this._x, this._y + radius, true)) { this._y--; } while (wall.hitTest(this._x, this._y - radius, true)) { this._y++; } while (wall.hitTest(this._x - radius, this._y, true)) { this._x++; } while (wall.hitTest(this._x + radius, this._y, true)) { this._x--; } };
Instance of Symbol 162 MovieClip "police2" in Frame 31
onClipEvent (enterFrame) { if (_root.man4._x > _x) { _x = (_x + 2); this._rotation = -180; } } onClipEvent (enterFrame) { if (_root.man4._x < _x) { _x = (_x - 2); this._rotation = 90; } } onClipEvent (enterFrame) { if (_root.man4._y > _y) { _y = (_y + 2); this._rotation = 0; } } onClipEvent (enterFrame) { if (_root.man4._y < _y) { _y = (_y - 2); this._rotation = 180; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man4)) { stopAllSounds(); _root.gotoAndStop("over"); } }
Instance of Symbol 89 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.man4)) { _root.gotoAndStop("cub4"); } }
Instance of Symbol 92 MovieClip "man4" in Frame 31
onClipEvent (enterFrame) { if (this._y > 600) { this._y = 600; } if (this._y < 0) { this._y = 0; } if (this._x > 600) { this._x = 600; } if (this._x < 0) { this._x = 0; } }
Instance of Symbol 162 MovieClip "police3" in Frame 31
onClipEvent (enterFrame) { if (_root.man4._x > _x) { _x = (_x + 2); this._rotation = -180; } } onClipEvent (enterFrame) { if (_root.man4._x < _x) { _x = (_x - 2); this._rotation = 90; } } onClipEvent (enterFrame) { if (_root.man4._y > _y) { _y = (_y + 2); this._rotation = 0; } } onClipEvent (enterFrame) { if (_root.man4._y < _y) { _y = (_y - 2); this._rotation = 180; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man4)) { stopAllSounds(); _root.gotoAndStop("over"); } }
Instance of Symbol 162 MovieClip "police1" in Frame 31
onClipEvent (enterFrame) { if (_root.man4._x > _x) { _x = (_x + 2); this._rotation = -180; } } onClipEvent (enterFrame) { if (_root.man4._x < _x) { _x = (_x - 2); this._rotation = 90; } } onClipEvent (enterFrame) { if (_root.man4._y > _y) { _y = (_y + 2); this._rotation = 0; } } onClipEvent (enterFrame) { if (_root.man4._y < _y) { _y = (_y - 2); this._rotation = 180; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man4)) { stopAllSounds(); _root.gotoAndStop("over"); } }
Instance of Symbol 162 MovieClip "police6" in Frame 31
onClipEvent (enterFrame) { if (_root.man4._x > _x) { _x = (_x + 2); this._rotation = -180; } } onClipEvent (enterFrame) { if (_root.man4._x < _x) { _x = (_x - 2); this._rotation = 90; } } onClipEvent (enterFrame) { if (_root.man4._y > _y) { _y = (_y + 2); this._rotation = 0; } } onClipEvent (enterFrame) { if (_root.man4._y < _y) { _y = (_y - 2); this._rotation = 180; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man4)) { stopAllSounds(); _root.gotoAndStop("over"); } }
Instance of Symbol 162 MovieClip "police4" in Frame 31
onClipEvent (enterFrame) { if (_root.man4._x > _x) { _x = (_x + 2); this._rotation = -180; } } onClipEvent (enterFrame) { if (_root.man4._x < _x) { _x = (_x - 2); this._rotation = 90; } } onClipEvent (enterFrame) { if (_root.man4._y > _y) { _y = (_y + 2); this._rotation = 0; } } onClipEvent (enterFrame) { if (_root.man4._y < _y) { _y = (_y - 2); this._rotation = 180; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man4)) { stopAllSounds(); _root.gotoAndStop("over"); } }
Instance of Symbol 162 MovieClip "police7" in Frame 31
onClipEvent (enterFrame) { if (_root.man4._x > _x) { _x = (_x + 2); this._rotation = -180; } } onClipEvent (enterFrame) { if (_root.man4._x < _x) { _x = (_x - 2); this._rotation = 90; } } onClipEvent (enterFrame) { if (_root.man4._y > _y) { _y = (_y + 2); this._rotation = 0; } } onClipEvent (enterFrame) { if (_root.man4._y < _y) { _y = (_y - 2); this._rotation = 180; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man4)) { stopAllSounds(); _root.gotoAndStop("over"); } }
Instance of Symbol 162 MovieClip "police5" in Frame 31
onClipEvent (enterFrame) { if (_root.man4._x > _x) { _x = (_x + 2); this._rotation = -180; } } onClipEvent (enterFrame) { if (_root.man4._x < _x) { _x = (_x - 2); this._rotation = 90; } } onClipEvent (enterFrame) { if (_root.man4._y > _y) { _y = (_y + 2); this._rotation = 0; } } onClipEvent (enterFrame) { if (_root.man4._y < _y) { _y = (_y - 2); this._rotation = 180; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man4)) { stopAllSounds(); _root.gotoAndStop("over"); } }
Instance of Symbol 109 MovieClip in Frame 31
onClipEvent (load) { this._y = 149; this._x = 638; } onClipEvent (enterFrame) { this._x = this._x - 40; }
Frame 32
stop();
Instance of Symbol 129 MovieClip in Frame 32
onClipEvent (load) { this._y = 77; this._x = 638; } onClipEvent (enterFrame) { this._x = this._x - 40; }
Frame 33
stop(); sscore = sscore + 500; lives = lives + 50; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 33
on (press) { stopAllSounds(); _root.gotoAndStop("score4"); }
Frame 34
stop(); sscore = sscore + 200; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 35
stop(); sscore = sscore + 100; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 36
stop(); sscore = sscore + 0; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 37
stop(); shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 37
on (press) { stopAllSounds(); _root.gotoAndStop("overa"); }
Frame 38
stop(); var hbonus1 = lives; var total4 = ((sscore + hbonus1) + total3); shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 38
on (press) { stopAllSounds(); _root.gotoAndStop("Level 5"); }
Frame 39
stop(); var sscore = 0; man5.onEnterFrame = function () { radius = 8; if (Key.isDown(38)) { this._y = this._y - 5; this._rotation = 180; } if (Key.isDown(40)) { this._y = this._y + 5; this._rotation = 0; } if (Key.isDown(37)) { this._x = this._x - 5; this._rotation = 90; } if (Key.isDown(39)) { this._x = this._x + 5; this._rotation = -90; } while (wall.hitTest(this._x, this._y + radius, true)) { this._y--; } while (wall.hitTest(this._x, this._y - radius, true)) { this._y++; } while (wall.hitTest(this._x - radius, this._y, true)) { this._x++; } while (wall.hitTest(this._x + radius, this._y, true)) { this._x--; } };
Instance of Symbol 102 MovieClip in Frame 39
onClipEvent (load) { this._y = 68; this._x = 483; } onClipEvent (enterFrame) { this._x = this._x - 15; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 100 MovieClip in Frame 39
onClipEvent (load) { this._y = 126; this._x = 79; } onClipEvent (enterFrame) { this._x = this._x + 25; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 89 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.gotoAndStop("cub5"); } }
Instance of Symbol 92 MovieClip "man5" in Frame 39
onClipEvent (enterFrame) { if (this._y > 600) { this._y = 600; } if (this._y < 0) { this._y = 0; } if (this._x > 600) { this._x = 600; } if (this._x < 0) { this._x = 0; } }
Instance of Symbol 98 MovieClip in Frame 39
onClipEvent (load) { this._y = 209; this._x = 258; } onClipEvent (enterFrame) { this._x = this._x - 35; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 96 MovieClip in Frame 39
onClipEvent (load) { this._y = 272; this._x = 196; } onClipEvent (enterFrame) { this._x = this._x + 15; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 164 MovieClip in Frame 39
onClipEvent (load) { this._y = 336; this._x = 315; } onClipEvent (enterFrame) { this._x = this._x - 15; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 166 MovieClip in Frame 39
onClipEvent (load) { this._y = 403; this._x = 366; } onClipEvent (enterFrame) { this._x = this._x + 35; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 94 MovieClip in Frame 39
onClipEvent (load) { this._y = 477; this._x = 487; } onClipEvent (enterFrame) { this._x = this._x - 15; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 100 MovieClip in Frame 39
onClipEvent (load) { this._y = 474; this._x = 295; } onClipEvent (enterFrame) { this._x = this._x - 15; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 98 MovieClip in Frame 39
onClipEvent (load) { this._y = 403; this._x = 214; } onClipEvent (enterFrame) { this._x = this._x + 35; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 96 MovieClip in Frame 39
onClipEvent (load) { this._y = 126; this._x = 399; } onClipEvent (enterFrame) { this._x = this._x + 25; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 164 MovieClip in Frame 39
onClipEvent (load) { this._y = 68; this._x = 191; } onClipEvent (enterFrame) { this._x = this._x - 15; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 166 MovieClip in Frame 39
onClipEvent (load) { this._y = 209; this._x = 424; } onClipEvent (enterFrame) { this._x = this._x - 35; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 94 MovieClip in Frame 39
onClipEvent (load) { this._y = 272; this._x = 360; } onClipEvent (enterFrame) { this._x = this._x + 15; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 100 MovieClip in Frame 39
onClipEvent (load) { this._y = 272; this._x = 524; } onClipEvent (enterFrame) { this._x = this._x + 15; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 102 MovieClip in Frame 39
onClipEvent (load) { this._y = 338; this._x = 147; } onClipEvent (enterFrame) { this._x = this._x - 15; if (this._x <= -50) { this._x = 850; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 166 MovieClip in Frame 39
onClipEvent (load) { this._y = 126; this._x = 237; } onClipEvent (enterFrame) { this._x = this._x + 25; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 100 MovieClip in Frame 39
onClipEvent (load) { this._y = 126; this._x = 514; } onClipEvent (enterFrame) { this._x = this._x + 25; if (this._x >= 650) { this._x = -50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.man5)) { _root.lives = _root.lives - 5; if (_root.lives < 0) { stopAllSounds(); _root.gotoAndStop("over"); } } }
Instance of Symbol 109 MovieClip in Frame 39
onClipEvent (load) { this._y = 149; this._x = 638; } onClipEvent (enterFrame) { this._x = this._x - 40; }
Frame 40
stop();
Instance of Symbol 129 MovieClip in Frame 40
onClipEvent (load) { this._y = 77; this._x = 638; } onClipEvent (enterFrame) { this._x = this._x - 40; }
Frame 41
stop(); sscore = sscore + 500; lives = lives + 50; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 41
on (press) { stopAllSounds(); _root.gotoAndStop("score5"); }
Frame 42
stop(); sscore = sscore + 200; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 43
stop(); sscore = sscore + 100; strangers = strangers + 1; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 44
stop(); sscore = sscore + 0; shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Frame 45
stop(); shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 45
on (press) { stopAllSounds(); _root.gotoAndStop("overa"); }
Frame 46
stop(); var hbonus1 = lives; var total5 = ((sscore + hbonus1) + total4); shinycontinue.onRollOver = function () { this.glittercontinue.play(); };
Instance of Symbol 142 MovieClip "shinycontinue" in Frame 46
on (press) { stopAllSounds(); _root.gotoAndStop("total"); }
Frame 47
stop(); var name1 = nameentry; var strangers1 = strangers; var totalfull = total5; if (strangers == 0) { var rank = "Law Abiding Citizen"; } if (strangers == 1) { var rank = "First Time Cottager"; } if (strangers == 2) { var rank = "Relaxed Cottager"; } if (strangers == 3) { var rank = "Relaxed Cottager"; } if (strangers == 4) { var rank = "Confident Cottager"; } if (strangers == 5) { var rank = "Confident Cottager"; }
Symbol 43 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 52 Button
on (release) { startMovie(); }
Symbol 54 MovieClip Frame 1
function timerHandler() { if (!loadingComplete) { var _local4 = _root.getBytesLoaded() / _root.getBytesTotal(); bar._xscale = 100 * _local4; if (_local4 == 1) { loadingComplete = true; if (AUTO_PLAY) { startMovie(); } else { gotoAndStop ("loaded"); } return(undefined); } } dt = getTimer() - time; time = time + dt; frameAccum = frameAccum + dt; var _local3 = 0; while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) { advanceFrame(tankLogo, true, true); advanceFrame(loadingText, false, true); advanceFrame(barGfx, false, true); if (loadingComplete) { advanceFrame(this, false, false); } (frameAccum = frameAccum - FRAME_TIME); _local3++; } updateAfterEvent(); } function advanceFrame(clip, recurse, loop) { if (!clip) { return(undefined); } clip.stop(); if (clip._currentframe == clip._totalframes) { if (loop) { clip.gotoAndStop(1); } } else { clip.nextFrame(); } if (recurse) { for (childName in clip) { if (typeof(clip[childName]) == "movieclip") { advanceFrame(clip[childName], recurse, loop); } } } } function startMovie() { clearInterval(intervalId); _root.play(); } _root.stop(); stop(); var FRAME_TIME = 33.3333333333333; var AUTO_PLAY = false; var MAX_FRAME_SKIP = 5; var loadingComplete; var intervalId; var time; var frameAccum; loadingComplete = false; intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2); frameAccum = 0; time = getTimer(); timerHandler();
Symbol 54 MovieClip Frame 2
stop();
Symbol 66 MovieClip Frame 1
stop();
Symbol 76 Button
on (press) { if (_root.vol < 100) { _root.vol = _root.vol + 10; } }
Symbol 78 Button
on (press) { if (_root.vol > 0) { _root.vol = _root.vol - 10; } }
Symbol 118 MovieClip Frame 25
gotoAndPlay (11);
Symbol 121 Button
on (release) { gotoAndStop ("mainmenu"); lives = 100; }
Symbol 126 Button
on (release) { gotoAndStop(6 + Math.round(Math.random() * 3)); }
Symbol 138 MovieClip Frame 14
gotoAndPlay (8);
Symbol 140 Button
on (press) { stopAllSounds(); gotoAndStop ("score1"); }
Symbol 158 Button
on (release) { stopAllSounds(); gotoAndStop ("level 2"); }
Symbol 174 Button
on (release) { gotoAndStop(13 + Math.round(Math.random() * 4)); }
Symbol 175 Button
on (press) { stopAllSounds(); gotoAndStop ("score2"); }
Symbol 180 Button
on (press) { stopAllSounds(); gotoAndStop ("overa"); }
Symbol 185 Button
on (release) { stopAllSounds(); gotoAndStop ("level 3"); }
Symbol 195 MovieClip Frame 9
gotoAndPlay (1);
Symbol 198 Button
on (release) { gotoAndStop ("mainmenu"); lives = 100; }
Symbol 206 Button
on (release) { gotoAndStop ("mainmenu"); }
Symbol 208 Button
on (release) { gotoAndStop ("instructions2"); }
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 2
stop();
Symbol 218 Button
on (release) { gotoAndStop ("instructions3"); }
Symbol 224 Button
on (release) { gotoAndStop ("instructions1"); }
Symbol 232 Button
on (release) { gotoAndStop ("instructions2"); }
Symbol 236 Button
on (release) { gotoAndStop(25 + Math.round(Math.random() * 4)); }
Symbol 237 Button
on (release) { stopAllSounds(); gotoAndStop ("score3"); }
Symbol 238 Button
on (release) { stopAllSounds(); gotoAndStop ("overa"); }
Symbol 242 Button
on (release) { stopAllSounds(); gotoAndStop ("level 4"); }
Symbol 247 Button
on (release) { gotoAndStop(33 + Math.round(Math.random() * 4)); }
Symbol 248 Button
on (release) { stopAllSounds(); gotoAndStop ("score4"); }
Symbol 252 Button
on (release) { stopAllSounds(); gotoAndStop ("level 5"); }
Symbol 257 Button
on (release) { gotoAndStop(41 + Math.round(Math.random() * 4)); }
Symbol 258 Button
on (release) { stopAllSounds(); gotoAndStop ("score5"); }
Symbol 263 Button
on (release) { stopAllSounds(); gotoAndStop ("total"); }
Symbol 280 Button
on (press) { gotoAndStop (2); }

Library Items

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

Instance Names

"shinyButton"Frame 2Symbol 69 MovieClip
"shinyButton2"Frame 2Symbol 71 MovieClip
"man"Frame 3Symbol 92 MovieClip
"shinycontinue"Frame 4Symbol 123 MovieClip
"shinycontinue"Frame 6Symbol 142 MovieClip
"shinycontinue"Frame 10Symbol 142 MovieClip
"police"Frame 11Symbol 162 MovieClip
"man2"Frame 11Symbol 92 MovieClip
"wall_right"Frame 11Symbol 170 MovieClip
"wall_left"Frame 11Symbol 171 MovieClip
"wall_top"Frame 11Symbol 172 MovieClip
"wall_bottom"Frame 11Symbol 173 MovieClip
"shinycontinue"Frame 13Symbol 142 MovieClip
"shinycontinue"Frame 17Symbol 142 MovieClip
"shinycontinue"Frame 18Symbol 142 MovieClip
"shinyreplay"Frame 19Symbol 123 MovieClip
"car3"Frame 23Symbol 102 MovieClip
"car4"Frame 23Symbol 100 MovieClip
"car6"Frame 23Symbol 98 MovieClip
"car8"Frame 23Symbol 96 MovieClip
"car9"Frame 23Symbol 94 MovieClip
"car7"Frame 23Symbol 98 MovieClip
"car5"Frame 23Symbol 100 MovieClip
"police"Frame 23Symbol 162 MovieClip
"wall_bottom"Frame 23Symbol 173 MovieClip
"wall_left"Frame 23Symbol 171 MovieClip
"wall_right"Frame 23Symbol 170 MovieClip
"wall_top"Frame 23Symbol 172 MovieClip
"man3"Frame 23Symbol 92 MovieClip
"shinycontinue"Frame 25Symbol 142 MovieClip
"shinycontinue"Frame 29Symbol 142 MovieClip
"shinycontinue"Frame 30Symbol 142 MovieClip
"police2"Frame 31Symbol 162 MovieClip
"man4"Frame 31Symbol 92 MovieClip
"police3"Frame 31Symbol 162 MovieClip
"police1"Frame 31Symbol 162 MovieClip
"police6"Frame 31Symbol 162 MovieClip
"police4"Frame 31Symbol 162 MovieClip
"police7"Frame 31Symbol 162 MovieClip
"police5"Frame 31Symbol 162 MovieClip
"shinycontinue"Frame 33Symbol 142 MovieClip
"shinycontinue"Frame 37Symbol 142 MovieClip
"shinycontinue"Frame 38Symbol 142 MovieClip
"man5"Frame 39Symbol 92 MovieClip
"shinycontinue"Frame 41Symbol 142 MovieClip
"shinycontinue"Frame 45Symbol 142 MovieClip
"shinycontinue"Frame 46Symbol 142 MovieClip
"bar"Symbol 54 MovieClip Frame 1Symbol 7 MovieClip
"tankLogo"Symbol 54 MovieClip Frame 1Symbol 42 MovieClip
"loadingText"Symbol 54 MovieClip Frame 1Symbol 46 MovieClip
"glitter"Symbol 69 MovieClip Frame 1Symbol 66 MovieClip
"glitter"Symbol 71 MovieClip Frame 1Symbol 66 MovieClip
"glitterreplay"Symbol 123 MovieClip Frame 1Symbol 66 MovieClip
"glittercontinue"Symbol 142 MovieClip Frame 1Symbol 66 MovieClip

Special Tags

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

Labels

"mainmenu"Frame 2
"Level 1"Frame 3
"over"Frame 4
"cub1"Frame 5
"c1"Frame 6
"c2"Frame 7
"c3"Frame 8
"c4"Frame 9
"Score1"Frame 10
"Level 2"Frame 11
"cub2"Frame 12
"d1"Frame 13
"d2"Frame 14
"d3"Frame 15
"d4"Frame 16
"d5"Frame 17
"Score2"Frame 18
"overa"Frame 19
"instructions1"Frame 20
"instructions2"Frame 21
"instructions3"Frame 22
"level 3"Frame 23
"cub3"Frame 24
"e1"Frame 25
"e2"Frame 26
"e3"Frame 27
"e4"Frame 28
"e5"Frame 29
"score3"Frame 30
"Level 4"Frame 31
"cub4"Frame 32
"f1"Frame 33
"f2"Frame 34
"f3"Frame 35
"f4"Frame 36
"f5"Frame 37
"score4"Frame 38
"level 5"Frame 39
"cub5"Frame 40
"g1"Frame 41
"g2"Frame 42
"g3"Frame 43
"g4"Frame 44
"g5"Frame 45
"score5"Frame 46
"total"Frame 47
"loaded"Symbol 54 MovieClip Frame 2

Dynamic Text Variables

volSymbol 79 EditableText"<p align="center"></p>"
livesSymbol 90 EditableText"<p align="left"></p>"
hbonus1Symbol 153 EditableText"<p align="left"></p>"
sscoreSymbol 154 EditableText"<p align="left"></p>"
total1Symbol 155 EditableText"<p align="left"></p>"
livesSymbol 167 EditableText"<p align="left"></p>"
hbonus1Symbol 182 EditableText"<p align="left"></p>"
sscoreSymbol 183 EditableText"<p align="left"></p>"
total2Symbol 184 EditableText"<p align="left"></p>"
total1Symbol 187 EditableText"<p align="left"></p>"
livesSymbol 234 EditableText"<p align="left"></p>"
hbonus1Symbol 239 EditableText"<p align="left"></p>"
sscoreSymbol 240 EditableText"<p align="left"></p>"
total3Symbol 241 EditableText"<p align="left"></p>"
total2Symbol 243 EditableText"<p align="left"></p>"
livesSymbol 244 EditableText"<p align="left"></p>"
hbonus1Symbol 249 EditableText"<p align="left"></p>"
sscoreSymbol 250 EditableText"<p align="left"></p>"
total4Symbol 251 EditableText"<p align="left"></p>"
total3Symbol 253 EditableText"<p align="left"></p>"
livesSymbol 255 EditableText"<p align="left"></p>"
hbonus1Symbol 260 EditableText"<p align="left"></p>"
sscoreSymbol 261 EditableText"<p align="left"></p>"
total5Symbol 262 EditableText"<p align="left"></p>"
total4Symbol 264 EditableText"<p align="left"></p>"
nameentrySymbol 266 EditableText"<p align="left"></p>"
name1Symbol 271 EditableText"<p align="right"></p>"
strangers1Symbol 273 EditableText"<p align="right"></p>"
totalfullSymbol 275 EditableText"<p align="left"></p>"
rankSymbol 282 EditableText"<p align="right"></p>"




http://swfchan.com/13/63498/info.shtml
Created: 13/4 -2019 16:31:36 Last modified: 13/4 -2019 16:31:36 Server time: 12/05 -2024 01:05:55