STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229676 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5192 |
This is the info page for Flash #91185 |
click to play. |
Dear Rabbit and Mouse Legal Entity or Madam, Is there a problem with my DVD? I try to play it, and it's just a black square. It seems like something loud is going on. Can I get a new one? OK thanks, Pamela K. Normack, East Dakota |
Written, Directed, and Produced almost entirely by: Rabbit & Mouse |
Interns Pete Barnsworth Midge McDougal Bristol McGuilicutty Terrence Ahoy Bobby Greenhouse Capt. Jim Daniel Loosetooth Marilyn Noseworth Albert Timeshare Mushy Larime Soul Powderbirth Lenny Topplestone Cramp Fangles Tiffani Lysander Dukakis William Billers Angelica Armsback Shallot Greams Nebraska Coldtooth Iggy Ignacious Soundgarden Trudy Oodler Cookamongoose Bethany Bandersburgh Tonya Spinach Sandwhich Napoleon (yes. the real Napoleon) Max Oops The Two Johns Gregg Churglidder Sentimental James "Sentimental" James Provester Strutsabout Glenda Slawblester Kenderfield loveletter Gladys Ramicon Clem Hlam Federico, Who I Never Trusted Arena Makingitham Frank Speenterro Glab Howdydoo Franklin Shuttlecot Blitz Shakesherdown Earl Westfordshire Trisha Unconcscious Sissy Snerdblack "Table Saw" O'Reilly (RIP) Lip Stranglehorn |
Assistants to the Interns Leonardo Rotunda Bev's Hot Little Number All Those Fucking Silverfish Gladys Greensparkle Maverick Dan and his Truly Incredible Band Dr. Malachi and his Paranormal Phenomena Department at UT Ottawa Abubikar Jones Old Lincoln Town Car Josh Tammy at the Eyebrow Piercing Place Don't Do It, Darla Iris Finewiththat Ronnie Spies GET DOWN! BATS! Tripp Ankledeep Blither Sandsfender Tucky Hammock Logan Everywhere Philo Pendergrass Grandstanding McCloud Duece the Braggart Tarragon Lorb Lash Grasshew Flash Grasshew Lips McGiggins Troops McGiggin Holycrap Handerson Beard Proper Dr. Explosions The Lady Upppendown Nudey Nedermacher That Dog in the Batman Costume Lancaster Snots Miserable Miles Linda Droopdrannger Billip Noris Trackerman O'Harlan Bull Genpop Grog Hardyfellow Pigeon Playfellow Sharks Colin Mollingsling Mokely Dee Odorant Lorpine Ebbediderum Simon T. Pine Nuts Dr. Explosions II Sharp Mechanicsburg Mindy Pedersburr Shannon Enormous Linda Alarming Kendra McBoxington Constance Calamity Linda FraPow |
2nd Team Interns Karla Scharma Patty Petulance Morgret Betts Andrea, You Think You're So Hot Sandra Blackburn Real Person Epiphany Brown Loopy Hondaschool Zoran from the Future Cargles Doomes Sagat Tetredifon Tetra Anglophile Cornelius What Fern Hatmerchant Holly Sterbrown Lilliam Mississippi Twice Cherry Tuck-youin Laura Noddingallthetime Our Bass Player Spots Pootin Mrs. Crabapple's 3rd Grade Class Ugly Paul Paul Avery Immeasurable Ichabod Itchingkneecap Hubris Tigermouth Soren Titenbaum That Orca and Dolphin and Unicorn in that Lisa Frank Picture we look at a Lot Leggings Horroblaster Saffron Gigliatti Tights Quickcreek That One who's Dad had a Boat Dempsey Dim Livenreed Dianetics Realage Fubble Thor Lixfjord Not your average Eskimo/Narhwal Hogan Underground Gloria Picni Blanket Heading Toward Kim Dr. Explosions III: Explosions Forever Most of the Explosions The One Who Knows How to Keep a Secret Lt. Frank Sorenson Horticulturing Gravelabout Sawgrass Bladetooth |
Assistants to the 2nd Team Interns Old Hatchety Rick Cajun Jack Llama Loo Aunt Loo Perkins McMillan My Mom's New Husband Tilly Tassles Keep Reading Bictches Harmony Hiccupcups Bavid Dowie/Doughy Terrence Fakery Mahatma Gonzo Celibate Saul Blankets the Copy-making Cat Ho Chi Min (No, not that Ho Chi Min) Dynasty Fans Zap Out the Fattners Promotional Street Team Andy Thru Craig Shyer Puffenfruff Detective Candlestick Puffy Dumplings Cheeto Ford Forgotten Nancy (SEE, Nancy!) Tim, You Need to Give Me Back My Spare Key Pamela K. Randy Flourescent Portence Housepainter Wally Sluice Prudence Cheever Eroline McCoy Max Drumhead Higgins Pigpopper Magnum P.I. The Guy Who Ate Phil Andy Theopotrics Gershom Tanner Helena Understroke Kellery Kaleidophone Gilbert Fanstornish Corduroy Fleen Gussie Eskowitz Jacob Abblestrump Thorance Plentitude Gristo Finetuner I dont know how many Teamsters Aunt Lorraine's Labotomy Toaster Strueddles Emillium Smithornot Thumbs Photrix Torque Al-Timmoney Green Fasselberd Laurel Beth Strappleberry AND YOU. |
ActionScript [AS1/AS2]
Frame 1function checkPreloader() { var _local3 = this.getBytesLoaded(); var _local2 = this.getBytesTotal(); mProgress.mProgressBar._xscale = (_local3 / _local2) * 100; if (_local3 >= _local2) { clearInterval(nPreloaderInterval); play(); } } function cycleLoadingText() { if (_root.loadingTextStatus == "loadingOne") { mcLoadingText.gotoAndStop("loadingTwo"); _root.loadingTextStatus = "loadingTwo"; return(undefined); } if (_root.loadingTextStatus == "loadingTwo") { mcLoadingText.gotoAndStop("loadingThree"); _root.loadingTextStatus = "loadingThree"; return(undefined); } if (_root.loadingTextStatus == "loadingThree") { mcLoadingText.gotoAndStop("loadingFour"); _root.loadingTextStatus = "loadingFour"; return(undefined); } if (_root.loadingTextStatus == "loadingFour") { mcLoadingText.gotoAndStop("loadingOne"); _root.loadingTextStatus = "loadingOne"; return(undefined); } } var nFrameRate = 14; stop(); var nPreloaderInterval = setInterval(this, "checkPreloader", 100); _root.loadingTextStatus = "loadingOne"; mcLoadingText.gotoAndStop("loadingOne"); var nLoadingTextInterval = setInterval(this, "cycleLoadingText", 500);Frame 2function timeConvertF(s) { s = Math.round(s); var _local2 = Math.floor(s / 60).toString(); s = (s % 60).toString(); if (s.length < 2) { s = "0" + s; } return((_local2 + ":") + s); } stop(); var mTimeline = this; _root.order = "isPaused"; mcPlayPause.gotoAndStop("isPaused"); btStart.onRelease = function () { mTimeline.gotoAndPlay(3); _root.order = "isPlaying"; mcPlayPause.gotoAndStop("isPlaying"); }; sliderTimeline.handleTimeline._x = -88; sliderVolume.handleVolume._x = 0; mcPlayPause.onPress = function () { if (_root.order == "isPlaying") { this.gotoAndStop("isPlayingDown"); return(undefined); } if (_root.order == "isPaused") { this.gotoAndStop("isPausedDown"); return(undefined); } }; mcPlayPause.onRelease = function () { if (_root.order == "isPlaying") { mTimeline.stop(); this.gotoAndStop("isPaused"); _root.order = "isPaused"; return(undefined); } if (_root.order == "isPaused") { mTimeline.play(); this.gotoAndStop("isPlaying"); _root.order = "isPlaying"; return(undefined); } }; var keyListener = new Object(); keyListener.onKeyDown = function () { if (Key.getCode() == "32") { if (_root.order == "isPlaying") { mTimeline.stop(); mcPlayPause.gotoAndStop("isPaused"); _root.order = "isPaused"; return(undefined); } if (_root.order == "isPaused") { mTimeline.play(); mcPlayPause.gotoAndStop("isPlaying"); _root.order = "isPlaying"; return(undefined); } } }; Key.addListener(keyListener); bgSound = new Sound(this); bgSound.attachSound("soundtrack"); sliderVolume.handleVolume.onEnterFrame = function () { bgSound.setVolume((30 + this._x) * 4); }; sliderVolume.onPress = function () { startDrag (_root.sliderVolume.handleVolume, true, -30, _root.sliderVolume.handleVolume._y, 37, _root.sliderVolume.handleVolume._y); }; sliderVolume.onRelease = (sliderVolume.onReleaseOutside = function () { stopDrag(); }); var timelineEngaged = false; mTimeline.onEnterFrame = function () { nCurrentFrame = getProperty(mTimeline, _currentframe) - 2; nTotalFrames = getProperty(mTimeline, _totalframes) - 2; if (timelineEngaged == false) { _root.sliderTimeline.handleTimeline._x = ((nCurrentFrame / nTotalFrames) * 171) - 88; } timer.current.text = timeConvertF(nCurrentFrame / nFrameRate); timer.total.text = timeConvertF(nTotalFrames / nFrameRate); }; sliderTimeline.onPress = function () { timelineEngaged = true; startDrag (_root.sliderTimeline.handleTimeline, true, -88, _root.sliderTimeline.handleTimeline._y, 83, _root.sliderTimeline.handleTimeline._y); }; sliderTimeline.onRelease = (sliderTimeline.onReleaseOutside = function () { timelineEngaged = false; stopDrag(); var _local2 = Math.round(((88 + _root.sliderTimeline.handleTimeline._x) / 171) * nTotalFrames); if (_local2 < 3) { _local2 = 3; } if (_root.order == "isPlaying") { mTimeline.gotoAndPlay(_local2); return(undefined); } if (_root.order == "isPaused") { mTimeline.gotoAndStop(_local2); return(undefined); } });Frame 6917stop(); _root.order = "isPaused"; mcPlayPause.gotoAndStop("isPaused");Symbol 20 MovieClip Frame 1stop();Symbol 20 MovieClip Frame 29stop();
Library Items
Symbol 1 Graphic | Used by:5 | |
Symbol 2 Graphic | Used by:5 | |
Symbol 3 Graphic | Used by:5 | |
Symbol 4 Graphic | Used by:5 | |
Symbol 5 MovieClip | Uses:1 2 3 4 | Used by:Timeline |
Symbol 6 Graphic | Used by:7 Timeline | |
Symbol 7 MovieClip | Uses:6 | Used by:9 |
Symbol 8 Graphic | Used by:9 | |
Symbol 9 MovieClip | Uses:7 8 | Used by:Timeline |
Symbol 10 Graphic | Used by:Timeline | |
Symbol 11 Graphic | Used by:14 | |
Symbol 12 Font | Used by:13 87 138 143 144 145 146 | |
Symbol 13 Text | Uses:12 | Used by:14 |
Symbol 14 Button | Uses:11 13 | Used by:Timeline |
Symbol 15 Graphic | Used by:Timeline | |
Symbol 16 Graphic | Used by:20 | |
Symbol 17 Graphic | Used by:20 | |
Symbol 18 Graphic | Used by:20 | |
Symbol 19 Graphic | Used by:20 | |
Symbol 20 MovieClip | Uses:16 17 18 19 | Used by:Timeline |
Symbol 21 Graphic | Used by:Timeline | |
Symbol 22 Graphic | Used by:25 | |
Symbol 23 Graphic | Used by:24 | |
Symbol 24 MovieClip | Uses:23 | Used by:25 |
Symbol 25 MovieClip | Uses:22 24 | Used by:Timeline |
Symbol 26 Graphic | Used by:29 | |
Symbol 27 Graphic | Used by:28 | |
Symbol 28 MovieClip | Uses:27 | Used by:29 |
Symbol 29 MovieClip | Uses:26 28 | Used by:Timeline |
Symbol 30 Graphic | Used by:34 | |
Symbol 31 Font | Used by:32 33 | |
Symbol 32 EditableText | Uses:31 | Used by:34 |
Symbol 33 EditableText | Uses:31 | Used by:34 |
Symbol 34 MovieClip | Uses:30 32 33 | Used by:Timeline |
Symbol 35 Graphic | Used by:Timeline | |
Symbol 36 Graphic | Used by:Timeline | |
Symbol 37 Graphic | Used by:Timeline | |
Symbol 38 Graphic | Used by:Timeline | |
Symbol 39 Graphic | Used by:Timeline | |
Symbol 40 Graphic | Used by:Timeline | |
Symbol 41 Graphic | Used by:Timeline | |
Symbol 42 Graphic | Used by:Timeline | |
Symbol 43 Graphic | Used by:Timeline | |
Symbol 44 Graphic | Used by:Timeline | |
Symbol 45 Graphic | Used by:Timeline | |
Symbol 46 Graphic | Used by:Timeline | |
Symbol 47 Graphic | Used by:Timeline | |
Symbol 48 Graphic | Used by:Timeline | |
Symbol 49 Graphic | Used by:Timeline | |
Symbol 50 Graphic | Used by:Timeline | |
Symbol 51 Graphic | Used by:Timeline | |
Symbol 52 Graphic | Used by:Timeline | |
Symbol 53 Graphic | Used by:Timeline | |
Symbol 54 Graphic | Used by:Timeline | |
Symbol 55 Graphic | Used by:Timeline | |
Symbol 56 Graphic | Used by:Timeline | |
Symbol 57 Graphic | Used by:Timeline | |
Symbol 58 Graphic | Used by:Timeline | |
Symbol 59 Graphic | Used by:Timeline | |
Symbol 60 Graphic | Used by:Timeline | |
Symbol 61 Graphic | Used by:Timeline | |
Symbol 62 Graphic | Used by:Timeline | |
Symbol 63 Graphic | Used by:Timeline | |
Symbol 64 Graphic | Used by:Timeline | |
Symbol 65 Graphic | Used by:Timeline | |
Symbol 66 Graphic | Used by:Timeline | |
Symbol 67 Graphic | Used by:Timeline | |
Symbol 68 Graphic | Used by:Timeline | |
Symbol 69 Graphic | Used by:Timeline | |
Symbol 70 Graphic | Used by:Timeline | |
Symbol 71 Graphic | Used by:Timeline | |
Symbol 72 Graphic | Used by:Timeline | |
Symbol 73 Graphic | Used by:Timeline | |
Symbol 74 Graphic | Used by:Timeline | |
Symbol 75 Graphic | Used by:Timeline | |
Symbol 76 Graphic | Used by:Timeline | |
Symbol 77 Graphic | Used by:Timeline | |
Symbol 78 Graphic | Used by:Timeline | |
Symbol 79 Graphic | Used by:Timeline | |
Symbol 80 Graphic | Used by:Timeline | |
Symbol 81 Graphic | Used by:83 | |
Symbol 82 Graphic | Used by:83 | |
Symbol 83 MovieClip | Uses:81 82 | Used by:Timeline |
Symbol 84 Graphic | Used by:Timeline | |
Symbol 85 Graphic | Used by:Timeline | |
Symbol 86 Graphic | Used by:Timeline | |
Symbol 87 Text | Uses:12 | Used by:Timeline |
Symbol 88 Graphic | Used by:Timeline | |
Symbol 89 Graphic | Used by:Timeline | |
Symbol 90 Graphic | Used by:Timeline | |
Symbol 91 Graphic | Used by:Timeline | |
Symbol 92 Graphic | Used by:Timeline | |
Symbol 93 Graphic | Used by:Timeline | |
Symbol 94 Graphic | Used by:Timeline | |
Symbol 95 Graphic | Used by:Timeline | |
Symbol 96 Graphic | Used by:Timeline | |
Symbol 97 Graphic | Used by:Timeline | |
Symbol 98 Graphic | Used by:Timeline | |
Symbol 99 Graphic | Used by:Timeline | |
Symbol 100 Graphic | Used by:Timeline | |
Symbol 101 Graphic | Used by:Timeline | |
Symbol 102 Graphic | Used by:Timeline | |
Symbol 103 Graphic | Used by:Timeline | |
Symbol 104 Graphic | Used by:Timeline | |
Symbol 105 Graphic | Used by:Timeline | |
Symbol 106 Graphic | Used by:Timeline | |
Symbol 107 Graphic | Used by:Timeline | |
Symbol 108 Graphic | Used by:Timeline | |
Symbol 109 Graphic | Used by:Timeline | |
Symbol 110 Graphic | Used by:Timeline | |
Symbol 111 Graphic | Used by:Timeline | |
Symbol 112 Graphic | Used by:Timeline | |
Symbol 113 Graphic | Used by:Timeline | |
Symbol 114 Graphic | Used by:Timeline | |
Symbol 115 Graphic | Used by:Timeline | |
Symbol 116 Graphic | Used by:Timeline | |
Symbol 117 Graphic | Used by:Timeline | |
Symbol 118 Graphic | Used by:Timeline | |
Symbol 119 Graphic | Used by:Timeline | |
Symbol 120 Graphic | Used by:Timeline | |
Symbol 121 Graphic | Used by:Timeline | |
Symbol 122 Graphic | Used by:Timeline | |
Symbol 123 Graphic | Used by:Timeline | |
Symbol 124 Graphic | Used by:Timeline | |
Symbol 125 Graphic | Used by:Timeline | |
Symbol 126 Graphic | Used by:Timeline | |
Symbol 127 Graphic | Used by:Timeline | |
Symbol 128 Graphic | Used by:Timeline | |
Symbol 129 Graphic | Used by:Timeline | |
Symbol 130 Graphic | Used by:Timeline | |
Symbol 131 Graphic | Used by:Timeline | |
Symbol 132 Graphic | Used by:Timeline | |
Symbol 133 Graphic | Used by:Timeline | |
Symbol 134 Graphic | Used by:Timeline | |
Symbol 135 Graphic | Used by:Timeline | |
Symbol 136 Graphic | Used by:Timeline | |
Symbol 137 Graphic | Used by:Timeline | |
Symbol 138 Text | Uses:12 | Used by:Timeline |
Symbol 139 Graphic | Used by:Timeline | |
Symbol 140 Graphic | Used by:Timeline | |
Symbol 141 Graphic | Used by:Timeline | |
Symbol 142 Graphic | Used by:Timeline | |
Symbol 143 Text | Uses:12 | Used by:Timeline |
Symbol 144 Text | Uses:12 | Used by:Timeline |
Symbol 145 Text | Uses:12 | Used by:Timeline |
Symbol 146 Text | Uses:12 | Used by:Timeline |
Symbol 147 Graphic | Used by:Timeline | |
Streaming Sound 1 | Used by:Timeline |
Instance Names
"mcLoadingText" | Frame 1 | Symbol 5 MovieClip |
"mProgress" | Frame 1 | Symbol 9 MovieClip |
"btStart" | Frame 2 | Symbol 14 Button |
"mcPlayPause" | Frame 2 | Symbol 20 MovieClip |
"sliderTimeline" | Frame 2 | Symbol 25 MovieClip |
"sliderVolume" | Frame 2 | Symbol 29 MovieClip |
"timer" | Frame 2 | Symbol 34 MovieClip |
"mProgressBar" | Symbol 9 MovieClip Frame 1 | Symbol 7 MovieClip |
"handleTimeline" | Symbol 25 MovieClip Frame 1 | Symbol 24 MovieClip |
"handleVolume" | Symbol 29 MovieClip Frame 1 | Symbol 28 MovieClip |
"current" | Symbol 34 MovieClip Frame 1 | Symbol 32 EditableText |
"total" | Symbol 34 MovieClip Frame 1 | Symbol 33 EditableText |
Labels
"loadingOne" | Symbol 5 MovieClip Frame 1 |
"loadingTwo" | Symbol 5 MovieClip Frame 10 |
"loadingThree" | Symbol 5 MovieClip Frame 20 |
"loadingFour" | Symbol 5 MovieClip Frame 30 |
"isPlaying" | Symbol 20 MovieClip Frame 1 |
"isPlayingDown" | Symbol 20 MovieClip Frame 15 |
"isPaused" | Symbol 20 MovieClip Frame 29 |
"isPausedDown" | Symbol 20 MovieClip Frame 45 |
|