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

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

Christmas_Hentai.swf

This is the info page for
Flash #96315

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


Text
START

Faster

Menu

Slower

Finish

Again

ActionScript [AS1/AS2]

Frame 1
function setTint(_obj, _r, _g, _b) { tint = new Object(); tint = {ra:_r, ga:_g, ba:_b}; col = new Color(_obj); col.setTransform(tint); } skinr = 150; sking = 90; skinb = 78; hairr = 140; hairg = 136; hairb = 75; eyer = 69; eyeg = 94; eyeb = 100; function tintSkin(_r, _g, _b) { setTint(body.body, _r, _g, _b); skinr = _r; sking = _g; skinb = _b; } function tintHair(_r, _g, _b) { setTint(hair, _r, _g, _b); hairr = _r; hairg = _g; hairb = _b; } function tintEyes(_r, _g, _b) { setTint(eyes.pupils.pupils, _r, _g, _b); eyer = _r; eyeg = _g; eyeb = _b; }
Frame 2
cum = false; stop(); tintSkin(skinr, sking, skinb); tintHair(hairr, hairg, hairb); tintEyes(eyer, eyeg, eyeb); init = function () { width = 750; height = 400; snowflakes = 50; i = 0; while (i < snowflakes) { t = attachMovie("snowflake", "snowflake" + i, i); t._rotation = Math.random() * 360; t._x = Math.random() * width; t._y = Math.random() * height; t._; t._xscale = (t._yscale = 25 + (Math.random() * 50)); t.k = 1 + (Math.random() * 2); t.wind = -1.5 + (Math.random() * 3); t.onEnterFrame = mover; i++; } }; mover = function () { this._y = this._y + this.k; this._x = this._x + this.wind; if (this._y > (height + 10)) { this._y = -20; } if (this._x > (width + 20)) { this._x = this._x - (width + 20); } else if (this._x < -20) { this._x = this._x + (width + 20); } }; init();
Frame 3
dick.gotoAndPlay("thrustslow"); prevnum = num; while ((num == prevnum) or (Math.random() < 0.75)) { num = Math.round((Math.random() * 5) + 1); } mouth.gotoAndPlay("slow" + num); if (juicedripint == undefined) { juicedripint = setInterval(function () { drip = attachMovie("juicedrip", "juicedrip", 0); drip._x = 593; drip._y = 130; }, 3700); }
Frame 11
gotoAndPlay (3);
Frame 12
dick.gotoAndPlay("thrustfast"); if ((!delay) or (delay == undefined)) { lastnum = num; while ((num == lastnum) and ((num != 1) or (Math.random() < 0.5))) { num = Math.round((Math.random() * 3) + 1); } if (num != 1) { delay = true; } mouth.gotoAndPlay("fast" + num); } else { delay = false; } if (juicedripint == undefined) { juicedripint = setInterval(function () { drip = attachMovie("juicedrip", "juicedrip", 0); drip._x = 593; drip._y = 130; }, 2100); }
Frame 14
if (cum) { gotoAndPlay (17); }
Frame 16
gotoAndPlay (12);
Frame 17
clearInterval(juicedripint); clearInterval(cumdripint); delete juicedripint; delete cumdripint; dick.gotoAndPlay("cum"); mouth.gotoAndPlay("slow5");
Frame 29
dick.gotoAndPlay("twitch");
Frame 48
dick.gotoAndPlay("cum");
Frame 60
dick.gotoAndPlay("pullout"); pussy.pussy.gotoAndPlay("pullout");
Frame 116
cumdripint = setInterval(function () { drip = attachMovie("cumdrip", "cumdrip", 0); drip._x = 588; drip._y = 137; }, 2100); stop();
Symbol 1 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 14 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 24 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 33 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 34 MovieClip [UpArrow] Frame 1
stop();
Symbol 34 MovieClip [UpArrow] Frame 2
stop();
Symbol 34 MovieClip [UpArrow] Frame 3
stop();
Symbol 41 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 48 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 53 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(highlight3D_mc, "highlight3D"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight");
Symbol 54 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 62 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 70 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 78 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 79 MovieClip [DownArrow] Frame 1
stop();
Symbol 79 MovieClip [DownArrow] Frame 2
stop();
Symbol 79 MovieClip [DownArrow] Frame 3
stop();
Symbol 82 MovieClip Frame 1
var component = _parent; component.registerSkinElement(track_mc, "scrollTrack");
Symbol 83 MovieClip [FScrollBarSymbol] Frame 1
#initclip 2 FScrollBarClass = function () { if (this._height == 4) { return(undefined); } this.init(); this.minPos = (this.maxPos = (this.pageSize = (this.largeScroll = 0))); this.smallScroll = 1; this.width = (this.horizontal ? (this._width) : (this._height)); this._xscale = (this._yscale = 100); this.setScrollPosition(0); this.tabEnabled = false; if (this._targetInstanceName.length > 0) { this.setScrollTarget(this._parent[this._targetInstanceName]); } this.tabChildren = false; this.setSize(this.width); }; FScrollBarClass.prototype = new FUIComponentClass(); FScrollBarClass.prototype.setHorizontal = function (flag) { if (this.horizontal && (!flag)) { this._xscale = 100; this._rotation = 0; } else if (flag && (!this.horizontal)) { this._xscale = -100; this._rotation = -90; } this.horizontal = flag; }; FScrollBarClass.prototype.setScrollProperties = function (pSize, mnPos, mxPos) { if (!this.enable) { return(undefined); } this.pageSize = pSize; this.minPos = Math.max(mnPos, 0); this.maxPos = Math.max(mxPos, 0); this.scrollPosition = Math.max(this.minPos, this.scrollPosition); this.scrollPosition = Math.min(this.maxPos, this.scrollPosition); if ((this.maxPos - this.minPos) <= 0) { this.scrollThumb_mc.removeMovieClip(); this.upArrow_mc.gotoAndStop(3); this.downArrow_mc.gotoAndStop(3); this.downArrow_mc.onPress = (this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = null)); this.upArrow_mc.onPress = (this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = null)); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onRelease = null); this.scrollTrack_mc.onDragOut = (this.scrollTrack_mc.onRollOut = null); this.scrollTrack_mc.useHandCursor = false; } else { var tmp = this.getScrollPosition(); this.upArrow_mc.gotoAndStop(1); this.downArrow_mc.gotoAndStop(1); this.upArrow_mc.onPress = (this.upArrow_mc.onDragOver = this.startUpScroller); this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = this.stopScrolling); this.downArrow_mc.onPress = (this.downArrow_mc.onDragOver = this.startDownScroller); this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = this.stopScrolling); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onDragOver = this.startTrackScroller); this.scrollTrack_mc.onRelease = this.stopScrolling; this.scrollTrack_mc.onDragOut = this.stopScrolling; this.scrollTrack_mc.onRollOut = this.stopScrolling; this.scrollTrack_mc.useHandCursor = false; this.attachMovie("ScrollThumb", "scrollThumb_mc", 3); this.scrollThumb_mc._x = 0; this.scrollThumb_mc._y = this.upArrow_mc._height; this.scrollThumb_mc.onPress = this.startDragThumb; this.scrollThumb_mc.controller = this; this.scrollThumb_mc.onRelease = (this.scrollThumb_mc.onReleaseOutside = this.stopDragThumb); this.scrollThumb_mc.useHandCursor = false; this.thumbHeight = (this.pageSize / ((this.maxPos - this.minPos) + this.pageSize)) * this.trackSize; this.thumbMid_mc = this.scrollThumb_mc.mc_sliderMid; this.thumbTop_mc = this.scrollThumb_mc.mc_sliderTop; this.thumbBot_mc = this.scrollThumb_mc.mc_sliderBot; this.thumbHeight = Math.max(this.thumbHeight, 6); this.midHeight = (this.thumbHeight - this.thumbTop_mc._height) - this.thumbBot_mc._height; this.thumbMid_mc._yScale = (this.midHeight * 100) / this.thumbMid_mc._height; this.thumbMid_mc._y = this.thumbTop_mc._height; this.thumbBot_mc._y = this.thumbTop_mc._height + this.midHeight; this.scrollTop = this.scrollThumb_mc._y; this.trackHeight = this.trackSize - this.thumbHeight; this.scrollBot = this.trackHeight + this.scrollTop; tmp = Math.min(tmp, this.maxPos); this.setScrollPosition(Math.max(tmp, this.minPos)); } }; FScrollBarClass.prototype.getScrollPosition = function () { return(this.scrollPosition); }; FScrollBarClass.prototype.setScrollPosition = function (pos) { this.scrollPosition = pos; if (this.scrollThumb_mc != undefined) { pos = Math.min(pos, this.maxPos); pos = Math.max(pos, this.minPos); } this.scrollThumb_mc._y = (((pos - this.minPos) * this.trackHeight) / (this.maxPos - this.minPos)) + this.scrollTop; this.executeCallBack(); }; FScrollBarClass.prototype.setLargeScroll = function (lScroll) { this.largeScroll = lScroll; }; FScrollBarClass.prototype.setSmallScroll = function (sScroll) { this.smallScroll = sScroll; }; FScrollBarClass.prototype.setEnabled = function (enabledFlag) { var wasEnabled = this.enable; if (enabledFlag && (!wasEnabled)) { this.enable = enabledFlag; if (this.textField != undefined) { this.setScrollTarget(this.textField); } else { this.setScrollProperties(this.pageSize, this.cachedMinPos, this.cachedMaxPos); this.setScrollPosition(this.cachedPos); } this.clickFilter = undefined; } else if ((!enabledFlag) && (wasEnabled)) { this.textField.removeListener(this); this.cachedPos = this.getScrollPosition(); this.cachedMinPos = this.minPos; this.cachedMaxPos = this.maxPos; if (this.clickFilter == undefined) { this.setScrollProperties(this.pageSize, 0, 0); } else { this.clickFilter = true; } this.enable = enabledFlag; } }; FScrollBarClass.prototype.setSize = function (hgt) { if (this._height == 1) { return(undefined); } this.width = hgt; this.scrollTrack_mc._yscale = 100; this.scrollTrack_mc._yscale = (100 * this.width) / this.scrollTrack_mc._height; if (this.upArrow_mc == undefined) { this.attachMovie("UpArrow", "upArrow_mc", 1); this.attachMovie("DownArrow", "downArrow_mc", 2); this.downArrow_mc.controller = (this.upArrow_mc.controller = this); this.upArrow_mc.useHandCursor = (this.downArrow_mc.useHandCursor = false); this.upArrow_mc._x = (this.upArrow_mc._y = 0); this.downArrow_mc._x = 0; } this.scrollTrack_mc.controller = this; this.downArrow_mc._y = this.width - this.downArrow_mc._height; this.trackSize = this.width - (2 * this.downArrow_mc._height); if (this.textField != undefined) { this.onTextChanged(); } else { this.setScrollProperties(this.pageSize, this.minPos, this.maxPos); } }; FScrollBarClass.prototype.scrollIt = function (inc, mode) { var delt = this.smallScroll; if (inc != "one") { delt = ((this.largeScroll == 0) ? (this.pageSize) : (this.largeScroll)); } var newPos = (this.getScrollPosition() + (mode * delt)); if (newPos > this.maxPos) { newPos = this.maxPos; } else if (newPos < this.minPos) { newPos = this.minPos; } this.setScrollPosition(newPos); }; FScrollBarClass.prototype.startDragThumb = function () { this.lastY = this._ymouse; this.onMouseMove = this.controller.dragThumb; }; FScrollBarClass.prototype.dragThumb = function () { this.scrollMove = this._ymouse - this.lastY; this.scrollMove = this.scrollMove + this._y; if (this.scrollMove < this.controller.scrollTop) { this.scrollMove = this.controller.scrollTop; } else if (this.scrollMove > this.controller.scrollBot) { this.scrollMove = this.controller.scrollBot; } this._y = this.scrollMove; var c = this.controller; c.scrollPosition = Math.round(((c.maxPos - c.minPos) * (this._y - c.scrollTop)) / c.trackHeight) + c.minPos; this.controller.isScrolling = true; updateAfterEvent(); this.controller.executeCallBack(); }; FScrollBarClass.prototype.stopDragThumb = function () { this.controller.isScrolling = false; this.onMouseMove = null; }; FScrollBarClass.prototype.startTrackScroller = function () { this.controller.trackScroller(); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "page", -1); }; FScrollBarClass.prototype.scrollInterval = function (inc, mode) { clearInterval(this.scrolling); if (inc == "page") { this.trackScroller(); } else { this.scrollIt(inc, mode); } this.scrolling = setInterval(this, "scrollInterval", 35, inc, mode); }; FScrollBarClass.prototype.trackScroller = function () { if ((this.scrollThumb_mc._y + this.thumbHeight) < this._ymouse) { this.scrollIt("page", 1); } else if (this.scrollThumb_mc._y > this._ymouse) { this.scrollIt("page", -1); } }; FScrollBarClass.prototype.stopScrolling = function () { this.controller.downArrow_mc.gotoAndStop(1); this.controller.upArrow_mc.gotoAndStop(1); clearInterval(this.controller.scrolling); }; FScrollBarClass.prototype.startUpScroller = function () { this.controller.upArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", -1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", -1); }; FScrollBarClass.prototype.startDownScroller = function () { this.controller.downArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", 1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", 1); }; FScrollBarClass.prototype.setScrollTarget = function (tF) { if (tF == undefined) { this.textField.removeListener(this); delete this.textField[(this.horizontal ? "hScroller" : "vScroller")]; if ((this.textField.hScroller != undefined) && (this.textField.vScroller != undefined)) { this.textField.unwatch("text"); this.textField.unwatch("htmltext"); } } this.textField = undefined; if (!(tF instanceof TextField)) { return(undefined); } this.textField = tF; this.textField[(this.horizontal ? "hScroller" : "vScroller")] = this; this.onTextChanged(); this.onChanged = function () { this.onTextChanged(); }; this.onScroller = function () { if (!this.isScrolling) { if (!this.horizontal) { this.setScrollPosition(this.textField.scroll); } else { this.setScrollPosition(this.textField.hscroll); } } }; this.textField.addListener(this); this.textField.watch("text", this.callback); this.textField.watch("htmlText", this.callback); }; FScrollBarClass.prototype.callback = function (prop, oldVal, newVal) { clearInterval(this.hScroller.synchScroll); clearInterval(this.vScroller.synchScroll); this.hScroller.synchScroll = setInterval(this.hScroller, "onTextChanged", 50); this.vScroller.synchScroll = setInterval(this.vScroller, "onTextChanged", 50); return(newVal); }; FScrollBarClass.prototype.onTextChanged = function () { if ((!this.enable) || (this.textField == undefined)) { return(undefined); } clearInterval(this.synchScroll); if (this.horizontal) { var pos = this.textField.hscroll; this.setScrollProperties(this.textField._width, 0, this.textField.maxhscroll); this.setScrollPosition(Math.min(pos, this.textField.maxhscroll)); } else { var pos = this.textField.scroll; var pageSize = (this.textField.bottomScroll - this.textField.scroll); this.setScrollProperties(pageSize, 1, this.textField.maxscroll); this.setScrollPosition(Math.min(pos, this.textField.maxscroll)); } }; FScrollBarClass.prototype.executeCallBack = function () { if (this.textField == undefined) { super.executeCallBack(); } else if (this.horizontal) { this.textField.hscroll = this.getScrollPosition(); } else { this.textField.scroll = this.getScrollPosition(); } }; Object.registerClass("FScrollBarSymbol", FScrollBarClass); #endinitclip
Symbol 87 MovieClip [snowflake] Frame 1
gotoAndPlay(Math.round((Math.random() * 2) + 1) * 2);
Symbol 87 MovieClip [snowflake] Frame 3
prevFrame(); play();
Symbol 87 MovieClip [snowflake] Frame 5
prevFrame(); play();
Symbol 87 MovieClip [snowflake] Frame 7
prevFrame(); play();
Symbol 107 MovieClip [cumdrip] Frame 15
this.removeMovieClip();
Symbol 107 MovieClip [cumdrip] Frame 20
this.removeMovieClip();
Symbol 114 MovieClip [juicedrip] Frame 13
this.removeMovieClip();
Symbol 126 MovieClip Frame 1
function timerHandler() { if (!loadingComplete) { var loaded = (_root.getBytesLoaded() / _root.getBytesTotal()); bar._xscale = 100 * loaded; if (loaded == 1) { loadingComplete = true; if (AUTO_PLAY) { startMovie(); } else { gotoAndStop (2); } return(undefined); } } dt = getTimer() - time; time = time + dt; frameAccum = frameAccum + dt; var i = 0; while ((frameAccum >= FRAME_TIME) && (i < MAX_FRAME_SKIP)) { advanceFrame(tankLogo, true, true); advanceFrame(loadingText, false, true); advanceFrame(barGfx, false, true); if (loadingComplete) { advanceFrame(this, false, false); } (frameAccum = frameAccum - FRAME_TIME); i++; } updateAfterEvent(); } function advanceFrame(clip, recurse, loop) { if (!clip) { return(undefined); } clip.stop(); if (clip._currentframe == clip._totalframes) { if (loop) { clip.gotoAndStop(1); } } else { clip.nextFrame(); } if (recurse) { for (childName in clip) { if (typeof(clip[childName]) == "movieclip") { advanceFrame(clip[childName], recurse, loop); } } } } function startMovie() { clearInterval(intervalId); _root.play(); } _root.stop(); stop(); var FRAME_TIME = 33.3333333333333; var AUTO_PLAY = false; var MAX_FRAME_SKIP = 5; var loadingComplete; var intervalId; var time; var frameAccum; loadingComplete = false; intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2); frameAccum = 0; time = getTimer(); timerHandler();
Symbol 126 MovieClip Frame 37
startMovie();
Symbol 130 MovieClip Frame 1
_root.setTint(this, _root.skinr, _root.sking, _root.skinb);
Symbol 135 MovieClip Frame 1
_root.setTint(this, _root.eyer, _root.eyeg, _root.eyeb);
Symbol 140 MovieClip Frame 1
_root.setTint(this, _root.hairr, _root.hairg, _root.hairb);
Symbol 147 Button
on (release, keyPress "<Right>") { i = 0; while (i < snowflakes) { eval ("snowflake" + i).removeMovieClip(); i++; } gotoAndPlay (3); } on (keyPress "<Enter>") { i = 0; while (i < snowflakes) { eval ("snowflake" + i).removeMovieClip(); i++; } gotoAndPlay (3); } on (keyPress "<Space>") { i = 0; while (i < snowflakes) { eval ("snowflake" + i).removeMovieClip(); i++; } gotoAndPlay (3); }
Symbol 150 Button
on (release) { tintSkin(150, 90, 78); }
Symbol 151 Button
on (release) { tintSkin(105, 90, 80); }
Symbol 152 Button
on (release) { tintSkin(90, 80, 67); skintone = 3; }
Symbol 153 Button
on (release) { tintSkin(74, 65, 47); skintone = 4; }
Symbol 154 Button
on (release) { tintHair(94, 94, 100); }
Symbol 155 Button
on (release) { tintHair(20, 20, 21); }
Symbol 156 Button
on (release) { tintHair(67, 52, 32); }
Symbol 157 Button
on (release) { tintHair(140, 136, 75); }
Symbol 158 Button
on (release) { tintHair(105, 70, 79); }
Symbol 159 Button
on (release) { tintHair(60, 89, 60); }
Symbol 160 Button
on (release) { tintHair(90, 76, 92); }
Symbol 161 Button
on (release) { tintHair(94, 50, 47); }
Symbol 162 Button
on (release) { tintEyes(69, 94, 100); }
Symbol 163 Button
on (release) { tintEyes(20, 49, 83); }
Symbol 164 Button
on (release) { tintEyes(90, 67, 32); }
Symbol 165 Button
on (release) { tintEyes(100, 89, 27); }
Symbol 166 Button
on (release) { tintEyes(76, 100, 72); }
Symbol 167 Button
on (release) { tintEyes(25, 89, 25); }
Symbol 168 Button
on (release) { tintEyes(74, 60, 81); }
Symbol 169 Button
on (release) { tintEyes(94, 29, 29); }
Symbol 172 MovieClip Frame 1
_root.setTint(this, _root.skinr, _root.sking, _root.skinb);
Symbol 176 MovieClip Frame 1
_root.setTint(this, _root.hairr, _root.hairg, _root.hairb);
Symbol 179 MovieClip Frame 1
_root.setTint(this, _root.skinr, _root.sking, _root.skinb);
Symbol 182 MovieClip Frame 1
_root.setTint(this, _root.skinr, _root.sking, _root.skinb);
Symbol 241 MovieClip Frame 30
_root.eyes.eyes.gotoAndPlay("wince");
Symbol 241 MovieClip Frame 39
_root.eyes.eyes.gotoAndPlay("wince");
Symbol 241 MovieClip Frame 55
_root.eyes.eyes.gotoAndPlay("blink");
Symbol 241 MovieClip Frame 60
_root.eyes.eyes.gotoAndPlay("partwince");
Symbol 241 MovieClip Frame 69
_root.eyes.eyes.gotoAndPlay("blink");
Symbol 241 MovieClip Frame 79
_root.eyes.eyes.gotoAndPlay("partwince");
Symbol 241 MovieClip Frame 87
breathtime = (getTimer() + (Math.random() * 500)) + 1500;
Symbol 241 MovieClip Frame 89
_root.eyes.eyes.gotoAndPlay("partwince");
Symbol 241 MovieClip Frame 96
if (getTimer() >= breathtime) { gotoAndPlay (87); } else { prevFrame(); play(); }
Symbol 245 MovieClip Frame 1
_root.setTint(this, _root.eyer, _root.eyeg, _root.eyeb);
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 6
stop();
Symbol 270 MovieClip Frame 9
stop();
Symbol 270 MovieClip Frame 14
stop();
Symbol 270 MovieClip Frame 19
stop();
Symbol 273 MovieClip Frame 1
_root.setTint(this, _root.hairr, _root.hairg, _root.hairb);
Symbol 276 MovieClip Frame 1
_root.setTint(this, _root.hairr, _root.hairg, _root.hairb);
Symbol 279 MovieClip Frame 1
_root.setTint(this, _root.hairr, _root.hairg, _root.hairb);
Symbol 282 MovieClip Frame 1
_root.setTint(this, _root.hairr, _root.hairg, _root.hairb);
Symbol 285 MovieClip Frame 1
_root.setTint(this, _root.hairr, _root.hairg, _root.hairb);
Symbol 289 MovieClip Frame 1
_root.setTint(this, _root.skinr, _root.sking, _root.skinb);
Symbol 293 MovieClip Frame 1
_root.setTint(this, _root.skinr, _root.sking, _root.skinb);
Symbol 297 MovieClip Frame 1
_root.setTint(this, _root.skinr, _root.sking, _root.skinb);
Symbol 308 MovieClip Frame 1
stop();
Symbol 308 MovieClip Frame 2
stop();
Symbol 308 MovieClip Frame 10
stop();
Symbol 332 MovieClip Frame 15
stop();
Symbol 332 MovieClip Frame 20
gotoAndPlay (15);
Symbol 332 MovieClip Frame 30
stop();
Symbol 336 Button
on (release, keyPress "<Right>") { clearInterval(juicedripint); delete juicedripint; gotoAndPlay (12); eyes.gotoAndPlay("partclose"); }
Symbol 338 Button
on (release, keyPress "<Escape>") { clearInterval(juicedripint); clearInterval(cumdripint); delete juicedripint; delete cumdripint; gotoAndPlay (2); }
Symbol 342 Button
on (release, keyPress "<Left>") { clearInterval(juicedripint); delete juicedripint; gotoAndPlay (3); eyes.gotoAndPlay("default"); }
Symbol 344 Button
on (release, keyPress "<Right>") { clearInterval(juicedripint); delete juicedripint; cum = true; }
Symbol 352 Button
on (release, keyPress "<Right>") { cum = false; clearInterval(cumdripint); gotoAndPlay (3); }

