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

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

Pleasure Babe.swf

This is the info page for
Flash #30341

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


ActionScript [AS1/AS2]
Frame 1
var sceneFlow__; if (sceneFlow__ == null) { this._lockroot = true; sceneFlow__ = new ascs.scene.SceneFlow(_root, eval("Null")); sceneFlow__.changeScene(tf.scene.Trial.LINKAGE_ID); }
Symbol 61 MovieClip Frame 16
this.gotoAndStop("16");
Symbol 74 MovieClip Frame 16
this.gotoAndStop("16");
Symbol 107 MovieClip [T02B] Frame 1
#initclip 47 Object.registerClass("T02B", tf.entity.tomoe.trial.T02B); #endinitclip
Symbol 235 MovieClip Frame 16
this.gotoAndStop("16");
Symbol 253 MovieClip [T02A_P01_001] Frame 18
this.gotoAndStop("18");
Symbol 285 MovieClip [T02A_E02] Frame 1
#initclip 32 Object.registerClass("T02A_E02", tf.entity.tomoe.trial.T02A_E02); #endinitclip
Symbol 285 MovieClip [T02A_E02] Frame 8
this.gotoAndPlay("5");
Symbol 290 MovieClip [T02A_E01] Frame 1
#initclip 33 Object.registerClass("T02A_E01", tf.entity.tomoe.trial.T02A_E01); #endinitclip
Symbol 290 MovieClip [T02A_E01] Frame 128
this.gotoAndPlay("125");
Symbol 292 MovieClip [T02A] Frame 1
#initclip 34 Object.registerClass("T02A", tf.entity.tomoe.trial.T02A); #endinitclip
Symbol 308 MovieClip Frame 10
this.gotoAndStop("10");
Symbol 330 MovieClip Frame 17
this.gotoAndStop("17");
Symbol 334 MovieClip [T02_H03] Frame 1
#initclip 35 Object.registerClass("T02_H03", ascs.ctrl.PushButton); #endinitclip
Symbol 336 MovieClip [T02_H02] Frame 1
#initclip 36 Object.registerClass("T02_H02", ascs.ctrl.PushButton); #endinitclip
Symbol 338 MovieClip [T02_H01] Frame 1
#initclip 37 Object.registerClass("T02_H01", ascs.ctrl.PushButton); #endinitclip
Symbol 340 MovieClip [Replay] Frame 1
#initclip 38 Object.registerClass("Replay", ascs.ctrl.PushButton); #endinitclip
Symbol 342 MovieClip [Start] Frame 1
#initclip 39 Object.registerClass("Start", ascs.ctrl.PushButton); #endinitclip
Symbol 349 MovieClip [Select02] Frame 1
#initclip 40 Object.registerClass("Select02", ascs.ctrl.PushButton); #endinitclip
Symbol 351 MovieClip [Select03] Frame 1
#initclip 41 Object.registerClass("Select03", ascs.ctrl.ToggleButton); #endinitclip
Symbol 356 MovieClip [Icon01] Frame 1
#initclip 42 Object.registerClass("Icon01", tf.entity.Icon); #endinitclip
Symbol 361 MovieClip [Icon02] Frame 1
#initclip 43 Object.registerClass("Icon02", tf.entity.Icon); #endinitclip
Symbol 363 MovieClip [Cursor02] Frame 1
#initclip 44 Object.registerClass("Cursor02", tf.entity.Cursor); #endinitclip
Symbol 365 MovieClip [Cursor01] Frame 1
#initclip 45 Object.registerClass("Cursor01", tf.entity.Cursor); #endinitclip
Symbol 372 MovieClip [Meter] Frame 1
#initclip 46 Object.registerClass("Meter", tf.entity.Meter); #endinitclip
Symbol 373 MovieClip [__Packages.ascs.scene.AbstractScene] Frame 0
class ascs.scene.AbstractScene extends MovieClip { var linkageID_, sceneFlow_; function AbstractScene () { super(); } function toString() { return("[AbstractScene]"); } function getLinkageID() { return(linkageID_); } function getSceneFlow() { return(sceneFlow_); } function onReload(id) { } }
Symbol 374 MovieClip [__Packages.ascs.scene.SceneFlow] Frame 0
class ascs.scene.SceneFlow { var parent_, context_, stack_; function SceneFlow (prt, ctx) { parent_ = prt; context_ = ctx; stack_ = new ascs.util.Stack(); } function toString() { return("[SceneFlow]"); } function getContext() { return(context_); } function pushScene(id) { var _local2 = new Object({scene:null, linkageID:id}); stack_.push(_local2); } function popScene() { if (!stack_.isEmpty()) { var _local3 = stack_.pop(); _local3.scene.removeMovieClip(); var _local2 = stack_.peek(); if (_local2.scene == null) { createScene(_local2); } else { _local2.scene.enabled = true; _local2.scene._visible = true; _local2.scene.play(); _local2.scene.onReload(_local3.linkageID); } } } function changeScene(id) { if (!stack_.isEmpty()) { stack_.pop().scene.removeMovieClip(); } pushScene(id); return(createScene(stack_.peek())); } function callScene(id) { if (!stack_.isEmpty()) { var _local2 = stack_.peek(); _local2.scene.enabled = false; _local2.scene._visible = false; _local2.scene.stop(); } pushScene(id); return(createScene(stack_.peek())); } function createScene(node) { var _local3 = parent_.getNextHighestDepth(); var _local4 = ("scene_" + _local3) + "_mc"; var _local5 = new Object({linkageID_:node.linkageID, sceneFlow_:this}); node.scene = ascs.scene.AbstractScene(parent_.attachMovie(node.linkageID, _local4, _local3, _local5)); return(node.scene); } }
Symbol 375 MovieClip [__Packages.ascs.util.Stack] Frame 0
class ascs.util.Stack { var elements_; function Stack () { elements_ = new Array(); } function toString() { return("[Stack]"); } function isEmpty() { return(size() == 0); } function size() { return(elements_.length); } function peek() { if (isEmpty()) { throw new Error(); } return(elements_[size() - 1]); } function push(elem) { elements_.push(elem); } function pop() { return(elements_.pop()); } }
Symbol 376 MovieClip [__Packages.tf.scene.Trial] Frame 0
class tf.scene.Trial extends ascs.scene.AbstractScene { var attachMovie, getNextHighestDepth, t02_h01, t02_h02, t02_h03, sel02, sel03, tools_, ic01, ic02, tv_006, fdin, start, fdout, replay, csr01, csr02, tomoe, mtr, end, yell_, gasp_, isEventListenerEmpty, dispatchEvent; function Trial () { super(); ascs.util.EventLauncher.initialize(this); } function onLoad() { Mouse.hide(); attachMovie("T02_H01", "t02_h01", getNextHighestDepth(), {enabled:false}); t02_h01.addEventListener("onRelease", mx.utils.Delegate.create(this, t02_h01Released)); attachMovie("T02_H02", "t02_h02", getNextHighestDepth(), {enabled:false}); t02_h02.addEventListener("onRelease", mx.utils.Delegate.create(this, t02_h02Released)); attachMovie("T02_H03", "t02_h03", getNextHighestDepth(), {enabled:false}); t02_h03.addEventListener("onRelease", mx.utils.Delegate.create(this, t02_h03Released)); attachMovie("T02A", "tomoe", getNextHighestDepth()); attachMovie("Meter", "mtr", getNextHighestDepth()); attachMovie("Select02", "sel02", getNextHighestDepth(), {enabled:false}); sel02.addEventListener("onRelease", mx.utils.Delegate.create(this, select02Released)); attachMovie("Select03", "sel03", getNextHighestDepth(), {enabled:false}); sel03.addEventListener("onRelease", mx.utils.Delegate.create(this, select03Released)); attachMovie("Icon01", "ic01", getNextHighestDepth(), {enabled:false}); attachMovie("Icon02", "ic02", getNextHighestDepth(), {_visible:false, enabled:false}); tools_ = new ascs.ctrl.ButtonGroup(); tools_.addButton(ic01); tools_.addButton(ic02); tv_006 = new ascs.media.SoundClip("TV_006"); tv_006.addEventListener("soundclipStarted", mx.utils.Delegate.create(this, gaspStarted)); var _local2 = 14; while (_local2 < 41) { this["tv_0" + _local2] = new ascs.media.SoundClip("TV_0" + _local2); if (_local2 < 16) { this["tv_0" + _local2].addEventListener("soundclipStarted", mx.utils.Delegate.create(this, yellStarted)); } else { this["tv_0" + _local2].addEventListener("soundclipStarted", mx.utils.Delegate.create(this, gaspStarted)); } _local2++; } attachMovie("FadeIn", "fdin", getNextHighestDepth()); fdin.stop(); attachMovie("Start", "start", getNextHighestDepth()); start.addEventListener("onRelease", mx.utils.Delegate.create(this, startReleased)); attachMovie("FadeOut", "fdout", getNextHighestDepth(), {_visible:false}); fdout.stop(); attachMovie("End", "end", getNextHighestDepth(), {_visible:false}); attachMovie("Replay", "replay", getNextHighestDepth(), {_visible:false, enabled:false}); replay.addEventListener("onRelease", mx.utils.Delegate.create(this, replayReleased)); attachMovie("Cursor01", "csr01", getNextHighestDepth(), {_visible:false}); ic01.setCursor(csr01); ic01.doClick(); attachMovie("Cursor02", "csr02", getNextHighestDepth(), {_visible:false}); ic02.setCursor(csr02); } function onUnload() { for (var _local2 in this) { if (this[_local2] instanceof ascs.media.SoundClip) { this[_local2].removeSoundClip(); } } } function beginTrial() { for (var _local2 in this) { if (this[_local2] instanceof MovieClip) { this[_local2]._alpha = 100; this[_local2].enabled = true; this[_local2]._visible = true; } } attachMovie("T02A", "tomoe", tomoe.getDepth()); mtr.setValue(1); if (sel03.isSelected()) { sel03.doClick(); } ic02.enabled = false; ic02._visible = false; if (ic02.isSelected()) { ic01.doClick(); } else { csr02._visible = false; } fdin._visible = false; fdout._visible = false; end._visible = false; replay.enabled = false; replay._visible = false; } function endTrial() { for (var _local2 in this) { if (this[_local2] instanceof MovieClip) { this[_local2].enabled = false; } } fdout._visible = true; fdout.gotoAndPlay(1); fdout.onEnterFrame = function () { if (this._currentframe == this._totalframes) { this._parent.showEnd(); this._parent.showReplay(); this._parent.fdin._visible = true; this._parent.fdin.gotoAndStop(1); this._visible = false; this.stop(); this.onEnterFrame = null; } }; } function showReplay() { replay._visible = true; var _local2 = new mx.transitions.TransitionManager(replay); _local2.startTransition({type:mx.transitions.Fade, direction:mx.transitions.Transition.IN, duration:1, easing:mx.transitions.easing.None.easeNone}); _local2.addEventListener("allTransitionsInDone", ascs.util.ListenerFunction.enableMovieClip); } function showEnd() { end._visible = true; var _local2 = new mx.transitions.TransitionManager(end); _local2.startTransition({type:mx.transitions.Fade, direction:mx.transitions.Transition.IN, duration:1, easing:mx.transitions.easing.None.easeNone}); _local2.addEventListener("allTransitionsInDone", ascs.util.ListenerFunction.enableMovieClip); } function isYellPlaying() { if (fdin._visible) { return(true); } return(((yell_ == null) ? false : (yell_.isPlaying()))); } function isGaspPlaying() { if (gasp_ == null) { return(false); } return((gasp_.isPlaying() ? (gasp_.getPositionRatio() < GASP_POSITION_RATIO) : false)); } function yellStop() { if (yell_ != null) { yell_.stop(); } } function gaspStop() { if (gasp_ != null) { gasp_.stop(); } } function t02_h01Released(evt) { if (isEventListenerEmpty("t02_h01Released")) { return(undefined); } dispatchEvent({type:"t02_h01Released"}); } function t02_h02Released(evt) { if (isEventListenerEmpty("t02_h02Released")) { return(undefined); } dispatchEvent({type:"t02_h02Released"}); } function t02_h03Released(evt) { if (isEventListenerEmpty("t02_h03Released")) { return(undefined); } dispatchEvent({type:"t02_h03Released"}); } function select02Released(evt) { if (isEventListenerEmpty("select02Released")) { return(undefined); } evt.target.enabled = false; var _local2 = new mx.transitions.TransitionManager(evt.target); _local2.startTransition({type:mx.transitions.Fade, direction:mx.transitions.Transition.OUT, duration:1, easing:mx.transitions.easing.None.easeNone}); _local2.addEventListener("allTransitionsOutDone", ascs.util.ListenerFunction.hideMovieClip); dispatchEvent({type:"select02Released"}); } function select03Released(evt) { if (isEventListenerEmpty("select03Released")) { return(undefined); } evt.target.enabled = false; var _local2 = new mx.transitions.TransitionManager(evt.target); _local2.startTransition({type:mx.transitions.Fade, direction:mx.transitions.Transition.OUT, duration:1, easing:mx.transitions.easing.None.easeNone}); _local2.addEventListener("allTransitionsOutDone", ascs.util.ListenerFunction.hideMovieClip); ic02._visible = true; var _local3 = new mx.transitions.TransitionManager(ic02); _local3.startTransition({type:mx.transitions.Fade, direction:mx.transitions.Transition.IN, duration:2, easing:mx.transitions.easing.Back.easeIn}); _local3.addEventListener("allTransitionsInDone", ascs.util.ListenerFunction.enableMovieClip); dispatchEvent({type:"select03Released"}); } function startReleased(evt) { var _local2 = new mx.transitions.TransitionManager(evt.target); _local2.startTransition({type:mx.transitions.Fade, direction:mx.transitions.Transition.OUT, duration:1, easing:mx.transitions.easing.None.easeNone}); _local2.addEventListener("allTransitionsOutDone", ascs.util.ListenerFunction.removeMovieClip); fdin.play(); fdin.onEnterFrame = function () { if (this._currentframe == this._totalframes) { this._parent.beginTrial(); this.stop(); this.onEnterFrame = null; } }; } function replayReleased(evt) { var _local2 = new mx.transitions.TransitionManager(evt.target); _local2.startTransition({type:mx.transitions.Fade, direction:mx.transitions.Transition.OUT, duration:1, easing:mx.transitions.easing.None.easeNone}); _local2.addEventListener("allTransitionsOutDone", ascs.util.ListenerFunction.hideMovieClip); var _local3 = new mx.transitions.TransitionManager(end); _local3.startTransition({type:mx.transitions.Fade, direction:mx.transitions.Transition.OUT, duration:1, easing:mx.transitions.easing.None.easeNone}); _local3.addEventListener("allTransitionsOutDone", ascs.util.ListenerFunction.hideMovieClip); fdin.play(); fdin.onEnterFrame = function () { if (this._currentframe == this._totalframes) { this._parent.beginTrial(); this.stop(); this.onEnterFrame = null; } }; } function yellStarted(evt) { yell_ = evt.target; } function gaspStarted(evt) { if (yell_ != null) { yell_.stop(); } gasp_ = evt.target; } static var LINKAGE_ID = "__Packages.tf.scene.Trial"; static var CONSTRUCTOR = tf.scene.Trial; static var IS_REGISTERED = Object.registerClass(LINKAGE_ID, CONSTRUCTOR); static var PIXEL_DISSOLVE_DURATION = 1.5; static var GASP_POSITION_RATIO = 0.7; }
Symbol 377 MovieClip [__Packages.ascs.ctrl.ButtonGroup] Frame 0
class ascs.ctrl.ButtonGroup { var buttons_, ignores_; function ButtonGroup () { buttons_ = new mx.utils.CollectionImpl(); ignores_ = new mx.utils.CollectionImpl(); } function toString() { return("[ButtonGroup]"); } function addButton(btn) { btn.addEventListener("onRelease", this); buttons_.addItem(btn); } function removeButton(btn) { btn.removeEventListener("onRelease", this); buttons_.removeItem(btn); } function getButtons() { return(buttons_); } function onRelease(evt) { ignores_.addItem(evt.target); var _local3 = buttons_.getIterator(); while (_local3.hasNext()) { var _local2 = ascs.ctrl.ToggleButton(_local3.next()); if (!ignores_.contains(_local2)) { if (_local2.isSelected()) { _local2.doClick(); } } } ignores_.removeItem(evt.target); } }
Symbol 378 MovieClip [__Packages.mx.utils.Collection] Frame 0
interface mx.utils.Collection { }
Symbol 379 MovieClip [__Packages.mx.utils.Iterator] Frame 0
interface mx.utils.Iterator { }
Symbol 380 MovieClip [__Packages.mx.utils.CollectionImpl] Frame 0
class mx.utils.CollectionImpl extends Object implements mx.utils.Collection { var _items; function CollectionImpl () { super(); _items = new Array(); } function addItem(item) { var _local2 = false; if (item != null) { _items.push(item); _local2 = true; } return(_local2); } function clear() { _items = new Array(); } function contains(item) { return(internalGetItem(item) > -1); } function getItemAt(index) { return(_items[index]); } function getIterator() { return(new mx.utils.IteratorImpl(this)); } function getLength() { return(_items.length); } function isEmpty() { return(_items.length == 0); } function removeItem(item) { var _local2 = false; var _local3 = internalGetItem(item); if (_local3 > -1) { _items.splice(_local3, 1); _local2 = true; } return(_local2); } function internalGetItem(item) { var _local3 = -1; var _local2 = 0; while (_local2 < _items.length) { if (_items[_local2] == item) { _local3 = _local2; break; } _local2++; } return(_local3); } }
Symbol 381 MovieClip [__Packages.mx.utils.IteratorImpl] Frame 0
class mx.utils.IteratorImpl implements mx.utils.Iterator { var _collection, _cursor; function IteratorImpl (coll) { _collection = coll; _cursor = 0; } function hasNext() { return(_cursor < _collection.getLength()); } function next() { return(_collection.getItemAt(_cursor++)); } }
Symbol 382 MovieClip [__Packages.ascs.ctrl.PushButton] Frame 0
class ascs.ctrl.PushButton extends MovieClip { var isSelected_, dispatchEvent; function PushButton () { super(); ascs.util.EventLauncher.initialize(this); isSelected_ = false; } function toString() { return("[PushButton]"); } function onPress() { dispatchEvent({type:"onPress"}); } function onRelease() { isSelected_ = true; dispatchEvent({type:"onRelease"}); isSelected_ = false; } function onReleaseOutside() { dispatchEvent({type:"onReleaseOutside"}); } function onRollOut() { dispatchEvent({type:"onRollOut"}); } function onRollOver() { dispatchEvent({type:"onRollOver"}); } function doClick() { onRollOver(); onPress(); onRelease(); } function isSelected() { return(isSelected_); } }
Symbol 383 MovieClip [__Packages.ascs.util.EventLauncher] Frame 0
class ascs.util.EventLauncher { function EventLauncher () { } static function initialize(obj) { mx.events.EventDispatcher.initialize(obj); if (instance__ == null) { instance__ = new ascs.util.EventLauncher(); } obj.isEventListenerEmpty = instance__.isEventListenerEmpty; obj.getEventListenerLength = instance__.getEventListenerLength; obj.getEventListeners = instance__.getEventListeners; } function isEventListenerEmpty(evtTyp) { return(getEventListenerLength(evtTyp) == 0); } function getEventListenerLength(evtTyp) { return(((this["__q_" + evtTyp] == null) ? 0 : (this["__q_" + evtTyp].length))); } function getEventListeners(evtTyp) { return(this["__q_" + evtTyp]); } static var instance__ = null; }
Symbol 384 MovieClip [__Packages.mx.events.EventDispatcher] Frame 0
class mx.events.EventDispatcher { function EventDispatcher () { } static function _removeEventListener(queue, event, handler) { if (queue != undefined) { var _local4 = queue.length; var _local1; _local1 = 0; while (_local1 < _local4) { var _local2 = queue[_local1]; if (_local2 == handler) { queue.splice(_local1, 1); return(undefined); } _local1++; } } } static function initialize(object) { if (_fEventDispatcher == undefined) { _fEventDispatcher = new mx.events.EventDispatcher(); } object.addEventListener = _fEventDispatcher.addEventListener; object.removeEventListener = _fEventDispatcher.removeEventListener; object.dispatchEvent = _fEventDispatcher.dispatchEvent; object.dispatchQueue = _fEventDispatcher.dispatchQueue; } function dispatchQueue(queueObj, eventObj) { var _local7 = "__q_" + eventObj.type; var _local4 = queueObj[_local7]; if (_local4 != undefined) { var _local5; for (_local5 in _local4) { var _local1 = _local4[_local5]; var _local3 = typeof(_local1); if ((_local3 == "object") || (_local3 == "movieclip")) { if (_local1.handleEvent != undefined) { _local1.handleEvent(eventObj); } if (_local1[eventObj.type] != undefined) { if (exceptions[eventObj.type] == undefined) { _local1[eventObj.type](eventObj); } } } else { _local1.apply(queueObj, [eventObj]); } } } } function dispatchEvent(eventObj) { if (eventObj.target == undefined) { eventObj.target = this; } this[eventObj.type + "Handler"](eventObj); dispatchQueue(this, eventObj); } function addEventListener(event, handler) { var _local3 = "__q_" + event; if (this[_local3] == undefined) { this[_local3] = new Array(); } _global.ASSetPropFlags(this, _local3, 1); _removeEventListener(this[_local3], event, handler); this[_local3].push(handler); } function removeEventListener(event, handler) { var _local2 = "__q_" + event; _removeEventListener(this[_local2], event, handler); } static var _fEventDispatcher = undefined; static var exceptions = {move:1, draw:1, load:1}; }
Symbol 385 MovieClip [__Packages.ascs.ctrl.ToggleButton] Frame 0
class ascs.ctrl.ToggleButton extends ascs.ctrl.PushButton { var isSelected_, gotoAndStop, dispatchEvent; function ToggleButton () { super(); } function toString() { return("[ToggleButton]"); } function onLoad() { if (!isSelected_) { (gotoAndStop("up"));// not popped } else { (gotoAndStop("down"));// not popped } } function onPress() { (gotoAndStop("down"));// not popped dispatchEvent({type:"onPress"}); } function onRelease() { isSelected_ = !isSelected_; if (!isSelected_) { (gotoAndStop("up_over"));// not popped } else { (gotoAndStop("down_over"));// not popped } dispatchEvent({type:"onRelease"}); } function onReleaseOutside() { if (!isSelected_) { (gotoAndStop("up"));// not popped } else { (gotoAndStop("down"));// not popped } dispatchEvent({type:"onReleaseOutside"}); } function onRollOut() { if (!isSelected_) { (gotoAndStop("up"));// not popped } else { (gotoAndStop("down"));// not popped } dispatchEvent({type:"onRollOut"}); } function onRollOver() { if (!isSelected_) { (gotoAndStop("up_over"));// not popped } else { (gotoAndStop("down_over"));// not popped } dispatchEvent({type:"onRollOver"}); } }
Symbol 386 MovieClip [__Packages.ascs.media.SoundClip] Frame 0
class ascs.media.SoundClip { var target_, sound_, linkageID_, secondOffset_, loop_, isPlaying_, dispatchEvent; function SoundClip (id) { mx.transitions.OnEnterFrameBeacon.init(); ascs.util.EventLauncher.initialize(this); var _local3 = _root.getNextHighestDepth(); var _local4 = ("sound_" + _local3) + "_mc"; target_ = _root.createEmptyMovieClip(_local4, _local3); sound_ = new Sound(target_); sound_.attachSound((linkageID_ = id)); secondOffset_ = 0; loop_ = 0; isPlaying_ = false; } function toString() { return("[SoundClip]"); } function removeSoundClip() { stop(); target_.removeMovieClip(); } function getLinkageID() { return(linkageID_); } function setVolume(vol) { sound_.setVolume(vol); } function getVolume() { return(sound_.getVolume()); } function setPan(bal) { sound_.setPan(bal); } function getPan() { return(sound_.getPan()); } function setTransform(trans) { sound_.setTransform(trans); } function getTransform() { return(sound_.getTransform()); } function getDuration() { return(((sound_ == null) ? 0 : (sound_.duration))); } function setPosition(offset) { if (offset < 0) { offset = 0; } else if (offset > sound_.duration) { offset = sound_.duration; } secondOffset_ = offset; if (isPlaying()) { sound_.start(secondOffset_); } } function getPosition() { return(((sound_ == null) ? 0 : (sound_.position))); } function getPositionRatio() { return(getPosition() / getDuration()); } function isPlaying() { return(isPlaying_); } function start(lp) { if (!isPlaying()) { if (sound_.onSoundComplete == null) { sound_.onSoundComplete = mx.utils.Delegate.create(this, soundclipCompleted); } if (sound_.position == sound_.duration) { secondOffset_ = 0; } if (lp > 0) { loop_ = lp; } sound_.start(secondOffset_); isPlaying_ = true; MovieClip.addListener(this); dispatchEvent({type:"soundclipStarted"}); } } function pause() { if (isPlaying()) { sound_.stop(linkageID_); secondOffset_ = sound_.position; isPlaying_ = false; MovieClip.removeListener(this); dispatchEvent({type:"soundclipPaused"}); } } function stop() { if (isPlaying()) { sound_.stop(linkageID_); secondOffset_ = 0; isPlaying_ = false; MovieClip.removeListener(this); dispatchEvent({type:"soundclipStopped"}); } } function onEnterFrame() { dispatchEvent({type:"soundclipProgressed"}); } function soundclipCompleted() { if (loop_ == 0) { isPlaying_ = false; MovieClip.removeListener(this); dispatchEvent({type:"soundclipCompleted"}); } else { loop_--; sound_.start(); } } }
Symbol 387 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon { function OnEnterFrameBeacon () { } static function init() { var _local4 = _global.MovieClip; if (!_root.__OnEnterFrameBeacon) { mx.transitions.BroadcasterMX.initialize(_local4); var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876); _local3.onEnterFrame = function () { _global.MovieClip.broadcastMessage("onEnterFrame"); }; } } static var version = "1.1.0.52"; }
Symbol 388 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX { var _listeners; function BroadcasterMX () { } static function initialize(o, dontCreateArray) { if (o.broadcastMessage != undefined) { delete o.broadcastMessage; } o.addListener = mx.transitions.BroadcasterMX.prototype.addListener; o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener; if (!dontCreateArray) { o._listeners = new Array(); } } function addListener(o) { removeListener(o); if (broadcastMessage == undefined) { broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage; } return(_listeners.push(o)); } function removeListener(o) { var _local2 = _listeners; var _local3 = _local2.length; while (_local3--) { if (_local2[_local3] == o) { _local2.splice(_local3, 1); if (!_local2.length) { broadcastMessage = undefined; } return(true); } } return(false); } function broadcastMessage() { var _local5 = String(arguments.shift()); var _local4 = _listeners.concat(); var _local6 = _local4.length; var _local3 = 0; while (_local3 < _local6) { _local4[_local3][_local5].apply(_local4[_local3], arguments); _local3++; } } static var version = "1.1.0.52"; }
Symbol 389 MovieClip [__Packages.mx.utils.Delegate] Frame 0
class mx.utils.Delegate extends Object { var func; function Delegate (f) { super(); func = f; } static function create(obj, func) { var _local2 = function () { var _local2 = arguments.callee.target; var _local3 = arguments.callee.func; return(_local3.apply(_local2, arguments)); }; _local2.target = obj; _local2.func = func; return(_local2); } function createDelegate(obj) { return(create(obj, func)); } }
Symbol 390 MovieClip [__Packages.mx.transitions.TransitionManager] Frame 0
class mx.transitions.TransitionManager { var _transitions, removeEventListener, _content, addEventListener, _contentAppearance, _innerBounds, _outerBounds, _width, _height, _triggerEvent, dispatchEvent; function TransitionManager (content) { this.content = (content); _transitions = {}; } function set content(c) { removeEventListener("allTransitionsInDone", _content); removeEventListener("allTransitionsOutDone", _content); _content = c; saveContentAppearance(); addEventListener("allTransitionsInDone", _content); addEventListener("allTransitionsOutDone", _content); //return(content); } function get content() { return(_content); } function get transitionsList() { return(_transitions); } function get numTransitions() { var _local2 = 0; for (var _local3 in _transitions) { _local2++; } return(_local2); } function get numInTransitions() { var _local3 = 0; var _local2 = _transitions; for (var _local4 in _local2) { if (!_local2[_local4].direction) { _local3++; } } return(_local3); } function get numOutTransitions() { var _local3 = 0; var _local2 = _transitions; for (var _local4 in _local2) { if (_local2[_local4].direction) { _local3++; } } return(_local3); } function get contentAppearance() { return(_contentAppearance); } static function start(content, transParams) { if (content.__transitionManager == undefined) { content.__transitionManager = new mx.transitions.TransitionManager(content); } if (transParams.direction == 1) { content.__transitionManager._triggerEvent = "hide"; } else { content.__transitionManager._triggerEvent = "reveal"; } return(content.__transitionManager.startTransition(transParams)); } function startTransition(transParams) { removeTransition(findTransition(transParams)); var _local3 = transParams.type; var _local2 = new _local3[undefined](_content, transParams, this); addTransition(_local2); _local2.start(); return(_local2); } function addTransition(trans) { trans.ID = ++IDCount; _transitions[trans.ID] = trans; return(trans); } function removeTransition(trans) { if (_transitions[trans.ID] == undefined) { return(false); } trans.cleanUp(); return(delete _transitions[trans.ID]); } function findTransition(transParams) { var _local2; for (var _local4 in _transitions) { _local2 = _transitions[_local4]; if (_local2.type == transParams.type) { return(_local2); } } return(undefined); } function removeAllTransitions() { for (var _local2 in _transitions) { _transitions[_local2].cleanUp(); removeTransition(_transitions[_local2]); } } function saveContentAppearance() { var _local2 = _content; if (_contentAppearance == undefined) { var _local3 = (_contentAppearance = {}); for (var _local4 in _visualPropList) { _local3[_local4] = _local2[_local4]; } _local3.colorTransform = new Color(_local2).getTransform(); } _innerBounds = _local2.getBounds(targetPath(_local2)); _outerBounds = _local2.getBounds(targetPath(_local2._parent)); _width = _local2._width; _height = _local2._height; } function restoreContentAppearance() { var _local2 = _content; var _local3 = _contentAppearance; for (var _local4 in _visualPropList) { _local2[_local4] = _local3[_local4]; } new Color(_local2).setTransform(_local3.colorTransform); } function transitionInDone(e) { removeTransition(e.target); if (numInTransitions == 0) { var _local2; _local2 = _content._visible; if ((_triggerEvent == "hide") || (_triggerEvent == "hideChild")) { _content._visible = false; } if (_local2) { dispatchEvent({type:"allTransitionsInDone", target:this}); } } } function transitionOutDone(e) { removeTransition(e.target); if (numOutTransitions == 0) { restoreContentAppearance(); var _local2; _local2 = _content._visible; if (_local2 && ((_triggerEvent == "hide") || (_triggerEvent == "hideChild"))) { _content._visible = false; } updateAfterEvent(); if (_local2) { dispatchEvent({type:"allTransitionsOutDone", target:this}); } } } function toString() { return("[TransitionManager]"); } static var version = "1.1.0.52"; static var IDCount = 0; var type = mx.transitions.TransitionManager; var className = "TransitionManager"; var _visualPropList = {_x:null, _y:null, _xscale:null, _yscale:null, _alpha:null, _rotation:null}; static var __mixinFED = mx.events.EventDispatcher.initialize(mx.transitions.TransitionManager.prototype); }
Symbol 391 MovieClip [__Packages.mx.transitions.Transition] Frame 0
class mx.transitions.Transition { var _manager, removeEventListener, addEventListener, _content, _twn, _easing, _progress, dispatchEvent, _innerBounds, _outerBounds, _width, _height; function Transition (content, transParams, manager) { if (!arguments.length) { return; } init(content, transParams, manager); } function set manager(mgr) { if (_manager != undefined) { removeEventListener("transitionInDone", _manager); removeEventListener("transitionOutDone", _manager); removeEventListener("transitionProgress", _manager); } _manager = mgr; addEventListener("transitionInDone", _manager); addEventListener("transitionOutDone", _manager); addEventListener("transitionProgress", _manager); //return(manager); } function get manager() { return(_manager); } function set content(c) { if (typeof(c) == "movieclip") { _content = c; _twn.obj = c; } //return(content); } function get content() { return(_content); } function set direction(direction) { _direction = (direction ? 1 : 0); //return(this.direction); } function get direction() { return(_direction); } function set duration(d) { if (d) { _duration = d; _twn.duration = d; } //return(duration); } function get duration() { return(_duration); } function set easing(e) { if (typeof(e) == "string") { e = eval (e); } else if (e == undefined) { e = _noEase; } _easing = e; _twn.easing = e; //return(easing); } function get easing() { return(_easing); } function set progress(p) { if (_progress == p) { return; } _progress = p; if (_direction) { _render(1 - p); } else { _render(p); } dispatchEvent({type:"transitionProgress", target:this, progress:p}); //return(progress); } function get progress() { return(_progress); } function init(content, transParams, manager) { this.content = (content); direction = (transParams.direction); duration = (transParams.duration); easing = (transParams.easing); this.manager = (manager); _innerBounds = this.manager._innerBounds; _outerBounds = this.manager._outerBounds; _width = this.manager._width; _height = this.manager._height; _resetTween(); } function toString() { return(("[Transition " + className) + "]"); } function start() { content._visible = true; _twn.start(); } function stop() { _twn.fforward(); _twn.stop(); } function cleanUp() { removeEventListener("transitionInDone", _manager); removeEventListener("transitionOutDone", _manager); removeEventListener("transitionProgress", _manager); stop(); } function getNextHighestDepthMC(mc) { var _local4 = mc.getNextHighestDepth(); if (_local4 != undefined) { return(_local4); } _local4 = -1; var _local3; var _local1; for (var _local5 in mc) { _local1 = mc[_local5]; if ((typeof(_local1) == "movieclip") && (_local1._parent == mc)) { _local3 = _local1.getDepth(); if (_local3 > _local4) { _local4 = _local3; } } } return(_local4 + 1); } function drawBox(mc, x, y, w, h) { mc.moveTo(x, y); mc.lineTo(x + w, y); mc.lineTo(x + w, y + h); mc.lineTo(x, y + h); mc.lineTo(x, y); } function drawCircle(mc, x, y, r) { mc.moveTo(x + r, y); mc.curveTo(r + x, (0.414213562373095 * r) + y, (0.707106781186547 * r) + x, (0.707106781186547 * r) + y); mc.curveTo((0.414213562373095 * r) + x, r + y, x, r + y); mc.curveTo((-0.414213562373095 * r) + x, r + y, (-0.707106781186547 * r) + x, (0.707106781186547 * r) + y); mc.curveTo((-r) + x, (0.414213562373095 * r) + y, (-r) + x, y); mc.curveTo((-r) + x, (-0.414213562373095 * r) + y, (-0.707106781186547 * r) + x, (-0.707106781186547 * r) + y); mc.curveTo((-0.414213562373095 * r) + x, (-r) + y, x, (-r) + y); mc.curveTo((0.414213562373095 * r) + x, (-r) + y, (0.707106781186547 * r) + x, (-0.707106781186547 * r) + y); mc.curveTo(r + x, (-0.414213562373095 * r) + y, r + x, y); } function _render(p) { } function _resetTween() { _twn.stop(); _twn.removeListener(this); _twn = new mx.transitions.Tween(this, null, easing, 0, 1, duration, true); _twn.stop(); _twn.prop = "progress"; _twn.addListener(this); } function _noEase(t, b, c, d) { return(((c * t) / d) + b); } function onMotionFinished(src) { if (direction) { dispatchEvent({type:"transitionOutDone", target:this}); } else { dispatchEvent({type:"transitionInDone", target:this}); } } static var version = "1.1.0.52"; static var IN = 0; static var OUT = 1; var type = mx.transitions.Transition; var className = "Transition"; var _direction = 0; var _duration = 2; static var __mixinFED = mx.events.EventDispatcher.initialize(mx.transitions.Transition.prototype); }
Symbol 392 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween { var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime; function Tween (obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if (!arguments.length) { return; } this.obj = obj; this.prop = prop; this.begin = begin; position = (begin); this.duration = (duration); this.useSeconds = useSeconds; if (func) { this.func = func; } this.finish = (finish); _listeners = []; addListener(this); start(); } function set time(t) { prevTime = _time; if (t > duration) { if (looping) { rewind(t - _duration); update(); broadcastMessage("onMotionLooped", this); } else { if (useSeconds) { _time = _duration; update(); } stop(); broadcastMessage("onMotionFinished", this); } } else if (t < 0) { rewind(); update(); } else { _time = t; update(); } //return(time); } function get time() { return(_time); } function set duration(d) { _duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d)); //return(duration); } function get duration() { return(_duration); } function set FPS(fps) { var _local2 = isPlaying; stopEnterFrame(); _fps = fps; if (_local2) { startEnterFrame(); } //return(FPS); } function get FPS() { return(_fps); } function set position(p) { setPosition(p); //return(position); } function setPosition(p) { prevPos = _pos; obj[prop] = (_pos = p); broadcastMessage("onMotionChanged", this, _pos); updateAfterEvent(); } function get position() { return(getPosition()); } function getPosition(t) { if (t == undefined) { t = _time; } return(func(t, begin, change, _duration)); } function set finish(f) { change = f - begin; //return(finish); } function get finish() { return(begin + change); } function continueTo(finish, duration) { begin = position; this.finish = (finish); if (duration != undefined) { this.duration = (duration); } start(); } function yoyo() { continueTo(begin, time); } function startEnterFrame() { if (_fps == undefined) { _global.MovieClip.addListener(this); } else { _intervalID = setInterval(this, "onEnterFrame", 1000 / _fps); } isPlaying = true; } function stopEnterFrame() { if (_fps == undefined) { _global.MovieClip.removeListener(this); } else { clearInterval(_intervalID); } isPlaying = false; } function start() { rewind(); startEnterFrame(); broadcastMessage("onMotionStarted", this); } function stop() { stopEnterFrame(); broadcastMessage("onMotionStopped", this); } function resume() { fixTime(); startEnterFrame(); broadcastMessage("onMotionResumed", this); } function rewind(t) { _time = ((t == undefined) ? 0 : (t)); fixTime(); update(); } function fforward() { time = (_duration); fixTime(); } function nextFrame() { if (useSeconds) { time = ((getTimer() - _startTime) / 1000); } else { time = (_time + 1); } } function onEnterFrame() { nextFrame(); } function prevFrame() { if (!useSeconds) { time = (_time - 1); } } function toString() { return("[Tween]"); } function fixTime() { if (useSeconds) { _startTime = getTimer() - (_time * 1000); } } function update() { position = (getPosition(_time)); } static var version = "1.1.0.52"; static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init(); static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true); function func(t, b, c, d) { return(((c * t) / d) + b); } }
Symbol 393 MovieClip [__Packages.mx.transitions.Fade] Frame 0
class mx.transitions.Fade extends mx.transitions.Transition { var _alphaFinal, __get__manager, _content; function Fade (content, transParams, manager) { super(); init(content, transParams, manager); } function init(content, transParams, manager) { super.init(content, transParams, manager); _alphaFinal = __get__manager().__get__contentAppearance()._alpha; } function _render(p) { _content._alpha = _alphaFinal * p; } static var version = "1.1.0.52"; var type = mx.transitions.Fade; var className = "Fade"; }
Symbol 394 MovieClip [__Packages.mx.transitions.easing.None] Frame 0
class mx.transitions.easing.None { function None () { } static function easeNone(t, b, c, d) { return(((c * t) / d) + b); } static function easeIn(t, b, c, d) { return(((c * t) / d) + b); } static function easeOut(t, b, c, d) { return(((c * t) / d) + b); } static function easeInOut(t, b, c, d) { return(((c * t) / d) + b); } static var version = "1.1.0.52"; }
Symbol 395 MovieClip [__Packages.ascs.util.ListenerFunction] Frame 0
class ascs.util.ListenerFunction { function ListenerFunction () { } static function enableMovieClip(evt) { if (evt.target instanceof MovieClip) { evt.target.enabled = true; } else if (evt.target instanceof mx.transitions.TransitionManager) { evt.target.content.enabled = true; } evt.target.removeEventListener(evt.type, arguments.callee); } static function hideMovieClip(evt) { if (evt.target instanceof MovieClip) { evt.target._visible = false; } else if (evt.target instanceof mx.transitions.TransitionManager) { evt.target.content._visible = false; } evt.target.removeEventListener(evt.type, arguments.callee); } static function removeMovieClip(evt) { if (evt.target instanceof MovieClip) { evt.target.removeMovieClip(); } else if (evt.target instanceof mx.transitions.TransitionManager) { evt.target.content.removeMovieClip(); evt.target.removeEventListener(evt.type, arguments.callee); } } }
Symbol 396 MovieClip [__Packages.mx.transitions.easing.Back] Frame 0
class mx.transitions.easing.Back { function Back () { } static function easeIn(t, b, c, d, s) { if (s == undefined) { s = 1.70158; } t = t / d; return((((c * t) * t) * (((s + 1) * t) - s)) + b); } static function easeOut(t, b, c, d, s) { if (s == undefined) { s = 1.70158; } t = (t / d) - 1; return((c * (((t * t) * (((s + 1) * t) + s)) + 1)) + b); } static function easeInOut(t, b, c, d, s) { if (s == undefined) { s = 1.70158; } t = t / (d / 2); if (t < 1) { s = s * 1.525; return(((c / 2) * ((t * t) * (((s + 1) * t) - s))) + b); } t = t - 2; s = s * 1.525; return(((c / 2) * (((t * t) * (((s + 1) * t) + s)) + 2)) + b); } static var version = "1.1.0.52"; }
Symbol 397 MovieClip [__Packages.tf.entity.tomoe.trial.T02A_E02] Frame 0
class tf.entity.tomoe.trial.T02A_E02 extends MovieClip { var _parent, attachMovie, getNextHighestDepth, onMouseUp; function T02A_E02 () { super(); } function onLoad() { if (_parent.sel03.isSelected()) { attachMovie("T02_J02", "juice", getNextHighestDepth()); } else { attachMovie("T02A_P03_Blur", "pants", getNextHighestDepth()); } if (_parent.mtr.getAmountToMaximumCount() == 1) { _parent.tv_031.start(); _parent.tv_031.addEventListener("soundclipCompleted", mx.utils.Delegate.create(this, tv_031Completed)); } else { _parent.tv_040.start(); _parent.tv_040.addEventListener("soundclipCompleted", mx.utils.Delegate.create(this, gaspCompleted)); } } function tv_031Completed(evt) { _parent.tv_032.start(); _parent.tv_032.addEventListener("soundclipCompleted", mx.utils.Delegate.create(this, gaspCompleted)); evt.target.removeEventListener(evt.type, arguments.caller); } function gaspCompleted(evt) { onMouseUp = function () { this._parent.endTrial(); this.onMouseUp = null; }; evt.target.removeEventListener(evt.type, arguments.caller); } }
Symbol 398 MovieClip [__Packages.tf.entity.tomoe.trial.T02A_E01] Frame 0
class tf.entity.tomoe.trial.T02A_E01 extends MovieClip { var _parent, attachMovie, getNextHighestDepth, onMouseUp; function T02A_E01 () { super(); } function onLoad() { if (_parent.sel03.isSelected()) { attachMovie("T02_J02", "juice", getNextHighestDepth()); } else { attachMovie("T02A_P03_Blur", "pants", getNextHighestDepth()); } _parent.yellStop(); _parent.gaspStop(); if (_parent.mtr.getAmountToMaximumCount() == 1) { _parent.tv_029.start(); _parent.tv_029.addEventListener("soundclipCompleted", mx.utils.Delegate.create(this, tv_029Completed)); } else { var _local2 = new Array(); _local2.push(_parent.tv_037); _local2.push(_parent.tv_038); _local2.push(_parent.tv_039); var _local3 = Math.floor(Math.random() * _local2.length); _local2[_local3].start(); _local2[_local3].addEventListener("soundclipCompleted", mx.utils.Delegate.create(this, gaspCompleted)); } } function tv_029Completed(evt) { _parent.tv_030.start(); _parent.tv_030.addEventListener("soundclipCompleted", mx.utils.Delegate.create(this, gaspCompleted)); evt.target.removeEventListener(evt.type, arguments.caller); } function gaspCompleted(evt) { onMouseUp = function () { this._parent.mtr.zero(); this._parent.attachMovie("T02A_E02", "tomoe", this.getDepth()); }; evt.target.removeEventListener(evt.type, arguments.caller); } }
Symbol 399 MovieClip [__Packages.tf.entity.tomoe.trial.T02A] Frame 0
class tf.entity.tomoe.trial.T02A extends MovieClip { var _parent, attachMovie, getNextHighestDepth, intervalID_, getDepth, pants, juice, _totalframes, _currentframe; function T02A () { super(); } function onLoad() { _parent.addEventListener("t02_h01Released", this); _parent.addEventListener("t02_h02Released", this); _parent.addEventListener("t02_h03Released", this); _parent.mtr.addEventListener("sexobjectOrgasmed", this); _parent.mtr.addEventListener("meterIncreasedAtLow", this); _parent.mtr.addEventListener("meterIncreasedAtMiddle", this); _parent.mtr.addEventListener("meterIncreasedAtHigh", this); _parent.addEventListener("select02Released", this); if (_parent.sel03.isSelected()) { if (_parent.mtr.hasAmountToMaximum()) { attachMovie("T02_J02", "juice", getNextHighestDepth()); } else if (_parent.mtr.isMiddle()) { attachMovie("T02_J01", "juice", getNextHighestDepth()); } else if (_parent.mtr.isHigh()) { attachMovie("T02_J02", "juice", getNextHighestDepth()); } } else { _parent.addEventListener("select03Released", this); if (_parent.mtr.hasAmountToMaximum()) { attachMovie("T02A_P03", "pants", getNextHighestDepth()); } else if (_parent.mtr.isLow()) { attachMovie("T02A_P01", "pants", getNextHighestDepth()); } else if (_parent.mtr.isMiddle()) { attachMovie("T02A_P02", "pants", getNextHighestDepth()); } else if (_parent.mtr.isHigh()) { attachMovie("T02A_P03", "pants", getNextHighestDepth()); } } intervalID_ = setInterval(this, "yell", YELL_INTERVAL); } function onUnload() { _parent.removeEventListener("t02_h01Released", this); _parent.removeEventListener("t02_h02Released", this); _parent.removeEventListener("t02_h03Released", this); _parent.mtr.removeEventListener("sexobjectOrgasmed", this); _parent.mtr.removeEventListener("meterIncreasedAtLow", this); _parent.mtr.removeEventListener("meterIncreasedAtMiddle", this); _parent.mtr.removeEventListener("meterIncreasedAtHigh", this); _parent.removeEventListener("select02Released", this); if (!_parent.sel03.isSelected()) { _parent.removeEventListener("select03Released", this); } clearInterval(intervalID_); } function t02_h01Released(evt) { _parent.mtr.increaseWithEvent(EROGENOUS_ZONE_RELEASED_PLEASURE); } function t02_h02Released(evt) { _parent.mtr.increaseWithEvent(EROGENOUS_ZONE_RELEASED_PLEASURE); } function t02_h03Released(evt) { _parent.mtr.increaseWithEvent(EROGENOUS_ZONE_RELEASED_PLEASURE); } function sexobjectOrgasmed(evt) { _parent.attachMovie("T02A_E01", "tomoe", getDepth()); } function meterIncreasedAtLow(evt) { if (!_parent.isGaspPlaying()) { var _local3 = new Array(); _local3.push(_parent.tv_016); _local3.push(_parent.tv_017); if (_parent.ic02.isSelected()) { _local3.push(_parent.tv_024); _local3.push(_parent.tv_025); } var _local2 = 0; while (_local2 < _local3.length) { if (_local3[_local2].isPlaying()) { _local3.splice(_local2, 1); } _local2++; } if (_local3.length != 0) { _local3[Math.floor(Math.random() * _local3.length)].start(); } } var _local4 = null; if (_parent.t02_h01.isSelected()) { switch (Math.round(Math.random())) { case 0 : _local4 = _parent.attachMovie("T02A_L01", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); break; case 1 : _local4 = _parent.attachMovie("T02A_L02", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); } } else if (_parent.t02_h02.isSelected()) { switch (Math.round(Math.random())) { case 0 : _local4 = _parent.attachMovie("T02A_R01", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); break; case 1 : _local4 = _parent.attachMovie("T02A_R02", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); } } else if (_parent.t02_h03.isSelected()) { switch (Math.round(Math.random())) { case 0 : _local4 = _parent.attachMovie("T02A_S01", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); break; case 1 : _local4 = _parent.attachMovie("T02A_S02", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); } } if (evt.target.hasAmountToMaximum()) { if (_parent.sel03.isSelected()) { _local4.attachMovie("T02_J02_Blur", "juice", _local4.getNextHighestDepth()); } else { _local4.attachMovie("T02A_P03_Blur", "pants", _local4.getNextHighestDepth()); } } else if (!_parent.sel03.isSelected()) { _local4.attachMovie("T02A_P01_Blur", "pants", _local4.getNextHighestDepth()); } } function meterIncreasedAtMiddle(evt) { if ((!evt.target.hasAmountToMaximum()) && (evt.hasPassedThroughLow)) { _parent.gaspStop(); _parent.tv_027.start(); } else if (!_parent.isGaspPlaying()) { var _local3 = new Array(); _local3.push(_parent.tv_018); _local3.push(_parent.tv_019); _local3.push(_parent.tv_020); if (_parent.ic02.isSelected()) { _local3.push(_parent.tv_026); } if (evt.target.hasAmountToMaximum()) { _local3.push(_parent.tv_034); _local3.push(_parent.tv_035); } var _local2 = 0; while (_local2 < _local3.length) { if (_local3[_local2].isPlaying()) { _local3.splice(_local2, 1); } _local2++; } if (_local3.length != 0) { _local3[Math.floor(Math.random() * _local3.length)].start(); } } var _local4; if (_parent.t02_h01.isSelected()) { _local4 = _parent.attachMovie("T02A_L02", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); } else if (_parent.t02_h02.isSelected()) { _local4 = _parent.attachMovie("T02A_R02", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); } else if (_parent.t02_h03.isSelected()) { switch (Math.round(Math.random())) { case 0 : _local4 = _parent.attachMovie("T02A_S02", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); break; case 1 : _local4 = _parent.attachMovie("T02A_S03", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); } } if (evt.target.hasAmountToMaximum()) { if (_parent.sel03.isSelected()) { _local4.attachMovie("T02_J02_Blur", "juice", _local4.getNextHighestDepth()); } else { _local4.attachMovie("T02A_P03_Blur", "pants", _local4.getNextHighestDepth()); } } else if (evt.hasPassedThroughLow) { if (_parent.sel03.isSelected()) { _local4.attachMovie("T02_J01_001", "juice", _local4.getNextHighestDepth(), {onEnterFrame:transitionToT02_J01}); } else { _local4.attachMovie("T02A_P01_001", "pants", _local4.getNextHighestDepth(), {onEnterFrame:transitionToT02A_P02}); } } else if (_parent.sel03.isSelected()) { _local4.attachMovie("T02_J01_Blur", "juice", _local4.getNextHighestDepth()); } else { _local4.attachMovie("T02A_P02_Blur", "pants", _local4.getNextHighestDepth()); } } function meterIncreasedAtHigh(evt) { if ((!evt.target.hasAmountToMaximum()) && (evt.hasPassedThroughMiddle)) { _parent.gaspStop(); _parent.tv_028.start(); } else if (!_parent.isGaspPlaying()) { var _local3 = new Array(); _local3.push(_parent.tv_021); _local3.push(_parent.tv_022); _local3.push(_parent.tv_023); if (evt.target.hasAmountToMaximum()) { _local3.push(_parent.tv_036); } var _local2 = 0; while (_local2 < _local3.length) { if (_local3[_local2].isPlaying()) { _local3.splice(_local2, 1); } _local2++; } if (_local3.length != 0) { _local3[Math.floor(Math.random() * _local3.length)].start(); } } var _local4; if (_parent.t02_h01.isSelected()) { var _local6 = 2; if (evt.target.hasAmountToMaximum()) { _local6++; } switch (Math.floor(Math.random() * _local6)) { case 0 : _local4 = _parent.attachMovie("T02A_L03", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); break; case 1 : _local4 = _parent.attachMovie("T02A_L04", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); break; case 2 : _local4 = _parent.attachMovie("T02A_L05", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); } } else if (_parent.t02_h02.isSelected()) { var _local6 = 2; if (evt.target.hasAmountToMaximum()) { _local6++; } switch (Math.floor(Math.random() * _local6)) { case 0 : _local4 = _parent.attachMovie("T02A_R03", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); break; case 1 : _local4 = _parent.attachMovie("T02A_R04", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); break; case 2 : _local4 = _parent.attachMovie("T02A_R05", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); } } else if (_parent.t02_h03.isSelected()) { switch (Math.round(Math.random())) { case 0 : _local4 = _parent.attachMovie("T02A_S04", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); break; case 1 : _local4 = _parent.attachMovie("T02A_S05", "tomoe", getDepth(), {onEnterFrame:returnToT02A}); } } if (evt.target.hasAmountToMaximum()) { if (_parent.sel03.isSelected()) { _local4.attachMovie("T02_J02_Blur", "juice", _local4.getNextHighestDepth()); } else { _local4.attachMovie("T02A_P03_Blur", "pants", _local4.getNextHighestDepth()); } } else if (evt.hasPassedThroughMiddle) { if (_parent.sel03.isSelected()) { _local4.attachMovie("T02_J02_001", "juice", _local4.getNextHighestDepth(), {onEnterFrame:transitionToT02_J02}); } else { _local4.attachMovie("T02A_P02_001", "pants", _local4.getNextHighestDepth(), {onEnterFrame:transitionToT02A_P03}); } } else if (_parent.sel03.isSelected()) { _local4.attachMovie("T02_J02_Blur", "juice", _local4.getNextHighestDepth()); } else { _local4.attachMovie("T02A_P03_Blur", "pants", _local4.getNextHighestDepth()); } } function select02Released(evt) { _parent.gaspStop(); _parent.tv_006.start(); _parent.attachMovie("T02B", "tomoe", getDepth()); } function select03Released(evt) { var _local2 = SELECT03_RELEASED_PLEASURE; if ((_parent.mtr.getValue() + _local2) >= _parent.mtr.getLimit()) { _local2 = (_parent.mtr.getLimit() - 1) - _parent.mtr.getValue(); } _parent.mtr.increase(_local2); _parent.gaspStop(); _parent.tv_033.start(); var _local3 = new mx.transitions.TransitionManager(pants); _local3.startTransition({type:mx.transitions.Fade, direction:mx.transitions.Transition.OUT, duration:1, easing:mx.transitions.easing.None.easeNone}); _local3.addEventListener("allTransitionsOutDone", ascs.util.ListenerFunction.removeMovieClip); if (_parent.mtr.hasAmountToMaximum()) { attachMovie("T02_J02", "juice", getNextHighestDepth()); } else if (_parent.mtr.isMiddle()) { attachMovie("T02_J01", "juice", getNextHighestDepth()); } else if (_parent.mtr.isHigh()) { attachMovie("T02_J02", "juice", getNextHighestDepth()); } var _local4 = new mx.transitions.TransitionManager(juice); _local4.startTransition({type:mx.transitions.Fade, direction:mx.transitions.Transition.IN, duration:1, easing:mx.transitions.easing.None.easeNone}); _parent.removeEventListener("select03Released", this); } function returnToT02A() { if (_currentframe == _totalframes) { _parent.attachMovie("T02A", "tomoe", getDepth()); } } function transitionToT02A_P02() { if (_currentframe == _totalframes) { _parent.attachMovie("T02A_P02", "pants", getDepth()); } } function transitionToT02A_P03() { if (_currentframe == _totalframes) { _parent.attachMovie("T02A_P03", "pants", getDepth()); } } function transitionToT02_J01() { if (_currentframe == _totalframes) { _parent.attachMovie("T02_J01", "juice", getDepth()); } } function transitionToT02_J02() { if (_currentframe == _totalframes) { _parent.attachMovie("T02_J02", "juice", getDepth()); } } function yell() { if ((!_parent.isYellPlaying()) && (!_parent.isGaspPlaying())) { ((Math.round(Math.random()) == 0) ? (_parent.tv_014.start()) : (_parent.tv_015.start())); } } static var EROGENOUS_ZONE_RELEASED_PLEASURE = 2; static var SELECT03_RELEASED_PLEASURE = 15; static var YELL_INTERVAL = 10000; }
Symbol 400 MovieClip [__Packages.tf.entity.Icon] Frame 0
class tf.entity.Icon extends ascs.ctrl.ToggleButton { var isSelected_, cursor_, gotoAndStop, dispatchEvent; function Icon () { super(); } function onRelease() { if (!isSelected_) { isSelected_ = true; cursor_._x = cursor_._x + cursor_._xmouse; cursor_._y = cursor_._y + cursor_._ymouse; cursor_._visible = true; (gotoAndStop("down_over"));// not popped } else if (arguments.caller != null) { isSelected_ = false; cursor_._visible = false; (gotoAndStop("up_over"));// not popped } dispatchEvent({type:"onRelease"}); } function setCursor(csr) { cursor_ = csr; } }
Symbol 401 MovieClip [__Packages.tf.entity.Cursor] Frame 0
class tf.entity.Cursor extends MovieClip { var _totalframes, _currentframe, gotoAndStop, stop, play, _x, _width, _xmouse, _y, _height, _ymouse; function Cursor () { super(); } function onEnterFrame() { if (_currentframe == _totalframes) { (gotoAndStop(1));// not popped } } function onLoad() { stop(); } function onMouseDown() { play(); } function onMouseMove() { _x = _x + (_xmouse - (_width / 2)); _y = _y + (_ymouse - (_height / 2)); updateAfterEvent(); } }
Symbol 402 MovieClip [__Packages.tf.entity.Meter] Frame 0
class tf.entity.Meter extends MovieClip { var value_, limit_, _totalframes, amountToMaximumCount_, stop, _currentframe, prevFrame, nextFrame, gotoAndStop, dispatchEvent; function Meter () { super(); ascs.util.EventLauncher.initialize(this); value_ = 1; limit_ = _totalframes; amountToMaximumCount_ = 0; } function onLoad() { stop(); } function onEnterFrame() { if (Math.floor(value_) < _currentframe) { prevFrame(); } else if (Math.floor(value_) > _currentframe) { nextFrame(); } } function setLimit(lmt) { if (lmt < 1) { lmt = 1; } else if (lmt > _totalframes) { lmt = _totalframes; } limit_ = lmt; if (value_ > limit_) { value_ = limit_; gotoAndStop(Math.floor(value_)); } } function getLimit() { return(limit_); } function getOrgasmCount() { return(amountToMaximumCount_); } function getAmountToMaximumCount() { return(amountToMaximumCount_); } function hasAmountToMaximum() { return(amountToMaximumCount_ > 0); } function setValue(val) { if (val < 1) { value_ = 1; } else if (val > _totalframes) { value_ = _totalframes; } else { value_ = val; } gotoAndStop(Math.floor(value_)); } function getValue() { return(value_); } function zero() { value_ = 1; } function isLow() { return(value_ <= LOW_VALUE); } function isMiddle() { return((value_ > LOW_VALUE) && (value_ <= HIGH_VALUE)); } function isHigh() { return(value_ > HIGH_VALUE); } function increase(incrNum) { if (incrNum < 0) { incrNum = 0; } else { var _local3 = _totalframes - value_; if (incrNum > _local3) { incrNum = _local3; } } if (incrNum > 0) { value_ = value_ + incrNum; if (value_ > limit_) { value_ = limit_; } } } function increaseWithEvent(incrNum) { if (incrNum < 0) { incrNum = 0; } else { var _local7 = _totalframes - value_; if (incrNum > _local7) { incrNum = _local7; } } var _local3 = value_; if (incrNum > 0) { value_ = value_ + incrNum; if (value_ > limit_) { value_ = limit_; } } var _local2 = value_; if ((_local2 == _totalframes) && (_local3 != _totalframes)) { amountToMaximumCount_++; } if (_local2 == _totalframes) { var _local6 = false; if (amountToMaximumCount_ == 1) { _local6 = true; } dispatchEvent({type:"sexobjectOrgasmed", oldValue:_local3, newValue:_local2, isFirstOrgasm:_local6}); } else if (_local2 <= LOW_VALUE) { dispatchEvent({type:"meterIncreasedAtLow", oldValue:_local3, newValue:_local2}); } else if ((_local2 > LOW_VALUE) && (_local2 <= HIGH_VALUE)) { var _local5 = false; if (_local3 <= LOW_VALUE) { _local5 = true; } dispatchEvent({type:"meterIncreasedAtMiddle", oldValue:_local3, newValue:_local2, hasPassedThroughLow:_local5}); } else if (_local2 > HIGH_VALUE) { var _local5 = false; if ((_local3 > LOW_VALUE) && (_local3 <= HIGH_VALUE)) { _local5 = true; } dispatchEvent({type:"meterIncreasedAtHigh", oldValue:_local3, newValue:_local2, hasPassedThroughMiddle:_local5}); } dispatchEvent({type:"meterIncreased", oldValue:_local3, newValue:_local2}); } static var LOW_VALUE = 40; static var HIGH_VALUE = 75; }
Symbol 403 MovieClip [__Packages.tf.entity.tomoe.trial.T02B] Frame 0
class tf.entity.tomoe.trial.T02B extends MovieClip { var _parent, attachMovie, getNextHighestDepth; function T02B () { super(); } function onLoad() { if (_parent.sel03.isSelected()) { if (_parent.mtr.hasAmountToMaximum()) { attachMovie("T02_J02", "juice", getNextHighestDepth()); } else if (_parent.mtr.isMiddle()) { attachMovie("T02_J01", "juice", getNextHighestDepth()); } else if (_parent.mtr.isHigh()) { attachMovie("T02_J02", "juice", getNextHighestDepth()); } } else { _parent.addEventListener("select03Released", this); if (_parent.mtr.hasAmountToMaximum()) { attachMovie("T02B_P03", "pants", getNextHighestDepth()); } else if (_parent.mtr.isLow()) { attachMovie("T02B_P01", "pants", getNextHighestDepth()); } else if (_parent.mtr.isMiddle()) { attachMovie("T02B_P02", "pants", getNextHighestDepth()); } else if (_parent.mtr.isHigh()) { attachMovie("T02B_P03", "pants", getNextHighestDepth()); } } _parent.endTrial(); } }

Library Items

Symbol 1 Sound [TV_040]
Symbol 2 Sound [TV_039]
Symbol 3 Sound [TV_038]
Symbol 4 Sound [TV_037]
Symbol 5 Sound [TV_036]
Symbol 6 Sound [TV_035]
Symbol 7 Sound [TV_034]
Symbol 8 Sound [TV_033]
Symbol 9 Sound [TV_032]
Symbol 10 Sound [TV_031]
Symbol 11 Sound [TV_030]
Symbol 12 Sound [TV_029]
Symbol 13 Sound [TV_028]
Symbol 14 Sound [TV_027]
Symbol 15 Sound [TV_026]
Symbol 16 Sound [TV_025]
Symbol 17 Sound [TV_024]
Symbol 18 Sound [TV_023]
Symbol 19 Sound [TV_022]
Symbol 20 Sound [TV_021]
Symbol 21 Sound [TV_020]
Symbol 22 Sound [TV_019]
Symbol 23 Sound [TV_018]
Symbol 24 Sound [TV_017]
Symbol 25 Sound [TV_016]
Symbol 26 Sound [TV_015]
Symbol 27 Sound [TV_014]
Symbol 28 Sound [TV_006]
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:31 79 92
Symbol 31 MovieClip [T02B_P01]Uses:30Used by:42 43 48 74 76 92
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:34 61
Symbol 34 MovieClipUses:33Used by:42 43 216 217
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:42 43 74
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:39
Symbol 39 MovieClipUses:38Used by:42 216
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:42
Symbol 42 MovieClip [T02B_P03_Blur]Uses:31 34 36 39 41
Symbol 43 MovieClip [T02B_P03]Uses:31 34 36
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:48 76 92
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:48
Symbol 48 MovieClip [T02B_P02_Blur]Uses:31 45 47
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:61
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:61
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:61
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:61
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:61
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:61
Symbol 61 MovieClipUses:50 52 54 56 58 60 33Used by:75 236
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:74
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:74
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:74
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:74
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:74
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:74
Symbol 74 MovieClipUses:31 63 65 67 69 71 73 36Used by:75
Symbol 75 MovieClip [T02B_P02_001]Uses:61 74
Symbol 76 MovieClip [T02B_P02]Uses:31 45
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:79
Symbol 79 MovieClip [T02B_P01_Blur]Uses:30 78
Symbol 80 BitmapUsed by:81
Symbol 81 GraphicUses:80Used by:92
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:92
Symbol 84 BitmapUsed by:85
Symbol 85 GraphicUses:84Used by:92
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:92
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:92
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:92
Symbol 92 MovieClip [T02B_P01_001]Uses:31 30 81 83 85 87 89 91 45
Symbol 93 BitmapUsed by:100 143 146 157 159 164 284 286 291
Symbol 94 BitmapUsed by:100 119 132 136 140 143 146 150 154 157 159 164 172 191 198 200 203 205 279 284 286 288 291
Symbol 95 BitmapUsed by:100 116 291
Symbol 96 BitmapUsed by:100 115 163 291
Symbol 97 BitmapUsed by:100 115 162 291
Symbol 98 BitmapUsed by:100 109 291
Symbol 99 BitmapUsed by:100 108 291
Symbol 100 GraphicUses:93 94 95 96 97 98 99Used by:107
Symbol 101 BitmapUsed by:102 164
Symbol 102 GraphicUses:101Used by:107 292
Symbol 103 BitmapUsed by:104 119 132 136 140 143 146 150 154 157 159 164 172 191 198 200 203 205
Symbol 104 GraphicUses:103Used by:107 281 292
Symbol 105 BitmapUsed by:106 286
Symbol 106 GraphicUses:105Used by:107 292
Symbol 107 MovieClip [T02B]Uses:100 102 104 106
Symbol 108 GraphicUses:99Used by:134 142 148 156 161 194 196 201 207 208 272 274 275 276 277 285 290
Symbol 109 GraphicUses:98Used by:134 142 148 156 161 194 196 201 207 208 272 274 275 276 277 285 290
Symbol 110 BitmapUsed by:111 291
Symbol 111 GraphicUses:110Used by:114
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:114
Symbol 114 MovieClipUses:111 113Used by:134 142 148 156 161 194 196 201 207 208 272 274 275 276 277 285 290
Symbol 115 GraphicUses:96 97Used by:134 142 148 156 161 278
Symbol 116 GraphicUses:95Used by:134 142 148 156 161 194 196 201 207 208 272 274 275 276 277 285 290
Symbol 117 BitmapUsed by:119 133 150 155 157 160 170 191 287
Symbol 118 BitmapUsed by:119 133 136 141
Symbol 119 GraphicUses:103 117 118 94Used by:134
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:134 142 148 156 161 194 196 201 207 208 272 274 275 276 277 285 290
Symbol 122 BitmapUsed by:124 168 188
Symbol 123 BitmapUsed by:124 165 269
Symbol 124 GraphicUses:122 123Used by:134 142 148 156 161 278
Symbol 125 BitmapUsed by:129 133 138 141 145 147 152 155 158 160 170 176 193 197 199 202 204 206 280
Symbol 126 BitmapUsed by:129 152 158 176 289
Symbol 127 BitmapUsed by:129 138
Symbol 128 BitmapUsed by:129 133 138 141 145 147 152 155 158 160 170 176 193 197 199 202 204 206 282 287 289
Symbol 129 GraphicUses:125 126 127 128Used by:134
Symbol 130 BitmapUsed by:132 154 159 172 288
Symbol 131 BitmapUsed by:132 140
Symbol 132 GraphicUses:103 130 131 94Used by:134
Symbol 133 GraphicUses:125 117 118 128Used by:134
Symbol 134 MovieClip [T02A_S05]Uses:108 109 114 115 116 119 121 124 129 132 133
Symbol 135 BitmapUsed by:136 141 143 147 197 200 202 205 279
Symbol 136 GraphicUses:103 135 118 94Used by:142 196 274
Symbol 137 BitmapUsed by:138 145 199 204 282
Symbol 138 GraphicUses:125 137 127 128Used by:142 196 274
Symbol 139 BitmapUsed by:140 146 198 203
Symbol 140 GraphicUses:103 139 131 94Used by:142 196 274
Symbol 141 GraphicUses:125 135 118 128Used by:142 196 274
Symbol 142 MovieClip [T02A_S04]Uses:108 109 114 115 116 136 121 124 138 140 141
Symbol 143 GraphicUses:103 135 93 94Used by:148
Symbol 144 BitmapUsed by:145 147 158 160 193 206 282
Symbol 145 GraphicUses:125 137 144 128Used by:148
Symbol 146 GraphicUses:103 139 93 94Used by:148
Symbol 147 GraphicUses:125 135 144 128Used by:148
Symbol 148 MovieClip [T02A_S03]Uses:108 109 114 115 116 143 121 124 145 146 147
Symbol 149 BitmapUsed by:150 155 202 205 279 287
Symbol 150 GraphicUses:103 117 149 94Used by:156 208 277
Symbol 151 BitmapUsed by:152 204 289
Symbol 152 GraphicUses:125 126 151 128Used by:156 208 277
Symbol 153 BitmapUsed by:154 203 288
Symbol 154 GraphicUses:103 130 153 94Used by:156 208 277
Symbol 155 GraphicUses:125 117 149 128Used by:156 208 277
Symbol 156 MovieClip [T02A_S02]Uses:108 109 114 115 116 150 121 124 152 154 155
Symbol 157 GraphicUses:103 117 93 94Used by:161
Symbol 158 GraphicUses:125 126 144 128Used by:161
Symbol 159 GraphicUses:103 130 93 94Used by:161
Symbol 160 GraphicUses:125 117 144 128Used by:161
Symbol 161 MovieClip [T02A_S01]Uses:108 109 114 115 116 157 121 124 158 159 160
Symbol 162 GraphicUses:97Used by:194 196 201 207 208 272 274 275 276 277
Symbol 163 GraphicUses:96Used by:194 196 201 207 208 272 274 275 276 277
Symbol 164 GraphicUses:103 101 93 94Used by:194 196 201 207 208 272 274 275 276 277
Symbol 165 GraphicUses:123Used by:194 196 201 207 208 272 274 275 276 277
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:194 196 201 207 208
Symbol 168 GraphicUses:122Used by:194 196 201 207 208 272 274 275 276 277
Symbol 169 BitmapUsed by:170 191 197 200
Symbol 170 GraphicUses:125 117 169 128Used by:194 272
Symbol 171 BitmapUsed by:172 198
Symbol 172 GraphicUses:103 130 171 94Used by:194 272
Symbol 173 BitmapUsed by:174
Symbol 174 GraphicUses:173Used by:194 196 201 207 208
Symbol 175 BitmapUsed by:176 199
Symbol 176 GraphicUses:125 126 175 128Used by:194 272
Symbol 177 BitmapUsed by:178
Symbol 178 GraphicUses:177Used by:194 196 201 207 208
Symbol 179 BitmapUsed by:180
Symbol 180 GraphicUses:179Used by:194 196 201 207 208
Symbol 181 BitmapUsed by:182
Symbol 182 GraphicUses:181Used by:194 196 201 207 208
Symbol 183 BitmapUsed by:184
Symbol 184 GraphicUses:183Used by:194 196 201 207 208
Symbol 185 BitmapUsed by:186
Symbol 186 GraphicUses:185Used by:194 196 201 207 208
Symbol 187 BitmapUsed by:188 195
Symbol 188 GraphicUses:122 187Used by:194 201 207 208
Symbol 189 BitmapUsed by:190
Symbol 190 GraphicUses:189Used by:194 196 201 207 208
Symbol 191 GraphicUses:103 117 169 94Used by:194 272
Symbol 192 BitmapUsed by:193 206
Symbol 193 GraphicUses:125 192 144 128Used by:194 196 201 208 272 274 275 277
Symbol 194 MovieClip [T02A_R05]Uses:108 109 114 162 163 116 164 165 121 167 168 170 172 174 176 178 180 182 184 186 188 190 191 193
Symbol 195 GraphicUses:187Used by:196
Symbol 196 MovieClip [T02A_R04]Uses:108 109 114 162 163 116 164 165 121 167 168 141 140 174 138 178 180 182 184 186 195 190 136 193
Symbol 197 GraphicUses:125 135 169 128Used by:201 275
Symbol 198 GraphicUses:103 139 171 94Used by:201 275
Symbol 199 GraphicUses:125 137 175 128Used by:201 275
Symbol 200 GraphicUses:103 135 169 94Used by:201 275
Symbol 201 MovieClip [T02A_R03]Uses:108 109 114 162 163 116 164 165 121 167 168 197 198 174 199 178 180 182 184 186 188 190 200 193
Symbol 202 GraphicUses:125 135 149 128Used by:207 276
Symbol 203 GraphicUses:103 139 153 94Used by:207 276
Symbol 204 GraphicUses:125 137 151 128Used by:207 276
Symbol 205 GraphicUses:103 135 149 94Used by:207 276
Symbol 206 GraphicUses:125 192 144 128Used by:207 276
Symbol 207 MovieClip [T02A_R02]Uses:108 109 114 162 163 116 164 165 121 167 168 202 203 174 204 178 180 182 184 186 188 190 205 206
Symbol 208 MovieClip [T02A_R01]Uses:108 109 114 162 163 116 164 165 121 167 168 155 154 174 152 178 180 182 184 186 188 190 150 193
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:211 240 253
Symbol 211 MovieClip [T02A_P01]Uses:210Used by:216 217 222 235 237 253
Symbol 212 BitmapUsed by:213
Symbol 213 GraphicUses:212Used by:216 217 235
Symbol 214 BitmapUsed by:215
Symbol 215 GraphicUses:214Used by:216
Symbol 216 MovieClip [T02A_P03_Blur]Uses:211 34 213 39 215
Symbol 217 MovieClip [T02A_P03]Uses:211 34 213
Symbol 218 BitmapUsed by:219
Symbol 219 GraphicUses:218Used by:222 237 253
Symbol 220 BitmapUsed by:221
Symbol 221 GraphicUses:220Used by:222
Symbol 222 MovieClip [T02A_P02_Blur]Uses:211 219 221
Symbol 223 BitmapUsed by:224
Symbol 224 GraphicUses:223Used by:235
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:235
Symbol 227 BitmapUsed by:228
Symbol 228 GraphicUses:227Used by:235
Symbol 229 BitmapUsed by:230
Symbol 230 GraphicUses:229Used by:235
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:235
Symbol 233 BitmapUsed by:234
Symbol 234 GraphicUses:233Used by:235
Symbol 235 MovieClipUses:211 224 226 228 230 232 234 213Used by:236
Symbol 236 MovieClip [T02A_P02_001]Uses:61 235
Symbol 237 MovieClip [T02A_P02]Uses:211 219
Symbol 238 BitmapUsed by:239
Symbol 239 GraphicUses:238Used by:240
Symbol 240 MovieClip [T02A_P01_Blur]Uses:210 239
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:253
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:253
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:253
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:253
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:253
Symbol 251 BitmapUsed by:252
Symbol 252 GraphicUses:251Used by:253
Symbol 253 MovieClip [T02A_P01_001]Uses:211 210 242 244 246 248 250 252 219
Symbol 254 BitmapUsed by:255
Symbol 255 GraphicUses:254Used by:272 274 275 276 277
Symbol 256 BitmapUsed by:257
Symbol 257 GraphicUses:256Used by:272 274 275 276 277
Symbol 258 BitmapUsed by:259
Symbol 259 GraphicUses:258Used by:272 274 275 276 277
Symbol 260 BitmapUsed by:261
Symbol 261 GraphicUses:260Used by:272 274 275 276 277
Symbol 262 BitmapUsed by:263
Symbol 263 GraphicUses:262Used by:272 274 275 276 277
Symbol 264 BitmapUsed by:265
Symbol 265 GraphicUses:264Used by:272 274 275 276 277
Symbol 266 BitmapUsed by:267
Symbol 267 GraphicUses:266Used by:272 274 275 276 277
Symbol 268 BitmapUsed by:269 273
Symbol 269 GraphicUses:123 268Used by:272 275 276 277
Symbol 270 BitmapUsed by:271
Symbol 271 GraphicUses:270Used by:272 274 275 276 277
Symbol 272 MovieClip [T02A_L05]Uses:108 109 114 163 162 116 164 168 121 255 165 170 172 257 176 259 261 263 265 267 269 271 191 193
Symbol 273 GraphicUses:268Used by:274
Symbol 274 MovieClip [T02A_L04]Uses:108 109 114 163 162 116 164 168 121 255 165 141 140 257 138 259 261 263 265 267 273 271 136 193
Symbol 275 MovieClip [T02A_L03]Uses:108 109 114 163 162 116 164 168 121 255 165 197 198 257 199 259 261 263 265 267 269 271 200 193
Symbol 276 MovieClip [T02A_L02]Uses:108 109 114 163 162 116 164 168 121 255 165 202 203 257 204 259 261 263 265 267 269 271 205 206
Symbol 277 MovieClip [T02A_L01]Uses:108 109 114 163 162 116 164 168 121 255 165 155 154 257 152 259 261 263 265 267 269 271 150 193
Symbol 278 MovieClipUses:115 124Used by:285 290
Symbol 279 GraphicUses:135 149 94Used by:285
Symbol 280 GraphicUses:125Used by:281
Symbol 281 MovieClipUses:104 280Used by:285 290
Symbol 282 GraphicUses:137 144 128Used by:285
Symbol 283 BitmapUsed by:284
Symbol 284 GraphicUses:283 93 94Used by:285
Symbol 285 MovieClip [T02A_E02]Uses:108 109 114 278 116 279 281 121 282 284
Symbol 286 GraphicUses:105 93 94Used by:290
Symbol 287 GraphicUses:117 149 128Used by:290
Symbol 288 GraphicUses:130 153 94Used by:290
Symbol 289 GraphicUses:126 151 128Used by:290
Symbol 290 MovieClip [T02A_E01]Uses:108 109 114 278 116 286 281 121 287 288 289
Symbol 291 GraphicUses:93 94 95 96 97 110 98 99Used by:292
Symbol 292 MovieClip [T02A]Uses:291 102 104 106
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:295 308
Symbol 295 MovieClipUses:294Used by:299 310
Symbol 296 BitmapUsed by:297
Symbol 297 GraphicUses:296Used by:298
Symbol 298 MovieClipUses:297Used by:299
Symbol 299 MovieClip [T02_J02_Blur]Uses:295 298
Symbol 300 BitmapUsed by:301
Symbol 301 GraphicUses:300Used by:308
Symbol 302 BitmapUsed by:303
Symbol 303 GraphicUses:302Used by:308
Symbol 304 BitmapUsed by:305
Symbol 305 GraphicUses:304Used by:308
Symbol 306 BitmapUsed by:307
Symbol 307 GraphicUses:306Used by:308
Symbol 308 MovieClipUses:301 303 305 307 294Used by:309
Symbol 309 MovieClip [T02_J02_001]Uses:308
Symbol 310 MovieClip [T02_J02]Uses:295
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:311Used by:313 330
Symbol 313 MovieClipUses:312Used by:317 332
Symbol 314 BitmapUsed by:315
Symbol 315 GraphicUses:314Used by:316
Symbol 316 MovieClipUses:315Used by:317
Symbol 317 MovieClip [T02_J01_Blur]Uses:313 316
Symbol 318 BitmapUsed by:319
Symbol 319 GraphicUses:318Used by:330
Symbol 320 BitmapUsed by:321
Symbol 321 GraphicUses:320Used by:330
Symbol 322 BitmapUsed by:323
Symbol 323 GraphicUses:322Used by:330
Symbol 324 BitmapUsed by:325
Symbol 325 GraphicUses:324Used by:330
Symbol 326 BitmapUsed by:327
Symbol 327 GraphicUses:326Used by:330
Symbol 328 BitmapUsed by:329
Symbol 329 GraphicUses:328Used by:330
Symbol 330 MovieClipUses:319 321 323 325 327 329 312Used by:331
Symbol 331 MovieClip [T02_J01_001]Uses:330
Symbol 332 MovieClip [T02_J01]Uses:313
Symbol 333 GraphicUsed by:334
Symbol 334 MovieClip [T02_H03]Uses:333
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClip [T02_H02]Uses:335
Symbol 337 GraphicUsed by:338
Symbol 338 MovieClip [T02_H01]Uses:337
Symbol 339 GraphicUsed by:340
Symbol 340 MovieClip [Replay]Uses:339
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClip [Start]Uses:341
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClip [End]Uses:343
Symbol 345 GraphicUsed by:346 347
Symbol 346 MovieClip [FadeOut]Uses:345
Symbol 347 MovieClip [FadeIn]Uses:345
Symbol 348 GraphicUsed by:349
Symbol 349 MovieClip [Select02]Uses:348
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClip [Select03]Uses:350
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:352Used by:356
Symbol 354 GraphicUsed by:355 365
Symbol 355 MovieClipUses:354Used by:356
Symbol 356 MovieClip [Icon01]Uses:353 355
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:357Used by:361
Symbol 359 GraphicUsed by:360 363
Symbol 360 MovieClipUses:359Used by:361
Symbol 361 MovieClip [Icon02]Uses:358 360
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClip [Cursor02]Uses:359 362
Symbol 364 GraphicUsed by:365
Symbol 365 MovieClip [Cursor01]Uses:354 364
Symbol 366 GraphicUsed by:367
Symbol 367 MovieClipUses:366Used by:372
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:368Used by:372
Symbol 370 GraphicUsed by:371
Symbol 371 MovieClipUses:370Used by:372
Symbol 372 MovieClip [Meter]Uses:367 369 371
Symbol 373 MovieClip [__Packages.ascs.scene.AbstractScene]
Symbol 374 MovieClip [__Packages.ascs.scene.SceneFlow]
Symbol 375 MovieClip [__Packages.ascs.util.Stack]
Symbol 376 MovieClip [__Packages.tf.scene.Trial]
Symbol 377 MovieClip [__Packages.ascs.ctrl.ButtonGroup]
Symbol 378 MovieClip [__Packages.mx.utils.Collection]
Symbol 379 MovieClip [__Packages.mx.utils.Iterator]
Symbol 380 MovieClip [__Packages.mx.utils.CollectionImpl]
Symbol 381 MovieClip [__Packages.mx.utils.IteratorImpl]
Symbol 382 MovieClip [__Packages.ascs.ctrl.PushButton]
Symbol 383 MovieClip [__Packages.ascs.util.EventLauncher]
Symbol 384 MovieClip [__Packages.mx.events.EventDispatcher]
Symbol 385 MovieClip [__Packages.ascs.ctrl.ToggleButton]
Symbol 386 MovieClip [__Packages.ascs.media.SoundClip]
Symbol 387 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon]
Symbol 388 MovieClip [__Packages.mx.transitions.BroadcasterMX]
Symbol 389 MovieClip [__Packages.mx.utils.Delegate]
Symbol 390 MovieClip [__Packages.mx.transitions.TransitionManager]
Symbol 391 MovieClip [__Packages.mx.transitions.Transition]
Symbol 392 MovieClip [__Packages.mx.transitions.Tween]
Symbol 393 MovieClip [__Packages.mx.transitions.Fade]
Symbol 394 MovieClip [__Packages.mx.transitions.easing.None]
Symbol 395 MovieClip [__Packages.ascs.util.ListenerFunction]
Symbol 396 MovieClip [__Packages.mx.transitions.easing.Back]
Symbol 397 MovieClip [__Packages.tf.entity.tomoe.trial.T02A_E02]
Symbol 398 MovieClip [__Packages.tf.entity.tomoe.trial.T02A_E01]
Symbol 399 MovieClip [__Packages.tf.entity.tomoe.trial.T02A]
Symbol 400 MovieClip [__Packages.tf.entity.Icon]
Symbol 401 MovieClip [__Packages.tf.entity.Cursor]
Symbol 402 MovieClip [__Packages.tf.entity.Meter]
Symbol 403 MovieClip [__Packages.tf.entity.tomoe.trial.T02B]

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "TV_040"
ExportAssets (56)Timeline Frame 1Symbol 2 as "TV_039"
ExportAssets (56)Timeline Frame 1Symbol 3 as "TV_038"
ExportAssets (56)Timeline Frame 1Symbol 4 as "TV_037"
ExportAssets (56)Timeline Frame 1Symbol 5 as "TV_036"
ExportAssets (56)Timeline Frame 1Symbol 6 as "TV_035"
ExportAssets (56)Timeline Frame 1Symbol 7 as "TV_034"
ExportAssets (56)Timeline Frame 1Symbol 8 as "TV_033"
ExportAssets (56)Timeline Frame 1Symbol 9 as "TV_032"
ExportAssets (56)Timeline Frame 1Symbol 10 as "TV_031"
ExportAssets (56)Timeline Frame 1Symbol 11 as "TV_030"
ExportAssets (56)Timeline Frame 1Symbol 12 as "TV_029"
ExportAssets (56)Timeline Frame 1Symbol 13 as "TV_028"
ExportAssets (56)Timeline Frame 1Symbol 14 as "TV_027"
ExportAssets (56)Timeline Frame 1Symbol 15 as "TV_026"
ExportAssets (56)Timeline Frame 1Symbol 16 as "TV_025"
ExportAssets (56)Timeline Frame 1Symbol 17 as "TV_024"
ExportAssets (56)Timeline Frame 1Symbol 18 as "TV_023"
ExportAssets (56)Timeline Frame 1Symbol 19 as "TV_022"
ExportAssets (56)Timeline Frame 1Symbol 20 as "TV_021"
ExportAssets (56)Timeline Frame 1Symbol 21 as "TV_020"
ExportAssets (56)Timeline Frame 1Symbol 22 as "TV_019"
ExportAssets (56)Timeline Frame 1Symbol 23 as "TV_018"
ExportAssets (56)Timeline Frame 1Symbol 24 as "TV_017"
ExportAssets (56)Timeline Frame 1Symbol 25 as "TV_016"
ExportAssets (56)Timeline Frame 1Symbol 26 as "TV_015"
ExportAssets (56)Timeline Frame 1Symbol 27 as "TV_014"
ExportAssets (56)Timeline Frame 1Symbol 28 as "TV_006"
ExportAssets (56)Timeline Frame 1Symbol 31 as "T02B_P01"
ExportAssets (56)Timeline Frame 1Symbol 42 as "T02B_P03_Blur"
ExportAssets (56)Timeline Frame 1Symbol 43 as "T02B_P03"
ExportAssets (56)Timeline Frame 1Symbol 48 as "T02B_P02_Blur"
ExportAssets (56)Timeline Frame 1Symbol 75 as "T02B_P02_001"
ExportAssets (56)Timeline Frame 1Symbol 76 as "T02B_P02"
ExportAssets (56)Timeline Frame 1Symbol 79 as "T02B_P01_Blur"
ExportAssets (56)Timeline Frame 1Symbol 92 as "T02B_P01_001"
ExportAssets (56)Timeline Frame 1Symbol 107 as "T02B"
ExportAssets (56)Timeline Frame 1Symbol 134 as "T02A_S05"
ExportAssets (56)Timeline Frame 1Symbol 142 as "T02A_S04"
ExportAssets (56)Timeline Frame 1Symbol 148 as "T02A_S03"
ExportAssets (56)Timeline Frame 1Symbol 156 as "T02A_S02"
ExportAssets (56)Timeline Frame 1Symbol 161 as "T02A_S01"
ExportAssets (56)Timeline Frame 1Symbol 194 as "T02A_R05"
ExportAssets (56)Timeline Frame 1Symbol 196 as "T02A_R04"
ExportAssets (56)Timeline Frame 1Symbol 201 as "T02A_R03"
ExportAssets (56)Timeline Frame 1Symbol 207 as "T02A_R02"
ExportAssets (56)Timeline Frame 1Symbol 208 as "T02A_R01"
ExportAssets (56)Timeline Frame 1Symbol 211 as "T02A_P01"
ExportAssets (56)Timeline Frame 1Symbol 216 as "T02A_P03_Blur"
ExportAssets (56)Timeline Frame 1Symbol 217 as "T02A_P03"
ExportAssets (56)Timeline Frame 1Symbol 222 as "T02A_P02_Blur"
ExportAssets (56)Timeline Frame 1Symbol 236 as "T02A_P02_001"
ExportAssets (56)Timeline Frame 1Symbol 237 as "T02A_P02"
ExportAssets (56)Timeline Frame 1Symbol 240 as "T02A_P01_Blur"
ExportAssets (56)Timeline Frame 1Symbol 253 as "T02A_P01_001"
ExportAssets (56)Timeline Frame 1Symbol 272 as "T02A_L05"
ExportAssets (56)Timeline Frame 1Symbol 274 as "T02A_L04"
ExportAssets (56)Timeline Frame 1Symbol 275 as "T02A_L03"
ExportAssets (56)Timeline Frame 1Symbol 276 as "T02A_L02"
ExportAssets (56)Timeline Frame 1Symbol 277 as "T02A_L01"
ExportAssets (56)Timeline Frame 1Symbol 285 as "T02A_E02"
ExportAssets (56)Timeline Frame 1Symbol 290 as "T02A_E01"
ExportAssets (56)Timeline Frame 1Symbol 292 as "T02A"
ExportAssets (56)Timeline Frame 1Symbol 299 as "T02_J02_Blur"
ExportAssets (56)Timeline Frame 1Symbol 309 as "T02_J02_001"
ExportAssets (56)Timeline Frame 1Symbol 310 as "T02_J02"
ExportAssets (56)Timeline Frame 1Symbol 317 as "T02_J01_Blur"
ExportAssets (56)Timeline Frame 1Symbol 331 as "T02_J01_001"
ExportAssets (56)Timeline Frame 1Symbol 332 as "T02_J01"
ExportAssets (56)Timeline Frame 1Symbol 334 as "T02_H03"
ExportAssets (56)Timeline Frame 1Symbol 336 as "T02_H02"
ExportAssets (56)Timeline Frame 1Symbol 338 as "T02_H01"
ExportAssets (56)Timeline Frame 1Symbol 340 as "Replay"
ExportAssets (56)Timeline Frame 1Symbol 342 as "Start"
ExportAssets (56)Timeline Frame 1Symbol 344 as "End"
ExportAssets (56)Timeline Frame 1Symbol 346 as "FadeOut"
ExportAssets (56)Timeline Frame 1Symbol 347 as "FadeIn"
ExportAssets (56)Timeline Frame 1Symbol 349 as "Select02"
ExportAssets (56)Timeline Frame 1Symbol 351 as "Select03"
ExportAssets (56)Timeline Frame 1Symbol 356 as "Icon01"
ExportAssets (56)Timeline Frame 1Symbol 361 as "Icon02"
ExportAssets (56)Timeline Frame 1Symbol 363 as "Cursor02"
ExportAssets (56)Timeline Frame 1Symbol 365 as "Cursor01"
ExportAssets (56)Timeline Frame 1Symbol 372 as "Meter"
ExportAssets (56)Timeline Frame 1Symbol 373 as "__Packages.ascs.scene.AbstractScene"
ExportAssets (56)Timeline Frame 1Symbol 374 as "__Packages.ascs.scene.SceneFlow"
ExportAssets (56)Timeline Frame 1Symbol 375 as "__Packages.ascs.util.Stack"
ExportAssets (56)Timeline Frame 1Symbol 376 as "__Packages.tf.scene.Trial"
ExportAssets (56)Timeline Frame 1Symbol 377 as "__Packages.ascs.ctrl.ButtonGroup"
ExportAssets (56)Timeline Frame 1Symbol 378 as "__Packages.mx.utils.Collection"
ExportAssets (56)Timeline Frame 1Symbol 379 as "__Packages.mx.utils.Iterator"
ExportAssets (56)Timeline Frame 1Symbol 380 as "__Packages.mx.utils.CollectionImpl"
ExportAssets (56)Timeline Frame 1Symbol 381 as "__Packages.mx.utils.IteratorImpl"
ExportAssets (56)Timeline Frame 1Symbol 382 as "__Packages.ascs.ctrl.PushButton"
ExportAssets (56)Timeline Frame 1Symbol 383 as "__Packages.ascs.util.EventLauncher"
ExportAssets (56)Timeline Frame 1Symbol 384 as "__Packages.mx.events.EventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 385 as "__Packages.ascs.ctrl.ToggleButton"
ExportAssets (56)Timeline Frame 1Symbol 386 as "__Packages.ascs.media.SoundClip"
ExportAssets (56)Timeline Frame 1Symbol 387 as "__Packages.mx.transitions.OnEnterFrameBeacon"
ExportAssets (56)Timeline Frame 1Symbol 388 as "__Packages.mx.transitions.BroadcasterMX"
ExportAssets (56)Timeline Frame 1Symbol 389 as "__Packages.mx.utils.Delegate"
ExportAssets (56)Timeline Frame 1Symbol 390 as "__Packages.mx.transitions.TransitionManager"
ExportAssets (56)Timeline Frame 1Symbol 391 as "__Packages.mx.transitions.Transition"
ExportAssets (56)Timeline Frame 1Symbol 392 as "__Packages.mx.transitions.Tween"
ExportAssets (56)Timeline Frame 1Symbol 393 as "__Packages.mx.transitions.Fade"
ExportAssets (56)Timeline Frame 1Symbol 394 as "__Packages.mx.transitions.easing.None"
ExportAssets (56)Timeline Frame 1Symbol 395 as "__Packages.ascs.util.ListenerFunction"
ExportAssets (56)Timeline Frame 1Symbol 396 as "__Packages.mx.transitions.easing.Back"
ExportAssets (56)Timeline Frame 1Symbol 397 as "__Packages.tf.entity.tomoe.trial.T02A_E02"
ExportAssets (56)Timeline Frame 1Symbol 398 as "__Packages.tf.entity.tomoe.trial.T02A_E01"
ExportAssets (56)Timeline Frame 1Symbol 399 as "__Packages.tf.entity.tomoe.trial.T02A"
ExportAssets (56)Timeline Frame 1Symbol 400 as "__Packages.tf.entity.Icon"
ExportAssets (56)Timeline Frame 1Symbol 401 as "__Packages.tf.entity.Cursor"
ExportAssets (56)Timeline Frame 1Symbol 402 as "__Packages.tf.entity.Meter"
ExportAssets (56)Timeline Frame 1Symbol 403 as "__Packages.tf.entity.tomoe.trial.T02B"

Labels

"up"Symbol 356 MovieClip [Icon01] Frame 1
"up_over"Symbol 356 MovieClip [Icon01] Frame 2
"down"Symbol 356 MovieClip [Icon01] Frame 3
"down_over"Symbol 356 MovieClip [Icon01] Frame 4
"up"Symbol 361 MovieClip [Icon02] Frame 1
"up_over"Symbol 361 MovieClip [Icon02] Frame 2
"down"Symbol 361 MovieClip [Icon02] Frame 3
"down_over"Symbol 361 MovieClip [Icon02] Frame 4




http://swfchan.com/7/30341/info.shtml
Created: 11/8 -2019 16:58:05 Last modified: 11/8 -2019 16:58:05 Server time: 28/04 -2024 08:24:18