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/30755362?noj=FRM30755362-11DC" width="1" height="1"></div>

Bill Murray Heads.swf

This is the info page for
Flash #54983

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


Text
Happy Bill
Murray Week!

Instructions

Instructions

Instructions

Play Game

Play Game

Play Game

It's Bill Murray Week Again, and you know what
that means right? YES! It's raining Bill Murray
heads! Get in on some of this action!

The Black
and white
heads make
you lose
points

And the ones
in color make
you gain
points

Are you
Ready?

Are you
Ready?

Which Bill will you be?

Bill
(Golf)

Bill
(Award)

Bill
(Caddyshack)

Score

Finish

Finish

Send

Send

Your Name Goes Here:

Your score was

Return to Menu

Return to Menu

ActionScript [AS1/AS2]

Frame 1
function itemHandler1(obj, item) { _root._quality = "high"; } function itemHandler2(obj, item) { _root._quality = "medium"; } function itemHandler3(obj, item) { _root._quality = "low"; } function itemHandler4(obj, item) { stopAllSounds(); _root.music.attachSound("billsong"); _root.music.start(0, 10000); } function itemHandler9(obj, item) { stopAllSounds(); } var music = new Sound(_root); var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); item1 = new ContextMenuItem("High Quality", itemHandler1); myMenu.customItems.push(item1); item2 = new ContextMenuItem("Medium Quality", itemHandler2); myMenu.customItems.push(item2); item3 = new ContextMenuItem("Low Quality", itemHandler3); myMenu.customItems.push(item3); item4 = new ContextMenuItem("Bill Murray Dialog", itemHandler4, true); myMenu.customItems.push(item4); item9 = new ContextMenuItem("No Music", itemHandler9); myMenu.customItems.push(item9); _root.menu = myMenu;
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Frame 8
stop(); frankenstein = false; mummy = false; vampire = false;
Frame 9
i = 1; while (i < 4) { _root.treatsm.duplicateMovieClip("treatsmm" + i, _root.getNextHighestDepth()); i++; } stop(); _root.score = 0;
Instance of Symbol 111 MovieClip "player" in Frame 9
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 116 MovieClip "treatsm" in Frame 9
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(10) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(10) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player) && (_currentframe == 2)) { fallspeed = random(10) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player) && (_currentframe == 1)) { fallspeed = random(10) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player) && (_currentframe == 2)) { fallspeed = random(10) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player) && (_currentframe == 3)) { fallspeed = random(10) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player) && (_currentframe == 4)) { fallspeed = random(10) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 9) { this.removeMovieClip(); } }
Frame 10
stop(); function send_vars(username, score, code, u) { var _local1 = new LoadVars(); var _local2 = new LoadVars(); _local1.username = username; _local1.score = score; _local1.code458 = code; _local1.sendAndLoad(u, _local2, "POST"); } btn_send1.onRelease = function () { player_name = pname; player_score = score; send_vars(player_name, player_score, "av0oE1PZXxGbkIPGKf4RZTBcEghsv7mu", "http://www.pogollama.com/scoreboards/submit_scores.php"); getURL ("http://www.pogollama.com/scoreboards/bill_murray_day_game/view_scores_1.php", _blank); };
Symbol 14 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 20 MovieClip Frame 12
stop();
Symbol 28 Button
on (release) { _root.play(); }
Symbol 29 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 29 MovieClip Frame 2
gotoAndPlay (1);
Symbol 37 Button
on (release) { play(); }
Symbol 71 Button
on (release) { gotoAndStop (6); }
Symbol 75 Button
on (release) { gotoAndPlay (7); _root.timer = 22; _root.score = 0; }
Symbol 89 Button
on (press) { _root.play(); _root.timer = 22; _root.score = 0; }
Symbol 94 Button
on (press) { _root.frankenstein = true; _root.mummy = false; _root.vampire = false; play(); }
Symbol 98 Button
on (press) { _root.frankenstein = false; _root.mummy = false; _root.vampire = true; play(); }
Symbol 102 Button
on (press) { _root.frankenstein = false; _root.mummy = true; _root.vampire = false; play(); }
Symbol 106 MovieClip Frame 20
_root.timer--;
Symbol 110 Button
on (release) { _root.gotoAndStop(10); }
Symbol 111 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 1
stop();
Symbol 128 Button
on (release) { gotoAndStop (4); }

Library Items

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

Instance Names

"player"Frame 9Symbol 111 MovieClip
"treatsm"Frame 9Symbol 116 MovieClip
"btn_send1"Frame 10Symbol 120 Button
"bar"Symbol 29 MovieClip Frame 1Symbol 16 MovieClip
"bar"Symbol 29 MovieClip Frame 3Symbol 16 MovieClip

Special Tags

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

Labels

"loaded"Symbol 29 MovieClip Frame 3

Dynamic Text Variables

scoreSymbol 104 EditableText""
scoreSymbol 122 EditableText""
pnameSymbol 124 EditableText""




http://swfchan.com/11/54983/info.shtml
Created: 21/4 -2019 01:54:27 Last modified: 21/4 -2019 01:54:27 Server time: 11/05 -2024 21:16:22