Library Items

Symbol 1 MovieClip [FUIComponentSymbol]
Symbol 2 GraphicUsed by:3 21 39 40 46 47 49 55 67
Symbol 3 MovieClipUses:2Used by:14
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:14
Symbol 6 GraphicUsed by:7 27 58 73
Symbol 7 MovieClipUses:6Used by:14
Symbol 8 GraphicUsed by:9 28 59 74
Symbol 9 MovieClipUses:8Used by:14
Symbol 10 GraphicUsed by:11 16 26 60 64 72
Symbol 11 MovieClipUses:10Used by:14
Symbol 12 GraphicUsed by:13 15 25 61 63 71
Symbol 13 MovieClipUses:12Used by:14
Symbol 14 MovieClipUses:3 5 7 9 11 13Used by:34
Symbol 15 MovieClipUses:12Used by:24
Symbol 16 MovieClipUses:10Used by:24
Symbol 17 GraphicUsed by:18 65
Symbol 18 MovieClipUses:17Used by:24
Symbol 19 GraphicUsed by:20 66
Symbol 20 MovieClipUses:19Used by:24
Symbol 21 MovieClipUses:2Used by:24
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:24
Symbol 24 MovieClipUses:15 16 18 20 21 23Used by:34
Symbol 25 MovieClipUses:12Used by:33
Symbol 26 MovieClipUses:10Used by:33
Symbol 27 MovieClipUses:6Used by:33
Symbol 28 MovieClipUses:8Used by:33
Symbol 29 GraphicUsed by:30 75
Symbol 30 MovieClipUses:29Used by:33
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33
Symbol 33 MovieClipUses:25 26 27 28 30 32Used by:34
Symbol 34 MovieClip [UpArrow]Uses:14 24 33
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:41
Symbol 37 GraphicUsed by:38 42 43 52
Symbol 38 MovieClipUses:37Used by:41
Symbol 39 MovieClipUses:2Used by:41
Symbol 40 MovieClipUses:2Used by:41
Symbol 41 MovieClipUses:36 38 39 40Used by:54
Symbol 42 MovieClipUses:37Used by:48
Symbol 43 MovieClipUses:37Used by:48
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:48
Symbol 46 MovieClipUses:2Used by:48
Symbol 47 MovieClipUses:2Used by:48
Symbol 48 MovieClipUses:42 43 45 46 47Used by:54
Symbol 49 MovieClipUses:2Used by:53
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:53
Symbol 52 MovieClipUses:37Used by:53
Symbol 53 MovieClipUses:49 51 52Used by:54
Symbol 54 MovieClip [ScrollThumb]Uses:41 48 53
Symbol 55 MovieClipUses:2Used by:62
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:62
Symbol 58 MovieClipUses:6Used by:62
Symbol 59 MovieClipUses:8Used by:62
Symbol 60 MovieClipUses:10Used by:62
Symbol 61 MovieClipUses:12Used by:62
Symbol 62 MovieClipUses:55 57 58 59 60 61Used by:79
Symbol 63 MovieClipUses:12Used by:70
Symbol 64 MovieClipUses:10Used by:70
Symbol 65 MovieClipUses:17Used by:70
Symbol 66 MovieClipUses:19Used by:70
Symbol 67 MovieClipUses:2Used by:70
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:70
Symbol 70 MovieClipUses:63 64 65 66 67 69Used by:79
Symbol 71 MovieClipUses:12Used by:78
Symbol 72 MovieClipUses:10Used by:78
Symbol 73 MovieClipUses:6Used by:78
Symbol 74 MovieClipUses:8Used by:78
Symbol 75 MovieClipUses:29Used by:78
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:78
Symbol 78 MovieClipUses:71 72 73 74 75 77Used by:79
Symbol 79 MovieClip [DownArrow]Uses:62 70 78
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:82
Symbol 82 MovieClipUses:81Used by:83
Symbol 83 MovieClip [FScrollBarSymbol]Uses:82
Symbol 84 GraphicUsed by:87
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClip [snowflake]Uses:84 85 86
Symbol 88 GraphicUsed by:107
Symbol 89 GraphicUsed by:107
Symbol 90 GraphicUsed by:107
Symbol 91 GraphicUsed by:107
Symbol 92 GraphicUsed by:107
Symbol 93 GraphicUsed by:107
Symbol 94 GraphicUsed by:107
Symbol 95 GraphicUsed by:107
Symbol 96 GraphicUsed by:107
Symbol 97 GraphicUsed by:107
Symbol 98 GraphicUsed by:107
Symbol 99 GraphicUsed by:107
Symbol 100 GraphicUsed by:107
Symbol 101 GraphicUsed by:107
Symbol 102 GraphicUsed by:107
Symbol 103 GraphicUsed by:107
Symbol 104 GraphicUsed by:107
Symbol 105 GraphicUsed by:107
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClip [cumdrip]Uses:88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
Symbol 108 GraphicUsed by:114
Symbol 109 GraphicUsed by:114
Symbol 110 GraphicUsed by:114
Symbol 111 GraphicUsed by:114
Symbol 112 GraphicUsed by:114
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClip [juicedrip]Uses:108 109 110 111 112 113
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:Timeline
Symbol 117 GraphicUsed by:126
Symbol 118 GraphicUsed by:126
Symbol 119 GraphicUsed by:120 126
Symbol 120 MovieClipUses:119Used by:126
Symbol 121 GraphicUsed by:122
Symbol 122 ButtonUses:121Used by:126
Symbol 123 ShapeTweeningUsed by:126
Symbol 124 ShapeTweeningUsed by:126
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:117 118 120 122 119 123 124 125Used by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:131
Symbol 131 MovieClipUses:130Used by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:138
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:136
Symbol 136 MovieClipUses:135Used by:138
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:133 136 137Used by:Timeline
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:Timeline
Symbol 141 GraphicUsed by:Timeline
Symbol 142 GraphicUsed by:147 336 338 342 344 352
Symbol 143 FontUsed by:144 335 337 341 343 351
Symbol 144 TextUses:143Used by:147
Symbol 145 GraphicUsed by:147 336 338 342 344 352
Symbol 146 GraphicUsed by:147 336 338 342 344 352
Symbol 147 ButtonUses:142 144 145 146Used by:Timeline
Symbol 148 GraphicUsed by:150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
Symbol 149 GraphicUsed by:150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
Symbol 150 ButtonUses:148 149Used by:Timeline
Symbol 151 ButtonUses:148 149Used by:Timeline
Symbol 152 ButtonUses:148 149Used by:Timeline
Symbol 153 ButtonUses:148 149Used by:Timeline
Symbol 154 ButtonUses:148 149Used by:Timeline
Symbol 155 ButtonUses:148 149Used by:Timeline
Symbol 156 ButtonUses:148 149Used by:Timeline
Symbol 157 ButtonUses:148 149Used by:Timeline
Symbol 158 ButtonUses:148 149Used by:Timeline
Symbol 159 ButtonUses:148 149Used by:Timeline
Symbol 160 ButtonUses:148 149Used by:Timeline
Symbol 161 ButtonUses:148 149Used by:Timeline
Symbol 162 ButtonUses:148 149Used by:Timeline
Symbol 163 ButtonUses:148 149Used by:Timeline
Symbol 164 ButtonUses:148 149Used by:Timeline
Symbol 165 ButtonUses:148 149Used by:Timeline
Symbol 166 ButtonUses:148 149Used by:Timeline
Symbol 167 ButtonUses:148 149Used by:Timeline
Symbol 168 ButtonUses:148 149Used by:Timeline
Symbol 169 ButtonUses:148 149Used by:Timeline
Symbol 170 GraphicUsed by:Timeline
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:174
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:172 173Used by:Timeline
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:178Used by:180
Symbol 180 MovieClipUses:179Used by:Timeline
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:184
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:182 183Used by:Timeline
Symbol 185 GraphicUsed by:241
Symbol 186 ShapeTweeningUsed by:241
Symbol 187 SoundUsed by:241
Symbol 188 ShapeTweeningUsed by:241
Symbol 189 GraphicUsed by:241
Symbol 190 GraphicUsed by:241
Symbol 191 GraphicUsed by:241
Symbol 192 ShapeTweeningUsed by:241
Symbol 193 SoundUsed by:241
Symbol 194 ShapeTweeningUsed by:241
Symbol 195 GraphicUsed by:241
Symbol 196 GraphicUsed by:241
Symbol 197 GraphicUsed by:241
Symbol 198 ShapeTweeningUsed by:241
Symbol 199 SoundUsed by:241
Symbol 200 ShapeTweeningUsed by:241
Symbol 201 GraphicUsed by:241
Symbol 202 GraphicUsed by:241
Symbol 203 GraphicUsed by:241
Symbol 204 GraphicUsed by:241
Symbol 205 ShapeTweeningUsed by:241
Symbol 206 SoundUsed by:241
Symbol 207 ShapeTweeningUsed by:241
Symbol 208 GraphicUsed by:241
Symbol 209 GraphicUsed by:241
Symbol 210 GraphicUsed by:241
Symbol 211 ShapeTweeningUsed by:241
Symbol 212 SoundUsed by:241
Symbol 213 ShapeTweeningUsed by:241
Symbol 214 GraphicUsed by:241
Symbol 215 GraphicUsed by:241
Symbol 216 GraphicUsed by:241
Symbol 217 ShapeTweeningUsed by:241
Symbol 218 SoundUsed by:241
Symbol 219 ShapeTweeningUsed by:241
Symbol 220 GraphicUsed by:241
Symbol 221 GraphicUsed by:241
Symbol 222 ShapeTweeningUsed by:241
Symbol 223 SoundUsed by:241
Symbol 224 ShapeTweeningUsed by:241
Symbol 225 GraphicUsed by:241
Symbol 226 ShapeTweeningUsed by:241
Symbol 227 SoundUsed by:241
Symbol 228 ShapeTweeningUsed by:241
Symbol 229 GraphicUsed by:241
Symbol 230 ShapeTweeningUsed by:241
Symbol 231 SoundUsed by:241
Symbol 232 ShapeTweeningUsed by:241
Symbol 233 GraphicUsed by:241
Symbol 234 ShapeTweeningUsed by:241
Symbol 235 ShapeTweeningUsed by:241
Symbol 236 GraphicUsed by:241
Symbol 237 ShapeTweeningUsed by:241
Symbol 238 SoundUsed by:241
Symbol 239 ShapeTweeningUsed by:241
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240Used by:Timeline
Symbol 242 GraphicUsed by:270
Symbol 243 GraphicUsed by:270
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:244Used by:246
Symbol 246 MovieClipUses:245Used by:270
Symbol 247 GraphicUsed by:270
Symbol 248 GraphicUsed by:270
Symbol 249 GraphicUsed by:270
Symbol 250 GraphicUsed by:270
Symbol 251 GraphicUsed by:270
Symbol 252 GraphicUsed by:270
Symbol 253 GraphicUsed by:270
Symbol 254 GraphicUsed by:270
Symbol 255 GraphicUsed by:270
Symbol 256 GraphicUsed by:270
Symbol 257 GraphicUsed by:270
Symbol 258 GraphicUsed by:270
Symbol 259 GraphicUsed by:270
Symbol 260 GraphicUsed by:270
Symbol 261 GraphicUsed by:270
Symbol 262 GraphicUsed by:270
Symbol 263 GraphicUsed by:270
Symbol 264 GraphicUsed by:270
Symbol 265 GraphicUsed by:270
Symbol 266 GraphicUsed by:270
Symbol 267 GraphicUsed by:270
Symbol 268 GraphicUsed by:270
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:242 243 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269Used by:271
Symbol 271 MovieClipUses:270Used by:Timeline
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272Used by:274
Symbol 274 MovieClipUses:273Used by:Timeline
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:275Used by:277
Symbol 277 MovieClipUses:276Used by:Timeline
Symbol 278 GraphicUsed by:279
Symbol 279 MovieClipUses:278Used by:280
Symbol 280 MovieClipUses:279Used by:Timeline
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:283
Symbol 283 MovieClipUses:282Used by:Timeline
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:284Used by:286
Symbol 286 MovieClipUses:285Used by:Timeline
Symbol 287 GraphicUsed by:291
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:288Used by:291
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:287 289 290Used by:Timeline
Symbol 292 GraphicUsed by:293
Symbol 293 MovieClipUses:292Used by:295
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:293 294Used by:Timeline
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:296Used by:299
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:297 298Used by:Timeline
Symbol 300 GraphicUsed by:301
Symbol 301 MovieClipUses:300Used by:Timeline
Symbol 302 GraphicUsed by:308
Symbol 303 GraphicUsed by:308
Symbol 304 GraphicUsed by:308
Symbol 305 GraphicUsed by:308
Symbol 306 GraphicUsed by:308
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:302 303 304 305 306 307Used by:310
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:308 309Used by:Timeline
Symbol 311 ShapeTweeningUsed by:332
Symbol 312 GraphicUsed by:332
Symbol 313 GraphicUsed by:332
Symbol 314 GraphicUsed by:332
Symbol 315 GraphicUsed by:332
Symbol 316 ShapeTweeningUsed by:332
Symbol 317 GraphicUsed by:332
Symbol 318 GraphicUsed by:332
Symbol 319 ShapeTweeningUsed by:332
Symbol 320 ShapeTweeningUsed by:332
Symbol 321 GraphicUsed by:332
Symbol 322 ShapeTweeningUsed by:332
Symbol 323 GraphicUsed by:332
Symbol 324 ShapeTweeningUsed by:332
Symbol 325 GraphicUsed by:332
Symbol 326 ShapeTweeningUsed by:332
Symbol 327 GraphicUsed by:332
Symbol 328 GraphicUsed by:332
Symbol 329 ShapeTweeningUsed by:332
Symbol 330 ShapeTweeningUsed by:332
Symbol 331 GraphicUsed by:332
Symbol 332 MovieClipUses:311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331Used by:Timeline
Symbol 333 GraphicUsed by:334
Symbol 334 MovieClipUses:333Used by:Timeline
Symbol 335 TextUses:143Used by:336
Symbol 336 ButtonUses:142 335 145 146Used by:Timeline
Symbol 337 TextUses:143Used by:338
Symbol 338 ButtonUses:142 337 145 146Used by:Timeline
Symbol 339 GraphicUsed by:Timeline
Symbol 340 SoundUsed by:Timeline
Symbol 341 TextUses:143Used by:342
Symbol 342 ButtonUses:142 341 145 146Used by:Timeline
Symbol 343 TextUses:143Used by:344
Symbol 344 ButtonUses:142 343 145 146Used by:Timeline
Symbol 345 SoundUsed by:Timeline
Symbol 346 GraphicUsed by:Timeline
Symbol 347 GraphicUsed by:Timeline
Symbol 348 GraphicUsed by:Timeline
Symbol 349 GraphicUsed by:Timeline
Symbol 350 SoundUsed by:Timeline
Symbol 351 TextUses:143Used by:352
Symbol 352 ButtonUses:142 351 145 146Used by:Timeline
Symbol 353 GraphicUsed by:Timeline
Symbol 354 GraphicUsed by:Timeline
Symbol 355 GraphicUsed by:Timeline
Symbol 356 GraphicUsed by:Timeline
Symbol 357 GraphicUsed by:Timeline
Symbol 358 GraphicUsed by:Timeline
Symbol 359 GraphicUsed by:Timeline
Symbol 360 GraphicUsed by:Timeline
Symbol 361 GraphicUsed by:Timeline
Symbol 362 GraphicUsed by:Timeline
Symbol 363 GraphicUsed by:Timeline
Symbol 364 GraphicUsed by:Timeline
Symbol 365 GraphicUsed by:Timeline
Symbol 366 GraphicUsed by:Timeline
Symbol 367 ShapeTweeningUsed by:Timeline
Symbol 368 ShapeTweeningUsed by:Timeline
Symbol 369 ShapeTweeningUsed by:Timeline
Symbol 370 ShapeTweeningUsed by:Timeline
Symbol 371 ShapeTweeningUsed by:Timeline
Symbol 372 GraphicUsed by:Timeline
Symbol 373 GraphicUsed by:Timeline
Symbol 374 GraphicUsed by:Timeline
Symbol 375 ShapeTweeningUsed by:Timeline
Symbol 376 ShapeTweeningUsed by:Timeline
Symbol 377 ShapeTweeningUsed by:Timeline
Symbol 378 ShapeTweeningUsed by:Timeline
Symbol 379 GraphicUsed by:Timeline
Symbol 380 ShapeTweeningUsed by:Timeline
Symbol 381 GraphicUsed by:Timeline

