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

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

Rodney Danger Tree.swf

This is the info page for
Flash #27302

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


ActionScript [AS1/AS2]
Frame 1
_root.chandHealth = 100;
Instance of Symbol 55 MovieClip "chand" in Frame 1
onClipEvent (enterFrame) { if (_root.chandHealth <= 0) { this.gotoAndPlay("fall"); } }
Instance of Symbol 62 MovieClip in Frame 1
onClipEvent (mouseDown) { shpoo = new Sound(this); shpoo.attachSound("guns"); shpoo.start(0, 1); }
Symbol 9 MovieClip [yeller] Frame 1
xtotal = 0; ytotal = 0; stop(); xdist = Math.abs(_root._xmouse - this._x); ydist = Math.abs(_root._ymouse - this._y); theta = Math.atan(ydist / xdist); if ((_root._xmouse >= this._x) && (_root._ymouse <= this._y)) { angle = theta; xdiv = xdist / 8; ydiv = ydist / -8; } else if ((_root._xmouse < this._x) && (_root._ymouse <= this._y)) { angle = Math.PI - theta; xdiv = xdist / -8; ydiv = ydist / -8; } else if ((_root._xmouse < this._x) && (_root._ymouse > this._y)) { angle = Math.PI + theta; xdiv = xdist / -8; ydiv = ydist / 8; } else { angle = 6.28318530717959 /* Math.PI*2 */ - theta; xdiv = xdist / 8; ydiv = ydist / 8; } this._rotation = -((180 * angle) / Math.PI); onEnterFrame = function () { if (((ytotal >= ydist) || (xtotal >= xdist)) || ((-xtotal) >= xdist)) { gotoAndStop ("pop"); stopp = 1; } if (stopp != 1) { this._x = this._x + xdiv; this._y = this._y + ydiv; xtotal = xtotal + xdiv; ytotal = ytotal + ydiv; } };
Symbol 9 MovieClip [yeller] Frame 2
rand = random(3) + 1; rand2 = random(99999); if (rand == 1) { sound = "pop1"; } if (rand == 2) { sound = "pop2"; } if (rand == 3) { sound = "pop3"; } if (rand == 4) { sound = "pop4"; } if (rand == 5) { sound = "pop5"; } blammo = new Sound(this); blammo.attachSound(sound); blammo.start(0, 1); _root.attachMovie("boom", "boom" + rand2, rand2); _root["boom" + rand2]._x = this._x; _root["boom" + rand2]._y = this._y; if (this.hitTest(_root.chand) == true) { _root.chandHealth = _root.chandHealth - 5; } this.removeMovieClip();
Symbol 12 MovieClip [green] Frame 1
xtotal = 0; ytotal = 0; stop(); xdist = Math.abs(_root._xmouse - this._x); ydist = Math.abs(_root._ymouse - this._y); theta = Math.atan(ydist / xdist); if ((_root._xmouse >= this._x) && (_root._ymouse <= this._y)) { angle = theta; xdiv = xdist / 8; ydiv = ydist / -8; } else if ((_root._xmouse < this._x) && (_root._ymouse <= this._y)) { angle = Math.PI - theta; xdiv = xdist / -8; ydiv = ydist / -8; } else if ((_root._xmouse < this._x) && (_root._ymouse > this._y)) { angle = Math.PI + theta; xdiv = xdist / -8; ydiv = ydist / 8; } else { angle = 6.28318530717959 /* Math.PI*2 */ - theta; xdiv = xdist / 8; ydiv = ydist / 8; } this._rotation = -((180 * angle) / Math.PI); onEnterFrame = function () { if (((ytotal >= ydist) || (xtotal >= xdist)) || ((-xtotal) >= xdist)) { gotoAndStop ("pop"); stopp = 1; } if (stopp != 1) { this._x = this._x + xdiv; this._y = this._y + ydiv; xtotal = xtotal + xdiv; ytotal = ytotal + ydiv; } };
Symbol 12 MovieClip [green] Frame 2
rand = random(3) + 1; rand2 = random(99999); if (rand == 1) { sound = "pop1"; } if (rand == 2) { sound = "pop2"; } if (rand == 3) { sound = "pop3"; } if (rand == 4) { sound = "pop4"; } if (rand == 5) { sound = "pop5"; } blammo = new Sound(this); blammo.attachSound(sound); blammo.start(0, 1); _root.attachMovie("boom", "boom" + rand2, rand2); _root["boom" + rand2]._x = this._x; _root["boom" + rand2]._y = this._y; if (this.hitTest(_root.chand) == true) { _root.chandHealth = _root.chandHealth - 5; } this.removeMovieClip();
Symbol 15 MovieClip [blue] Frame 1
xtotal = 0; ytotal = 0; stop(); xdist = Math.abs(_root._xmouse - this._x); ydist = Math.abs(_root._ymouse - this._y); theta = Math.atan(ydist / xdist); if ((_root._xmouse >= this._x) && (_root._ymouse <= this._y)) { angle = theta; xdiv = xdist / 8; ydiv = ydist / -8; } else if ((_root._xmouse < this._x) && (_root._ymouse <= this._y)) { angle = Math.PI - theta; xdiv = xdist / -8; ydiv = ydist / -8; } else if ((_root._xmouse < this._x) && (_root._ymouse > this._y)) { angle = Math.PI + theta; xdiv = xdist / -8; ydiv = ydist / 8; } else { angle = 6.28318530717959 /* Math.PI*2 */ - theta; xdiv = xdist / 8; ydiv = ydist / 8; } this._rotation = -((180 * angle) / Math.PI); onEnterFrame = function () { if (((ytotal >= ydist) || (xtotal >= xdist)) || ((-xtotal) >= xdist)) { gotoAndStop ("pop"); stopp = 1; } if (stopp != 1) { this._x = this._x + xdiv; this._y = this._y + ydiv; xtotal = xtotal + xdiv; ytotal = ytotal + ydiv; } };
Symbol 15 MovieClip [blue] Frame 2
rand = random(3) + 1; rand2 = random(99999); if (rand == 1) { sound = "pop1"; } if (rand == 2) { sound = "pop2"; } if (rand == 3) { sound = "pop3"; } if (rand == 4) { sound = "pop4"; } if (rand == 5) { sound = "pop5"; } blammo = new Sound(this); blammo.attachSound(sound); blammo.start(0, 1); _root.attachMovie("boom", "boom" + rand2, rand2); _root["boom" + rand2]._x = this._x; _root["boom" + rand2]._y = this._y; if (this.hitTest(_root.chand) == true) { _root.chandHealth = _root.chandHealth - 5; } this.removeMovieClip();
Symbol 18 MovieClip [red] Frame 1
xtotal = 0; ytotal = 0; stop(); xdist = Math.abs(_root._xmouse - this._x); ydist = Math.abs(_root._ymouse - this._y); theta = Math.atan(ydist / xdist); if ((_root._xmouse >= this._x) && (_root._ymouse <= this._y)) { angle = theta; xdiv = xdist / 8; ydiv = ydist / -8; } else if ((_root._xmouse < this._x) && (_root._ymouse <= this._y)) { angle = Math.PI - theta; xdiv = xdist / -8; ydiv = ydist / -8; } else if ((_root._xmouse < this._x) && (_root._ymouse > this._y)) { angle = Math.PI + theta; xdiv = xdist / -8; ydiv = ydist / 8; } else { angle = 6.28318530717959 /* Math.PI*2 */ - theta; xdiv = xdist / 8; ydiv = ydist / 8; } this._rotation = -((180 * angle) / Math.PI); onEnterFrame = function () { if (((ytotal >= ydist) || (xtotal >= xdist)) || ((-xtotal) >= xdist)) { gotoAndStop ("pop"); stopp = 1; } if (stopp != 1) { this._x = this._x + xdiv; this._y = this._y + ydiv; xtotal = xtotal + xdiv; ytotal = ytotal + ydiv; } };
Symbol 18 MovieClip [red] Frame 2
rand = random(3) + 1; rand2 = random(99999); if (rand == 1) { sound = "pop1"; } if (rand == 2) { sound = "pop2"; } if (rand == 3) { sound = "pop3"; } if (rand == 4) { sound = "pop4"; } if (rand == 5) { sound = "pop5"; } blammo = new Sound(this); blammo.attachSound(sound); blammo.start(0, 1); _root.attachMovie("boom", "boom" + rand2, rand2); _root["boom" + rand2]._x = this._x; _root["boom" + rand2]._y = this._y; if (this.hitTest(_root.chand) == true) { _root.chandHealth = _root.chandHealth - 5; } this.removeMovieClip();
Symbol 37 MovieClip [boom] Frame 1
if (this.hitTest(_root.chand) == true) { _root.chandHealth = _root.chandHealth - 50; }
Symbol 37 MovieClip [boom] Frame 9
this.removeMovieClip();
Symbol 51 Button
on (release) { getURL ("http://www.albinoblacksheep.com"); }
Symbol 55 MovieClip Frame 1
stop(); onEnterFrame = function () { if (_root.chandHealth <= 0) { this.gotoAndPlay("fall"); } };
Symbol 55 MovieClip Frame 16
stop();
Symbol 61 MovieClip Frame 1
onEnterFrame = function () { xdist = Math.abs(_root._xmouse - this._x); ydist = Math.abs(_root._ymouse - this._y); theta = Math.atan(ydist / xdist); if ((_root._xmouse >= this._x) && (_root._ymouse <= this._y)) { angle = theta; } else if ((_root._xmouse < this._x) && (_root._ymouse <= this._y)) { angle = Math.PI - theta; } else if ((_root._xmouse < this._x) && (_root._ymouse > this._y)) { angle = Math.PI + theta; } else { angle = 6.28318530717959 /* Math.PI*2 */ - theta; } this._rotation = -((180 * angle) / Math.PI); }; onMouseDown = function () { rand = random(4) + 1; rand2 = random(99999); if (rand == 1) { _root.attachMovie("blue", "currentBulb" + rand2, rand2); } else if (rand == 2) { _root.attachMovie("red", "currentBulb" + rand2, rand2); } else if (rand == 3) { _root.attachMovie("green", "currentBulb" + rand2, rand2); } else if (rand == 4) { _root.attachMovie("yeller", "currentBulb" + rand2, rand2); } _root["currentBulb" + rand2]._x = this._x; _root["currentBulb" + rand2]._y = this._y; };

