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

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

Bunny Rush.swf

This is the info page for
Flash #29152

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


Text
loading game...

K

Santa Сlaus - Superhero and
The rescuer of bunnies? Why not?
Use            keys on your keyboard to control
the scooter and try to collect all the bunnies
and take them to the life buoy.
Be carefull! You can meet other animals that
aren't so friendfull.
If you have a password,
you can type it here:

h

s

u

R

y

n

B

password

MAPLANDIA

MAPLANDIA

0

score:

10

time:

0

speed:

score:

10

10

time:

10

level password:

10

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 6 MovieClip in Frame 1
onClipEvent (load) { tot = _root.getBytesTotal(); } onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); percent = (loaded / tot) * 100; text = Math.floor(percent); text = text + "%"; if (loaded == tot) { _root.gotoAndStop(2); } }
Frame 2
stop(); bobrs = 2; score = 0;
Instance of Symbol 5 MovieClip "ship1" in Frame 2
onClipEvent (enterFrame) { if (_root.land.hitTest(this._x, this._y, true)) { tellTarget ("../") { gotoAndPlay ("explode"); }; } }
Frame 3
if (bobrs % 3) { setProperty("bridge", _visible , false); } if (bobrs > 2) { tellTarget ("land") { gotoAndStop (2); }; } if (bobrs > 3) { tellTarget ("land") { gotoAndStop (3); }; } if (bobrs > 4) { tellTarget ("land") { gotoAndStop (4); }; } if (bobrs > 5) { tellTarget ("land") { gotoAndStop (5); }; } if (bobrs > 6) { tellTarget ("land") { gotoAndStop (6); }; } if (bobrs > 7) { tellTarget ("land") { gotoAndStop (1); }; } if (bobrs > 8) { tellTarget ("land") { gotoAndStop (2); }; } if (bobrs > 9) { tellTarget ("land") { gotoAndStop (3); }; } if (bobrs > 10) { tellTarget ("land") { gotoAndStop (4); }; } if (bobrs > 11) { tellTarget ("land") { gotoAndStop (5); }; } if (bobrs > 12) { tellTarget ("land") { gotoAndStop (6); }; } if (psw == "habasi") { bobrs = 3; score = 70; tellTarget ("land") { gotoAndStop (2); }; } if (psw == "bober") { bobrs = 4; score = 160; tellTarget ("land") { gotoAndStop (3); }; } if (psw == "zaec") { bobrs = 6; score = 320; tellTarget ("land") { gotoAndStop (5); }; } if (psw == "rost") { bobrs = 8; score = 480; tellTarget ("land") { gotoAndStop (1); }; } if (psw == "dedmorost") { bobrs = 10; score = 640; tellTarget ("land") { gotoAndStop (3); }; } if (psw == "sukamazay") { bobrs = 12; score = 780; tellTarget ("land") { gotoAndStop (5); }; } i = 600; while (i < (600 + bobrs)) { duplicateMovieClip ("bobr", "bobr" + i, i); x = random(600) + 50; y = random(400) + 50; name = "bobr" + i; rt = random(360); setProperty(name, _x , x); setProperty(name, _y , y); setProperty(name, _rotation , rt); i++; } i = 700; while (i < 710) { duplicateMovieClip ("zaec", "zaec" + i, i); x = random(700); y = random(480); name = "zaec" + i; ro = random(360); setProperty(name, _rotation , ro); setProperty(name, _x , x); setProperty(name, _y , y); if (!animals) { animals = 0; } _root.animals++; _root.totalanimals = 10; i++; } _root.time0 = getTimer(); ship1._rotation = 90;
Instance of Symbol 60 MovieClip "land" in Frame 3
/* no clip actions */
Instance of Symbol 39 MovieClip "finish" in Frame 3
onClipEvent (enterFrame) { if (_root.ship1.hitTest(this._x, this._y, false)) { if (_root.animals < 1) { _root.finita = true; tellTarget ("../") { gotoAndPlay ("victory"); }; } } }
Instance of Symbol 5 MovieClip "ship1" in Frame 3
onClipEvent (enterFrame) { if (_root.land.hitTest(this._x, this._y, true)) { tellTarget ("../") { gotoAndPlay ("explode"); }; } }
Instance of Symbol 69 MovieClip "bobr" in Frame 3
onClipEvent (enterFrame) { if (_root.finita) { removeMovieClip(this); } if (_root.ship1.hitTest(this._x, this._y, false)) { tellTarget ("../") { gotoAndPlay ("bobr"); }; } if (this._y < 30) { this._y = this._y + 5; this._rotation = this._rotation + 180; } if (this._y > 570) { this._y = this._y - 5; this._rotation = this._rotation + 180; } if (this._x < 30) { this._x = this._x + 5; this._rotation = this._rotation + 180; } if (this._x > 770) { this._x = this._x - 5; this._rotation = this._rotation + 180; } }
Instance of Symbol 33 MovieClip "zaec" in Frame 3
onClipEvent (enterFrame) { if (_root.land.hitTest(this._x, this._y, true)) { removeMovieClip(this); _root.animals--; _root.totalanimals--; } if (_root.ship1.hitTest(this)) { removeMovieClip(this); score = score + 10; _root.animals--; } if (_root.finita) { removeMovieClip(this); } }
Frame 4
stop(); ship1.onEnterFrame = function () { _root.time1 = getTimer(); _root.time = (_root.time1 - _root.time0) / 1000; _root.time = Math.round(_root.time); if (speed > 0.5) { if (i > 160) { i = 1; } i++; newname = "bubble" + i; duplicateMovieClip ("bubble", newname, i); tellTarget (newname) { _x = ((_root.ship1._x - 3) + random(6)); _y = (_root.ship1._y - random(4)); _rotation = (_root.ship1._rotation - 90); }; } if (ship1._y < 20) { ship1._y = 20; } if (ship1._y > 580) { ship1._y = 580; } if (ship1._x < 20) { ship1._x = 20; } if (ship1._x > 780) { ship1._x = 780; } if (speed > 0) { speed = speed - 0.02; } _root.angle = ship1._rotation; sinus = Math.sin((angle * Math.PI) / 180); cosinus = Math.cos((angle * Math.PI) / 180); ship1._y = ship1._y - (speed * sinus); ship1._x = ship1._x - (speed * cosinus); spd = Math.round(speed * 16); with (ship1) { if (Key.isDown(39)) { if (speed > 0) { ship1._rotation = ship1._rotation + 3; } } if (Key.isDown(37)) { if (speed > 0) { ship1._rotation = ship1._rotation - 3; } } if (Key.isDown(38)) { gotoAndPlay(2); if (!speed) { speed = 1; } else { speed = speed + 0.06; } } if (Key.isDown(40)) { if (speed > 0) { speed = speed - 0.03; } } } };
Frame 5
_root.finita = true; bobrs = 1; finalscore = score; pass = 0;
Frame 88
stop();
Frame 89
_root.finita = true; finalscore = score; score = 0; bobrs = 1; stop();
Frame 90
if (bobrs > 1) { psw = "habasi"; } if (bobrs > 3) { psw = "bober"; } if (bobrs > 5) { psw = "zaec"; } if (bobrs > 7) { psw = "rost"; } if (bobrs > 9) { psw = "dedmorost"; } if (bobrs > 11) { psw = "sukamazay"; } stop();
Frame 91
bobrs++; gotoAndPlay (3);
Symbol 5 MovieClip Frame 1
stop();
Symbol 15 Button
on (press) { gotoAndPlay (3); }
Symbol 44 Button
on (press) { getURL ("http://www.maplandia.net?ara=br", "_new"); }
Symbol 60 MovieClip Frame 1
stop();
Symbol 60 MovieClip Frame 2
stop();
Symbol 60 MovieClip Frame 3
stop();
Symbol 60 MovieClip Frame 4
stop();
Symbol 60 MovieClip Frame 5
stop();
Symbol 60 MovieClip Frame 6
stop();
Symbol 61 MovieClip Frame 60
removeMovieClip(this); removeMovieClip(this);
Symbol 69 MovieClip Frame 1
setProperty(_root.bobr, _x , -108); if ((Math.abs(this._x - _root.ship1._x) < 120) and (Math.abs(this._y - _root.ship1._y) < 120)) { go = 2; dx = _root.ship1._x - this._x; dy = _root.ship1._y - this._y; alpha = 57.2957795130823 * Math.atan2(dy, dx); } else { go = 1; d_alpha = 0; rnd = random(4); if (rnd == 0) { d_alpha = (random(3) - 1) * 5; } alpha = this._rotation + d_alpha; } this._rotation = alpha; si = Math.sin((alpha * Math.PI) / 180); co = Math.cos((alpha * Math.PI) / 180); this._y = this._y + (go * si); this._x = this._x + (go * co);
Symbol 88 Button
on (press) { psw = "password"; _root.finita = false; _root.speed = 0; _root.animals = "qwerty"; _root.totalanimals = "qwerty"; gotoAndStop (2); }
Symbol 98 Button
on (press) { psw = "password"; _root.finita = false; _root.speed = 0; _root.animals = "qwerty"; _root.totalanimals = "qwerty"; gotoAndPlay ("final"); }

Library Items

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

Instance Names

"ship1"Frame 2Symbol 5 MovieClip
"land"Frame 3Symbol 60 MovieClip
"finish"Frame 3Symbol 39 MovieClip
"ship1"Frame 3Symbol 5 MovieClip
"bubble"Frame 3Symbol 61 MovieClip
"bobr"Frame 3Symbol 69 MovieClip
"bridge"Frame 3Symbol 77 MovieClip
"zaec"Frame 3Symbol 33 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"v"Frame 3
"explode"Frame 5
"titanic"Frame 47
"bobr"Frame 89
"victory"Frame 90
"final"Frame 91

Dynamic Text Variables

textSymbol 2 EditableText""
pswSymbol 25 EditableText"password"
scoreSymbol 64 EditableText"0"
timeSymbol 67 EditableText"10"
spdSymbol 78 EditableText"0"
finalscoreSymbol 91 EditableText"10"
timeSymbol 93 EditableText"10"
scoreSymbol 95 EditableText"10"
pswSymbol 97 EditableText"10"




http://swfchan.com/6/29152/info.shtml
Created: 20/5 -2019 01:20:01 Last modified: 20/5 -2019 01:20:01 Server time: 05/05 -2024 16:42:35