Instance Names

"overlay"Frame 1Symbol 116 MovieClip
"body"Frame 2Symbol 131 MovieClip
"eyes"Frame 2Symbol 138 MovieClip
"hair"Frame 2Symbol 140 MovieClip
"paleskin"Frame 2Symbol 150 Button
"lightskin"Frame 2Symbol 151 Button
"mediumskin"Frame 2Symbol 152 Button
"darkskin"Frame 2Symbol 153 Button
"whitehair"Frame 2Symbol 154 Button
"blackhair"Frame 2Symbol 155 Button
"brownhair"Frame 2Symbol 156 Button
"blondhair"Frame 2Symbol 157 Button
"pinkhair"Frame 2Symbol 158 Button
"greenhair"Frame 2Symbol 159 Button
"purplehair"Frame 2Symbol 160 Button
"redhair"Frame 2Symbol 161 Button
"whitehair"Frame 2Symbol 162 Button
"blackhair"Frame 2Symbol 163 Button
"brownhair"Frame 2Symbol 164 Button
"blondhair"Frame 2Symbol 165 Button
"pinkhair"Frame 2Symbol 166 Button
"greenhair"Frame 2Symbol 167 Button
"purplehair"Frame 2Symbol 168 Button
"redhair"Frame 2Symbol 169 Button
"shoulders"Frame 3Symbol 174 MovieClip
"backhair"Frame 3Symbol 177 MovieClip
"head"Frame 3Symbol 180 MovieClip
"arm"Frame 3Symbol 184 MovieClip
"mouth"Frame 3Symbol 241 MovieClip
"eyes"Frame 3Symbol 271 MovieClip
"fronthair"Frame 3Symbol 274 MovieClip
"lefthair"Frame 3Symbol 277 MovieClip
"righthair"Frame 3Symbol 286 MovieClip
"crotch"Frame 3Symbol 291 MovieClip
"rightleg"Frame 3Symbol 295 MovieClip
"leftleg"Frame 3Symbol 299 MovieClip
"pussy"Frame 3Symbol 310 MovieClip
"dick"Frame 3Symbol 332 MovieClip
"guylegs"Frame 3Symbol 334 MovieClip
"backhair"Frame 12Symbol 177 MovieClip
"arm"Frame 12Symbol 184 MovieClip
"fronthair"Frame 12Symbol 274 MovieClip
"guylegs"Frame 12Symbol 334 MovieClip
"backhair"Frame 14Symbol 177 MovieClip
"arm"Frame 14Symbol 184 MovieClip
"fronthair"Frame 14Symbol 274 MovieClip
"guylegs"Frame 14Symbol 334 MovieClip
"crotch"Frame 48Symbol 291 MovieClip
"rightleg"Frame 48Symbol 295 MovieClip
"leftleg"Frame 48Symbol 299 MovieClip
"pussy"Frame 48Symbol 310 MovieClip
"dick"Frame 48Symbol 332 MovieClip
"guylegs"Frame 48Symbol 334 MovieClip
"face_mc"Symbol 14 MovieClip Frame 1Symbol 3 MovieClip
"arrow_mc"Symbol 14 MovieClip Frame 1Symbol 5 MovieClip
"highlight_mc"Symbol 14 MovieClip Frame 1Symbol 7 MovieClip
"shadow_mc"Symbol 14 MovieClip Frame 1Symbol 9 MovieClip
"darkshadow_mc"Symbol 14 MovieClip Frame 1Symbol 11 MovieClip
"highlight3D_mc"Symbol 14 MovieClip Frame 1Symbol 13 MovieClip
"darkshadow_mc"Symbol 24 MovieClip Frame 1Symbol 15 MovieClip
"highlight3D_mc"Symbol 24 MovieClip Frame 1Symbol 16 MovieClip
"highlight_mc"Symbol 24 MovieClip Frame 1Symbol 18 MovieClip
"shadow_mc"Symbol 24 MovieClip Frame 1Symbol 20 MovieClip
"face_mc"Symbol 24 MovieClip Frame 1Symbol 21 MovieClip
"arrow_mc"Symbol 24 MovieClip Frame 1Symbol 23 MovieClip
"highlight3D_mc"Symbol 33 MovieClip Frame 1Symbol 25 MovieClip
"darkshadow_mc"Symbol 33 MovieClip Frame 1Symbol 26 MovieClip
"highlight_mc"Symbol 33 MovieClip Frame 1Symbol 27 MovieClip
"shadow_mc"Symbol 33 MovieClip Frame 1Symbol 28 MovieClip
"face_mc"Symbol 33 MovieClip Frame 1Symbol 30 MovieClip
"arrow_mc"Symbol 33 MovieClip Frame 1Symbol 32 MovieClip
"up"Symbol 34 MovieClip [UpArrow] Frame 1Symbol 14 MovieClip
"down"Symbol 34 MovieClip [UpArrow] Frame 2Symbol 24 MovieClip
"disabled"Symbol 34 MovieClip [UpArrow] Frame 3Symbol 33 MovieClip
"highlight3D_mc"Symbol 41 MovieClip Frame 1Symbol 36 MovieClip
"darkshadow_mc"Symbol 41 MovieClip Frame 1Symbol 38 MovieClip
"highlight_mc"Symbol 41 MovieClip Frame 1Symbol 39 MovieClip
"shadow_mc"Symbol 41 MovieClip Frame 1Symbol 40 MovieClip
"highlight3D_mc"Symbol 48 MovieClip Frame 1Symbol 42 MovieClip
"darkshadow_mc"Symbol 48 MovieClip Frame 1Symbol 43 MovieClip
"shadow_mc"Symbol 48 MovieClip Frame 1Symbol 45 MovieClip
"face_mc"Symbol 48 MovieClip Frame 1Symbol 46 MovieClip
"highlight_mc"Symbol 48 MovieClip Frame 1Symbol 47 MovieClip
"shadow_mc"Symbol 53 MovieClip Frame 1Symbol 49 MovieClip
"darkshadow_mc"Symbol 53 MovieClip Frame 1Symbol 51 MovieClip
"highlight3D_mc"Symbol 53 MovieClip Frame 1Symbol 52 MovieClip
"mc_sliderTop"Symbol 54 MovieClip [ScrollThumb] Frame 1Symbol 41 MovieClip
"mc_sliderMid"Symbol 54 MovieClip [ScrollThumb] Frame 1Symbol 48 MovieClip
"mc_sliderBot"Symbol 54 MovieClip [ScrollThumb] Frame 1Symbol 53 MovieClip
"face_mc"Symbol 62 MovieClip Frame 1Symbol 55 MovieClip
"arrow_mc"Symbol 62 MovieClip Frame 1Symbol 57 MovieClip
"highlight_mc"Symbol 62 MovieClip Frame 1Symbol 58 MovieClip
"shadow_mc"Symbol 62 MovieClip Frame 1Symbol 59 MovieClip
"darkshadow_mc"Symbol 62 MovieClip Frame 1Symbol 60 MovieClip
"highlight3D_mc"Symbol 62 MovieClip Frame 1Symbol 61 MovieClip
"darkshadow_mc"Symbol 70 MovieClip Frame 1Symbol 63 MovieClip
"highlight3D_mc"Symbol 70 MovieClip Frame 1Symbol 64 MovieClip
"highlight_mc"Symbol 70 MovieClip Frame 1Symbol 65 MovieClip
"shadow_mc"Symbol 70 MovieClip Frame 1Symbol 66 MovieClip
"face_mc"Symbol 70 MovieClip Frame 1Symbol 67 MovieClip
"arrow_mc"Symbol 70 MovieClip Frame 1Symbol 69 MovieClip
"highlight3D_mc"Symbol 78 MovieClip Frame 1Symbol 71 MovieClip
"darkshadow_mc"Symbol 78 MovieClip Frame 1Symbol 72 MovieClip
"highlight_mc"Symbol 78 MovieClip Frame 1Symbol 73 MovieClip
"shadow_mc"Symbol 78 MovieClip Frame 1Symbol 74 MovieClip
"face_mc"Symbol 78 MovieClip Frame 1Symbol 75 MovieClip
"arrow_mc"Symbol 78 MovieClip Frame 1Symbol 77 MovieClip
"up"Symbol 79 MovieClip [DownArrow] Frame 1Symbol 62 MovieClip
"down"Symbol 79 MovieClip [DownArrow] Frame 2Symbol 70 MovieClip
"disabled"Symbol 79 MovieClip [DownArrow] Frame 3Symbol 78 MovieClip
"track_mc"Symbol 82 MovieClip Frame 1Symbol 81 MovieClip
"scrollTrack_mc"Symbol 83 MovieClip [FScrollBarSymbol] Frame 1Symbol 82 MovieClip
"bar"Symbol 126 MovieClip Frame 1Symbol 120 MovieClip
"body"Symbol 131 MovieClip Frame 1Symbol 130 MovieClip
"pupils"Symbol 136 MovieClip Frame 1Symbol 135 MovieClip
"pupils"Symbol 138 MovieClip Frame 1Symbol 136 MovieClip
"shoulders"Symbol 174 MovieClip Frame 1Symbol 172 MovieClip
"backhair"Symbol 177 MovieClip Frame 1Symbol 176 MovieClip
"head"Symbol 180 MovieClip Frame 1Symbol 179 MovieClip
"arm"Symbol 184 MovieClip Frame 1Symbol 182 MovieClip
"pupils"Symbol 246 MovieClip Frame 1Symbol 245 MovieClip
"eyes"Symbol 271 MovieClip Frame 1Symbol 270 MovieClip
"fronthair"Symbol 274 MovieClip Frame 1Symbol 273 MovieClip
"lefthair"Symbol 277 MovieClip Frame 1Symbol 276 MovieClip
"strayhair"Symbol 280 MovieClip Frame 1Symbol 279 MovieClip
"middlehair"Symbol 283 MovieClip Frame 1Symbol 282 MovieClip
"righthair"Symbol 286 MovieClip Frame 1Symbol 285 MovieClip
"crotch"Symbol 291 MovieClip Frame 1Symbol 289 MovieClip
"rightleg"Symbol 295 MovieClip Frame 1Symbol 293 MovieClip
"leftleg"Symbol 299 MovieClip Frame 1Symbol 297 MovieClip
"pussy"Symbol 310 MovieClip Frame 1Symbol 308 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 34 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 54 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 79 as "DownArrow"
ExportAssets (56)Timeline Frame 1Symbol 83 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 87 as "snowflake"
ExportAssets (56)Timeline Frame 1Symbol 107 as "cumdrip"
ExportAssets (56)Timeline Frame 1Symbol 114 as "juicedrip"

