Frame 1
stop();
onEnterFrame = function () {
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
delete onEnterFrame;
_root.play();
} else {
var _local2 = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
preloader_mc.loading.gotoAndStop(_local2);
trace("frame: " + _local2);
}
};
Frame 5
stop();
Stage.showMenu = false;
System.useCodepage = true;
this._quality = "BEST";
this._focusrect = false;
Frame 10
function setUpModel() {
mx.transitions.TransitionManager.start(model_mc, {type:mx.transitions.Blinds, direction:0, duration:1, easing:mx.transitions.easing.Bounce.easeOut, param1:empty, param2:empty});
mx.transitions.TransitionManager.start(dHair, {type:mx.transitions.Blinds, direction:0, duration:1, easing:mx.transitions.easing.Bounce.easeOut, param1:empty, param2:empty});
mx.transitions.TransitionManager.start(dTopper, {type:mx.transitions.Blinds, direction:0, duration:1, easing:mx.transitions.easing.Bounce.easeOut, param1:empty, param2:empty});
mx.transitions.TransitionManager.start(dSkit, {type:mx.transitions.Blinds, direction:0, duration:1, easing:mx.transitions.easing.Bounce.easeOut, param1:empty, param2:empty});
mx.transitions.TransitionManager.start(dFulldress, {type:mx.transitions.Blinds, direction:0, duration:1, easing:mx.transitions.easing.Bounce.easeOut, param1:empty, param2:empty});
mx.transitions.TransitionManager.start(model_mc, {type:mx.transitions.Blinds, direction:0, duration:1, easing:mx.transitions.easing.Bounce.easeOut, param1:empty, param2:empty});
mx.transitions.TransitionManager.start(dGoggles, {type:mx.transitions.Blinds, direction:0, duration:1, easing:mx.transitions.easing.Bounce.easeOut, param1:empty, param2:empty});
mx.transitions.TransitionManager.start(dShoe, {type:mx.transitions.Blinds, direction:0, duration:1, easing:mx.transitions.easing.Bounce.easeOut, param1:empty, param2:empty});
mx.transitions.TransitionManager.start(inner, {type:mx.transitions.Blinds, direction:0, duration:1, easing:mx.transitions.easing.Bounce.easeOut, param1:empty, param2:empty});
}
function SetUpGame() {
var _local2 = 1;
while (_local2 <= 30) {
this["goggles" + _local2]._visible = false;
this["hair" + _local2]._visible = false;
this["fulldress" + _local2]._visible = false;
this["topper" + _local2]._visible = false;
this["skit" + _local2]._visible = false;
this["shoe" + _local2]._visible = false;
_local2++;
}
dGoggles._visible = true;
dHair._visible = true;
dFulldress._visible = true;
dTopper._visible = true;
dSkit._visible = true;
dShoe._visible = true;
}
function SetItem() {
var _local2 = 1;
while (_local2 <= 30) {
this[CurrentItem + _local2]._visible = true;
this[PreviousItem + _local2]._visible = false;
_local2++;
}
dGoggles._visible = true;
dHair._visible = true;
dFulldress._visible = true;
dTopper._visible = true;
dSkit._visible = true;
dShoe._visible = true;
}
function displyItem(item) {
var _local2 = 1;
while (_local2 <= 30) {
this[item + _local2]._visible = true;
_local2++;
}
}
function SetUpClip() {
dHair._xscale = 100;
dHair._yscale = 100;
dTopper._xscale = 80;
dTopper._yscale = 80;
dSkit._xscale = 80;
dSkit._yscale = 80;
dFulldress._xscale = 80;
dFulldress._yscale = 80;
}
function SetUpDep() {
dHair.swapDepths(0);
dTopper.swapDepths(0);
dShoe.swapDepths(0);
dSkit.swapDepths(0);
dFulldress.swapDepths(0);
dGoggles.swapDepths(0);
dShoe.swapDepths(950);
dSkit.swapDepths(960);
dFulldress.swapDepths(970);
dTopper.swapDepths(980);
dGoggles.swapDepths(985);
dHair.swapDepths(990);
}
function SetUpHair() {
var _local4 = 1;
for(;;){
if (_local4 > 7) {
return(undefined);
}
var _local3 = this["hair" + _local4];
_local3.dX = _local3._x;
_local3.dY = _local3._y;
_local3.type = hair;
_local3.dep = (dep = dep + 10);
_local3.swapDepths(dep);
_local3._xscale = 80;
_local3._yscale = 80;
_local3.onPress = function () {
this.startDrag(false);
dClip = this;
DItem1 = dClip;
this.swapDepths(_root.getNextHighestDepth());
};
_local3.onRelease = onReleaseDrag;
_local4++;
};
}
function SetUpTopper() {
var _local4 = 1;
for(;;){
if (_local4 > 24) {
return(undefined);
}
var _local3 = this["topper" + _local4];
_local3.dX = _local3._x;
_local3.dY = _local3._y;
_local3.type = topper;
_local3.dep = (dep = dep + 10);
_local3._xscale = 50;
_local3._yscale = 50;
_local3.swapDepths(dep);
_local3.onPress = function () {
this.startDrag(false);
dClip = this;
DItem2 = dClip;
this.swapDepths(_root.getNextHighestDepth());
};
_local3.onRelease = onReleaseDrag;
_local4++;
};
}
function SetUpSkit() {
var _local4 = 1;
for(;;){
if (_local4 > 29) {
return(undefined);
}
var _local3 = this["skit" + _local4];
_local3.dX = _local3._x;
_local3.dY = _local3._y;
_local3.type = skit;
_local3.dep = (dep = dep + 10);
_local3.swapDepths(dep);
_local3._xscale = 50;
_local3._yscale = 50;
_local3.onPress = function () {
this.startDrag(false);
dClip = this;
DItem3 = dClip;
this.swapDepths(_root.getNextHighestDepth());
};
_local3.onRelease = onReleaseDrag;
_local4++;
};
}
function SetUpFulldress() {
var _local4 = 1;
for(;;){
if (_local4 > 14) {
return(undefined);
}
var _local3 = this["fulldress" + _local4];
_local3.dX = _local3._x;
_local3.dY = _local3._y;
_local3.type = fulldress;
_local3.dep = (dep = dep + 10);
_local3.swapDepths(dep);
_local3._xscale = 50;
_local3._yscale = 50;
_local3.onPress = function () {
this.startDrag(false);
dClip = this;
DItem2 = dClip;
this.swapDepths(_root.getNextHighestDepth());
};
_local3.onRelease = onReleaseDrag;
_local4++;
};
}
function SetUpShoe() {
var _local4 = 1;
for(;;){
if (_local4 > 7) {
return(undefined);
}
var _local3 = this["shoe" + _local4];
_local3.dX = _local3._x;
_local3.dY = _local3._y;
_local3.type = shoe;
_local3.dep = (dep = dep + 10);
_local3.swapDepths(dep);
_local3.onPress = function () {
this.startDrag(false);
dClip = this;
DItem1 = dClip;
this.swapDepths(_root.getNextHighestDepth());
};
_local3.onRelease = onReleaseDrag;
_local4++;
};
}
function SetUpGoggles() {
var _local4 = 1;
for(;;){
if (_local4 > 9) {
return(undefined);
}
var _local3 = this["goggles" + _local4];
_local3.dX = _local3._x;
_local3.dY = _local3._y;
_local3.type = goggles;
_local3.dep = (dep = dep + 10);
_local3.swapDepths(dep);
_local3._xscale = 120;
_local3._yscale = 120;
_local3.onPress = function () {
this.startDrag(false);
dClip = this;
DItem1 = dClip;
this.swapDepths(_root.getNextHighestDepth());
};
_local3.onRelease = onReleaseDrag;
_local4++;
};
}
function onReleaseDrag() {
dClip.stopDrag();
dClip.swapDepths(0);
if (dClip.hitTest(dClip.type)) {
dClip._x = dClip.type._x;
dClip._y = dClip.type._y;
var _local2;
if (((__reg0 = dClip.type)) === hair) {
_local2 = dHair;
_local2._xscale = 80;
_local2._yscale = 80;
starAni_mc._x = dClip.type._x;
starAni_mc._y = dClip.type._y + 80;
starAni_mc.gotoAndPlay(2);
starAni_mc.swapDepths(_root.getNextHighestDepth());
music_mc.gotoAndPlay(2);
} else if (__reg0 === topper) {
_local2 = dTopper;
_local2._xscale = 50;
_local2._yscale = 50;
starAni_mc._x = dClip.type._x;
starAni_mc._y = dClip.type._y + 100;
starAni_mc.gotoAndPlay(2);
starAni_mc.swapDepths(_root.getNextHighestDepth());
music_mc.gotoAndPlay(2);
} else if (__reg0 === skit) {
_local2 = dSkit;
_local2._xscale = 50;
_local2._yscale = 50;
starAni_mc._x = dClip.type._x;
starAni_mc._y = dClip.type._y + 300;
starAni_mc.gotoAndPlay(2);
starAni_mc.swapDepths(_root.getNextHighestDepth());
music_mc.gotoAndPlay(2);
} else if (__reg0 === fulldress) {
_local2 = dFulldress;
_local2._xscale = 50;
_local2._yscale = 50;
starAni_mc._x = dClip.type._x;
starAni_mc._y = dClip.type._y + 80;
starAni_mc.gotoAndPlay(2);
starAni_mc.swapDepths(_root.getNextHighestDepth());
music_mc.gotoAndPlay(2);
} else if (__reg0 === shoe) {
_local2 = dShoe;
starAni_mc._x = dClip.type._x - 50;
starAni_mc._y = dClip.type._y + 60;
starAni_mc.gotoAndPlay(2);
starAni_mc.swapDepths(_root.getNextHighestDepth());
music_mc.gotoAndPlay(2);
} else if (__reg0 === goggles) {
_local2 = dGoggles;
_local2._xscale = 120;
_local2._yscale = 120;
starAni_mc._x = dClip.type._x - 10;
starAni_mc._y = dClip.type._y + 60;
starAni_mc.gotoAndPlay(2);
starAni_mc.swapDepths(_root.getNextHighestDepth());
music_mc.gotoAndPlay(2);
} else if (__reg0 === glass) {
_local2 = dGlass;
} else if (__reg0 === suit) {
_local2 = ((dSuit == undefined) ? suit : dSuit);
}
if (0 != (dClip.type == fulldress)) {
dFulldress._visible = true;
dTopper.swapDepths(dTopper.dep);
dTopper._visible = false;
dSkit.swapDepths(dSkit.dep);
dSkit._visible = false;
var _local3 = new mx.transitions.Tween(dTopper, "_x", mx.transitions.easing.Elastic.easeOut, dTopper._x, dTopper.dX, 1, true);
var _local5 = new mx.transitions.Tween(dTopper, "_y", mx.transitions.easing.Elastic.easeOut, dTopper._y, dTopper.dY, 1, true);
var _local8 = new mx.transitions.Tween(dSkit, "_x", mx.transitions.easing.Elastic.easeOut, dSkit._x, dSkit.dX, 1, true);
var _local10 = new mx.transitions.Tween(dSkit, "_y", mx.transitions.easing.Elastic.easeOut, dSkit._y, dSkit.dY, 1, true);
_local3.onMotionFinished = function (mc) {
mc.obj.enabled = true;
};
dTopper.enabled = true;
dTopper._xscale = 50;
dTopper._yscale = 50;
dTopper = undefined;
dSkit.enabled = true;
dSkit._xscale = 50;
dSkit._yscale = 50;
dSkit = undefined;
}
if (0 != (dClip.type == skit)) {
dSkit._visible = true;
dFulldress.swapDepths(dFulldress.dep);
dFulldress._visible = false;
var _local4 = new mx.transitions.Tween(dFulldress, "_x", mx.transitions.easing.Elastic.easeOut, dFulldress._x, dFulldress.dX, 1, true);
var _local7 = new mx.transitions.Tween(dFulldress, "_y", mx.transitions.easing.Elastic.easeOut, dFulldress._y, dFulldress.dY, 1, true);
_local4.onMotionFinished = function (mc) {
mc.obj.enabled = true;
};
dFulldress.enabled = true;
dFulldress._xscale = 50;
dFulldress._yscale = 50;
dFulldress = undefined;
}
if (0 != (dClip.type == topper)) {
dTopper._visible = true;
dFulldress.swapDepths(dFulldress.dep);
dFulldress._visible = false;
var _local6 = new mx.transitions.Tween(dFulldress, "_x", mx.transitions.easing.Elastic.easeOut, dFulldress._x, dFulldress.dX, 1, true);
var _local9 = new mx.transitions.Tween(dFulldress, "_y", mx.transitions.easing.Elastic.easeOut, dFulldress._y, dFulldress.dY, 1, true);
_local6.onMotionFinished = function (mc) {
mc.obj.enabled = true;
};
dFulldress.enabled = true;
dFulldress._xscale = 50;
dFulldress._yscale = 50;
dFulldress = undefined;
}
if (_local2 != undefined) {
_local2.swapDepths(_local2.dep);
var _local3 = new mx.transitions.Tween(_local2, "_x", mx.transitions.easing.Elastic.easeOut, _local2._x, _local2.dX, 1, true);
var _local5 = new mx.transitions.Tween(_local2, "_y", mx.transitions.easing.Elastic.easeOut, _local2._y, _local2.dY, 1, true);
_local3.onMotionFinished = function (mc) {
mc.obj.enabled = true;
};
}
if (((__reg0 = dClip.type)) === hair) {
dHair = dClip;
dHair._xscale = 100;
dHair._yscale = 100;
dHair.enabled = false;
} else if (__reg0 === topper) {
dTopper = dClip;
dTopper._xscale = 80;
dTopper._yscale = 80;
dTopper.enabled = false;
inner._visible = true;
} else if (__reg0 === skit) {
dSkit = dClip;
dSkit._xscale = 80;
dSkit._yscale = 80;
dSkit.enabled = false;
inner._visible = true;
} else if (__reg0 === fulldress) {
dFulldress = dClip;
dFulldress._xscale = 80;
dFulldress._yscale = 80;
dFulldress.enabled = false;
inner._visible = false;
} else if (__reg0 === shoe) {
dShoe = dClip;
dShoe.enabled = false;
} else if (__reg0 === goggles) {
dGoggles = dClip;
dGoggles._xscale = 80;
dGoggles._yscale = 80;
dGoggles.enabled = false;
} else if (__reg0 === glass) {
dGlass = dClip;
} else if (__reg0 === suit) {
dSuit = dClip;
}
SetUpDep();
return(undefined);
}
dClip._x = dClip.dX;
dClip._y = dClip.dY;
dClip.swapDepths(dClip.dep);
}
function RollItem(item, a, b, s, q) {
var _local4 = 16777215 /* 0xFFFFFF */;
var _local10 = a;
var _local7 = b;
var _local6 = b;
var _local8 = s;
var _local2 = q;
var _local5 = false;
var _local9 = false;
var _local3 = new flash.filters.GlowFilter(_local4, _local10, _local7, _local6, _local8, _local2, _local5, _local9);
var _local1 = new Array();
_local1.push(_local3);
item.filters = _local1;
}
function ShowSelectItem(a, b) {
_root.doneSound.gotoAndPlay(2);
bg_mc._visible = b;
newbg_mc._visible = a;
}
function setPosition(a) {
model_mc._x = model_mc._x + a;
inner._x = inner._x + a;
dHair._x = dHair._x + a;
dTopper._x = dTopper._x + a;
dSkit._x = dSkit._x + a;
dFulldress._x = dFulldress._x + a;
dGoggles._x = dGoggles._x + a;
dShoe._x = dShoe._x + a;
var _local2 = new mx.transitions.Tween(model_mc, "_alpha", mx.transitions.easing.Elastic.easeOut, 0, 100, 10, true);
var _local9 = new mx.transitions.Tween(inner, "_alpha", mx.transitions.easing.Elastic.easeOut, 0, 100, 10, true);
var _local8 = new mx.transitions.Tween(dHair, "_alpha", mx.transitions.easing.Elastic.easeOut, 0, 100, 10, true);
var _local7 = new mx.transitions.Tween(dTopper, "_alpha", mx.transitions.easing.Elastic.easeOut, 0, 100, 10, true);
var _local6 = new mx.transitions.Tween(dSkit, "_alpha", mx.transitions.easing.Elastic.easeOut, 0, 100, 10, true);
var _local5 = new mx.transitions.Tween(dFulldress, "_alpha", mx.transitions.easing.Elastic.easeOut, 0, 100, 10, true);
var _local4 = new mx.transitions.Tween(dGoggles, "_alpha", mx.transitions.easing.Elastic.easeOut, 0, 100, 10, true);
var _local3 = new mx.transitions.Tween(dShoe, "_alpha", mx.transitions.easing.Elastic.easeOut, 0, 100, 10, true);
}
stop();
var dClip;
var dHair;
var dTopper;
var dSkit;
var dFulldress;
var dGoggles;
var dShoe;
var dep = 1;
var CurrentItem = "fulldress";
var PreviousItem;
_root.bgSound.gotoAndPlay(2);
SetUpHair();
SetUpTopper();
SetUpSkit();
SetUpFulldress();
SetUpGoggles();
SetUpShoe();
dHair = hair5;
dHair._x = hair._x;
dHair._y = hair._y;
dHair.enabled = false;
dTopper = topper14;
dTopper._x = topper._x;
dTopper._y = topper._y;
dTopper.enabled = false;
dSkit = skit29;
dSkit._x = skit._x;
dSkit._y = skit._y;
dSkit.enabled = false;
SetUpDep();
SetUpClip();
SetUpGame();
setUpModel();
SetItem();
Instance of Symbol 99 MovieClip "shoe2" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 101 MovieClip "shoe1" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 103 MovieClip "shoe3" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 99 MovieClip "shoe4" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 99 MovieClip "shoe6" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 103 MovieClip "shoe5" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 103 MovieClip "shoe7" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 105 MovieClip "skit5" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 105 MovieClip "skit4" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 105 MovieClip "skit3" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 105 MovieClip "skit2" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 105 MovieClip "skit1" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 107 MovieClip "skit11" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 109 MovieClip "skit6" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 109 MovieClip "skit7" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 109 MovieClip "skit8" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 109 MovieClip "skit9" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 109 MovieClip "skit10" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 107 MovieClip "skit12" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 107 MovieClip "skit13" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 107 MovieClip "skit14" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 107 MovieClip "skit15" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 111 MovieClip "skit19" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 111 MovieClip "skit18" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 111 MovieClip "skit17" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 111 MovieClip "skit16" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 113 MovieClip "skit28" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 117 MovieClip "skit22" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 111 MovieClip "skit27" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 113 MovieClip "skit29" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 113 MovieClip "skit25" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 113 MovieClip "skit24" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 111 MovieClip "skit26" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 113 MovieClip "skit23" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 117 MovieClip "skit20" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 117 MovieClip "skit21" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 118 MovieClip "fulldress11" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 119 MovieClip "fulldress12" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 120 MovieClip "fulldress13" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 121 MovieClip "fulldress14" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 122 MovieClip "fulldress8" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 123 MovieClip "fulldress9" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 124 MovieClip "fulldress10" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 126 MovieClip "fulldress1" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 126 MovieClip "fulldress2" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 126 MovieClip "fulldress3" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 128 MovieClip "fulldress5" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 128 MovieClip "fulldress6" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 128 MovieClip "fulldress7" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 130 MovieClip "fulldress4" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 132 MovieClip "topper5" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 132 MovieClip "topper4" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 132 MovieClip "topper3" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 134 MovieClip "topper2" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 132 MovieClip "topper1" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 136 MovieClip "topper12" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 138 MovieClip "topper9" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 136 MovieClip "topper13" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 136 MovieClip "topper14" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 138 MovieClip "topper10" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 138 MovieClip "topper11" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 140 MovieClip "topper6" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 142 MovieClip "topper7" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 144 MovieClip "topper8" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 146 MovieClip "hair1" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 148 MovieClip "hair2" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 150 MovieClip "hair3" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 152 MovieClip "hair4" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 154 MovieClip "hair5" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 156 MovieClip "hair6" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 158 MovieClip "hair7" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 160 MovieClip "goggles1" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 160 MovieClip "goggles2" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 160 MovieClip "goggles3" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 162 MovieClip "goggles4" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 162 MovieClip "goggles5" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 162 MovieClip "goggles6" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 164 MovieClip "goggles7" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 164 MovieClip "goggles8" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Instance of Symbol 164 MovieClip "goggles9" in Frame 10
on (rollOver) {
_root.RollItem(this, 0.8, 35, 2, 3);
}
on (rollOut) {
_root.RollItem(this, 0, 0, 0, 0);
}
on (release) {
_root.RollItem(this, 0, 0, 0, 0);
}
Symbol 12 MovieClip Frame 100
this._visible = false;
Symbol 168 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 169 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 170 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 171 MovieClip [__Packages.mx.transitions.easing.Elastic] Frame 0
class mx.transitions.easing.Elastic
{
function Elastic () {
}
static function easeIn(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / d;
if (t == 1) {
return(b + c);
}
if (!p) {
p = d * 0.3;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
t = t - 1;
return((-((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p))) + b);
}
static function easeOut(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / d;
if (t == 1) {
return(b + c);
}
if (!p) {
p = d * 0.3;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
return((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p)) + c) + b);
}
static function easeInOut(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / (d / 2);
if (t == 2) {
return(b + c);
}
if (!p) {
p = d * 0.45;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
if (t < 1) {
t = t - 1;
return((-0.5 * ((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p))) + b);
}
t = t - 1;
return(((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p)) * 0.5) + c) + b);
}
static var version = "1.1.0.52";
}
Symbol 172 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 173 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 174 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 175 MovieClip [__Packages.mx.transitions.easing.Bounce] Frame 0
class mx.transitions.easing.Bounce
{
function Bounce () {
}
static function easeOut(t, b, c, d) {
t = t / d;
if (t < 0.363636363636364) {
return((c * ((7.5625 * t) * t)) + b);
}
if (t < 0.727272727272727) {
t = t - 0.545454545454545;
return((c * (((7.5625 * t) * t) + 0.75)) + b);
}
if (t < 0.909090909090909) {
t = t - 0.818181818181818;
return((c * (((7.5625 * t) * t) + 0.9375)) + b);
}
t = t - 0.954545454545455;
return((c * (((7.5625 * t) * t) + 0.984375)) + b);
}
static function easeIn(t, b, c, d) {
return((c - easeOut(d - t, 0, c, d)) + b);
}
static function easeInOut(t, b, c, d) {
if (t < (d / 2)) {
return((easeIn(t * 2, 0, c, d) * 0.5) + b);
}
return(((easeOut((t * 2) - d, 0, c, d) * 0.5) + (c * 0.5)) + b);
}
static var version = "1.1.0.52";
}
Symbol 176 MovieClip [__Packages.mx.transitions.Blinds] Frame 0
class mx.transitions.Blinds extends mx.transitions.Transition
{
var _dimension, _content, _mask, getNextHighestDepthMC, __get__direction, _innerMask, drawBox, _innerBounds;
function Blinds (content, transParams, manager) {
super();
init(content, transParams, manager);
}
function init(content, transParams, manager) {
super.init(content, transParams, manager);
_dimension = (transParams.dimension ? 1 : 0);
if (transParams.numStrips) {
_numStrips = transParams.numStrips;
}
_initMask();
}
function start() {
_content.setMask(_mask);
super.start();
}
function cleanUp() {
_mask.removeMovieClip();
super.cleanUp();
}
function _initMask() {
var _local5 = _content;
var _local6 = getNextHighestDepthMC(_local5);
var _local4 = (_mask = _local5.createEmptyMovieClip("__mask_Blinds_" + __get__direction(), _local6));
_local4._visible = false;
var _local2 = (_innerMask = _mask.createEmptyMovieClip("innerMask", 0));
_local2._x = (_local2._y = 50);
if (_dimension) {
_local2._rotation = -90;
}
_local2.beginFill(16711680);
drawBox(_local2, 0, 0, 100, 100);
_local2.endFill();
var _local3 = _innerBounds;
_local4._x = _local3.xMin;
_local4._y = _local3.yMin;
_local4._width = _local3.xMax - _local3.xMin;
_local4._height = _local3.yMax - _local3.yMin;
}
function _render(p) {
var _local4 = 100 / _numStrips;
var _local5 = p * _local4;
var _local3 = _innerMask;
_local3.clear();
var _local2 = _numStrips;
_local3.beginFill(16711680);
while (_local2--) {
drawBox(_local3, -50, (_local2 * _local4) - 50, 100, _local5);
}
_local3.endFill();
}
static var version = "1.1.0.52";
var type = mx.transitions.Blinds;
var className = "Blinds";
var _numStrips = 10;
}
Symbol 14 MovieClip Frame 255
gotoAndPlay (2);
Symbol 16 MovieClip Frame 14
gotoAndStop (1);
Symbol 18 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 16
gotoAndStop (1);
Symbol 23 Button
on (release) {
_root.gotoAndStop("game");
}
on (rollOver) {
_root.bSound.gotoAndPlay(2);
}
Symbol 28 Button
on (release) {
getURL ("http://www.juegosvestir-dtr.com/", "_blank");
}
on (rollOver) {
_root.bSound.gotoAndPlay(2);
}
Symbol 32 Button
on (release) {
_root.bgSound.gotoAndStop(1);
stopAllSounds();
gotoAndStop (2);
}
Symbol 35 Button
on (release) {
_root.bgSound.gotoAndPlay(2);
gotoAndStop (1);
}
Symbol 36 MovieClip Frame 1
stop();
Symbol 43 Button
on (release) {
_root.ShowSelectItem(false, true);
_root.SetUpGame();
_root.SetItem();
_root.setPosition(300);
}
on (rollOver) {
_root.bSound.gotoAndPlay(2);
}
Symbol 49 Button
on (release) {
_root.SetUpGame();
_root.ShowSelectItem(true, false);
_root.setPosition(-300);
}
on (rollOver) {
_root.bSound.gotoAndPlay(2);
}
Symbol 59 MovieClip Frame 20
stop();
Symbol 60 Button
on (release) {
if (_root.CurrentItem != "topper") {
_root.PreviousItem = _root.CurrentItem;
_root.CurrentItem = "topper";
_root.SetItem();
}
}
on (rollOver) {
_root.bSound.gotoAndPlay(2);
}
Symbol 63 MovieClip Frame 20
stop();
Symbol 64 Button
on (release) {
if (_root.CurrentItem != "fulldress") {
_root.PreviousItem = _root.CurrentItem;
_root.CurrentItem = "fulldress";
_root.SetItem();
}
}
on (rollOver) {
_root.bSound.gotoAndPlay(2);
}
Symbol 67 MovieClip Frame 20
stop();
Symbol 68 Button
on (release) {
if (_root.CurrentItem != "goggles") {
_root.PreviousItem = _root.CurrentItem;
_root.CurrentItem = "goggles";
_root.SetItem();
}
}
on (rollOver) {
_root.bSound.gotoAndPlay(2);
}
Symbol 72 MovieClip Frame 20
stop();
Symbol 73 Button
on (release) {
if (_root.CurrentItem != "hair") {
_root.PreviousItem = _root.CurrentItem;
_root.CurrentItem = "hair";
_root.SetItem();
}
}
on (rollOver) {
_root.bSound.gotoAndPlay(2);
}
Symbol 77 MovieClip Frame 20
stop();
Symbol 78 Button
on (release) {
if (_root.CurrentItem != "skit") {
_root.PreviousItem = _root.CurrentItem;
_root.CurrentItem = "skit";
_root.SetItem();
}
}
on (rollOver) {
_root.bSound.gotoAndPlay(2);
}
Symbol 81 MovieClip Frame 20
stop();
Symbol 82 Button
on (release) {
if (_root.CurrentItem != "shoe") {
_root.PreviousItem = _root.CurrentItem;
_root.CurrentItem = "shoe";
_root.SetItem();
}
}
on (rollOver) {
_root.bSound.gotoAndPlay(2);
}
Symbol 167 Button
on (release) {
getURL ("http://www.juegosvestir-dtr.com/", "_blank");
}
on (rollOver) {
_root.bSound.gotoAndPlay(2);
}