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

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

sbemail160 limozeen_colorbook.swf

This is the info page for
Flash #224682

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


Text
Gary and Larry rehearse their moves.

"We are in a band called Limozeen!"

Larry always serenades the 'of-age' ladies after a show.

Drummers almost never wear shirts
while playing a big show.

Gary's playing some "air" guitar.
Get it?

Producer/ manager/ roadie/ webmaster Teeg Dougland
shows Perry how to tweak the reverb.

"That bear mask has GOT to go!!!" shouts Larry.

Back home from the road,
Mary and Larry say, "It's Grilla Time!"

Larry is screamin' like a demon. And the
other two are playing guitars.

Gary rocks the "geetar" and Larry
rolls the "keytar!"

Mary and Perry aren't quite sure.

Watch out!! Fast frets a-coming!

Leather
Black

Ripped
Denim Blue

Sweet Boots
Brown

Roadie
Puke Green

Skin
Flesh

Tight Shiny
Purple

Groupie
Lipstick Red

Hairspray
Blond

U
N
D
O

Ladies, We're    Staying in
Room 302 at the Ramada Tour

Coloring Book

1989

Do you want your coloring printed
or just the blank coloring page?

Uncolored

Uncolored

With coloring

With coloring

ActionScript [AS1/AS2]

Frame 1
function crayon(hexColor) { this.hexColor = hexColor; crayons.push(this); } function texture() { this.createOverlay(); this.mID = textures.length; textures.push(this); return(this); } function deactivateAllTexturesBut(skipMe) { var _local1 = 0; while (_local1 < textures.length) { if (_local1 != skipMe) { textures[_local1].setActive(false); } _local1++; } } function paintWithMouse() { if (painting && (hitArea_mc.hitTest(_xmouse, _ymouse, true))) { this.drawRandomCircle(this._xmouse, this._ymouse, 4, 4, crayons[gCurrentColor].hexColor, 80); } } function initialize() { prompt_mc._visible = false; prompt_mc._btn.enabled = false; Key.removeListener(keyListener); keyListener = new Object(); keyListener.onKeyDown = function () { a = Key.getCode(); if (a == 32) { spacePressed(); return(true); } trace("Maybe number key pressed: " + a); var _local1 = 0; while (_local1 < textures.length) { if ((a - 49) == _local1) { trace("Number key pressed: " + _local1); gCurrentColor = _local1; } _local1++; } }; Key.addListener(keyListener); textures = new Array(); attachClipCounter = 0; } function spacePressed() { trace("spacePressed(): called"); gCurrentColor++; if (gCurrentColor >= crayons.length) { gCurrentColor = 0; } } function crayonChosen(crayonNumber) { hideAllIndicators(); eval ("crayon_ind" + crayonNumber)._visible = true; eval ("crayon_ind" + crayonNumber).gotoAndPlay(1); gCurrentColor = crayonNumber; } function printButtonPressed(printAllChoice) { printAllPages = printAllChoice; if (drawnAnything) { cover_mc.cover_buttons_mc._visible = false; prompt_mc._visible = true; buttons_mc._visible = false; } else { printPage(printAllChoice); } } function printPage(allPages, printStuff) { trace("printPage(): called"); var _local6 = new PrintJob(); if (_local6.start()) { var _local8 = 0; buttons_mc._visible = false; trace((("parentClip" + parentClip_mc._x) + ",") + parentClip_mc._y); _root._rotation = 90; trace((("parentClip" + parentClip_mc._x) + ",") + parentClip_mc._y); _root._xscale = 131; _root._yscale = 131; if (!allPages) { trace("allPages = false"); trace((((((("printPage(): " + hitArea_mc._x) + ",") + hitArea_mc._width) + ",") + hitArea_mc._y) + ",") + hitArea_mc._height); if (!printStuff) { textures[activeTexture].overlayClip._visible = false; } if (_local6.addPage(0, {xMin:-20, xMax:550, yMin:-30, yMax:410})) { _local8++; } textures[activeTexture].overlayClip._visible = true; } else { trace("allPages = true"); var _local10 = activeTexture; cover_mc._visible = false; var _local2 = 0; while (_local2 < lines_mc._totalframes) { textures[_local2].setActive(true); lines_mc.gotoAndStop(Number(_local2 + 1)); if (!printStuff) { textures[_local2].overlayClip._visible = false; } if (_local6.addPage(0, {xMin:-20, xMax:550, yMin:-30, yMax:410})) { _local8++; } textures[_local2].overlayClip._visible = true; _local2++; } textures[_local10].setActive(true); lines_mc.gotoAndStop(1); cover_mc._visible = true; } buttons_mc._visible = true; _root._rotation = 0; _root._xscale = 100; _root._yscale = 100; if (_local8 > 0) { _local6.send(); } } new_mc.removeMovieClip(); } function promptChoice(printStuff) { cover_mc.cover_buttons_mc._visible = true; prompt_mc._visible = false; buttons_mc._visible = true; printPage(printAllPages, printStuff); } function undo() { if (textures[activeTexture].depthCounter == 0) { return(undefined); } trace((("undo() called" + activeTexture) + textures[activeTexture].getOverlayClip(textures[activeTexture].depthCounter)) + textures[activeTexture].getOverlayClip(textures[activeTexture].depthCounter - 1)); if (!undoState) { textures[activeTexture].getOverlayClip(textures[activeTexture].depthCounter)._visible = false; textures[activeTexture].getOverlayClip(textures[activeTexture].depthCounter - 1)._visible = true; } else { textures[activeTexture].getOverlayClip(textures[activeTexture].depthCounter)._visible = true; textures[activeTexture].getOverlayClip(textures[activeTexture].depthCounter - 1)._visible = false; } undoState = !undoState; } function colorPage() { this.mID = colorPages.length; this.textureObj = new texture(); this.textureObj.setActive(false); colorPages.push(this); } function navButtonPressed(forward) { var _local3 = currentColorPage; trace((((("navButtonPressed(" + forward) + "): called before ") + this._totalframes) + " ") + currentColorPage); if (forward) { currentColorPage++; if (currentColorPage >= lines_mc._totalframes) { currentColorPage = 0; cover_mc._visible = true; } } else { currentColorPage--; if (currentColorPage < 0) { currentColorPage = 0; cover_mc._visible = true; } } lines_mc.gotoAndStop(Number(currentColorPage + 1)); colorPages[currentColorPage].setActive(); trace((((("navButtonPressed(" + forward) + "): called after ") + this._totalframes) + " ") + currentColorPage); } function hideAllIndicators() { var i = 0; while (i < crayons.length) { eval ("crayon_ind" + i)._visible = false; i++; } } function clearCurrentPage() { trace("clearCurrentPage(): called"); colorPages[currentColorPage].clear(); } function coverPressed() { cover_mc._visible = false; } function setBook() { var _local2 = 0; new crayon(0); new crayon(65280); new crayon(3368703); new crayon(16430286); new crayon(7687936); new crayon(10040268); new crayon(16711680); new crayon(16777062); var _local1 = 0; while (_local1 < lines_mc._totalframes) { new colorPage(); _local1++; } hideAllIndicators(); crayonChosen(0); colorPages[0].setActive(true); } var gCurrentColor = 0; var attachClipCounter = 0; var painting = false; var textures = new Array(); var activeTexture; var keyListener; var crayons = new Array(); var printAllPages = false; var drawnAnything = false; var undoState = false; MovieClip.prototype.drawCircle = function (x, y, r, RGB, alpha) { trace("drawCircle for " + this._name); this.moveTo(x + r, y); this.beginFill(RGB); this.curveTo(r + x, (0.414213562373095 * r) + y, (0.707106781186547 * r) + x, (0.707106781186547 * r) + y); this.curveTo((0.414213562373095 * r) + x, r + y, x, r + y); this.curveTo((-0.414213562373095 * r) + x, r + y, (-0.707106781186547 * r) + x, (0.707106781186547 * r) + y); this.curveTo((-r) + x, (0.414213562373095 * r) + y, (-r) + x, y); this.curveTo((-r) + x, (-0.414213562373095 * r) + y, (-0.707106781186547 * r) + x, (-0.707106781186547 * r) + y); this.curveTo((-0.414213562373095 * r) + x, (-r) + y, x, (-r) + y); this.curveTo((0.414213562373095 * r) + x, (-r) + y, (0.707106781186547 * r) + x, (-0.707106781186547 * r) + y); this.curveTo(r + x, (-0.414213562373095 * r) + y, r + x, y); }; MovieClip.prototype.drawRandomCircle = function (x, y, w_topbound, h_topbound, RGB, alpha) { var _local2 = (Math.random() * (w_topbound - 2)) + 2; this.drawCircle(x, y, _local2, RGB, alpha); trace((("drawRandomCircle" + this._name) + ",") + this.mOverlay._name); this.mOverlay.drawCircle(x, y, _local2, RGB, alpha); }; texture.prototype.createOverlay = function () { trace("createOverlay() called"); this.depthCounter = 0; this.overlayClip = parentClip_mc.createEmptyMovieClip("overlayClip_mc" + attachClipCounter, attachClipCounter++); this.overlayClip.createEmptyMovieClip("overlay" + this.depthCounter, this.depthCounter); trace("createOverlay:: " + this.depthCounter); this.overlayClip._alpha = 80; }; texture.prototype.clear = function () { this.overlayClip.removeMovieClip(); this.createOverlay(); crayonChosen(gCurrentColor); }; texture.prototype.getOverlayClip = function (num) { if (num == undefined) { return(this.overlayClip["overlay" + this.depthCounter]); } return(this.overlayClip["overlay" + num]); }; texture.prototype.setVisible = function (visibleValue) { this.overlayClip._visible = visibleValue; }; _root.createEmptyMovieClip("myLine", 0); hitArea_mc.onMouseDown = function () { if (cover_mc._visible || (prompt_mc._visible)) { return(undefined); } if (_root._ymouse > 410) { return(undefined); } if (_root.buttons_mc.hitTest(_xmouse, _ymouse, true)) { return(undefined); } trace("onMouseDown:: hit - start draw operation"); drawnAnything = true; if (undoState) { textures[activeTexture].getOverlayClip(textures[activeTexture].depthCounter - 1).duplicateMovieClip("overlay" + textures[activeTexture].depthCounter, textures[activeTexture].depthCounter); textures[activeTexture].getOverlayClip(textures[activeTexture].depthCounter - 1)._visible = false; } else { textures[activeTexture].depthCounter++; textures[activeTexture].getOverlayClip(textures[activeTexture].depthCounter - 1).duplicateMovieClip("overlay" + textures[activeTexture].depthCounter, textures[activeTexture].depthCounter); textures[activeTexture].getOverlayClip(textures[activeTexture].depthCounter - 1)._visible = false; } undoState = false; textures[activeTexture].getOverlayClip(textures[activeTexture].depthCounter - 2).removeMovieClip(); textures[activeTexture].getOverlayClip().moveTo(_xmouse, _ymouse); textures[activeTexture].getOverlayClip().lineStyle(6, crayons[gCurrentColor].hexColor, 100); _root.onMouseMove = function () { textures[activeTexture].getOverlayClip().lineTo(_xmouse, _ymouse); trace(("textures[activeTexture].getOverlayClip()" + textures[activeTexture].getOverlayClip()) + textures[activeTexture].getOverlayClip()._visible); }; }; _root.onMouseUp = function () { _root.onMouseMove = noLine; }; texture.prototype.setActive = function (activeValue) { if (activeValue) { trace("activate called: " + this.maskClip._name); deactivateAllTexturesBut(this.mID); this.setVisible(true); activeTexture = this.mID; } else { delete this.maskClip.onMouseMove; this.setVisible(false); } }; hitArea_mc.onPress = function () { painting = true; }; hitArea_mc.onReleaseOutside = function () { painting = false; }; hitArea_mc.onRelease = function () { trace("buttonReleased"); painting = false; }; initialize(); var colorPages = new Array(); var currentColorPage = 0; var currentAdjustedCrayon = 0; colorPage.prototype.setActive = function () { this.textureObj.setActive(true); }; colorPage.prototype.clear = function () { this.textureObj.clear(); this.textureObj.setActive(true); }; setBook(); lines_mc.stop(); stop();
Symbol 39 Button
on (release) { _parent.clearCurrentPage(); }
Symbol 43 Button
on (release) { _parent.navButtonPressed(true); }
Symbol 44 Button
on (release) { _parent.navButtonPressed(false); }
Symbol 48 Button
on (release) { _parent.printButtonPressed(false); }
Symbol 53 Button
on (release) { crayonChosen(0); }
Symbol 56 Button
on (release) { crayonChosen(2); }
Symbol 59 Button
on (release) { crayonChosen(4); }
Symbol 62 Button
on (release) { crayonChosen(1); }
Symbol 65 Button
on (release) { crayonChosen(3); }
Symbol 68 Button
on (release) { crayonChosen(5); }
Symbol 71 Button
on (release) { crayonChosen(6); }
Symbol 74 Button
on (release) { crayonChosen(7); }
Symbol 82 Button
on (release) { undo(); }
Symbol 91 Button
on (release) { _parent.coverPressed(); }
Symbol 95 Button
on (release) { _parent._parent.printButtonPressed(true); }
Symbol 96 Button
on (release) { _parent._parent.coverPressed(); }
Symbol 106 Button
on (release) { _parent.promptChoice(false); }
Symbol 109 Button
on (release) { _parent.promptChoice(true); }