Labels

"menu"Frame 2
"thrustslow"Frame 3
"thrustfast"Frame 12
"cum"Frame 17
"Symbol_36"Symbol 1 MovieClip [FUIComponentSymbol] Frame 1
"loaded"Symbol 126 MovieClip Frame 2
"slow1"Symbol 241 MovieClip Frame 1
"slow2"Symbol 241 MovieClip Frame 10
"slow3"Symbol 241 MovieClip Frame 19
"slow4"Symbol 241 MovieClip Frame 28
"slow5"Symbol 241 MovieClip Frame 37
"slow6"Symbol 241 MovieClip Frame 46
"fast1"Symbol 241 MovieClip Frame 55
"fast2"Symbol 241 MovieClip Frame 60
"fast3"Symbol 241 MovieClip Frame 69
"fast4"Symbol 241 MovieClip Frame 78
"breath"Symbol 241 MovieClip Frame 87
"default"Symbol 270 MovieClip Frame 1
"wince"Symbol 270 MovieClip Frame 2
"partclose"Symbol 270 MovieClip Frame 7
"partwince"Symbol 270 MovieClip Frame 10
"blink"Symbol 270 MovieClip Frame 15
"pullout"Symbol 308 MovieClip Frame 3
"thrustslow"Symbol 332 MovieClip Frame 1
"thrustfast"Symbol 332 MovieClip Frame 10
"cum"Symbol 332 MovieClip Frame 15
"twitch"Symbol 332 MovieClip Frame 16
"pullout"Symbol 332 MovieClip Frame 21




http://swfchan.com/20/96315/info.shtml
Created: 23/3 -2019 21:12:14 Last modified: 23/3 -2019 21:12:14 Server time: 02/05 -2024 07:40:02