Frame 1
stop();
loader_mc.onEnterFrame = function () {
var _local3 = this._parent;
var _local2 = _local3.getBytesLoaded() / _local3.getBytesTotal();
trace(_local2);
_local3.bar_text = int(_local2 * 100);
this._xscale = int(_local2 * 100);
if (_local2 == 1) {
this.onEnterFrame = null;
gotoAndPlay (2);
}
};
Frame 131
function start_link() {
gotoAndStop (132);
trace("ok");
}
function domain_link() {
getURL ("http://www.i-dressup.com", "_self");
trace("ok");
}
function sound_click() {
btn_sound = new Sound(this.btn_mc2);
btn_sound.attachSound("click");
btn_sound.setVolume(50);
btn_sound.start(0, 1);
}
stop();
begin_btn.onRelease = function () {
start_link();
};
begin_btn.onRollOver = function () {
this.gotoAndStop(2);
sound_click();
};
begin_btn.onRollOut = (begin_btn.onReleaseOutside = function () {
this.gotoAndStop(1);
});
domain_btn.onRelease = function () {
domain_link();
};
domain_btn.onRollOver = function () {
this.gotoAndStop(2);
sound_click();
};
domain_btn.onRollOut = (domain_btn.onReleaseOutside = function () {
this.gotoAndStop(1);
});
Frame 132
function saveit() {
mov = new Array();
frm = new Array();
vis = new Array();
for (var i in movarr) {
var tmpmc = eval ((mainmc + ".") + movarr[i]);
var hitmc = this.body;
if (tmpmc.hitTest(hitmc)) {
mov.push(new Array(movarr[i], int(tmpmc._x), int(tmpmc._y)));
}
}
for (var i in frmarr) {
var tmpmc = eval ((mainmc + ".") + frmarr[i]);
if (tmpmc._currentframe != 1) {
frm.push(new Array((mainmc + ".") + frmarr[i], tmpmc._currentframe));
}
}
for (var i in visarr) {
var tmpmc = eval ((mainmc + ".") + visarr[i]);
vis.push(new Array(visarr[i], tmpmc._visible));
}
savestr = (((("&mov=" + mov.join("|")) + "&frm=") + frm.join("|")) + "&vis=") + vis.join("|");
return(savestr);
}
loadMovieNum ("/control.swf", 10);
movarr = new Array();
for (var i in this) {
if ((typeof(this[i]) == "movieclip") and (this[i]._name.substr(0, 1) == "a")) {
movarr.push(this[i]._name);
}
}
frmarr = new Array("model_bady_mc", "dress_mc1", "dress_mc2", "dress_mc3", "dress_mc4", "dress_mc5", "dress_mc6", "dress_mc7", "dress_mc8", "dress_mc9", "dress_mc10");
visarr = new Array("model_bady_mc.underwear2_mc", "model_bady_mc.underwear1_mc");
hitmc = "body";
mainmc = "model_mc";
function all_control_fun(v1, v2) {
if (v1 == 2) {
_root.model.dress_mc0.underwear1_mc._visible = false;
} else if (v1 == 3) {
_root.model.dress_mc0.underwear2_mc._visible = false;
}
this.model_mc[change_mc_array[v1]].gotoAndStop(v2 + 1);
this.sound();
}
function to_initialize_fun(_mc, x0) {
_mc.xp = 0;
_mc.onEnterFrame = function () {
this.xp = (this.xp * 0.45) + ((x0 - this._x) * 0.6);
this._x = this._x + this.xp;
if (Math.abs(this.xp) < 0.1) {
this._x = x0;
delete this.onEnterFrame;
}
};
}
function to_x0_y0_fun() {
_root.reset_mc.play();
_root.menu_mc.gotoAndPlay("reset");
_root.label_btn.gotoAndStop(1);
_root.label_btn.Num = 1;
var _local2 = 1;
while (_local2 <= 8) {
_root.to_initialize_fun(_root["thing_mc" + _local2], _root["thing_mc" + _local2].x0);
_local2++;
}
_root.model.dress_mc0.underwear1_mc._visible = true;
_root.model.dress_mc0.underwear2_mc._visible = true;
}
function sound() {
mySound = new Sound();
mySound.attachSound("s1");
mySound.start();
mySound.setVolume(50);
}
function sound2() {
mySound2 = new Sound(reset_mc);
mySound2.attachSound("s2");
mySound2.start();
mySound2.setVolume(100);
}
function sound3() {
mySound3 = new Sound();
mySound3.attachSound("s3");
mySound3.start(0, 999);
mySound3.setVolume(50);
}
function end_btn_sound_fun() {
mySound3.stop();
}
function callback(mc) {
mc.onEnterFrame = function () {
if (mc._currentframe == 1) {
delete mc.onEnterFrame;
} else {
mc.prevFrame();
}
};
}
function callnext(mc2) {
mc2.onEnterFrame = function () {
if (mc2._currentframe == mc._totalframes) {
delete mc2.onEnterFrame;
} else {
mc2.nextFrame();
}
};
}
function playPrev(_mc) {
if (_mc.act == false) {
_mc.act = true;
_mc.onEnterFrame = function () {
if (_mc.act == false) {
delete _mc.onEnterFrame;
} else {
_mc.prevFrame();
}
};
}
}
function SetPrintJob() {
my_pj = new PrintJob();
my_pj.start();
my_pj.addPage("_root", {printAsBitmap:true});
my_pj.send();
delete my_pj;
}
function tween() {
g++;
bg_mc0.gotoAndStop(g);
bg_mc.gotoAndStop(g);
mx.transitions.TransitionManager.start(bg_mc, {type:mx.transitions.Fade, direction:mx.transitions.Transition.IN, duration:1, easing:mx.transitions.easing.None.easeNone});
if (g == 4) {
g = 0;
}
}
label_btn.Num = 1;
next_btn.act = false;
prev_btn.act = true;
btn_act = "next";
gridX_arry = new Array(521, 500, 515, 505, 520, 518, 528, 500);
bg_sd = true;
change_mc_array = new Array();
var i = 0;
while (i < 10) {
change_mc_array[i] = "dress_mc" + i;
i++;
}
for (var i in this) {
if ((typeof(this[i]) == "movieclip") and (this[i]._name.substr(0, 3) == "btn")) {
this[i].onRollOver = function () {
mc2 = this;
callnext(mc2);
};
this[i].onRollOut = (this[i].onReleaseOutside = function () {
mc = this;
callback(mc);
});
this[i].onRelease = function () {
sound2();
if (this._name.substr(4, 2) == "re") {
_root.to_x0_y0_fun();
}
if (this._name.substr(4, 2) == "bg") {
_root.tween();
}
if (this._name.substr(4, 2) == "pr") {
_root.SetPrintJob();
}
if (this._name.substr(4, 2) == "mi") {
if (_root.bg_sd == true) {
_root.end_btn_sound_fun();
_root.bg_sd = false;
trace("a");
} else {
_root.sound3();
_root.bg_sd = true;
}
}
};
}
}
sound3();
prev_btn.onRelease = function () {
btn_act = "prev";
_root.sound2();
if (this.act == true) {
if (label_btn.Num == 1) {
this.act = false;
menu_mc.stop();
label_btn.stop();
} else {
this.act = false;
label_btn.play();
playPrev(menu_mc);
var _local3 = 1;
while (_local3 <= 8) {
_root.to_initialize_fun(_root["thing_mc" + _local3], _root["thing_mc" + _local3].x0);
_local3++;
}
}
}
};
next_btn.onRelease = function () {
btn_act = "next";
_root.sound2();
if (this.act == true) {
if (label_btn.Num == 8) {
this.act = false;
menu_mc.stop();
label_btn.stop();
} else {
this.act = false;
menu_mc.play();
label_btn.play();
var _local3 = 1;
while (_local3 <= 8) {
_root.to_initialize_fun(_root["thing_mc" + _local3], _root["thing_mc" + _local3].x0);
_local3++;
}
}
}
};
label_btn.onRelease = function () {
if (next_btn.act == true) {
_root.to_initialize_fun(_root["thing_mc" + _root.label_btn.Num], gridX_arry[_root.label_btn.Num - 1]);
}
sound2();
};
var g = 1;
Instance of Symbol 215 MovieClip "thing_mc8" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
}
Instance of Symbol 230 MovieClip "thing_mc7" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
}
Instance of Symbol 244 MovieClip "thing_mc6" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
}
Instance of Symbol 253 MovieClip "thing_mc5" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
}
Instance of Symbol 262 MovieClip "thing_mc4" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
}
Instance of Symbol 272 MovieClip "thing_mc3" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
}
Instance of Symbol 281 MovieClip "thing_mc2" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
}
Instance of Symbol 288 MovieClip "thing_mc1" in Frame 132
onClipEvent (load) {
this.x0 = this._x;
}
Symbol 350 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 351 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 352 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 353 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 354 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 355 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 356 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 357 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 30 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 2
stop();
Symbol 33 MovieClip Frame 1
stop();
Symbol 33 MovieClip Frame 2
stop();
Instance of Symbol 38 MovieClip "a1" in Symbol 39 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(3) - 1;
ySpeed = random(3) + 3;
this._x = this._x + xSpeed;
this._y = this._y - ySpeed;
}
Instance of Symbol 38 MovieClip "a3" in Symbol 39 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(3) - 1;
ySpeed = random(3) + 3;
this._x = this._x + xSpeed;
this._y = this._y - ySpeed;
}
Instance of Symbol 38 MovieClip "a6" in Symbol 39 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(3) - 1;
ySpeed = random(3) + 3;
this._x = this._x + xSpeed;
this._y = this._y - ySpeed;
}
Instance of Symbol 38 MovieClip "a7" in Symbol 39 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(3) - 1;
ySpeed = random(3) + 3;
this._x = this._x + xSpeed;
this._y = this._y - ySpeed;
}
Instance of Symbol 38 MovieClip "a9" in Symbol 39 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(3) - 1;
ySpeed = random(3) + 3;
this._x = this._x + xSpeed;
this._y = this._y - ySpeed;
}
Instance of Symbol 38 MovieClip "a4" in Symbol 39 MovieClip Frame 1
onClipEvent (enterFrame) {
xSpeed = random(3) - 1;
ySpeed = random(3) + 3;
this._x = this._x + xSpeed;
this._y = this._y - ySpeed;
}
Symbol 50 MovieClip Frame 1
stop();
Instance of Symbol 39 MovieClip in Symbol 50 MovieClip Frame 1
onClipEvent (enterFrame) {
var i = 1;
while (i <= 9) {
if (this["a" + i]._y < -400) {
this["a" + i]._x = random(450);
this["a" + i]._y = 200;
}
i++;
}
}
Symbol 50 MovieClip Frame 2
stop();
Symbol 50 MovieClip Frame 3
stop();
Symbol 50 MovieClip Frame 4
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 50
stop();
_parent.label_btn.play();
this.act = false;
Symbol 193 MovieClip Frame 80
stop();
_parent.label_btn.play();
this.act = false;
Symbol 193 MovieClip Frame 110
stop();
_parent.label_btn.play();
this.act = false;
Symbol 193 MovieClip Frame 140
stop();
_parent.label_btn.play();
this.act = false;
Symbol 193 MovieClip Frame 165
stop();
_parent.label_btn.play();
this.act = false;
Symbol 193 MovieClip Frame 195
stop();
_parent.label_btn.play();
this.act = false;
Symbol 193 MovieClip Frame 225
stop();
_parent.label_btn.play();
this.act = false;
Symbol 193 MovieClip Frame 255
stop();
_parent.label_btn.play();
this.act = false;
Symbol 204 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 6
stop();
label_text.gotoAndStop(Num);
_parent.next_btn.act = true;
_parent.prev_btn.act = true;
Symbol 207 MovieClip Frame 12
if (_root.btn_act == "next") {
Num++;
}
if (_root.btn_act == "prev") {
Num--;
}
Symbol 211 Button
on (release) {
_root.all_control_fun(7, 2);
}
Symbol 212 Button
on (release) {
_root.all_control_fun(7, 1);
}
Symbol 214 Button
on (release) {
_root.all_control_fun(7, 3);
}
Symbol 218 Button
on (release) {
_root.all_control_fun(5, 2);
}
Symbol 219 Button
on (release) {
_root.all_control_fun(5, 1);
}
Symbol 220 Button
on (release) {
_root.all_control_fun(5, 3);
}
Symbol 221 Button
on (release) {
_root.all_control_fun(5, 4);
}
Symbol 222 Button
on (release) {
_root.all_control_fun(5, 5);
}
Symbol 223 Button
on (release) {
_root.all_control_fun(6, 1);
}
Symbol 224 Button
on (release) {
_root.all_control_fun(6, 2);
}
Symbol 225 Button
on (release) {
_root.all_control_fun(6, 5);
}
Symbol 226 Button
on (release) {
_root.all_control_fun(6, 4);
}
Symbol 227 Button
on (release) {
_root.all_control_fun(6, 3);
}
Symbol 228 Button
on (release) {
_root.all_control_fun(5, 6);
}
Symbol 229 Button
on (release) {
_root.all_control_fun(6, 6);
}
Symbol 233 Button
on (release) {
_root.all_control_fun(8, 3);
}
Symbol 234 Button
on (release) {
_root.all_control_fun(8, 4);
}
Symbol 235 Button
on (release) {
_root.all_control_fun(8, 2);
}
Symbol 236 Button
on (release) {
_root.all_control_fun(8, 1);
}
Symbol 237 Button
on (release) {
_root.all_control_fun(8, 5);
}
Symbol 238 Button
on (release) {
_root.all_control_fun(8, 6);
}
Symbol 239 Button
on (release) {
_root.all_control_fun(9, 1);
}
Symbol 240 Button
on (release) {
_root.all_control_fun(9, 4);
}
Symbol 241 Button
on (release) {
_root.all_control_fun(9, 2);
}
Symbol 242 Button
on (release) {
_root.all_control_fun(9, 3);
}
Symbol 243 Button
on (release) {
_root.all_control_fun(9, 5);
}
Symbol 247 Button
on (release) {
_root.all_control_fun(4, 1);
}
Symbol 248 Button
on (release) {
_root.all_control_fun(4, 4);
}
Symbol 249 Button
on (release) {
_root.all_control_fun(4, 2);
}
Symbol 250 Button
on (release) {
_root.all_control_fun(4, 6);
}
Symbol 251 Button
on (release) {
_root.all_control_fun(4, 5);
}
Symbol 252 Button
on (release) {
_root.all_control_fun(4, 3);
}
Symbol 256 Button
on (release) {
_root.all_control_fun(3, 1);
}
Symbol 257 Button
on (release) {
_root.all_control_fun(3, 2);
}
Symbol 258 Button
on (release) {
_root.all_control_fun(3, 3);
}
Symbol 259 Button
on (release) {
_root.all_control_fun(3, 4);
}
Symbol 260 Button
on (release) {
_root.all_control_fun(3, 5);
}
Symbol 261 Button
on (release) {
_root.all_control_fun(3, 6);
}
Symbol 265 Button
on (release) {
_root.all_control_fun(2, 1);
}
Symbol 266 Button
on (release) {
_root.all_control_fun(2, 6);
}
Symbol 267 Button
on (release) {
_root.all_control_fun(2, 4);
}
Symbol 268 Button
on (release) {
_root.all_control_fun(2, 2);
}
Symbol 269 Button
on (release) {
_root.all_control_fun(2, 3);
}
Symbol 271 Button
on (release) {
_root.all_control_fun(2, 5);
}
Symbol 275 Button
on (release) {
_root.all_control_fun(1, 2);
}
Symbol 276 Button
on (release) {
_root.all_control_fun(1, 1);
}
Symbol 277 Button
on (release) {
_root.all_control_fun(1, 3);
}
Symbol 278 Button
on (release) {
_root.all_control_fun(1, 4);
}
Symbol 279 Button
on (release) {
_root.all_control_fun(1, 5);
}
Symbol 280 Button
on (release) {
_root.all_control_fun(1, 0);
}
Symbol 284 Button
on (release) {
_root.all_control_fun(0, 3);
}
Symbol 285 Button
on (release) {
_root.all_control_fun(0, 1);
}
Symbol 286 Button
on (release) {
_root.all_control_fun(0, 0);
}
Symbol 287 Button
on (release) {
_root.all_control_fun(0, 2);
}
Symbol 302 MovieClip Frame 1
a = random(10);
if (a == 5) {
gotoAndPlay (3);
}
Symbol 302 MovieClip Frame 2
gotoAndPlay (1);
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 2
_root.model_mc.dress_mc0.gotoAndStop(1);
Symbol 313 MovieClip Frame 3
_root.model_mc.dress_mc1.gotoAndStop(1);
Symbol 313 MovieClip Frame 4
_root.model_mc.dress_mc2.gotoAndStop(1);
Symbol 313 MovieClip Frame 5
_root.model_mc.dress_mc3.gotoAndStop(1);
Symbol 313 MovieClip Frame 6
_root.model_mc.dress_mc4.gotoAndStop(1);
Symbol 313 MovieClip Frame 7
_root.model_mc.dress_mc5.gotoAndStop(1);
Symbol 313 MovieClip Frame 8
_root.model_mc.dress_mc6.gotoAndStop(1);
Symbol 313 MovieClip Frame 9
_root.model_mc.dress_mc7.gotoAndStop(1);
Symbol 313 MovieClip Frame 10
_root.model_mc.dress_mc8.gotoAndStop(1);
Symbol 313 MovieClip Frame 11
_root.model_mc.dress_mc9.gotoAndStop(1);
Symbol 319 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 17
stop();
Symbol 322 MovieClip Frame 1
stop();
Symbol 322 MovieClip Frame 17
stop();
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 17
stop();
Symbol 328 MovieClip Frame 1
stop();
Symbol 328 MovieClip Frame 17
stop();
Instance of Symbol 341 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(33) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 343 MovieClip in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
n = random(130) + 1;
this.gotoAndPlay(n);
}
Symbol 348 Button
on (release) {
getURL ("http://www.i-dressup.com", "_self");
}