Library Items

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

Instance Names

"hitArea_mc"Frame 1Symbol 5 MovieClip
"parentClip_mc"Frame 1Symbol 6 MovieClip
"lines_mc"Frame 1Symbol 33 MovieClip
"buttons_mc"Frame 1Symbol 49 MovieClip
"crayon_ind2"Frame 1Symbol 78 MovieClip
"crayon_ind0"Frame 1Symbol 78 MovieClip
"crayon_ind1"Frame 1Symbol 78 MovieClip
"crayon_ind3"Frame 1Symbol 78 MovieClip
"crayon_ind5"Frame 1Symbol 78 MovieClip
"crayon_ind4"Frame 1Symbol 78 MovieClip
"crayon_ind6"Frame 1Symbol 78 MovieClip
"crayon_ind7"Frame 1Symbol 78 MovieClip
"undoDawg_btn"Frame 1Symbol 82 Button
"cover_mc"Frame 1Symbol 98 MovieClip
"prompt_mc"Frame 1Symbol 110 MovieClip
"cover_buttons_mc"Symbol 98 MovieClip Frame 1Symbol 97 MovieClip
"_btn"Symbol 110 MovieClip Frame 1Symbol 100 Button

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 3 as "textureA"




http://swfchan.com/45/224682/info.shtml
Created: 23/9 -2019 06:05:59 Last modified: 23/9 -2019 06:05:59 Server time: 05/05 -2024 01:21:10