Library Items

Symbol 1 Sound [guns]
Symbol 2 Sound [pop1]
Symbol 3 Sound [pop2]
Symbol 4 Sound [pop3]
Symbol 5 Sound [pop4]
Symbol 6 Sound [pop5]
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:9
Symbol 9 MovieClip [yeller]Uses:8
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:12
Symbol 12 MovieClip [green]Uses:11
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:15
Symbol 15 MovieClip [blue]Uses:14
Symbol 16 BitmapUsed by:17
Symbol 17 GraphicUses:16Used by:18
Symbol 18 MovieClip [red]Uses:17
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:37
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:37
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:37
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:37
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:37
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:37
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:37
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:37
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:37
Symbol 37 MovieClip [boom]Uses:20 22 24 26 28 30 32 34 36
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:45
Symbol 42 GraphicUsed by:45
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:41 42 43 44Used by:Timeline
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:51
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:51
Symbol 50 GraphicUsed by:51
Symbol 51 ButtonUses:47 49 50Used by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:55
Symbol 55 MovieClipUses:54Used by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:59
Symbol 59 MovieClipUses:58Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 MovieClipUsed by:Timeline

Instance Names

"chand"Frame 1Symbol 55 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "guns"
ExportAssets (56)Timeline Frame 1Symbol 2 as "pop1"
ExportAssets (56)Timeline Frame 1Symbol 3 as "pop2"
ExportAssets (56)Timeline Frame 1Symbol 4 as "pop3"
ExportAssets (56)Timeline Frame 1Symbol 5 as "pop4"
ExportAssets (56)Timeline Frame 1Symbol 6 as "pop5"
ExportAssets (56)Timeline Frame 1Symbol 9 as "yeller"
ExportAssets (56)Timeline Frame 1Symbol 12 as "green"
ExportAssets (56)Timeline Frame 1Symbol 15 as "blue"
ExportAssets (56)Timeline Frame 1Symbol 18 as "red"
ExportAssets (56)Timeline Frame 1Symbol 37 as "boom"

Labels

"pop"Symbol 9 MovieClip [yeller] Frame 2
"pop"Symbol 12 MovieClip [green] Frame 2
"pop"Symbol 15 MovieClip [blue] Frame 2
"pop"Symbol 18 MovieClip [red] Frame 2
"fall"Symbol 55 MovieClip Frame 2




http://swfchan.com/6/27302/info.shtml
Created: 21/5 -2019 17:42:50 Last modified: 21/5 -2019 17:42:50 Server time: 29/04 -2024 22:13:59