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

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

See Us Naked! v2.0.swf

This is the info page for
Flash #32978

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


Text
Loading...

v ersion  2 . 0

I AGREE

R

RESTRICTED

To persons over the age
of 18. Nudity.

This game is intended for mature audiences
as it contains explicit female nudity. By
clicking on the agree button, you agree that
you are over the age of 18, and you agree that
it is legal to view nudity in your country.

v 2 . 0

S T A T U S

Credits:

0

i

See Us

See Us

Naked!

Naked!

MENU

Bonus Girl

Get Credits

Use Credits

Password

X

Instructions

The aim is to get as much credits as you
can by answering some questions. You
can see your credit count to the left in
the status window. You can click on the
MENU button to get credits, use credits,
etc. When you have enough credits, you
can USE CREDITS and choose the girl you
would like to see!

Questions

Q

Question:

Your Answer:

OK

Use CAPITAL LETTERS only!

Pick a Girl...

Girl Info:

?

Click
Image
And
Drag!

Back

Bonus

You can see the bonus image if you have
750 or more credits. (Image clue: 4
lesbians having an orgy...)
If you answer all 30 questions right, you
will have 750 credits. You can get even
more credits by entering a password at
the password section.

Let me see

Go!

Sexy Toon Pic:

Password

You can enter passwords to get access to certain things
in the game. See below:

Spreading Legs Wide:

Hot Lesbian Kiss:

Get 5000 Credits:

ENTER PASSWORD:

H

ActionScript [AS1/AS2]

Frame 1
varMove = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); _root.klo._yscale = varMove; fscommand ("showmenu", false);
Instance of Symbol 102 MovieClip in Frame 1
onClipEvent (keyDown) { if (Key.getCode() == 17) { _root.gotoAndPlay(1); fscommand ("quit", true); } }
Frame 2
if (_root.getBytesLoaded() == _root.getBytesTotal()) { _root.gotoAndPlay(3); } else { _root.gotoAndPlay(1); }
Frame 3
_global.creditscore = 0; _global.curQ = 0; _root.p1._visible = false; _root.p2._visible = false; _root.p3._visible = false; _root.p4._visible = false; _root.p5._visible = false; _root.p6._visible = false; stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Instance of Symbol 240 MovieClip "p4" in Frame 7
on (press) { startDrag (p4); } on (release) { stopDrag(); }
Instance of Symbol 244 MovieClip "p1" in Frame 7
on (press) { startDrag (p1); } on (release) { stopDrag(); }
Instance of Symbol 248 MovieClip "p2" in Frame 7
on (press) { startDrag (p2); } on (release) { stopDrag(); }
Instance of Symbol 252 MovieClip "p3" in Frame 7
on (press) { startDrag (p3); } on (release) { stopDrag(); }
Instance of Symbol 256 MovieClip "p5" in Frame 7
on (press) { startDrag (p5); } on (release) { stopDrag(); }
Instance of Symbol 260 MovieClip "p6" in Frame 7
on (press) { startDrag (p6); } on (release) { stopDrag(); }
Frame 8
stop();
Instance of Symbol 269 MovieClip "bonus" in Frame 8
on (press) { startDrag (bonus); } on (release) { stopDrag(); }
Frame 9
stop();
Instance of Symbol 289 MovieClip "pass2" in Frame 9
on (press) { startDrag (pass2); } on (release) { stopDrag(); }
Instance of Symbol 292 MovieClip "pass1" in Frame 9
on (press) { startDrag (pass1); } on (release) { stopDrag(); }
Instance of Symbol 296 MovieClip "pass4" in Frame 9
on (press) { startDrag (pass4); } on (release) { stopDrag(); }
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 [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 87 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 91 MovieClip [FScrollPaneSymbol] Frame 1
#initclip 3 function FScrollPaneClass() { function boolToString(str) { if (str == "false") { return(false); } if (str == "true") { return(true); } return(str); } this.init(); this.width = this._width; this.height = this._height; this._xscale = (this._yscale = 100); this.contentWidth = (this.contentHeight = 0); if (this.hScroll == undefined) { this.hScroll = (this.vScroll = "auto"); this.dragContent = false; } this.offset = new Object(); this.vScroll = boolToString(this.vScroll); this.hScroll = boolToString(this.hScroll); this.attachMovie("FScrollBarSymbol", "hScrollBar_mc", 100, {hostStyle:this.styleTable}); this.hScrollBar_mc.setHorizontal(true); this.hScrollBar_mc.setSmallScroll(5); this.hScrollBar_mc.setChangeHandler("onScroll", this); this.attachMovie("FScrollBarSymbol", "vScrollBar_mc", 99, {hostStyle:this.styleTable}); this.vScrollBar_mc.setSmallScroll(5); this.vScrollBar_mc.setChangeHandler("onScroll", this); this.setSize(this.width, this.height); if (this.scrollContent != "") { this.setScrollContent(this.scrollContent); } this.setDragContent(this.dragContent); } FScrollPaneClass.prototype = new FUIComponentClass(); Object.registerClass("FScrollPaneSymbol", FScrollPaneClass); FScrollPaneClass.prototype.getScrollContent = function () { return(this.content_mc); }; FScrollPaneClass.prototype.getPaneWidth = function () { return(this.width); }; FScrollPaneClass.prototype.getPaneHeight = function () { return(this.height); }; FScrollPaneClass.prototype.getScrollPosition = function () { var xPos = ((this.hScrollBar_mc == undefined) ? 0 : (this.hScrollBar_mc.getScrollPosition())); var yPos = ((this.vScrollBar_mc == undefined) ? 0 : (this.vScrollBar_mc.getScrollPosition())); return({x:xPos, y:yPos}); }; FScrollPaneClass.prototype.setScrollContent = function (target) { this.offset.x = 0; this.offset.y = 0; if (this.content_mc != undefined) { if (target != this.content_mc) { this.content_mc._visible = false; this.content_mc.removeMovieClip(); this.content_mc.unloadMovie(); } } if (typeof(target) == "string") { this.attachMovie(target, "tmp_mc", 3); this.content_mc = this.tmp_mc; } else if (target == undefined) { this.content_mc.unloadMovie(); } else { this.content_mc = target; } this.localToGlobal(this.offset); this.content_mc._parent.globalToLocal(this.offset); this.content_mc._x = this.offset.x; this.content_mc._y = this.offset.y; var contentBounds = this.content_mc.getBounds(this); this.offset.x = -contentBounds.xMin; this.offset.y = -contentBounds.yMin; this.localToGlobal(this.offset); this.content_mc._parent.globalToLocal(this.offset); this.content_mc._x = this.offset.x; this.content_mc._y = this.offset.y; this.contentWidth = this.content_mc._width; this.contentHeight = this.content_mc._height; this.content_mc.setMask(this.mask_mc); this.setSize(this.width, this.height); }; FScrollPaneClass.prototype.setSize = function (w, h) { if (((arguments.length < 2) || (isNaN(w))) || (isNaN(h))) { return(undefined); } super.setSize(w, h); this.width = Math.max(w, 60); this.height = Math.max(h, 60); this.boundingBox_mc._xscale = 100; this.boundingBox_mc._yscale = 100; this.boundingBox_mc._width = this.width; this.boundingBox_mc._height = this.height; this.setHandV(); this.initScrollBars(); if (this.mask_mc == undefined) { this.attachMovie("FBoundingBoxSymbol", "mask_mc", 3000); } this.mask_mc._xscale = 100; this.mask_mc._yscale = 100; this.mask_mc._width = this.hWidth; this.mask_mc._height = this.vHeight; this.mask_mc._alpha = 0; }; FScrollPaneClass.prototype.setScrollPosition = function (x, y) { x = Math.max(this.hScrollBar_mc.minPos, x); x = Math.min(this.hScrollBar_mc.maxPos, x); y = Math.max(this.vScrollBar_mc.minPos, y); y = Math.min(this.vScrollBar_mc.maxPos, y); this.hScrollBar_mc.setScrollPosition(x); this.vScrollBar_mc.setScrollPosition(y); }; FScrollPaneClass.prototype.refreshPane = function () { this.setScrollContent(this.content_mc); }; FScrollPaneClass.prototype.loadScrollContent = function (url, handler, location) { this.content_mc.removeMovieClip(); this.content_mc.unloadMovie(); this.content_mc._visible = 0; this.loadContent.duplicateMovieClip("loadTemp", 3); this.dupeFlag = true; this.contentLoaded = function () { this.loadReady = false; this.content_mc = this.loadTemp; this.refreshPane(); this.executeCallBack(); }; this.setChangeHandler(handler, location); this.loadTemp.loadMovie(url); }; FScrollPaneClass.prototype.setHScroll = function (prop) { this.hScroll = prop; this.setSize(this.width, this.height); }; FScrollPaneClass.prototype.setVScroll = function (prop) { this.vScroll = prop; this.setSize(this.width, this.height); }; FScrollPaneClass.prototype.setDragContent = function (dragFlag) { if (dragFlag) { this.boundingBox_mc.useHandCursor = true; this.boundingBox_mc.onPress = function () { this._parent.startDragLoop(); }; this.boundingBox_mc.tabEnabled = false; this.boundingBox_mc.onRelease = (this.boundingBox_mc.onReleaseOutside = function () { this._parent.pressFocus(); this._parent.onMouseMove = null; }); } else { delete this.boundingBox_mc.onPress; this.boundingBox_mc.useHandCursor = false; } }; FScrollPaneClass.prototype.setSmallScroll = function (x, y) { this.hScrollBar_mc.setSmallScroll(x); this.vScrollBar_mc.setSmallScroll(y); }; FScrollPaneClass.prototype.setHandV = function () { if ((((this.contentHeight - this.height) > 2) && (this.vScroll != false)) || (this.vScroll == true)) { this.hWidth = this.width - this.vScrollBar_mc._width; } else { this.hWidth = this.width; } if ((((this.contentWidth - this.width) > 2) && (this.hScroll != false)) || (this.hScroll == true)) { this.vHeight = this.height - this.hScrollBar_mc._height; } else { this.vHeight = this.height; } }; FScrollPaneClass.prototype.startDragLoop = function () { this.tabFocused = false; this.myOnSetFocus(); this.lastX = this._xmouse; this.lastY = this._ymouse; this.onMouseMove = function () { this.scrollXMove = this.lastX - this._xmouse; this.scrollYMove = this.lastY - this._ymouse; this.scrollXMove = this.scrollXMove + this.hScrollBar_mc.getScrollPosition(); this.scrollYMove = this.scrollYMove + this.vScrollBar_mc.getScrollPosition(); this.setScrollPosition(this.scrollXMove, this.scrollYMove); if ((this.scrollXMove < this.hScrollBar_mc.maxPos) && (this.scrollXMove > this.hScrollBar_mc.minPos)) { this.lastX = this._xmouse; } if ((this.scrollYMove < this.vScrollBar_mc.maxPos) && (this.scrollYMove > this.vScrollBar_mc.minPos)) { this.lastY = this._ymouse; } this.updateAfterEvent(); }; }; FScrollPaneClass.prototype.initScrollBars = function () { this.hScrollBar_mc._y = this.height - this.hScrollBar_mc._height; this.hScrollBar_mc.setSize(this.hWidth); this.hScrollBar_mc.setScrollProperties(this.hWidth, 0, this.contentWidth - this.hWidth); this.vScrollBar_mc._visible = ((this.hWidth == this.width) ? false : true); this.vScrollBar_mc._x = this.width - this.vScrollBar_mc._width; this.vScrollBar_mc.setSize(this.vHeight); this.vScrollBar_mc.setScrollProperties(this.vHeight, 0, this.contentHeight - this.vHeight); this.hScrollBar_mc._visible = ((this.vHeight == this.height) ? false : true); }; FScrollPaneClass.prototype.onScroll = function (component) { var pos = component.getScrollPosition(); var XorY = ((component._name == "hScrollBar_mc") ? "x" : "y"); if (component._name == "hScrollBar_mc") { this.content_mc._x = (-pos) + this.offset.x; } else { this.content_mc._y = (-pos) + this.offset.y; } }; FScrollPaneClass.prototype.myOnKeyDown = function () { var posX = this.hScrollBar_mc.getScrollPosition(); var posY = this.vScrollBar_mc.getScrollPosition(); if (this.hScrollBar_mc.maxPos > this.hScrollBar_mc.minPos) { if (Key.isDown(37)) { this.setScrollPosition(posX - 3, posY); } else if (Key.isDown(39)) { this.setScrollPosition(posX + 3, posY); } } if (this.vScrollBar_mc.maxPos > this.vScrollBar_mc.minPos) { if (Key.isDown(38)) { this.setScrollPosition(posX, posY - 3); } else if (Key.isDown(40)) { this.setScrollPosition(posX, posY + 3); } else if (Key.isDown(34)) { this.setScrollPosition(posX, posY + this.vScrollBar_mc.pageSize); } else if (Key.isDown(33)) { this.setScrollPosition(posX, posY - this.vScrollBar_mc.pageSize); } } }; #endinitclip this.deadPreview._visible = false;
Instance of Symbol 83 MovieClip [FScrollBarSymbol] "scrollBarAsset" in Symbol 91 MovieClip [FScrollPaneSymbol] Frame 1
//component parameters onClipEvent (initialize) { _targetInstanceName = ""; horizontal = false; }
Instance of Symbol 88 MovieClip "loadContent" in Symbol 91 MovieClip [FScrollPaneSymbol] Frame 1
onClipEvent (load) { if (this._parent.loadReady) { this._parent.contentLoaded(); delete this._parent.loadReady; } else if (this._name != "loadContent") { this._parent.loadReady = true; } }
Symbol 107 Button
on (release) { _root.gotoAndStop(4); }
Symbol 125 Button
on (release) { _root.gotoAndStop(4); _root.sts.credits = _global.creditScore; }
Symbol 142 Button
on (release) { _root.gotoAndStop(8); _root.menubut.gotoAndStop(1); }
Symbol 144 Button
on (release) { _root.gotoAndStop(5); _root.menubut.gotoAndStop(1); _root.sts.credits = _global.creditScore; if (_global.qq1 == 1) { _root.b1._visible = false; } if (_global.qq2 == 1) { _root.b2._visible = false; } if (_global.qq3 == 1) { _root.b3._visible = false; } if (_global.qq4 == 1) { _root.b4._visible = false; } if (_global.qq5 == 1) { _root.b5._visible = false; } if (_global.qq6 == 1) { _root.b6._visible = false; } if (_global.qq7 == 1) { _root.b7._visible = false; } if (_global.qq8 == 1) { _root.b8._visible = false; } if (_global.qq9 == 1) { _root.b9._visible = false; } if (_global.qq10 == 1) { _root.b10._visible = false; } if (_global.qq11 == 1) { _root.b11._visible = false; } if (_global.qq12 == 1) { _root.b12._visible = false; } if (_global.qq13 == 1) { _root.b13._visible = false; } if (_global.qq14 == 1) { _root.b14._visible = false; } if (_global.qq15 == 1) { _root.b15._visible = false; } if (_global.qq16 == 1) { _root.b16._visible = false; } if (_global.qq17 == 1) { _root.b17._visible = false; } if (_global.qq18 == 1) { _root.b18._visible = false; } if (_global.qq19 == 1) { _root.b19._visible = false; } if (_global.qq20 == 1) { _root.b20._visible = false; } if (_global.qq21 == 1) { _root.b21._visible = false; } if (_global.qq22 == 1) { _root.b22._visible = false; } if (_global.qq23 == 1) { _root.b23._visible = false; } if (_global.qq24 == 1) { _root.b24._visible = false; } if (_global.qq25 == 1) { _root.b25._visible = false; } if (_global.qq26 == 1) { _root.b26._visible = false; } if (_global.qq27 == 1) { _root.b27._visible = false; } if (_global.qq28 == 1) { _root.b28._visible = false; } if (_global.qq29 == 1) { _root.b29._visible = false; } if (_global.qq30 == 1) { _root.b30._visible = false; } }
Symbol 146 Button
on (release) { _root.gotoAndStop(6); _root.menubut.gotoAndStop(1); _root.sts.credits = _global.creditScore; }
Symbol 148 Button
on (release) { _root.gotoAndStop(9); _root.menubut.gotoAndStop(1); }
Symbol 154 Button
on (release) { _root.menubut.gotoAndStop(1); }
Symbol 155 MovieClip Frame 1
stop();
Instance of Symbol 136 MovieClip in Symbol 155 MovieClip Frame 1
on (release) { _root.menubut.gotoAndPlay(2); }
Symbol 155 MovieClip Frame 16
stop();
Symbol 184 Button
on (release) { _root.Qbox = "Necrophobia is a fear of the dark. (TRUE or FALSE)"; _global.curQ = 21; }
Symbol 185 Button
on (release) { _root.Qbox = "The oldest American college fraternity is called 'Phi Beta ___ '."; _global.curQ = 22; }
Symbol 186 Button
on (release) { _root.Qbox = "For how many days and nights did Noah stay on The Ark?"; _global.curQ = 23; }
Symbol 187 Button
on (release) { _root.Qbox = "AVI stands for: Audio/Video ___"; _global.curQ = 24; }
Symbol 188 Button
on (release) { _root.Qbox = "In The Matrix Reloaded, what is the name of the city where all the people are staying?"; _global.curQ = 25; }
Symbol 189 Button
on (release) { _root.Qbox = "Which substance is NOT an acid? (HCl, Na4OH, H2SO4 or HNO3)"; _global.curQ = 16; }
Symbol 190 Button
on (release) { _root.Qbox = "What is the more common abbreviation for Motion Picture Experts Group Layer 3?"; _global.curQ = 17; }
Symbol 191 Button
on (release) { _root.Qbox = "What is the common NAME of the creator of the Disney\u2122 characters?"; _global.curQ = 18; }
Symbol 192 Button
on (release) { _root.Qbox = "Complete the BLINK 182 CD title: 'Take off your pants and ___ '"; _global.curQ = 19; }
Symbol 193 Button
on (release) { _root.Qbox = "The more common abbreviation for a light-emitting diode is ___ ."; _global.curQ = 20; }
Symbol 194 Button
on (release) { _root.Qbox = "RAID is the abbreviation for: Redundant Array of ___ Disks."; _global.curQ = 11; }
Symbol 195 Button
on (release) { _root.Qbox = "Is the number 9 a binary, octal or hexadecimal number?"; _global.curQ = 12; }
Symbol 196 Button
on (release) { _root.Qbox = "Complete the following Silent Hill\u2122 character name: ___ Gillespie."; _global.curQ = 13; }
Symbol 197 Button
on (release) { _root.Qbox = "The scenery and properties for a play is called the '___ en sc\u00E8ne'."; _global.curQ = 14; }
Symbol 198 Button
on (release) { _root.Qbox = "Which Boolean statement returns true only if one of the inputs are true? (NOT, AND, OR, NOR, XOR or NAND)"; _global.curQ = 15; }
Symbol 199 Button
on (release) { _root.Qbox = "In which desert is Area 51 situated?"; _global.curQ = 6; }
Symbol 200 Button
on (release) { _root.Qbox = "Which Adobe\u2122 product can be used to create online 3D worlds?"; _global.curQ = 7; }
Symbol 201 Button
on (release) { _root.Qbox = "LEAD = DEAL; 9631 = _ _ _ _"; _global.curQ = 8; }
Symbol 202 Button
on (release) { _root.Qbox = "What is the next number in the following pattern:\n1, 7, 2, 8, 3, 9, 4, _ ?"; _global.curQ = 9; }
Symbol 203 Button
on (release) { _root.Qbox = "What is the largest gland in the body?"; _global.curQ = 10; }
Symbol 204 Button
on (release) { _root.Qbox = "Who is the GREEK god of love?"; _global.curQ = 1; }
Symbol 205 Button
on (release) { _root.Qbox = "How many BITS are there in a MB?"; _global.curQ = 2; }
Symbol 206 Button
on (release) { _root.Qbox = "What is the more common abbreviation for a modulator-demodulator?"; _global.curQ = 3; }
Symbol 207 Button
on (release) { _root.Qbox = "What is the SURNAME of the second man to walk on the moon?"; _global.curQ = 4; }
Symbol 208 Button
on (release) { _root.Qbox = "The abbreviation for SHC is: Spontaneous Human ___ ?"; _global.curQ = 5; }
Symbol 209 Button
on (release) { _root.Qbox = "Which number is the odd one out:\n11, 2, 7, 13, 3"; _global.curQ = 26; }
Symbol 210 Button
on (release) { _root.Qbox = "What color does the following RGB value represent:\n0,255,0"; _global.curQ = 27; }
Symbol 211 Button
on (release) { _root.Qbox = "Which company owns the .wmv file format?"; _global.curQ = 28; }
Symbol 212 Button
on (release) { _root.Qbox = "A word or phrase that reads the same backwards as forwards (e.g. ROTATOR) is called a/an ___"; _global.curQ = 29; }
Symbol 213 Button
on (release) { _root.Qbox = "Which element has the symbol of Au?"; _global.curQ = 30; }
Symbol 219 Button
on (release) { switch (_global.curQ) { case 1 : if (Abox == "EROS") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b1._visible = false; _global.qq1 = 1; break; case 2 : if (Abox == "8388608") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b2._visible = false; _global.qq2 = 1; break; case 3 : if (Abox == "MODEM") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b3._visible = false; _global.qq3 = 1; break; case 4 : if (Abox == "ALDRIN") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b4._visible = false; _global.qq4 = 1; break; case 5 : if (Abox == "COMBUSTION") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b5._visible = false; _global.qq5 = 1; break; case 6 : if (Abox == "NEVADA") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b6._visible = false; _global.qq6 = 1; break; case 7 : if (Abox == "ATMOSPHERE") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b7._visible = false; _global.qq7 = 1; break; case 8 : if (Abox == "1639") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b8._visible = false; _global.qq8 = 1; break; case 9 : if (Abox == "10") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b9._visible = false; _global.qq9 = 1; break; case 10 : if (Abox == "LIVER") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b10._visible = false; _global.qq10 = 1; break; case 11 : if (Abox == "INEXPENSIVE") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b11._visible = false; _global.qq11 = 1; break; case 12 : if (Abox == "HEXADECIMAL") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b12._visible = false; _global.qq12 = 1; break; case 13 : if (Abox == "DAHLIA") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b13._visible = false; _global.qq13 = 1; break; case 14 : if (Abox == "MISE") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b14._visible = false; _global.qq14 = 1; break; case 15 : if (Abox == "XOR") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b15._visible = false; _global.qq15 = 1; break; case 16 : if (Abox == "NA4OH") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b16._visible = false; _global.qq16 = 1; break; case 17 : if (Abox == "MP3") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b17._visible = false; _global.qq17 = 1; break; case 18 : if (Abox == "WALT") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b18._visible = false; _global.qq18 = 1; break; case 19 : if (Abox == "JACKET") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b19._visible = false; _global.qq19 = 1; break; case 20 : if (Abox == "LED") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b20._visible = false; _global.qq20 = 1; break; case 21 : if (Abox == "FALSE") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b21._visible = false; _global.qq21 = 1; break; case 22 : if (Abox == "KAPPA") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b22._visible = false; _global.qq22 = 1; break; case 23 : if (Abox == "40") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b23._visible = false; _global.qq23 = 1; break; case 24 : if (Abox == "INTERLEAVE") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b24._visible = false; _global.qq24 = 1; break; case 25 : if (Abox == "ZION") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b25._visible = false; _global.qq25 = 1; break; case 26 : if (Abox == "2") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b26._visible = false; _global.qq26 = 1; break; case 27 : if (Abox == "GREEN") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b27._visible = false; _global.qq27 = 1; break; case 28 : if (Abox == "MICROSOFT") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b28._visible = false; _global.qq28 = 1; break; case 29 : if (Abox == "PALINDROME") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b29._visible = false; _global.qq29 = 1; break; case 30 : if (Abox == "GOLD") { _global.creditScore = _global.creditScore + 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } else { _global.creditScore = _global.creditScore - 25; _root.sts.credits = _global.creditScore; Abox = ""; Qbox = ""; } b30._visible = false; _global.qq30 = 1; } }
Symbol 225 Button
on (rollOver) { _root.girlinfo = "CREDITS NEEDED: 450\nHorny blonde girl.\nFingering herself and pinching her nipple."; } on (rollOut) { _root.girlinfo = ""; } on (release) { if (_global.creditScore >= 450) { _global.creditScore = _global.creditScore - 450; _root.gotoAndStop(7); p1._visible = false; p2._visible = false; p3._visible = false; p4._visible = false; p5._visible = false; p6._visible = false; p5._visible = true; _root.p5._x = 240; _root.p5._y = 160; } else { girlinfo = "Unsufficient credits!"; } }
Symbol 226 Button
on (rollOver) { _root.girlinfo = "CREDITS NEEDED: 700\nSexy blonde girl opening her hole wide...\n"; } on (rollOut) { _root.girlinfo = ""; } on (release) { if (_global.creditScore >= 700) { _global.creditScore = _global.creditScore - 700; _root.gotoAndStop(7); p1._visible = false; p2._visible = false; p3._visible = false; p4._visible = false; p5._visible = false; p6._visible = false; p4._visible = true; _root.p4._x = 240; _root.p4._y = 160; } else { girlinfo = "Unsufficient credits!"; } }
Symbol 227 Button
on (rollOver) { _root.girlinfo = "CREDITS NEEDED: 500\nExtremely sexy blonde girl.\nSpreading her silky legs wide open."; } on (rollOut) { _root.girlinfo = ""; } on (release) { if (_global.creditScore >= 500) { _global.creditScore = _global.creditScore - 500; _root.gotoAndStop(7); p1._visible = false; p2._visible = false; p3._visible = false; p4._visible = false; p5._visible = false; p6._visible = false; p1._visible = true; _root.p1._x = 240; _root.p1._y = 160; } else { girlinfo = "Unsufficient credits!"; } }
Symbol 228 Button
on (rollOver) { _root.girlinfo = "CREDITS NEEDED: 325\nBlond girl.\nTopless girl with one hand in tight pink pants."; } on (rollOut) { _root.girlinfo = ""; } on (release) { if (_global.creditScore >= 325) { _global.creditScore = _global.creditScore - 325; _root.gotoAndStop(7); p1._visible = false; p2._visible = false; p3._visible = false; p4._visible = false; p5._visible = false; p6._visible = false; p2._visible = true; _root.p2._x = 240; _root.p2._y = 160; } else { girlinfo = "Unsufficient credits!"; } }
Symbol 229 Button
on (rollOver) { _root.girlinfo = "CREDITS NEEDED: 600\nBlonde girl with sexy body.\nSpreading her legs very wide."; } on (rollOut) { _root.girlinfo = ""; } on (release) { if (_global.creditScore >= 600) { _global.creditScore = _global.creditScore - 600; _root.gotoAndStop(7); p1._visible = false; p2._visible = false; p3._visible = false; p4._visible = false; p5._visible = false; p6._visible = false; p6._visible = true; _root.p6._x = 240; _root.p6._y = 160; } else { girlinfo = "Unsufficient credits!"; } }
Symbol 230 Button
on (rollOver) { _root.girlinfo = "CREDITS NEEDED: 450\nTwo young blonde lesbians.\nFeeling and touching each other all over."; } on (rollOut) { _root.girlinfo = ""; } on (release) { if (_global.creditScore >= 450) { _global.creditScore = _global.creditScore - 450; _root.gotoAndStop(7); p1._visible = false; p2._visible = false; p3._visible = false; p4._visible = false; p5._visible = false; p6._visible = false; p3._visible = true; _root.p3._x = 240; _root.p3._y = 160; } else { girlinfo = "Unsufficient credits!"; } }
Symbol 234 Button
on (rollOver) { _root.girlinfo = "CREDITS NEEDED: 750\nBonus Girl.\nOnly available if you have 750 credits!"; } on (rollOut) { _root.girlinfo = ""; } on (release) { _root.gotoAndStop(8); }
Symbol 262 Button
on (release) { _root.gotoAndStop(6); _root.sts.credits = _global.creditScore; _root.p1._visible = false; _root.p2._visible = false; _root.p3._visible = false; _root.p4._visible = false; _root.p5._visible = false; _root.p6._visible = false; }
Symbol 266 Button
on (release) { if (_global.creditScore >= 750) { bonus._alpha = 100; bonus._x = 240; bonus._y = 160; } }
Symbol 270 Button
on (release) { bonus._alpha = 0; _root.gotoAndStop(6); _root.sts.credits = _global.creditScore; }
Symbol 273 Button
on (release) { if (in4 == "HentaiPornTOON!") { pass4._alpha = 100; pass4._x = 240; pass4._y = 160; } }
Symbol 281 Button
on (release) { if (in1 == "55477885684758") { pass2._alpha = 100; pass2._x = 240; pass2._y = 160; } }
Symbol 282 Button
on (release) { if (in3 == "ijuLK8_kkLErndl") { pass1._alpha = 100; pass1._x = 240; pass1._y = 160; } }
Symbol 283 Button
on (release) { if (in2 == "NewgroundsRULES!") { _global.creditScore = 5000; _root.gotoAndStop(6); _root.sts.credits = _global.creditScore; } }
Symbol 299 Button
on (release) { _root.gotoAndStop(6); _root.sts.credits = _global.creditScore; pass1._alpha = 0; pass2._alpha = 0; pass1._x = -720; pass1._y = -112; pass2._x = -720; pass2._y = -112; }

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:82Used by:91
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:87
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClip [FBoundingBoxSymbol]Uses:85 86Used by:91
Symbol 88 MovieClipUsed by:91
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:91
Symbol 91 MovieClip [FScrollPaneSymbol]Uses:83 87 88 90
Symbol 92 GraphicUsed by:Timeline
Symbol 93 FontUsed by:94
Symbol 94 TextUses:93Used by:Timeline
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:Timeline
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:Timeline
Symbol 99 FontUsed by:100
Symbol 100 TextUses:99Used by:Timeline
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:107 219
Symbol 105 FontUsed by:106 120 121 133 140 143 145 147 158 179 181 214 215 216 217 218 220 222 223 224 261 265 272
Symbol 106 TextUses:105Used by:107
Symbol 107 ButtonUses:104 106Used by:Timeline
Symbol 108 GraphicUsed by:113
Symbol 109 FontUsed by:110 111 112 114 150
Symbol 110 TextUses:109Used by:113
Symbol 111 TextUses:109Used by:113
Symbol 112 TextUses:109Used by:113
Symbol 113 MovieClipUses:108 110 111 112Used by:Timeline
Symbol 114 TextUses:109Used by:Timeline
Symbol 115 FontUsed by:116
Symbol 116 TextUses:115Used by:Timeline
Symbol 117 GraphicUsed by:126
Symbol 118 FontUsed by:119 274 277 278 279
Symbol 119 TextUses:118Used by:126
Symbol 120 TextUses:105Used by:126
Symbol 121 EditableTextUses:105Used by:126
Symbol 122 GraphicUsed by:125
Symbol 123 FontUsed by:124
Symbol 124 TextUses:123Used by:125
Symbol 125 ButtonUses:122 124Used by:126
Symbol 126 MovieClipUses:117 119 120 121 125Used by:Timeline
Symbol 127 FontUsed by:128 129 130 131 157
Symbol 128 TextUses:127Used by:Timeline
Symbol 129 TextUses:127Used by:Timeline
Symbol 130 TextUses:127Used by:Timeline
Symbol 131 TextUses:127Used by:Timeline
Symbol 132 GraphicUsed by:134
Symbol 133 TextUses:105Used by:134
Symbol 134 ButtonUses:132 133Used by:155
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:155
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:155
Symbol 139 GraphicUsed by:142 144 146 148 262 266 270 273 281 282 283
Symbol 140 TextUses:105Used by:142
Symbol 141 GraphicUsed by:142 144 146 148 219
Symbol 142 ButtonUses:139 140 141Used by:155
Symbol 143 TextUses:105Used by:144
Symbol 144 ButtonUses:139 143 141Used by:155
Symbol 145 TextUses:105Used by:146
Symbol 146 ButtonUses:139 145 141Used by:155
Symbol 147 TextUses:105Used by:148
Symbol 148 ButtonUses:139 147 141Used by:155
Symbol 149 GraphicUsed by:152 154
Symbol 150 TextUses:109Used by:152 154
Symbol 151 GraphicUsed by:152 154
Symbol 152 ButtonUses:149 150 151Used by:155
Symbol 153 SoundUsed by:155
Symbol 154 ButtonUses:149 150 151Used by:155
Symbol 155 MovieClipUses:134 136 138 142 144 146 148 152 153 154Used by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 TextUses:127Used by:Timeline
Symbol 158 TextUses:105Used by:Timeline
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:161 228
Symbol 161 MovieClipUses:160Used by:177 228
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:164 229
Symbol 164 MovieClipUses:163Used by:177 229
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:167 230
Symbol 167 MovieClipUses:166Used by:177 230
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:170 225
Symbol 170 MovieClipUses:169Used by:177 225
Symbol 171 BitmapUsed by:172
Symbol 172 GraphicUses:171Used by:173 226
Symbol 173 MovieClipUses:172Used by:177 226
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:176 227
Symbol 176 MovieClipUses:175Used by:177 227
Symbol 177 MovieClipUses:161 164 167 170 173 176Used by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 TextUses:105Used by:Timeline
Symbol 180 GraphicUsed by:184 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
Symbol 181 TextUses:105Used by:184 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
Symbol 182 GraphicUsed by:184 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
Symbol 183 SoundUsed by:184 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 219
Symbol 184 ButtonUses:180 181 182 183Used by:Timeline
Symbol 185 ButtonUses:180 181 182 183Used by:Timeline
Symbol 186 ButtonUses:180 181 182 183Used by:Timeline
Symbol 187 ButtonUses:180 181 182 183Used by:Timeline
Symbol 188 ButtonUses:180 181 182 183Used by:Timeline
Symbol 189 ButtonUses:180 181 182 183Used by:Timeline
Symbol 190 ButtonUses:180 181 182 183Used by:Timeline
Symbol 191 ButtonUses:180 181 182 183Used by:Timeline
Symbol 192 ButtonUses:180 181 182 183Used by:Timeline
Symbol 193 ButtonUses:180 181 182 183Used by:Timeline
Symbol 194 ButtonUses:180 181 182 183Used by:Timeline
Symbol 195 ButtonUses:180 181 182 183Used by:Timeline
Symbol 196 ButtonUses:180 181 182 183Used by:Timeline
Symbol 197 ButtonUses:180 181 182 183Used by:Timeline
Symbol 198 ButtonUses:180 181 182 183Used by:Timeline
Symbol 199 ButtonUses:180 181 182 183Used by:Timeline
Symbol 200 ButtonUses:180 181 182 183Used by:Timeline
Symbol 201 ButtonUses:180 181 182 183Used by:Timeline
Symbol 202 ButtonUses:180 181 182 183Used by:Timeline
Symbol 203 ButtonUses:180 181 182 183Used by:Timeline
Symbol 204 ButtonUses:180 181 182 183Used by:Timeline
Symbol 205 ButtonUses:180 181 182 183Used by:Timeline
Symbol 206 ButtonUses:180 181 182 183Used by:Timeline
Symbol 207 ButtonUses:180 181 182 183Used by:Timeline
Symbol 208 ButtonUses:180 181 182 183Used by:Timeline
Symbol 209 ButtonUses:180 181 182 183Used by:Timeline
Symbol 210 ButtonUses:180 181 182 183Used by:Timeline
Symbol 211 ButtonUses:180 181 182 183Used by:Timeline
Symbol 212 ButtonUses:180 181 182 183Used by:Timeline
Symbol 213 ButtonUses:180 181 182 183Used by:Timeline
Symbol 214 TextUses:105Used by:Timeline
Symbol 215 EditableTextUses:105Used by:Timeline
Symbol 216 TextUses:105Used by:Timeline
Symbol 217 EditableTextUses:105Used by:Timeline
Symbol 218 TextUses:105Used by:219
Symbol 219 ButtonUses:104 218 141 183Used by:Timeline
Symbol 220 TextUses:105Used by:Timeline
Symbol 221 GraphicUsed by:Timeline
Symbol 222 TextUses:105Used by:Timeline
Symbol 223 TextUses:105Used by:Timeline
Symbol 224 EditableTextUses:105Used by:Timeline
Symbol 225 ButtonUses:169 170Used by:Timeline
Symbol 226 ButtonUses:172 173Used by:Timeline
Symbol 227 ButtonUses:175 176Used by:Timeline
Symbol 228 ButtonUses:160 161Used by:Timeline
Symbol 229 ButtonUses:163 164Used by:Timeline
Symbol 230 ButtonUses:166 167Used by:Timeline
Symbol 231 GraphicUsed by:234
Symbol 232 FontUsed by:233 263 264 275 276
Symbol 233 TextUses:232Used by:234
Symbol 234 ButtonUses:231 233Used by:Timeline
Symbol 235 GraphicUsed by:Timeline
Symbol 236 FontUsed by:237 280 284 285 286 293 298
Symbol 237 TextUses:236Used by:Timeline
Symbol 238 BitmapUsed by:239
Symbol 239 GraphicUses:238Used by:240
Symbol 240 MovieClipUses:239Used by:Timeline
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:243
Symbol 243 MovieClipUses:242Used by:244
Symbol 244 MovieClipUses:243Used by:Timeline
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:247
Symbol 247 MovieClipUses:246Used by:248
Symbol 248 MovieClipUses:247Used by:Timeline
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:251
Symbol 251 MovieClipUses:250Used by:252
Symbol 252 MovieClipUses:251Used by:Timeline
Symbol 253 BitmapUsed by:254
Symbol 254 GraphicUses:253Used by:255
Symbol 255 MovieClipUses:254Used by:256
Symbol 256 MovieClipUses:255Used by:Timeline
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:259
Symbol 259 MovieClipUses:258Used by:260
Symbol 260 MovieClipUses:259Used by:Timeline
Symbol 261 TextUses:105Used by:262 270
Symbol 262 ButtonUses:139 261Used by:Timeline
Symbol 263 TextUses:232Used by:Timeline
Symbol 264 TextUses:232Used by:Timeline
Symbol 265 TextUses:105Used by:266
Symbol 266 ButtonUses:139 265Used by:Timeline
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:267Used by:269
Symbol 269 MovieClipUses:268Used by:Timeline
Symbol 270 ButtonUses:139 261Used by:Timeline
Symbol 271 GraphicUsed by:Timeline
Symbol 272 TextUses:105Used by:273 281 282 283
Symbol 273 ButtonUses:139 272Used by:Timeline
Symbol 274 TextUses:118Used by:Timeline
Symbol 275 TextUses:232Used by:Timeline
Symbol 276 TextUses:232Used by:Timeline
Symbol 277 TextUses:118Used by:Timeline
Symbol 278 TextUses:118Used by:Timeline
Symbol 279 TextUses:118Used by:Timeline
Symbol 280 TextUses:236Used by:Timeline
Symbol 281 ButtonUses:139 272Used by:Timeline
Symbol 282 ButtonUses:139 272Used by:Timeline
Symbol 283 ButtonUses:139 272Used by:Timeline
Symbol 284 EditableTextUses:236Used by:Timeline
Symbol 285 EditableTextUses:236Used by:Timeline
Symbol 286 EditableTextUses:236Used by:Timeline
Symbol 287 BitmapUsed by:288
Symbol 288 GraphicUses:287Used by:289
Symbol 289 MovieClipUses:288Used by:Timeline
Symbol 290 BitmapUsed by:291
Symbol 291 GraphicUses:290Used by:292
Symbol 292 MovieClipUses:291Used by:Timeline
Symbol 293 EditableTextUses:236Used by:Timeline
Symbol 294 BitmapUsed by:295
Symbol 295 GraphicUses:294Used by:296
Symbol 296 MovieClipUses:295Used by:Timeline
Symbol 297 GraphicUsed by:299
Symbol 298 TextUses:236Used by:299
Symbol 299 ButtonUses:297 298Used by:Timeline

Instance Names

"klo"Frame 1Symbol 98 MovieClip
"sts"Frame 4Symbol 126 MovieClip
"menubut"Frame 4Symbol 155 MovieClip
"b21"Frame 5Symbol 184 Button
"b22"Frame 5Symbol 185 Button
"b23"Frame 5Symbol 186 Button
"b24"Frame 5Symbol 187 Button
"b25"Frame 5Symbol 188 Button
"b16"Frame 5Symbol 189 Button
"b17"Frame 5Symbol 190 Button
"b18"Frame 5Symbol 191 Button
"b19"Frame 5Symbol 192 Button
"b20"Frame 5Symbol 193 Button
"b11"Frame 5Symbol 194 Button
"b12"Frame 5Symbol 195 Button
"b13"Frame 5Symbol 196 Button
"b14"Frame 5Symbol 197 Button
"b15"Frame 5Symbol 198 Button
"b6"Frame 5Symbol 199 Button
"b7"Frame 5Symbol 200 Button
"b8"Frame 5Symbol 201 Button
"b9"Frame 5Symbol 202 Button
"b10"Frame 5Symbol 203 Button
"b1"Frame 5Symbol 204 Button
"b2"Frame 5Symbol 205 Button
"b3"Frame 5Symbol 206 Button
"b4"Frame 5Symbol 207 Button
"b5"Frame 5Symbol 208 Button
"b26"Frame 5Symbol 209 Button
"b27"Frame 5Symbol 210 Button
"b28"Frame 5Symbol 211 Button
"b29"Frame 5Symbol 212 Button
"b30"Frame 5Symbol 213 Button
"p4"Frame 7Symbol 240 MovieClip
"p1"Frame 7Symbol 244 MovieClip
"p2"Frame 7Symbol 248 MovieClip
"p3"Frame 7Symbol 252 MovieClip
"p5"Frame 7Symbol 256 MovieClip
"p6"Frame 7Symbol 260 MovieClip
"bonus"Frame 8Symbol 269 MovieClip
"pass2"Frame 9Symbol 289 MovieClip
"pass1"Frame 9Symbol 292 MovieClip
"pass4"Frame 9Symbol 296 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
"boundingBox"Symbol 87 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 85 MovieClip
"boundingBox2"Symbol 87 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 85 MovieClip
"scrollBarAsset"Symbol 91 MovieClip [FScrollPaneSymbol] Frame 1Symbol 83 MovieClip [FScrollBarSymbol]
"boundingBox_mc"Symbol 91 MovieClip [FScrollPaneSymbol] Frame 1Symbol 87 MovieClip [FBoundingBoxSymbol]
"loadContent"Symbol 91 MovieClip [FScrollPaneSymbol] Frame 1Symbol 88 MovieClip
"deadPreview"Symbol 91 MovieClip [FScrollPaneSymbol] Frame 1Symbol 90 MovieClip
"p1"Symbol 244 MovieClip Frame 1Symbol 243 MovieClip
"p2"Symbol 248 MovieClip Frame 1Symbol 247 MovieClip
"p4"Symbol 252 MovieClip Frame 1Symbol 251 MovieClip
"p5"Symbol 256 MovieClip Frame 1Symbol 255 MovieClip
"p6"Symbol 260 MovieClip Frame 1Symbol 259 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$Lo$ogQ9Y5z27/vG0qa2I14lb.."
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 83 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 87 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 91 as "FScrollPaneSymbol"

Labels

"Symbol_36"Symbol 1 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 87 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 87 MovieClip [FBoundingBoxSymbol] Frame 2

Dynamic Text Variables

creditsSymbol 121 EditableText"0"
QboxSymbol 215 EditableText""
AboxSymbol 217 EditableText""
girlinfoSymbol 224 EditableText""
in1Symbol 284 EditableText""
in2Symbol 285 EditableText""
in3Symbol 286 EditableText""
in4Symbol 293 EditableText""




http://swfchan.com/7/32978/info.shtml
Created: 11/8 -2019 14:11:24 Last modified: 11/8 -2019 14:11:24 Server time: 28/04 -2024 21:54:03