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

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

jean-smart-dress-up-game.swf

This is the info page for
Flash #122774

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


Text
%

GIRL'S BEST HANGOUT

1

2

3

P

E

Y

L

o

a

d

i

n

g

.

PLAY

Oyna

Sonraki

Sıfırla

123PEPPY

<p align="center"></p>

ENTER YOUR NAME

Voer Uw Naam

Введите свое имя

Inserisci il tuo nome

Geben Sie Ihr Name

Entrez votre nom

Adını gir

Ingrese su Nombre

Ange ditt namn

Imię i nazwisko

Digite seu nome

Spela Me

DESIGNED BY

<p align="center"></p>

YOUR NAME :

YOUR EMAIL ADDRESS :

MESSAGE :

YOUR FRIEND'S NAME :

YOUR FRIEND'S EMAIL :

YOUR FRIEND'S EMAIL :

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

ADD MORE

ADD MORE

ADD MORE

SEND

SEND

ActionScript [AS3]

Section 1
//Back (gs.easing.Back) package gs.easing { public class Back { public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number=1.70158):Number{ _arg1 = ((_arg1 / _arg4) - 1); return (((_arg3 * (((_arg1 * _arg1) * (((_arg5 + 1) * _arg1) + _arg5)) + 1)) + _arg2)); } public static function easeIn(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number=1.70158):Number{ _arg1 = (_arg1 / _arg4); return (((((_arg3 * _arg1) * _arg1) * (((_arg5 + 1) * _arg1) - _arg5)) + _arg2)); } public static function easeInOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number=1.70158):Number{ _arg1 = (_arg1 / (_arg4 / 2)); if (_arg1 < 1){ _arg5 = (_arg5 * 1.525); return ((((_arg3 / 2) * ((_arg1 * _arg1) * (((_arg5 + 1) * _arg1) - _arg5))) + _arg2)); }; _arg1 = (_arg1 - 2); _arg5 = (_arg5 * 1.525); return ((((_arg3 / 2) * (((_arg1 * _arg1) * (((_arg5 + 1) * _arg1) + _arg5)) + 2)) + _arg2)); } } }//package gs.easing
Section 2
//AutoAlphaPlugin (gs.plugins.AutoAlphaPlugin) package gs.plugins { import gs.*; import flash.display.*; public class AutoAlphaPlugin extends TweenPlugin { protected var _tweenVisible:Boolean; protected var _tween:TweenLite; protected var _visible:Boolean; protected var _target:Object; public static const VERSION:Number = 1; public static const API:Number = 1; public function AutoAlphaPlugin(){ this.propName = "autoAlpha"; this.overwriteProps = ["alpha", "visible"]; this.onComplete = onCompleteTween; } override public function set changeFactor(_arg1:Number):void{ updateTweens(_arg1); if (((!((_target.visible == true))) && (_tweenVisible))){ _target.visible = true; }; } public function onCompleteTween():void{ if (((((_tweenVisible) && (!((_tween.vars.runBackwards == true))))) && ((_tween.ease == _tween.vars.ease)))){ _target.visible = _visible; }; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ _target = _arg1; _tween = _arg3; _visible = Boolean(!((_arg2 == 0))); _tweenVisible = true; addTween(_arg1, "alpha", _arg1.alpha, _arg2, "alpha"); return (true); } override public function killProps(_arg1:Object):void{ super.killProps(_arg1); _tweenVisible = !(Boolean(("visible" in _arg1))); } } }//package gs.plugins
Section 3
//EndArrayPlugin (gs.plugins.EndArrayPlugin) package gs.plugins { import gs.*; import gs.utils.tween.*; public class EndArrayPlugin extends TweenPlugin { protected var _info:Array; protected var _a:Array; public static const VERSION:Number = 1.01; public static const API:Number = 1; public function EndArrayPlugin(){ _info = []; super(); this.propName = "endArray"; this.overwriteProps = ["endArray"]; } override public function set changeFactor(_arg1:Number):void{ var _local2:int; var _local3:ArrayTweenInfo; var _local4:Number; var _local5:int; if (this.round){ _local2 = (_info.length - 1); while (_local2 > -1) { _local3 = _info[_local2]; _local4 = (_local3.start + (_local3.change * _arg1)); _local5 = ((_local4)<0) ? -1 : 1; _a[_local3.index] = ((((_local4 % 1) * _local5))>0.5) ? (int(_local4) + _local5) : int(_local4); _local2--; }; } else { _local2 = (_info.length - 1); while (_local2 > -1) { _local3 = _info[_local2]; _a[_local3.index] = (_local3.start + (_local3.change * _arg1)); _local2--; }; }; } public function init(_arg1:Array, _arg2:Array):void{ var _local3:int; _a = _arg1; _local3 = (_arg2.length - 1); while (_local3 > -1) { if (((!((_arg1[_local3] == _arg2[_local3]))) && (!((_arg1[_local3] == null))))){ _info[_info.length] = new ArrayTweenInfo(_local3, _a[_local3], (_arg2[_local3] - _a[_local3])); }; _local3--; }; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ if (((!((_arg1 is Array))) || (!((_arg2 is Array))))){ return (false); }; init((_arg1 as Array), _arg2); return (true); } } }//package gs.plugins
Section 4
//FramePlugin (gs.plugins.FramePlugin) package gs.plugins { import gs.*; import flash.display.*; public class FramePlugin extends TweenPlugin { public var frame:int; protected var _target:MovieClip; public static const VERSION:Number = 1.01; public static const API:Number = 1; public function FramePlugin(){ this.propName = "frame"; this.overwriteProps = ["frame"]; this.round = true; } override public function set changeFactor(_arg1:Number):void{ updateTweens(_arg1); _target.gotoAndStop(this.frame); } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ if (((!((_arg1 is MovieClip))) || (isNaN(_arg2)))){ return (false); }; _target = (_arg1 as MovieClip); this.frame = _target.currentFrame; addTween(this, "frame", this.frame, _arg2, "frame"); return (true); } } }//package gs.plugins
Section 5
//RemoveTintPlugin (gs.plugins.RemoveTintPlugin) package gs.plugins { public class RemoveTintPlugin extends TintPlugin { public static const VERSION:Number = 1.01; public static const API:Number = 1; public function RemoveTintPlugin(){ this.propName = "removeTint"; } } }//package gs.plugins
Section 6
//TintPlugin (gs.plugins.TintPlugin) package gs.plugins { import gs.*; import flash.display.*; import flash.geom.*; import gs.utils.tween.*; public class TintPlugin extends TweenPlugin { protected var _ct:ColorTransform; protected var _ignoreAlpha:Boolean; protected var _target:DisplayObject; public static const VERSION:Number = 1.1; public static const API:Number = 1; protected static var _props:Array = ["redMultiplier", "greenMultiplier", "blueMultiplier", "alphaMultiplier", "redOffset", "greenOffset", "blueOffset", "alphaOffset"]; public function TintPlugin(){ this.propName = "tint"; this.overwriteProps = ["tint"]; } override public function set changeFactor(_arg1:Number):void{ var _local2:ColorTransform; updateTweens(_arg1); if (_ignoreAlpha){ _local2 = _target.transform.colorTransform; _ct.alphaMultiplier = _local2.alphaMultiplier; _ct.alphaOffset = _local2.alphaOffset; }; _target.transform.colorTransform = _ct; } public function init(_arg1:DisplayObject, _arg2:ColorTransform):void{ var _local3:int; var _local4:String; _target = _arg1; _ct = _target.transform.colorTransform; _local3 = (_props.length - 1); while (_local3 > -1) { _local4 = _props[_local3]; if (_ct[_local4] != _arg2[_local4]){ _tweens[_tweens.length] = new TweenInfo(_ct, _local4, _ct[_local4], (_arg2[_local4] - _ct[_local4]), "tint", false); }; _local3--; }; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ var _local4:ColorTransform; if (!(_arg1 is DisplayObject)){ return (false); }; _local4 = new ColorTransform(); if (((!((_arg2 == null))) && (!((_arg3.exposedVars.removeTint == true))))){ _local4.color = uint(_arg2); }; _ignoreAlpha = true; init((_arg1 as DisplayObject), _local4); return (true); } } }//package gs.plugins
Section 7
//TweenPlugin (gs.plugins.TweenPlugin) package gs.plugins { import gs.*; import gs.utils.tween.*; public class TweenPlugin { public var overwriteProps:Array; protected var _tweens:Array; public var round:Boolean; public var onComplete:Function; public var propName:String; protected var _changeFactor:Number;// = 0 public static const VERSION:Number = 1.03; public static const API:Number = 1; public function TweenPlugin(){ _tweens = []; _changeFactor = 0; super(); } protected function updateTweens(_arg1:Number):void{ var _local2:int; var _local3:TweenInfo; var _local4:Number; var _local5:int; if (this.round){ _local2 = (_tweens.length - 1); while (_local2 > -1) { _local3 = _tweens[_local2]; _local4 = (_local3.start + (_local3.change * _arg1)); _local5 = ((_local4)<0) ? -1 : 1; _local3.target[_local3.property] = ((((_local4 % 1) * _local5))>0.5) ? (int(_local4) + _local5) : int(_local4); _local2--; }; } else { _local2 = (_tweens.length - 1); while (_local2 > -1) { _local3 = _tweens[_local2]; _local3.target[_local3.property] = (_local3.start + (_local3.change * _arg1)); _local2--; }; }; } public function set changeFactor(_arg1:Number):void{ updateTweens(_arg1); _changeFactor = _arg1; } protected function addTween(_arg1:Object, _arg2:String, _arg3:Number, _arg4, _arg5:String=null):void{ var _local6:Number; if (_arg4 != null){ _local6 = ((typeof(_arg4))=="number") ? (_arg4 - _arg3) : Number(_arg4); if (_local6 != 0){ _tweens[_tweens.length] = new TweenInfo(_arg1, _arg2, _arg3, _local6, ((_arg5) || (_arg2)), false); }; }; } public function killProps(_arg1:Object):void{ var _local2:int; _local2 = (this.overwriteProps.length - 1); while (_local2 > -1) { if ((this.overwriteProps[_local2] in _arg1)){ this.overwriteProps.splice(_local2, 1); }; _local2--; }; _local2 = (_tweens.length - 1); while (_local2 > -1) { if ((_tweens[_local2].name in _arg1)){ _tweens.splice(_local2, 1); }; _local2--; }; } public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ addTween(_arg1, this.propName, _arg1[this.propName], _arg2, this.propName); return (true); } public function get changeFactor():Number{ return (_changeFactor); } public static function activate(_arg1:Array):Boolean{ var _local2:int; var _local3:Object; _local2 = (_arg1.length - 1); while (_local2 > -1) { _local3 = new (_arg1[_local2]); TweenLite.plugins[_local3.propName] = _arg1[_local2]; _local2--; }; return (true); } } }//package gs.plugins
Section 8
//VisiblePlugin (gs.plugins.VisiblePlugin) package gs.plugins { import gs.*; import flash.display.*; public class VisiblePlugin extends TweenPlugin { protected var _tween:TweenLite; protected var _visible:Boolean; protected var _target:Object; public static const VERSION:Number = 1; public static const API:Number = 1; public function VisiblePlugin(){ this.propName = "visible"; this.overwriteProps = ["visible"]; this.onComplete = onCompleteTween; } override public function set changeFactor(_arg1:Number):void{ if (_target.visible != true){ _target.visible = true; }; } public function onCompleteTween():void{ if (((!((_tween.vars.runBackwards == true))) && ((_tween.ease == _tween.vars.ease)))){ _target.visible = _visible; }; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ _target = _arg1; _tween = _arg3; _visible = Boolean(_arg2); return (true); } } }//package gs.plugins
Section 9
//VolumePlugin (gs.plugins.VolumePlugin) package gs.plugins { import gs.*; import flash.display.*; import flash.media.*; public class VolumePlugin extends TweenPlugin { protected var _st:SoundTransform; protected var _target:Object; public static const VERSION:Number = 1.01; public static const API:Number = 1; public function VolumePlugin(){ this.propName = "volume"; this.overwriteProps = ["volume"]; } override public function set changeFactor(_arg1:Number):void{ updateTweens(_arg1); _target.soundTransform = _st; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ if (((isNaN(_arg2)) || (!(_arg1.hasOwnProperty("soundTransform"))))){ return (false); }; _target = _arg1; _st = _target.soundTransform; addTween(_st, "volume", _st.volume, _arg2, "volume"); return (true); } } }//package gs.plugins
Section 10
//ArrayTweenInfo (gs.utils.tween.ArrayTweenInfo) package gs.utils.tween { public class ArrayTweenInfo { public var change:Number; public var index:uint; public var start:Number; public function ArrayTweenInfo(_arg1:uint, _arg2:Number, _arg3:Number){ this.index = _arg1; this.start = _arg2; this.change = _arg3; } } }//package gs.utils.tween
Section 11
//TweenInfo (gs.utils.tween.TweenInfo) package gs.utils.tween { public class TweenInfo { public var start:Number; public var name:String; public var change:Number; public var target:Object; public var property:String; public var isPlugin:Boolean; public function TweenInfo(_arg1:Object, _arg2:String, _arg3:Number, _arg4:Number, _arg5:String, _arg6:Boolean){ this.target = _arg1; this.property = _arg2; this.start = _arg3; this.change = _arg4; this.name = _arg5; this.isPlugin = _arg6; } } }//package gs.utils.tween
Section 12
//TweenLite (gs.TweenLite) package gs { import flash.events.*; import flash.display.*; import gs.utils.tween.*; import gs.plugins.*; import flash.utils.*; public class TweenLite { public var delay:Number; protected var _hasUpdate:Boolean; protected var _hasPlugins:Boolean; public var started:Boolean; public var initted:Boolean; public var active:Boolean; public var startTime:Number; public var target:Object; public var duration:Number; public var gc:Boolean; public var vars:Object; public var ease:Function; public var tweens:Array; public var exposedVars:Object; public var combinedTimeScale:Number; public var initTime:Number; public static const version:Number = 10.09; private static var _timer:Timer = new Timer(2000); public static var defaultEase:Function = TweenLite.easeOut; public static var plugins:Object = {}; public static var currentTime:uint; public static var masterList:Dictionary = new Dictionary(false); protected static var _reservedProps:Object = {ease:1, delay:1, overwrite:1, onComplete:1, onCompleteParams:1, runBackwards:1, startAt:1, onUpdate:1, onUpdateParams:1, roundProps:1, onStart:1, onStartParams:1, persist:1, renderOnStart:1, proxiedEase:1, easeParams:1, yoyo:1, loop:1, onCompleteListener:1, onUpdateListener:1, onStartListener:1, orientToBezier:1, timeScale:1}; public static var killDelayedCallsTo:Function = TweenLite.killTweensOf; public static var timingSprite:Sprite = new Sprite(); public static var overwriteManager:Object; private static var _tlInitted:Boolean; public function TweenLite(_arg1:Object, _arg2:Number, _arg3:Object){ var _local4:int; super(); if (_arg1 == null){ return; }; if (!_tlInitted){ TweenPlugin.activate([TintPlugin, RemoveTintPlugin, FramePlugin, AutoAlphaPlugin, VisiblePlugin, VolumePlugin, EndArrayPlugin]); currentTime = getTimer(); timingSprite.addEventListener(Event.ENTER_FRAME, updateAll, false, 0, true); if (overwriteManager == null){ overwriteManager = {mode:1, enabled:false}; }; _timer.addEventListener("timer", killGarbage, false, 0, true); _timer.start(); _tlInitted = true; }; this.vars = _arg3; this.duration = ((_arg2) || (0.001)); this.delay = ((_arg3.delay) || (0)); this.combinedTimeScale = ((_arg3.timeScale) || (1)); this.active = Boolean((((_arg2 == 0)) && ((this.delay == 0)))); this.target = _arg1; if (typeof(this.vars.ease) != "function"){ this.vars.ease = defaultEase; }; if (this.vars.easeParams != null){ this.vars.proxiedEase = this.vars.ease; this.vars.ease = easeProxy; }; this.ease = this.vars.ease; this.exposedVars = ((this.vars.isTV)==true) ? this.vars.exposedVars : this.vars; this.tweens = []; this.initTime = currentTime; this.startTime = (this.initTime + (this.delay * 1000)); _local4 = ((((_arg3.overwrite == undefined)) || (((!(overwriteManager.enabled)) && ((_arg3.overwrite > 1)))))) ? overwriteManager.mode : int(_arg3.overwrite); if (((!((_arg1 in masterList))) || ((_local4 == 1)))){ masterList[_arg1] = [this]; } else { masterList[_arg1].push(this); }; if ((((((this.vars.runBackwards == true)) && (!((this.vars.renderOnStart == true))))) || (this.active))){ initTweenVals(); if (this.active){ render((this.startTime + 1)); } else { render(this.startTime); }; if (((((!((this.exposedVars.visible == null))) && ((this.vars.runBackwards == true)))) && ((this.target is DisplayObject)))){ this.target.visible = this.exposedVars.visible; }; }; } public function set enabled(_arg1:Boolean):void{ var _local2:Array; var _local3:Boolean; var _local4:int; if (_arg1){ if (!(this.target in masterList)){ masterList[this.target] = [this]; } else { _local2 = masterList[this.target]; _local4 = (_local2.length - 1); while (_local4 > -1) { if (_local2[_local4] == this){ _local3 = true; break; }; _local4--; }; if (!_local3){ _local2[_local2.length] = this; }; }; }; this.gc = (_arg1) ? false : true; if (this.gc){ this.active = false; } else { this.active = this.started; }; } public function clear():void{ this.tweens = []; this.vars = (this.exposedVars = {ease:this.vars.ease}); _hasUpdate = false; } public function render(_arg1:uint):void{ var _local2:Number; var _local3:Number; var _local4:TweenInfo; var _local5:int; _local2 = ((_arg1 - this.startTime) * 0.001); if (_local2 >= this.duration){ _local2 = this.duration; _local3 = ((((this.ease == this.vars.ease)) || ((this.duration == 0.001)))) ? 1 : 0; } else { _local3 = this.ease(_local2, 0, 1, this.duration); }; _local5 = (this.tweens.length - 1); while (_local5 > -1) { _local4 = this.tweens[_local5]; _local4.target[_local4.property] = (_local4.start + (_local3 * _local4.change)); _local5--; }; if (_hasUpdate){ this.vars.onUpdate.apply(null, this.vars.onUpdateParams); }; if (_local2 == this.duration){ complete(true); }; } public function activate():void{ this.started = (this.active = true); if (!this.initted){ initTweenVals(); }; if (this.vars.onStart != null){ this.vars.onStart.apply(null, this.vars.onStartParams); }; if (this.duration == 0.001){ this.startTime = (this.startTime - 1); }; } public function get enabled():Boolean{ return ((this.gc) ? false : true); } public function initTweenVals():void{ var _local1:String; var _local2:int; var _local3:*; var _local4:TweenInfo; if (((!((this.exposedVars.timeScale == undefined))) && ((this.target is TweenLite)))){ this.tweens[this.tweens.length] = new TweenInfo(this.target, "timeScale", this.target.timeScale, (this.exposedVars.timeScale - this.target.timeScale), "timeScale", false); }; for (_local1 in this.exposedVars) { if ((_local1 in _reservedProps)){ } else { if ((_local1 in plugins)){ _local3 = new (plugins[_local1]); if (_local3.onInitTween(this.target, this.exposedVars[_local1], this) == false){ this.tweens[this.tweens.length] = new TweenInfo(this.target, _local1, this.target[_local1], ((typeof(this.exposedVars[_local1]))=="number") ? (this.exposedVars[_local1] - this.target[_local1]) : Number(this.exposedVars[_local1]), _local1, false); } else { this.tweens[this.tweens.length] = new TweenInfo(_local3, "changeFactor", 0, 1, ((_local3.overwriteProps.length)==1) ? _local3.overwriteProps[0] : "_MULTIPLE_", true); _hasPlugins = true; }; } else { this.tweens[this.tweens.length] = new TweenInfo(this.target, _local1, this.target[_local1], ((typeof(this.exposedVars[_local1]))=="number") ? (this.exposedVars[_local1] - this.target[_local1]) : Number(this.exposedVars[_local1]), _local1, false); }; }; }; if (this.vars.runBackwards == true){ _local2 = (this.tweens.length - 1); while (_local2 > -1) { _local4 = this.tweens[_local2]; this.tweens[_local2].start = (_local4.start + _local4.change); _local4.change = -(_local4.change); _local2--; }; }; if (this.vars.onUpdate != null){ _hasUpdate = true; }; if (((TweenLite.overwriteManager.enabled) && ((this.target in masterList)))){ overwriteManager.manageOverwrites(this, masterList[this.target]); }; this.initted = true; } protected function easeProxy(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ return (this.vars.proxiedEase.apply(null, arguments.concat(this.vars.easeParams))); } public function killVars(_arg1:Object):void{ if (overwriteManager.enabled){ overwriteManager.killVars(_arg1, this.exposedVars, this.tweens); }; } public function complete(_arg1:Boolean=false):void{ var _local2:int; if (!_arg1){ if (!this.initted){ initTweenVals(); }; this.startTime = (currentTime - ((this.duration * 1000) / this.combinedTimeScale)); render(currentTime); return; }; if (_hasPlugins){ _local2 = (this.tweens.length - 1); while (_local2 > -1) { if (((this.tweens[_local2].isPlugin) && (!((this.tweens[_local2].target.onComplete == null))))){ this.tweens[_local2].target.onComplete(); }; _local2--; }; }; if (this.vars.persist != true){ this.enabled = false; }; if (this.vars.onComplete != null){ this.vars.onComplete.apply(null, this.vars.onCompleteParams); }; } public static function updateAll(_arg1:Event=null):void{ var _local2:uint; var _local3:Dictionary; var _local4:Array; var _local5:int; var _local6:TweenLite; _local2 = (currentTime = getTimer()); _local3 = masterList; for each (_local4 in _local3) { _local5 = (_local4.length - 1); while (_local5 > -1) { _local6 = _local4[_local5]; if (_local6.active){ _local6.render(_local2); } else { if (_local6.gc){ _local4.splice(_local5, 1); } else { if (_local2 >= _local6.startTime){ _local6.activate(); _local6.render(_local2); }; }; }; _local5--; }; }; } public static function removeTween(_arg1:TweenLite, _arg2:Boolean=true):void{ if (_arg1 != null){ if (_arg2){ _arg1.clear(); }; _arg1.enabled = false; }; } public static function killTweensOf(_arg1:Object=null, _arg2:Boolean=false):void{ var _local3:Array; var _local4:int; var _local5:TweenLite; if (((!((_arg1 == null))) && ((_arg1 in masterList)))){ _local3 = masterList[_arg1]; _local4 = (_local3.length - 1); while (_local4 > -1) { _local5 = _local3[_local4]; if (((_arg2) && (!(_local5.gc)))){ _local5.complete(false); }; _local5.clear(); _local4--; }; delete masterList[_arg1]; }; } public static function from(_arg1:Object, _arg2:Number, _arg3:Object):TweenLite{ _arg3.runBackwards = true; return (new TweenLite(_arg1, _arg2, _arg3)); } public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = (_arg1 / _arg4); return ((((-(_arg3) * _arg1) * (_arg1 - 2)) + _arg2)); } protected static function killGarbage(_arg1:TimerEvent):void{ var _local2:Dictionary; var _local3:Object; _local2 = masterList; for (_local3 in _local2) { if (_local2[_local3].length == 0){ delete _local2[_local3]; }; }; } public static function delayedCall(_arg1:Number, _arg2:Function, _arg3:Array=null):TweenLite{ return (new TweenLite(_arg2, 0, {delay:_arg1, onComplete:_arg2, onCompleteParams:_arg3, overwrite:0})); } public static function to(_arg1:Object, _arg2:Number, _arg3:Object):TweenLite{ return (new TweenLite(_arg1, _arg2, _arg3)); } } }//package gs
Section 13
//BOTTOMS_150 (jean_fla.BOTTOMS_150) package jean_fla { import flash.display.*; public dynamic class BOTTOMS_150 extends MovieClip { public function BOTTOMS_150(){ addFrameScript(0, frame1, 8, frame9); } function frame1(){ stop(); } function frame9(){ gotoAndStop(2); } } }//package jean_fla
Section 14
//bottomspalette_119 (jean_fla.bottomspalette_119) package jean_fla { import flash.display.*; public dynamic class bottomspalette_119 extends MovieClip { public var b2:bottoms2; public var b4:bottoms4; public var b5:bottoms5; public var b6:bottoms6; public var b7:bottoms7; public var b1:bottoms1; public var b3:bottoms3; } }//package jean_fla
Section 15
//cbvdsfdsf_loader_7 (jean_fla.cbvdsfdsf_loader_7) package jean_fla { import flash.display.*; public dynamic class cbvdsfdsf_loader_7 extends MovieClip { public var masker:MovieClip; } }//package jean_fla
Section 16
//chainpalette_92 (jean_fla.chainpalette_92) package jean_fla { import flash.display.*; public dynamic class chainpalette_92 extends MovieClip { public var c1:chain1; public var c3:chain3; public var c4:chain4; public var c5:chain5; public var c2:chain2; } }//package jean_fla
Section 17
//chians_154 (jean_fla.chians_154) package jean_fla { import flash.display.*; public dynamic class chians_154 extends MovieClip { public function chians_154(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package jean_fla
Section 18
//doll_138 (jean_fla.doll_138) package jean_fla { import flash.display.*; public dynamic class doll_138 extends MovieClip { public var dress:MovieClip; public var bags:MovieClip; public var earring:MovieClip; public var bottoms:MovieClip; public var tops:MovieClip; public var chain:MovieClip; public var shoes:MovieClip; public var hair:MovieClip; } }//package jean_fla
Section 19
//DRESS_149 (jean_fla.DRESS_149) package jean_fla { import flash.display.*; public dynamic class DRESS_149 extends MovieClip { public function DRESS_149(){ addFrameScript(0, frame1, 15, frame16); } function frame16(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package jean_fla
Section 20
//dresspalette_30 (jean_fla.dresspalette_30) package jean_fla { import flash.display.*; public dynamic class dresspalette_30 extends MovieClip { public var d4:dress4; public var d8:dress8; public var d2:dress2; public var d5:dress5; public var d6:dress6; public var d7:dress7; public var d9:dress9; public var d3:dress3; public var d10:dress10; public var d11:dress11; public var d14:dress14; public var d13:dress13; public var d12:dress12; public var d1:dress1; } }//package jean_fla
Section 21
//earringpalette_62 (jean_fla.earringpalette_62) package jean_fla { import flash.display.*; public dynamic class earringpalette_62 extends MovieClip { public var e2:earring2; public var e5:earring5; public var e3:earring3; public var e4:earring4; public var e1:earring1; } }//package jean_fla
Section 22
//earrings_164 (jean_fla.earrings_164) package jean_fla { import flash.display.*; public dynamic class earrings_164 extends MovieClip { public function earrings_164(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package jean_fla
Section 23
//hairpalette_166 (jean_fla.hairpalette_166) package jean_fla { import flash.display.*; public dynamic class hairpalette_166 extends MovieClip { public var h1:MovieClip; public var h2:hair2; public var h4:MovieClip; public var h3:MovieClip; } }//package jean_fla
Section 24
//hairs_155 (jean_fla.hairs_155) package jean_fla { import flash.display.*; public dynamic class hairs_155 extends MovieClip { public function hairs_155(){ addFrameScript(0, frame1, 4, frame5); } function frame1(){ stop(); } function frame5(){ gotoAndStop(1); } } }//package jean_fla
Section 25
//MainTimeline (jean_fla.MainTimeline) package jean_fla { import gs.*; import flash.events.*; import flash.display.*; import flash.geom.*; import gs.easing.*; import flash.media.*; import flash.text.*; import flash.ui.*; import flash.utils.*; import flash.net.*; import flash.system.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.printing.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var girlDoll:String; public var t2:TextField; public var ba:Number; public var t1:TextField; public var hairpalette:MovieClip; public var bo:Number; public var topsf:Number; public var dresspalette:MovieClip; public var ch:Number; public var preloader:MovieClip; public var to:Number; public var dolls:MovieClip; public var playmore:MovieClip; public var nextbtn:MovieClip; public var shoespalette:MovieClip; public var chainpalette:MovieClip; public var percentage:Number; public var contestMenu:ContextMenu; public var popup:MovieClip; public var bagspalette:MovieClip; public var logo_mc:SimpleButton; public var shi:Number; public var girldollArray:Array; public var BitsLoaded:TextField; public var queCount:uint; public var buttons1:MovieClip; public var ga:Number; public var mailArray:Array; public var ent:MovieClip; public var ha:Number; public var topspalette:MovieClip; public var bullet:backscore; public var sndon:SimpleButton; public var dressf:Number; public var earringpalette:MovieClip; public var doll:MovieClip; public var sndoff:SimpleButton; public var dre:Number; public var bots:Number; public var email:MovieClip; public var nex:MovieClip; public var bulletChannel:SoundChannel; public var contextmenuItem:ContextMenuItem; public var bottomspalette:MovieClip; public var pl:MovieClip; public var ball:MovieClip; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4, 4, frame5); } public function link(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function result(_arg1:Event):void{ if (t1.text == ""){ nextbtn.visible = false; } else { nextbtn.visible = true; }; } public function bagsfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var bagss:Class; var bags:Object; var putbags:Function; var e1 = _arg1; putbags = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); if (bags.hitTestObject(doll)){ doll.bags.gotoAndStop((_local3 + 1)); Glob.bags = doll.bags.currentFrame; }; removeChild(DisplayObject(bags)); }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); bagss = (getDefinitionByName(("bags" + t)) as Class); bags = new (bagss); bags.name = ("b" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(bags)); bags.x = mouseX; bags.y = mouseY; bags.startDrag(true); bags.addEventListener(MouseEvent.MOUSE_UP, putbags); } public function sets(_arg1:Event){ if (dressf == 1){ buttons1.nextbtn.visible = true; } else { if ((((topsf == 1)) && ((bots == 1)))){ buttons1.nextbtn.visible = true; } else { buttons1.nextbtn.visible = false; }; }; } function frame3(){ MochiBot.track(this, "fa9ed586"); stop(); Glob.dress = 0; Glob.tops = 0; Glob.bottoms = 0; Glob.chain = 0; Glob.shoes = 0; Glob.earring = 0; Glob.hair = 0; dressf = 0; topsf = 0; bots = 0; doll.hair.gotoAndStop(1); doll.dress.gotoAndStop(1); doll.shoes.gotoAndStop(1); doll.chain.gotoAndStop(1); doll.tops.gotoAndStop(1); doll.bottoms.gotoAndStop(1); doll.earring.gotoAndStop(1); doll.bags.gotoAndStop(1); bullet = new backscore(); bulletChannel = bullet.play(0, int.MAX_VALUE); sndoff.addEventListener(MouseEvent.CLICK, sndop); sndon.addEventListener(MouseEvent.CLICK, sndst); stage.addEventListener(Event.ENTER_FRAME, sets); dre = 0; while (dre <= (dresspalette.numChildren - 1)) { dresspalette.getChildAt(dre).addEventListener(MouseEvent.ROLL_OVER, enabl); dresspalette.getChildAt(dre).addEventListener(MouseEvent.MOUSE_DOWN, dressfunction); dre++; }; to = 0; while (to <= (topspalette.numChildren - 1)) { topspalette.getChildAt(to).addEventListener(MouseEvent.ROLL_OVER, enabl); topspalette.getChildAt(to).addEventListener(MouseEvent.MOUSE_DOWN, topsfunction); to++; }; bo = 0; while (bo <= (bottomspalette.numChildren - 1)) { bottomspalette.getChildAt(bo).addEventListener(MouseEvent.ROLL_OVER, enabl); bottomspalette.getChildAt(bo).addEventListener(MouseEvent.MOUSE_DOWN, bottomsfunction); bo++; }; shi = 0; while (shi <= (shoespalette.numChildren - 1)) { shoespalette.getChildAt(shi).addEventListener(MouseEvent.ROLL_OVER, enabl); shoespalette.getChildAt(shi).addEventListener(MouseEvent.MOUSE_DOWN, shoesfunction); shi++; }; ch = 0; while (ch <= (chainpalette.numChildren - 1)) { chainpalette.getChildAt(ch).addEventListener(MouseEvent.ROLL_OVER, enabl); chainpalette.getChildAt(ch).addEventListener(MouseEvent.MOUSE_DOWN, chainfunction); ch++; }; ba = 0; while (ba <= (earringpalette.numChildren - 1)) { earringpalette.getChildAt(ba).addEventListener(MouseEvent.ROLL_OVER, enabl); earringpalette.getChildAt(ba).addEventListener(MouseEvent.MOUSE_DOWN, earringfunction); ba++; }; ga = 0; while (ga <= (bagspalette.numChildren - 1)) { bagspalette.getChildAt(ga).addEventListener(MouseEvent.ROLL_OVER, enabl); bagspalette.getChildAt(ga).addEventListener(MouseEvent.MOUSE_DOWN, bagsfunction); ga++; }; ha = 0; while (ha <= (hairpalette.numChildren - 1)) { hairpalette.getChildAt(ha).addEventListener(MouseEvent.ROLL_OVER, enabl); hairpalette.getChildAt(ha).addEventListener(MouseEvent.MOUSE_DOWN, hairfunction); ha++; }; buttons1.resetbtn.addEventListener(MouseEvent.CLICK, res); buttons1.resetbtn.gotoAndStop(Glob.temp); buttons1.resetbtn.buttonMode = true; buttons1.nextbtn.gotoAndStop(Glob.temp); buttons1.nextbtn.addEventListener(MouseEvent.CLICK, nx); buttons1.nextbtn.buttonMode = true; if (loaderInfo.url.match("123peppy")){ logo_mc.visible = false; sndoff.x = 27.9; sndoff.y = 571.6; sndon.x = 24.6; sndon.y = 570.3; } else { logo_mc.addEventListener(MouseEvent.CLICK, link); }; buttons1.nextbtn.addEventListener(MouseEvent.ROLL_OVER, rollover1); buttons1.nextbtn.addEventListener(MouseEvent.ROLL_OUT, rollout1); buttons1.resetbtn.addEventListener(MouseEvent.ROLL_OVER, rollover1); buttons1.resetbtn.addEventListener(MouseEvent.ROLL_OUT, rollout1); } function frame4(){ stop(); t1.text = ""; t1.restrict = "A-Z"; nextbtn.gotoAndStop(Glob.temp); nextbtn.buttonMode = true; ent.gotoAndStop(Glob.temp); stage.addEventListener(Event.ENTER_FRAME, result); nextbtn.addEventListener(MouseEvent.CLICK, nextbtns); if (loaderInfo.url.match("123peppy")){ logo_mc.visible = false; sndoff.x = 27.9; sndoff.y = 571.6; sndon.x = 24.6; sndon.y = 570.3; } else { logo_mc.addEventListener(MouseEvent.CLICK, link1); }; } public function earringfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var earrings:Class; var earring:Object; var putearring:Function; var e1 = _arg1; putearring = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); if (earring.hitTestObject(doll)){ doll.earring.gotoAndStop((_local3 + 1)); Glob.earring = doll.earring.currentFrame; }; removeChild(DisplayObject(earring)); }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); earrings = (getDefinitionByName(("earring" + t)) as Class); earring = new (earrings); earring.name = ("s" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(earring)); earring.x = mouseX; earring.y = mouseY; earring.startDrag(true); earring.addEventListener(MouseEvent.MOUSE_UP, putearring); } function frame5(){ stop(); if (((this.loaderInfo.parameters.bg) && ((Glob.playback == false)))){ email.addEventListener(MouseEvent.CLICK, showMailBox); popup.close.addEventListener(MouseEvent.CLICK, hideMailBox); popup.addition.addEventListener(MouseEvent.CLICK, showExtra); popup.submit.addEventListener(MouseEvent.CLICK, callMail); t2.text = this.loaderInfo.parameters.name; email.visible = true; email.tabEnabled = false; girldollArray = this.loaderInfo.parameters.girldoll.split(""); if (this.loaderInfo.parameters.bg == 1){ dolls.dress.gotoAndStop(Number(girldollArray[0]).toString()); dolls.tops.gotoAndStop(Number(girldollArray[1])); dolls.bottoms.gotoAndStop(Number(girldollArray[2])); dolls.chain.gotoAndStop(Number(girldollArray[3])); dolls.shoes.gotoAndStop(Number(girldollArray[4])); dolls.hair.gotoAndStop(Number(girldollArray[5])); dolls.earring.gotoAndStop(Number(girldollArray[6])); } else { if (this.loaderInfo.parameters.bg == 2){ dolls.dress.gotoAndStop(Number(girldollArray[0]).toString()); dolls.tops.gotoAndStop((Number(girldollArray[1]).toString() + Number(girldollArray[2]).toString())); dolls.bottoms.gotoAndStop((Number(girldollArray[3]).toString() + Number(girldollArray[4]).toString())); dolls.chain.gotoAndStop(Number(girldollArray[5])); dolls.shoes.gotoAndStop(Number(girldollArray[6])); dolls.hair.gotoAndStop(Number(girldollArray[7])); dolls.earring.gotoAndStop(Number(girldollArray[8])); } else { if (this.loaderInfo.parameters.bg == 3){ dolls.dress.gotoAndStop(Number(girldollArray[0]).toString()); dolls.tops.gotoAndStop(Number(girldollArray[1])); dolls.bottoms.gotoAndStop((Number(girldollArray[2]).toString() + Number(girldollArray[3]).toString())); dolls.chain.gotoAndStop(Number(girldollArray[4])); dolls.shoes.gotoAndStop(Number(girldollArray[5])); dolls.hair.gotoAndStop(Number(girldollArray[6])); dolls.earring.gotoAndStop(Number(girldollArray[7])); } else { if (this.loaderInfo.parameters.bg == 4){ dolls.dress.gotoAndStop(Number(girldollArray[0]).toString()); dolls.tops.gotoAndStop((Number(girldollArray[1]).toString() + Number(girldollArray[2]).toString())); dolls.bottoms.gotoAndStop(Number(girldollArray[3])); dolls.chain.gotoAndStop(Number(girldollArray[4])); dolls.shoes.gotoAndStop(Number(girldollArray[5])); dolls.hair.gotoAndStop(Number(girldollArray[6])); dolls.earring.gotoAndStop(Number(girldollArray[7])); } else { if (this.loaderInfo.parameters.bg == 5){ dolls.dress.gotoAndStop((Number(girldollArray[0]).toString() + Number(girldollArray[1]).toString())); dolls.tops.gotoAndStop(Number(girldollArray[2]).toString()); dolls.bottoms.gotoAndStop(Number(girldollArray[3])); dolls.chain.gotoAndStop(Number(girldollArray[4])); dolls.shoes.gotoAndStop(Number(girldollArray[5])); dolls.hair.gotoAndStop(Number(girldollArray[6])); dolls.earring.gotoAndStop(Number(girldollArray[7])); }; }; }; }; }; nex.addEventListener(MouseEvent.CLICK, plas1); } else { if (Glob.playback == true){ t2.text = Glob.tex; email.visible = true; email.buttonMode = true; email.tabEnabled = false; dolls.chain.gotoAndStop(Glob.chain); dolls.shoes.gotoAndStop(Glob.shoes); dolls.dress.gotoAndStop(Glob.dress); dolls.tops.gotoAndStop(Glob.tops); dolls.bottoms.gotoAndStop(Glob.bottoms); dolls.hair.gotoAndStop(Glob.hair); dolls.earring.gotoAndStop(Glob.earring); nex.addEventListener(MouseEvent.CLICK, plas); email.addEventListener(MouseEvent.CLICK, showMailBox); popup.close.addEventListener(MouseEvent.CLICK, hideMailBox); popup.addition.addEventListener(MouseEvent.CLICK, showExtra); popup.submit.addEventListener(MouseEvent.CLICK, callMail); }; }; playmore.buttonMode = true; nex.buttonMode = true; email.gotoAndStop(Glob.temp); nex.gotoAndStop(Glob.temp); playmore.gotoAndStop(Glob.temp); if (loaderInfo.url.match("123peppy")){ logo_mc.visible = false; sndoff.x = 27.9; sndoff.y = 571.6; sndon.x = 24.6; sndon.y = 570.3; playmore.visible = false; } else { logo_mc.addEventListener(MouseEvent.CLICK, link5); }; playmore.addEventListener(MouseEvent.CLICK, mor); queCount = 0; mailArray = new Array(popup.friend1, popup.friend2, popup.friend3, popup.friend4); girlDoll = ((((((dolls.dress.currentFrame.toString() + dolls.tops.currentFrame.toString()) + dolls.bottoms.currentFrame.toString()) + dolls.chain.currentFrame.toString()) + dolls.shoes.currentFrame.toString()) + dolls.hair.currentFrame.toString()) + dolls.earring.currentFrame.toString()); trace(girlDoll); playmore.addEventListener(MouseEvent.ROLL_OVER, rollover5); playmore.addEventListener(MouseEvent.ROLL_OUT, rollout5); nex.addEventListener(MouseEvent.ROLL_OVER, rollover5); nex.addEventListener(MouseEvent.ROLL_OUT, rollout5); email.addEventListener(MouseEvent.ROLL_OVER, rollover6); email.addEventListener(MouseEvent.ROLL_OUT, rollout6); } function frame1(){ stop(); contestMenu = new ContextMenu(); contestMenu.hideBuiltInItems(); contextmenuItem = new ContextMenuItem("www.123peppy.com"); contextmenuItem.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, Site); contestMenu.customItems.push(contextmenuItem); this.contextMenu = contestMenu; percentage = 0; stage.addEventListener(Event.ENTER_FRAME, BeeMoving); } function frame2(){ stop(); Glob.playback = true; if (bulletChannel){ bulletChannel.stop(); }; pl.buttonMode = true; pl.addEventListener(MouseEvent.CLICK, plays); switch (this.loaderInfo.parameters.lang){ case "fr": Glob.temp = 6; pl.gotoAndStop(Glob.temp); break; case "de": Glob.temp = 5; pl.gotoAndStop(Glob.temp); break; case "it": Glob.temp = 4; pl.gotoAndStop(Glob.temp); break; case "pl": Glob.temp = 10; pl.gotoAndStop(Glob.temp); break; case "ru": Glob.temp = 3; pl.gotoAndStop(Glob.temp); break; case "tr": Glob.temp = 7; pl.gotoAndStop(Glob.temp); break; case "sv": Glob.temp = 8; pl.gotoAndStop(Glob.temp); break; case "pt-br": Glob.temp = 11; pl.gotoAndStop(Glob.temp); break; case "es": Glob.temp = 9; pl.gotoAndStop(Glob.temp); break; case "nl": Glob.temp = 2; pl.gotoAndStop(Glob.temp); break; default: Glob.temp = 1; pl.gotoAndStop(Glob.temp); break; }; pl.addEventListener(MouseEvent.ROLL_OVER, rollover); pl.addEventListener(MouseEvent.ROLL_OUT, rollout); } public function rollout5(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 1; _arg1.currentTarget.scaleY = 1; } public function rollout6(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.8; _arg1.currentTarget.scaleY = 0.8; } public function res(_arg1:MouseEvent):void{ doll.dress.gotoAndStop(1); doll.shoes.gotoAndStop(1); doll.chain.gotoAndStop(1); doll.earring.gotoAndStop(1); doll.tops.gotoAndStop(1); doll.bottoms.gotoAndStop(1); doll.hair.gotoAndStop(1); doll.bags.gotoAndStop(1); dressf = 0; topsf = 0; bots = 0; Glob.dress = 0; Glob.tops = 0; Glob.bottoms = 0; Glob.chain = 0; Glob.shoes = 0; Glob.earring = 0; Glob.hair = 0; } public function rollout1(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.7; _arg1.currentTarget.scaleY = 0.7; } public function plas1(_arg1:MouseEvent){ gotoAndStop(2); } public function rollover(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.6; _arg1.currentTarget.scaleY = 0.6; } public function showMailBox(_arg1:MouseEvent):void{ email.mouseEnabled = false; TweenLite.to(popup, 0.5, {y:(600 - popup.height), ease:Back.easeOut}); popup.nameDetail.text = ""; popup.mailDetail.text = ""; popup.messageDetail.text = ""; popup.friendName.text = ""; popup.friendMail.text = ""; popup.friend1.friendMail.text = ""; popup.friend2.friendMail.text = ""; popup.friend3.friendMail.text = ""; popup.friend4.friendMail.text = ""; } public function shoesfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var shoess:Class; var shoes:Object; var putshoes:Function; var e1 = _arg1; putshoes = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); if (shoes.hitTestObject(doll)){ doll.shoes.gotoAndStop((_local3 + 1)); Glob.shoes = doll.shoes.currentFrame; }; removeChild(DisplayObject(shoes)); }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); shoess = (getDefinitionByName(("shoe" + t)) as Class); shoes = new (shoess); shoes.name = ("s" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(shoes)); shoes.x = mouseX; shoes.y = mouseY; shoes.startDrag(true); shoes.addEventListener(MouseEvent.MOUSE_UP, putshoes); } public function hideMailBox(_arg1:MouseEvent):void{ var event = _arg1; email.mouseEnabled = true; TweenLite.to(popup, 0.5, {y:(600 + popup.height), ease:Back.easeIn}); var _local3 = popup; with (_local3) { friend1.visible = (friend2.visible = (friend3.visible = (friend4.visible = false))); }; queCount = 0; popup.nameDetail.text = ""; popup.mailDetail.text = ""; popup.messageDetail.text = ""; popup.friendName.text = ""; popup.friendMail.text = ""; popup.friend1.friendMail.text = ""; popup.friend2.friendMail.text = ""; popup.friend3.friendMail.text = ""; popup.friend4.friendMail.text = ""; } public function mor(_arg1:MouseEvent):void{ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function sndop(_arg1:MouseEvent):void{ bulletChannel.stop(); sndon.visible = true; sndoff.visible = false; } public function showExtra(_arg1:MouseEvent):void{ if (queCount < 4){ mailArray[queCount].visible = true; queCount++; trace(queCount); } else { if (queCount == 4){ queCount = 0; mailArray[queCount].visible = true; queCount++; }; }; } public function enabl(_arg1:MouseEvent):void{ _arg1.currentTarget.buttonMode = true; } public function nextbtns(_arg1:MouseEvent):void{ Glob.tex = t1.text; trace(Glob.tex); nextFrame(); stage.removeEventListener(Event.ENTER_FRAME, result); } public function dressfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var dress:Class; var dres:Object; var putdress:Function; var e1 = _arg1; putdress = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); removeChild(DisplayObject(dres)); if (dres.hitTestObject(doll)){ doll.dress.gotoAndStop((_local3 + 1)); Glob.dress = doll.dress.currentFrame; Glob.tops = 0; Glob.bottoms = 0; doll.tops.gotoAndStop(1); doll.bottoms.gotoAndStop(1); dressf = 1; topsf = 0; bots = 0; }; }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); dress = (getDefinitionByName(("dress" + t)) as Class); dres = new (dress); dres.name = ("d" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(dres)); dres.x = mouseX; dres.y = mouseY; dres.startDrag(true); dres.addEventListener(MouseEvent.MOUSE_UP, putdress); } public function callMail(_arg1:MouseEvent):void{ var request:URLRequest; var variables:URLVariables; var event = _arg1; email.mouseEnabled = true; request = new URLRequest("http://facefun.123peppy.com/gamemail.php"); request.method = URLRequestMethod.POST; variables = new URLVariables(); variables.nameDetail = popup.nameDetail.text; variables.mailDetail = popup.mailDetail.text; variables.messageDetail = popup.messageDetail.text; variables.friendName = popup.friendName.text; variables.friendMail = popup.friendMail.text; variables.gamename = "Miranda Lambert"; variables.friendMail1 = popup.friend1.friendMail.text; variables.friendMail2 = popup.friend2.friendMail.text; variables.friendMail3 = popup.friend3.friendMail.text; variables.friendMail4 = popup.friend4.friendMail.text; variables.girldoll = girlDoll; switch (this.loaderInfo.parameters.lang){ case "fr": variables.path = "http://www.123peppy.com/fr/play/jeu-de-habillent-de-miranda-lambert"; break; case "de": variables.path = "http://www.123peppy.com/de/play/miranda-lambert-kleiden-spiel"; break; case "it": variables.path = "http://www.123peppy.com/it/play/miranda-lambert-gioco-di-vestire"; break; case "pl": variables.path = "http://www.123peppy.com/pl/play/gra-ubieranki-miranda-lambert"; break; case "ru": variables.path = "http://www.123peppy.com/ru/play/miranda-lambert-одеваются-игры"; break; case "tr": variables.path = "http://www.123peppy.com/tr/play/miranda-lambert-giydirme-oyunlar"; break; case "sv": variables.path = "http://www.123peppy.com/sv/play/miranda-lambert-klä-upp-spel"; break; case "pt-br": variables.path = "http://www.123peppy.com/pt-br/play/miranda-lambert-jogo-de-vestir"; break; case "es": variables.path = "http://www.123peppy.com/es/play/miranda-lambert-juego-de-vestir"; break; case "nl": variables.path = "http://www.123peppy.com/nl/play/miranda-lambert-kleding-spelletjes"; break; default: variables.path = "http://www.123peppy.com/play/miranda-lambert-dress-game"; break; }; variables.name = t2.text; if (dolls.dress.currentFrame > 9){ variables.bg = 5; } else { if ((((dolls.tops.currentFrame > 9)) && ((dolls.bottoms.currentFrame <= 9)))){ variables.bg = 4; } else { if ((((dolls.bottoms.currentFrame > 9)) && ((dolls.tops.currentFrame <= 9)))){ variables.bg = 3; } else { if ((((dolls.tops.currentFrame > 9)) && ((dolls.bottoms.currentFrame > 9)))){ variables.bg = 2; } else { variables.bg = 1; }; }; }; }; trace(variables.bg); request.data = variables; sendToURL(request); TweenLite.to(popup, 0.5, {y:(600 + popup.height), ease:Back.easeIn}); var _local3 = popup; with (_local3) { friend1.visible = (friend2.visible = (friend3.visible = (friend4.visible = false))); }; queCount = 0; } public function plas(_arg1:MouseEvent){ gotoAndStop(2); } public function BeeMoving(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; var _local5:Number; _local2 = (mouseX - ball.x); _local3 = (mouseY - ball.y); ball.x = (ball.x + (_local2 * 0.2)); ball.y = (ball.y + (_local3 * 0.2)); _local4 = loaderInfo.bytesLoaded; _local5 = loaderInfo.bytesTotal; percentage = Math.round(((_local4 / _local5) * 100)); BitsLoaded.text = (((Math.round((_local4 / 0x0400)) + "kBs /") + Math.round((_local5 / 0x0400))) + "kBs"); if (_local4 == _local5){ stage.removeEventListener(Event.ENTER_FRAME, BeeMoving); if (this.loaderInfo.parameters.bg){ gotoAndStop(5); } else { gotoAndStop(2); }; }; } public function Site(_arg1:Event):void{ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function link5(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function rollover5(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.7; _arg1.currentTarget.scaleY = 0.7; } public function rollover6(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.7; _arg1.currentTarget.scaleY = 0.7; } public function bottomsfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var bottomss:Class; var bottoms:Object; var putbottoms:Function; var e1 = _arg1; putbottoms = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); removeChild(DisplayObject(bottoms)); if (bottoms.hitTestObject(doll)){ doll.bottoms.gotoAndStop((_local3 + 1)); Glob.bottoms = doll.bottoms.currentFrame; doll.dress.gotoAndStop(1); Glob.dress = 0; dressf = 0; bots = 1; }; }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); bottomss = (getDefinitionByName(("bottoms" + t)) as Class); bottoms = new (bottomss); bottoms.name = ("t" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(bottoms)); bottoms.x = mouseX; bottoms.y = mouseY; bottoms.startDrag(true); bottoms.addEventListener(MouseEvent.MOUSE_UP, putbottoms); } public function sndst(_arg1:MouseEvent):void{ bulletChannel = bullet.play(0, int.MAX_VALUE); sndoff.visible = true; sndon.visible = false; } public function rollover1(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.6; _arg1.currentTarget.scaleY = 0.6; } public function chainfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var chains:Class; var chain:Object; var putchain:Function; var e1 = _arg1; putchain = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); if (chain.hitTestObject(doll)){ doll.chain.gotoAndStop((_local3 + 1)); Glob.chain = doll.chain.currentFrame; }; removeChild(DisplayObject(chain)); }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); chains = (getDefinitionByName(("chain" + t)) as Class); chain = new (chains); chain.name = ("s" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(chain)); chain.x = mouseX; chain.y = mouseY; chain.startDrag(true); chain.addEventListener(MouseEvent.MOUSE_UP, putchain); } public function link1(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function rollout(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.5; _arg1.currentTarget.scaleY = 0.5; } public function hairfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var hairs:Class; var hair:Object; var puthair:Function; var e1 = _arg1; puthair = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); if (hair.hitTestObject(doll)){ doll.hair.gotoAndStop(_local3); Glob.hair = doll.hair.currentFrame; }; removeChild(DisplayObject(hair)); }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); hairs = (getDefinitionByName(("hair" + t)) as Class); hair = new (hairs); hair.name = ("s" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(hair)); hair.x = mouseX; hair.y = mouseY; hair.startDrag(true); hair.addEventListener(MouseEvent.MOUSE_UP, puthair); } public function topsfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var topss:Class; var tops:Object; var puttops:Function; var e1 = _arg1; puttops = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); removeChild(DisplayObject(tops)); if (tops.hitTestObject(doll)){ doll.tops.gotoAndStop((_local3 + 1)); Glob.tops = doll.tops.currentFrame; doll.dress.gotoAndStop(1); Glob.dress = 0; dressf = 0; topsf = 1; }; }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); topss = (getDefinitionByName(("tops" + t)) as Class); tops = new (topss); tops.name = ("t" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(tops)); tops.x = mouseX; tops.y = mouseY; tops.startDrag(true); tops.addEventListener(MouseEvent.MOUSE_UP, puttops); } public function nx(_arg1:MouseEvent):void{ stage.removeEventListener(Event.ENTER_FRAME, sets); nextFrame(); } public function plays(_arg1:MouseEvent):void{ nextFrame(); } } }//package jean_fla
Section 26
//peppydfgfsds_loader_19 (jean_fla.peppydfgfsds_loader_19) package jean_fla { import flash.display.*; public dynamic class peppydfgfsds_loader_19 extends MovieClip { public function peppydfgfsds_loader_19(){ addFrameScript(46, frame47); } function frame47(){ stop(); } } }//package jean_fla
Section 27
//shoes_148 (jean_fla.shoes_148) package jean_fla { import flash.display.*; public dynamic class shoes_148 extends MovieClip { public function shoes_148(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package jean_fla
Section 28
//shoespalette_81 (jean_fla.shoespalette_81) package jean_fla { import flash.display.*; public dynamic class shoespalette_81 extends MovieClip { public var s1:shoe1; public var s5:shoe5; public var s2:shoe2; public var s4:shoe4; public var s3:shoe3; } }//package jean_fla
Section 29
//ssbuttons_172 (jean_fla.ssbuttons_172) package jean_fla { import flash.display.*; public dynamic class ssbuttons_172 extends MovieClip { public var nextbtn:MovieClip; public var resetbtn:MovieClip; } }//package jean_fla
Section 30
//ssenteryourname_185 (jean_fla.ssenteryourname_185) package jean_fla { import flash.display.*; public dynamic class ssenteryourname_185 extends MovieClip { public function ssenteryourname_185(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jean_fla
Section 31
//ssHOE_187 (jean_fla.ssHOE_187) package jean_fla { import flash.display.*; public dynamic class ssHOE_187 extends MovieClip { public var playagain:MovieClip; } }//package jean_fla
Section 32
//ssOHJKKL_209 (jean_fla.ssOHJKKL_209) package jean_fla { import flash.events.*; import flash.display.*; import flash.text.*; public dynamic class ssOHJKKL_209 extends MovieClip { public var friendMail:TextField; public var close:SimpleButton; public function ssOHJKKL_209(){ addFrameScript(0, frame1); } public function hideAdd(_arg1:MouseEvent):void{ this.visible = false; } function frame1(){ this.visible = false; close.addEventListener(MouseEvent.CLICK, hideAdd); } } }//package jean_fla
Section 33
//ssOKLJ_173 (jean_fla.ssOKLJ_173) package jean_fla { import flash.display.*; public dynamic class ssOKLJ_173 extends MovieClip { public function ssOKLJ_173(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jean_fla
Section 34
//ssOKLJ_175 (jean_fla.ssOKLJ_175) package jean_fla { import flash.display.*; public dynamic class ssOKLJ_175 extends MovieClip { public function ssOKLJ_175(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jean_fla
Section 35
//ssOKLJ_184 (jean_fla.ssOKLJ_184) package jean_fla { import flash.display.*; public dynamic class ssOKLJ_184 extends MovieClip { public function ssOKLJ_184(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jean_fla
Section 36
//ssOKLJ_199 (jean_fla.ssOKLJ_199) package jean_fla { import flash.display.*; public dynamic class ssOKLJ_199 extends MovieClip { public function ssOKLJ_199(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jean_fla
Section 37
//ssOKLJ_26 (jean_fla.ssOKLJ_26) package jean_fla { import flash.display.*; public dynamic class ssOKLJ_26 extends MovieClip { public function ssOKLJ_26(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jean_fla
Section 38
//ssONMJKL_200 (jean_fla.ssONMJKL_200) package jean_fla { import flash.display.*; import flash.text.*; public dynamic class ssONMJKL_200 extends MovieClip { public var addition:SimpleButton; public var close:SimpleButton; public var submit:SimpleButton; public var messageDetail:TextField; public var friendName:TextField; public var friend2:MovieClip; public var friend4:MovieClip; public var friend1:MovieClip; public var friend3:MovieClip; public var friendMail:TextField; public var nameDetail:TextField; public var mailDetail:TextField; } }//package jean_fla
Section 39
//ssREPLAYBTN2_188 (jean_fla.ssREPLAYBTN2_188) package jean_fla { import flash.display.*; public dynamic class ssREPLAYBTN2_188 extends MovieClip { public function ssREPLAYBTN2_188(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jean_fla
Section 40
//ssREPLAYBTN2copyt_195 (jean_fla.ssREPLAYBTN2copyt_195) package jean_fla { import flash.display.*; public dynamic class ssREPLAYBTN2copyt_195 extends MovieClip { public function ssREPLAYBTN2copyt_195(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jean_fla
Section 41
//tops_151 (jean_fla.tops_151) package jean_fla { import flash.display.*; public dynamic class tops_151 extends MovieClip { public function tops_151(){ addFrameScript(0, frame1, 8, frame9); } function frame1(){ stop(); } function frame9(){ gotoAndStop(2); } } }//package jean_fla
Section 42
//topspalette_104 (jean_fla.topspalette_104) package jean_fla { import flash.display.*; public dynamic class topspalette_104 extends MovieClip { public var t2:tops2; public var t3:tops3; public var t7:tops7; public var t1:tops1; public var t5:tops5; public var t4:tops4; public var t6:tops6; } }//package jean_fla
Section 43
//backscore (backscore) package { import flash.media.*; public dynamic class backscore extends Sound { } }//package
Section 44
//bottoms1 (bottoms1) package { import flash.display.*; public dynamic class bottoms1 extends MovieClip { } }//package
Section 45
//bottoms2 (bottoms2) package { import flash.display.*; public dynamic class bottoms2 extends MovieClip { } }//package
Section 46
//bottoms3 (bottoms3) package { import flash.display.*; public dynamic class bottoms3 extends MovieClip { } }//package
Section 47
//bottoms4 (bottoms4) package { import flash.display.*; public dynamic class bottoms4 extends MovieClip { } }//package
Section 48
//bottoms5 (bottoms5) package { import flash.display.*; public dynamic class bottoms5 extends MovieClip { } }//package
Section 49
//bottoms6 (bottoms6) package { import flash.display.*; public dynamic class bottoms6 extends MovieClip { } }//package
Section 50
//bottoms7 (bottoms7) package { import flash.display.*; public dynamic class bottoms7 extends MovieClip { } }//package
Section 51
//chain1 (chain1) package { import flash.display.*; public dynamic class chain1 extends MovieClip { } }//package
Section 52
//chain2 (chain2) package { import flash.display.*; public dynamic class chain2 extends MovieClip { } }//package
Section 53
//chain3 (chain3) package { import flash.display.*; public dynamic class chain3 extends MovieClip { } }//package
Section 54
//chain4 (chain4) package { import flash.display.*; public dynamic class chain4 extends MovieClip { } }//package
Section 55
//chain5 (chain5) package { import flash.display.*; public dynamic class chain5 extends MovieClip { } }//package
Section 56
//dress1 (dress1) package { import flash.display.*; public dynamic class dress1 extends MovieClip { } }//package
Section 57
//dress10 (dress10) package { import flash.display.*; public dynamic class dress10 extends MovieClip { } }//package
Section 58
//dress11 (dress11) package { import flash.display.*; public dynamic class dress11 extends MovieClip { } }//package
Section 59
//dress12 (dress12) package { import flash.display.*; public dynamic class dress12 extends MovieClip { } }//package
Section 60
//dress13 (dress13) package { import flash.display.*; public dynamic class dress13 extends MovieClip { } }//package
Section 61
//dress14 (dress14) package { import flash.display.*; public dynamic class dress14 extends MovieClip { } }//package
Section 62
//dress2 (dress2) package { import flash.display.*; public dynamic class dress2 extends MovieClip { } }//package
Section 63
//dress3 (dress3) package { import flash.display.*; public dynamic class dress3 extends MovieClip { } }//package
Section 64
//dress4 (dress4) package { import flash.display.*; public dynamic class dress4 extends MovieClip { } }//package
Section 65
//dress5 (dress5) package { import flash.display.*; public dynamic class dress5 extends MovieClip { } }//package
Section 66
//dress6 (dress6) package { import flash.display.*; public dynamic class dress6 extends MovieClip { } }//package
Section 67
//dress7 (dress7) package { import flash.display.*; public dynamic class dress7 extends MovieClip { } }//package
Section 68
//dress8 (dress8) package { import flash.display.*; public dynamic class dress8 extends MovieClip { } }//package
Section 69
//dress9 (dress9) package { import flash.display.*; public dynamic class dress9 extends MovieClip { } }//package
Section 70
//earring1 (earring1) package { import flash.display.*; public dynamic class earring1 extends MovieClip { } }//package
Section 71
//earring2 (earring2) package { import flash.display.*; public dynamic class earring2 extends MovieClip { } }//package
Section 72
//earring3 (earring3) package { import flash.display.*; public dynamic class earring3 extends MovieClip { } }//package
Section 73
//earring4 (earring4) package { import flash.display.*; public dynamic class earring4 extends MovieClip { } }//package
Section 74
//earring5 (earring5) package { import flash.display.*; public dynamic class earring5 extends MovieClip { } }//package
Section 75
//Glob (Glob) package { public class Glob { public static var shoes:Number = 0; public static var chain:Number = 0; public static var hair:Number = 0; public static var earring:Number = 0; public static var tex:String = ""; public static var bags:Number = 0; public static var bottoms:Number = 0; public static var temp:Number = 0; public static var dress:Number = 0; public static var playback:Boolean = false; public static var tops:Number = 0; } }//package
Section 76
//hair1 (hair1) package { import flash.display.*; public dynamic class hair1 extends MovieClip { } }//package
Section 77
//hair2 (hair2) package { import flash.display.*; public dynamic class hair2 extends MovieClip { } }//package
Section 78
//hair3 (hair3) package { import flash.display.*; public dynamic class hair3 extends MovieClip { } }//package
Section 79
//hair4 (hair4) package { import flash.display.*; public dynamic class hair4 extends MovieClip { } }//package
Section 80
//MochiBot (MochiBot) package { import flash.display.*; import flash.net.*; import flash.system.*; public dynamic class MochiBot extends Sprite { public static function track(_arg1:Sprite, _arg2:String):MochiBot{ var _local3:MochiBot; var _local4:String; var _local5:URLVariables; var _local6:String; var _local7:URLRequest; var _local8:Loader; if (Security.sandboxType == "localWithFile"){ return (null); }; _local3 = new (MochiBot); _arg1.addChild(_local3); Security.allowDomain("*"); Security.allowInsecureDomain("*"); _local4 = "http://core.mochibot.com/my/core.swf"; _local5 = new URLVariables(); _local5["sb"] = Security.sandboxType; _local5["v"] = Capabilities.version; _local5["swfid"] = _arg2; _local5["mv"] = "8"; _local5["fv"] = "9"; _local6 = _local3.root.loaderInfo.loaderURL; if (_local6.indexOf("http") == 0){ _local5["url"] = _local6; } else { _local5["url"] = "local"; }; _local7 = new URLRequest(_local4); _local7.contentType = "application/x-www-form-urlencoded"; _local7.method = URLRequestMethod.POST; _local7.data = _local5; _local8 = new Loader(); _local3.addChild(_local8); _local8.load(_local7); return (_local3); } } }//package
Section 81
//shoe1 (shoe1) package { import flash.display.*; public dynamic class shoe1 extends MovieClip { } }//package
Section 82
//shoe2 (shoe2) package { import flash.display.*; public dynamic class shoe2 extends MovieClip { } }//package
Section 83
//shoe3 (shoe3) package { import flash.display.*; public dynamic class shoe3 extends MovieClip { } }//package
Section 84
//shoe4 (shoe4) package { import flash.display.*; public dynamic class shoe4 extends MovieClip { } }//package
Section 85
//shoe5 (shoe5) package { import flash.display.*; public dynamic class shoe5 extends MovieClip { } }//package
Section 86
//tops1 (tops1) package { import flash.display.*; public dynamic class tops1 extends MovieClip { } }//package
Section 87
//tops2 (tops2) package { import flash.display.*; public dynamic class tops2 extends MovieClip { } }//package
Section 88
//tops3 (tops3) package { import flash.display.*; public dynamic class tops3 extends MovieClip { } }//package
Section 89
//tops4 (tops4) package { import flash.display.*; public dynamic class tops4 extends MovieClip { } }//package
Section 90
//tops5 (tops5) package { import flash.display.*; public dynamic class tops5 extends MovieClip { } }//package
Section 91
//tops6 (tops6) package { import flash.display.*; public dynamic class tops6 extends MovieClip { } }//package
Section 92
//tops7 (tops7) package { import flash.display.*; public dynamic class tops7 extends MovieClip { } }//package

Library Items

Symbol 1 Sound {backscore}
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:4 347
Symbol 4 MovieClip {hair4}Uses:3Used by:342
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:7 347
Symbol 7 MovieClip {hair3}Uses:6Used by:342
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:11
Symbol 10 GraphicUsed by:11 86 88 93 99 112 131 133 136
Symbol 11 MovieClip {hair2}Uses:9 10Used by:342 347
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:14 347
Symbol 14 MovieClip {hair1}Uses:13Used by:342
Symbol 15 BitmapUsed by:16 56 73
Symbol 16 GraphicUses:15Used by:17
Symbol 17 MovieClipUses:16Used by:18
Symbol 18 MovieClip {bottoms7}Uses:17Used by:312 335
Symbol 19 BitmapUsed by:20 64
Symbol 20 GraphicUses:19Used by:21
Symbol 21 MovieClipUses:20Used by:22
Symbol 22 MovieClip {bottoms6}Uses:21Used by:312 335
Symbol 23 BitmapUsed by:26 76
Symbol 24 BitmapUsed by:26 76
Symbol 25 BitmapUsed by:26 139
Symbol 26 GraphicUses:24 25 23Used by:27
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClip {bottoms5}Uses:27Used by:312 335
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:31
Symbol 31 MovieClipUses:30Used by:32
Symbol 32 MovieClip {bottoms4}Uses:31Used by:312 335
Symbol 33 BitmapUsed by:34 171
Symbol 34 GraphicUses:33Used by:35
Symbol 35 MovieClipUses:34Used by:36
Symbol 36 MovieClip {bottoms3}Uses:35Used by:312 335
Symbol 37 GraphicUsed by:44
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:44
Symbol 40 GraphicUsed by:44
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:44
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:37 39 40 42 43Used by:45
Symbol 45 MovieClip {bottoms2}Uses:44Used by:312 335
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:54
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:54
Symbol 50 GraphicUsed by:54
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:47 49 50 52 53Used by:55
Symbol 55 MovieClip {bottoms1}Uses:54Used by:312 335
Symbol 56 GraphicUses:15Used by:57
Symbol 57 MovieClipUses:56Used by:58
Symbol 58 MovieClip {tops7}Uses:57Used by:311 336
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:61
Symbol 61 MovieClipUses:60Used by:62
Symbol 62 MovieClip {tops6}Uses:61Used by:311 336
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63 19Used by:65
Symbol 65 MovieClipUses:64Used by:66
Symbol 66 MovieClip {tops5}Uses:65Used by:311 336
Symbol 67 BitmapUsed by:69
Symbol 68 BitmapUsed by:69 178 183
Symbol 69 GraphicUses:67 68Used by:70
Symbol 70 MovieClipUses:69Used by:71
Symbol 71 MovieClip {tops4}Uses:70Used by:311 336
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:15 72Used by:74
Symbol 74 MovieClipUses:73Used by:75
Symbol 75 MovieClip {tops3}Uses:74Used by:311 336
Symbol 76 GraphicUses:23 24Used by:77
Symbol 77 MovieClipUses:76Used by:78
Symbol 78 MovieClip {tops2}Uses:77Used by:311 336
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:81
Symbol 81 MovieClip {tops1}Uses:80Used by:311 336
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:86 88
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:86
Symbol 86 MovieClipUses:83 85 10Used by:87 129
Symbol 87 MovieClipUses:86Used by:88
Symbol 88 MovieClipUses:87 83 10Used by:89
Symbol 89 MovieClip {chain5}Uses:88Used by:310 341
Symbol 90 GraphicUsed by:93
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:93 131
Symbol 93 MovieClipUses:90 92 10Used by:94
Symbol 94 MovieClip {chain4}Uses:93Used by:310 341
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:99 136
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:99 136
Symbol 99 MovieClipUses:96 98 10Used by:100
Symbol 100 MovieClip {chain3}Uses:99Used by:310 341
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:104 135
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:102 103Used by:105
Symbol 105 MovieClip {chain2}Uses:104Used by:310 341
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:112 133
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:112 133
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:112 133
Symbol 112 MovieClipUses:107 109 111 10Used by:113
Symbol 113 MovieClip {chain1}Uses:112Used by:310 341
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:116
Symbol 116 MovieClip {shoe5}Uses:115Used by:309 333
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:119
Symbol 119 MovieClip {shoe4}Uses:118Used by:309 333
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:122
Symbol 122 MovieClip {shoe3}Uses:121Used by:309 333
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:125
Symbol 125 MovieClip {shoe2}Uses:124Used by:309 333
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:126Used by:128
Symbol 128 MovieClip {shoe1}Uses:127Used by:309 333
Symbol 129 MovieClip {earring5}Uses:86Used by:308 343
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130 92 10Used by:132
Symbol 132 MovieClip {earring4}Uses:131Used by:308 343
Symbol 133 MovieClipUses:111 109 107 10Used by:134
Symbol 134 MovieClip {earring3}Uses:133Used by:308 343
Symbol 135 MovieClip {earring2}Uses:102Used by:308 343
Symbol 136 MovieClipUses:96 98 10Used by:137
Symbol 137 MovieClip {earring1}Uses:136Used by:308 343
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:25 138Used by:140
Symbol 140 MovieClipUses:139Used by:141
Symbol 141 MovieClip {dress6}Uses:140Used by:307 334
Symbol 142 BitmapUsed by:146
Symbol 143 BitmapUsed by:146
Symbol 144 BitmapUsed by:146 196
Symbol 145 BitmapUsed by:146 166
Symbol 146 GraphicUses:142 143 144 145Used by:147
Symbol 147 MovieClipUses:146Used by:148
Symbol 148 MovieClip {dress5}Uses:147Used by:307 334
Symbol 149 GraphicUsed by:153
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:153
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:149 151 152Used by:154
Symbol 154 MovieClip {dress4}Uses:153Used by:307 334
Symbol 155 GraphicUsed by:158
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:158
Symbol 158 MovieClipUses:155 157Used by:159
Symbol 159 MovieClip {dress3}Uses:158Used by:307 334
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:162
Symbol 162 MovieClipUses:161Used by:163
Symbol 163 MovieClip {dress2}Uses:162Used by:307 334
Symbol 164 BitmapUsed by:166
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:164 165 145Used by:167
Symbol 167 MovieClipUses:166Used by:168
Symbol 168 MovieClip {dress7}Uses:167Used by:307 334
Symbol 169 BitmapUsed by:171
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170 169 33Used by:172
Symbol 172 MovieClipUses:171Used by:173
Symbol 173 MovieClip {dress1}Uses:172Used by:307 334
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:174Used by:176
Symbol 176 MovieClip {dress14}Uses:175Used by:307 334
Symbol 177 BitmapUsed by:178 183
Symbol 178 GraphicUses:177 68Used by:179
Symbol 179 MovieClipUses:178Used by:180
Symbol 180 MovieClip {dress13}Uses:179Used by:307 334
Symbol 181 BitmapUsed by:183
Symbol 182 BitmapUsed by:183
Symbol 183 GraphicUses:181 177 182 68Used by:186
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:186
Symbol 186 MovieClipUses:183 185Used by:187
Symbol 187 MovieClip {dress12}Uses:186Used by:307 334
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:190
Symbol 190 MovieClip {dress11}Uses:189Used by:307 334
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:193
Symbol 193 MovieClipUses:192Used by:194
Symbol 194 MovieClip {dress10}Uses:193Used by:307 334
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:144 195Used by:197
Symbol 197 MovieClipUses:196Used by:198
Symbol 198 MovieClip {dress9}Uses:197Used by:307 334
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:199Used by:201
Symbol 201 MovieClip {dress8}Uses:200Used by:307 334
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:202Used by:212
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204Used by:212
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:212
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:212
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:212
Symbol 212 MovieClipUses:203 205 207 209 211Used by:Timeline
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:213Used by:226
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:215Used by:226
Symbol 217 GraphicUsed by:226
Symbol 218 GraphicUsed by:226
Symbol 219 GraphicUsed by:226
Symbol 220 GraphicUsed by:226
Symbol 221 GraphicUsed by:226
Symbol 222 GraphicUsed by:226
Symbol 223 GraphicUsed by:226
Symbol 224 GraphicUsed by:226
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClip {jean_fla.cbvdsfdsf_loader_7}Uses:214 216 217 218 219 220 221 222 223 224 225Used by:Timeline
Symbol 227 FontUsed by:228
Symbol 228 EditableTextUses:227Used by:Timeline
Symbol 229 FontUsed by:230
Symbol 230 TextUses:229Used by:Timeline
Symbol 231 GraphicUsed by:Timeline
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:Timeline
Symbol 234 FontUsed by:235 290 362 371 399 400 401 402 403 404 405 406 407 408 409 480 481 482 483 484 491 502 504 505 508 510
Symbol 235 TextUses:234Used by:Timeline
Symbol 236 GraphicUsed by:260
Symbol 237 GraphicUsed by:239
Symbol 238 MovieClipUsed by:239
Symbol 239 MovieClipUses:237 238Used by:260
Symbol 240 GraphicUsed by:250
Symbol 241 ShapeTweeningUsed by:249
Symbol 242 GraphicUsed by:249
Symbol 243 ShapeTweeningUsed by:249
Symbol 244 GraphicUsed by:249
Symbol 245 ShapeTweeningUsed by:249
Symbol 246 GraphicUsed by:249
Symbol 247 ShapeTweeningUsed by:249
Symbol 248 GraphicUsed by:249
Symbol 249 MovieClipUses:241 242 243 244 245 246 247 248Used by:250
Symbol 250 MovieClipUses:240 249Used by:258
Symbol 251 GraphicUsed by:256
Symbol 252 GraphicUsed by:256
Symbol 253 GraphicUsed by:254
Symbol 254 MovieClipUses:253Used by:256
Symbol 255 GraphicUsed by:256
Symbol 256 MovieClipUses:251 252 254 255Used by:258
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClipUses:250 256 257Used by:260
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:236 239 258 259Used by:Timeline
Symbol 261 FontUsed by:262 263 264 265 266 267 269 270 271 272 273 274 275 276 379
Symbol 262 TextUses:261Used by:268
Symbol 263 TextUses:261Used by:268
Symbol 264 TextUses:261Used by:268
Symbol 265 TextUses:261Used by:268
Symbol 266 TextUses:261Used by:268
Symbol 267 TextUses:261Used by:268
Symbol 268 MovieClip {jean_fla.peppydfgfsds_loader_19}Uses:262 263 264 265 266 267Used by:Timeline
Symbol 269 TextUses:261Used by:277
Symbol 270 TextUses:261Used by:277
Symbol 271 TextUses:261Used by:277
Symbol 272 TextUses:261Used by:277
Symbol 273 TextUses:261Used by:277
Symbol 274 TextUses:261Used by:277
Symbol 275 TextUses:261Used by:277
Symbol 276 TextUses:261Used by:277
Symbol 277 MovieClipUses:269 270 271 272 273 274 275 276Used by:Timeline
Symbol 278 BitmapUsed by:279
Symbol 279 GraphicUses:278Used by:280
Symbol 280 MovieClipUses:279Used by:Timeline
Symbol 281 BitmapUsed by:282
Symbol 282 GraphicUses:281Used by:283
Symbol 283 MovieClipUses:282Used by:284
Symbol 284 MovieClipUses:283Used by:285
Symbol 285 MovieClipUses:284Used by:286
Symbol 286 MovieClipUses:285Used by:Timeline
Symbol 287 GraphicUsed by:301 367 376 396
Symbol 288 GraphicUsed by:289 355
Symbol 289 MovieClipUses:288Used by:301
Symbol 290 TextUses:234Used by:301
Symbol 291 GraphicUsed by:301
Symbol 292 GraphicUsed by:301
Symbol 293 GraphicUsed by:301
Symbol 294 GraphicUsed by:301
Symbol 295 GraphicUsed by:301
Symbol 296 FontUsed by:297
Symbol 297 TextUses:296Used by:301
Symbol 298 GraphicUsed by:301
Symbol 299 GraphicUsed by:301
Symbol 300 GraphicUsed by:301
Symbol 301 MovieClip {jean_fla.ssOKLJ_26}Uses:287 289 290 291 292 293 294 295 297 298 299 300Used by:Timeline
Symbol 302 BitmapUsed by:303
Symbol 303 GraphicUses:302Used by:304
Symbol 304 MovieClipUses:303Used by:305 411
Symbol 305 MovieClipUses:304Used by:Timeline
Symbol 306 GraphicUsed by:Timeline
Symbol 307 MovieClip {jean_fla.dresspalette_30}Uses:201 198 194 190 187 180 176 173 168 163 159 154 148 141Used by:Timeline
Symbol 308 MovieClip {jean_fla.earringpalette_62}Uses:137 135 134 132 129Used by:Timeline
Symbol 309 MovieClip {jean_fla.shoespalette_81}Uses:128 125 122 119 116Used by:Timeline
Symbol 310 MovieClip {jean_fla.chainpalette_92}Uses:113 105 100 94 89Used by:Timeline
Symbol 311 MovieClip {jean_fla.topspalette_104}Uses:81 78 75 71 66 62 58Used by:Timeline
Symbol 312 MovieClip {jean_fla.bottomspalette_119}Uses:55 45 36 32 28 22 18Used by:Timeline
Symbol 313 GraphicUsed by:321
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:314Used by:321
Symbol 316 GraphicUsed by:321
Symbol 317 GraphicUsed by:320
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:318Used by:320
Symbol 320 MovieClipUses:317 319Used by:321
Symbol 321 MovieClipUses:313 315 316 320Used by:346
Symbol 322 GraphicUsed by:332
Symbol 323 GraphicUsed by:324
Symbol 324 MovieClipUses:323Used by:332
Symbol 325 GraphicUsed by:326
Symbol 326 MovieClipUses:325Used by:332
Symbol 327 GraphicUsed by:328
Symbol 328 MovieClipUses:327Used by:332
Symbol 329 GraphicUsed by:330
Symbol 330 MovieClipUses:329Used by:332
Symbol 331 GraphicUsed by:332
Symbol 332 MovieClipUses:322 324 326 328 330 331Used by:346
Symbol 333 MovieClip {jean_fla.shoes_148}Uses:128 125 122 119 116Used by:346
Symbol 334 MovieClip {jean_fla.DRESS_149}Uses:173 163 159 154 148 141 168 201 198 194 190 187 180 176Used by:346
Symbol 335 MovieClip {jean_fla.BOTTOMS_150}Uses:55 45 36 32 28 22 18Used by:346
Symbol 336 MovieClip {jean_fla.tops_151}Uses:81 78 75 71 66 62 58Used by:346
Symbol 337 GraphicUsed by:340
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:338Used by:340
Symbol 340 MovieClipUses:337 339Used by:346
Symbol 341 MovieClip {jean_fla.chians_154}Uses:113 105 100 94 89Used by:346
Symbol 342 MovieClip {jean_fla.hairs_155}Uses:14 11 7 4Used by:346
Symbol 343 MovieClip {jean_fla.earrings_164}Uses:137 135 134 132 129Used by:346
Symbol 344 GraphicUsed by:345 348
Symbol 345 MovieClipUses:344Used by:346
Symbol 346 MovieClip {jean_fla.doll_138}Uses:321 332 333 334 335 336 340 341 342 343 345Used by:Timeline
Symbol 347 MovieClip {jean_fla.hairpalette_166}Uses:13 11 3 6Used by:Timeline
Symbol 348 MovieClipUses:344Used by:Timeline
Symbol 349 BitmapUsed by:350
Symbol 350 GraphicUses:349Used by:351
Symbol 351 MovieClipUses:350Used by:352
Symbol 352 MovieClipUses:351Used by:353
Symbol 353 MovieClipUses:352Used by:354
Symbol 354 MovieClipUses:353Used by:Timeline
Symbol 355 MovieClipUses:288Used by:367 376 396 462
Symbol 356 GraphicUsed by:367 396
Symbol 357 GraphicUsed by:367 396
Symbol 358 GraphicUsed by:367 396
Symbol 359 GraphicUsed by:367 396
Symbol 360 GraphicUsed by:367 396
Symbol 361 GraphicUsed by:367 396
Symbol 362 TextUses:234Used by:367 396
Symbol 363 GraphicUsed by:367 396
Symbol 364 GraphicUsed by:367 396
Symbol 365 GraphicUsed by:367 396
Symbol 366 GraphicUsed by:367 396
Symbol 367 MovieClip {jean_fla.ssOKLJ_173}Uses:287 355 356 357 358 359 360 361 362 363 364 365 366Used by:377
Symbol 368 GraphicUsed by:376
Symbol 369 GraphicUsed by:376
Symbol 370 GraphicUsed by:376
Symbol 371 TextUses:234Used by:376
Symbol 372 GraphicUsed by:376
Symbol 373 GraphicUsed by:376
Symbol 374 GraphicUsed by:376
Symbol 375 GraphicUsed by:376
Symbol 376 MovieClip {jean_fla.ssOKLJ_175}Uses:287 355 368 369 370 371 372 373 374 375Used by:377
Symbol 377 MovieClip {jean_fla.ssbuttons_172}Uses:367 376Used by:Timeline
Symbol 378 GraphicUsed by:382
Symbol 379 TextUses:261Used by:382
Symbol 380 GraphicUsed by:382
Symbol 381 GraphicUsed by:382
Symbol 382 ButtonUses:378 379 380 381Used by:Timeline
Symbol 383 GraphicUsed by:385 390 391
Symbol 384 GraphicUsed by:385 390 391
Symbol 385 MovieClipUses:383 384Used by:390 391
Symbol 386 GraphicUsed by:387 390 391
Symbol 387 MovieClipUses:386Used by:390 391
Symbol 388 GraphicUsed by:389 390
Symbol 389 MovieClipUses:388Used by:390
Symbol 390 ButtonUses:385 387 389 383 384 386 388Used by:Timeline
Symbol 391 ButtonUses:385 387 383 384 386Used by:Timeline
Symbol 392 BitmapUsed by:393
Symbol 393 GraphicUses:392Used by:394 395
Symbol 394 MovieClipUses:393Used by:395
Symbol 395 MovieClipUses:394 393Used by:Timeline
Symbol 396 MovieClip {jean_fla.ssOKLJ_184}Uses:287 355 356 357 358 359 360 361 362 363 364 365 366Used by:Timeline
Symbol 397 FontUsed by:398
Symbol 398 EditableTextUses:397Used by:Timeline
Symbol 399 TextUses:234Used by:410
Symbol 400 TextUses:234Used by:410
Symbol 401 TextUses:234Used by:410
Symbol 402 TextUses:234Used by:410
Symbol 403 TextUses:234Used by:410
Symbol 404 TextUses:234Used by:410
Symbol 405 TextUses:234Used by:410
Symbol 406 TextUses:234Used by:410
Symbol 407 TextUses:234Used by:410
Symbol 408 TextUses:234Used by:410
Symbol 409 TextUses:234Used by:410
Symbol 410 MovieClip {jean_fla.ssenteryourname_185}Uses:399 400 401 402 403 404 405 406 407 408 409Used by:Timeline
Symbol 411 MovieClipUses:304Used by:Timeline
Symbol 412 GraphicUsed by:413
Symbol 413 MovieClipUses:412Used by:419
Symbol 414 GraphicUsed by:415
Symbol 415 MovieClipUses:414Used by:418
Symbol 416 GraphicUsed by:417 435 486 490 507 511
Symbol 417 MovieClipUses:416Used by:418
Symbol 418 MovieClipUses:415 417Used by:419
Symbol 419 MovieClipUses:413 418Used by:431
Symbol 420 GraphicUsed by:431
Symbol 421 GraphicUsed by:431
Symbol 422 GraphicUsed by:431
Symbol 423 GraphicUsed by:431
Symbol 424 GraphicUsed by:431
Symbol 425 GraphicUsed by:431
Symbol 426 GraphicUsed by:431
Symbol 427 GraphicUsed by:431
Symbol 428 GraphicUsed by:431
Symbol 429 GraphicUsed by:431
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClip {jean_fla.ssREPLAYBTN2_188}Uses:419 420 421 422 423 424 425 426 427 428 429 430Used by:432
Symbol 432 MovieClip {jean_fla.ssHOE_187}Uses:431Used by:Timeline
Symbol 433 GraphicUsed by:434
Symbol 434 MovieClipUses:433Used by:436
Symbol 435 MovieClipUses:416Used by:436
Symbol 436 MovieClipUses:434 435Used by:448
Symbol 437 GraphicUsed by:448
Symbol 438 GraphicUsed by:448
Symbol 439 GraphicUsed by:448
Symbol 440 GraphicUsed by:448
Symbol 441 GraphicUsed by:448
Symbol 442 GraphicUsed by:448
Symbol 443 GraphicUsed by:448
Symbol 444 FontUsed by:445
Symbol 445 TextUses:444Used by:448
Symbol 446 GraphicUsed by:448
Symbol 447 GraphicUsed by:448
Symbol 448 MovieClip {jean_fla.ssREPLAYBTN2copyt_195}Uses:436 437 438 439 440 441 442 443 445 446 447Used by:449
Symbol 449 MovieClipUses:448Used by:Timeline
Symbol 450 GraphicUsed by:462
Symbol 451 GraphicUsed by:462
Symbol 452 GraphicUsed by:462
Symbol 453 GraphicUsed by:462
Symbol 454 GraphicUsed by:462
Symbol 455 GraphicUsed by:462
Symbol 456 GraphicUsed by:462
Symbol 457 GraphicUsed by:462
Symbol 458 GraphicUsed by:462
Symbol 459 GraphicUsed by:462
Symbol 460 GraphicUsed by:462
Symbol 461 GraphicUsed by:462
Symbol 462 MovieClip {jean_fla.ssOKLJ_199}Uses:450 355 451 452 453 454 455 456 457 458 459 460 461Used by:Timeline
Symbol 463 FontUsed by:464 465
Symbol 464 TextUses:463Used by:Timeline
Symbol 465 EditableTextUses:463Used by:Timeline
Symbol 466 GraphicUsed by:467
Symbol 467 MovieClipUses:466Used by:479 485
Symbol 468 BitmapUsed by:469 471 475
Symbol 469 GraphicUses:468Used by:470
Symbol 470 MovieClipUses:469Used by:479 485
Symbol 471 GraphicUses:468Used by:474
Symbol 472 GraphicUsed by:473
Symbol 473 MovieClipUses:472Used by:474 477
Symbol 474 MovieClipUses:471 473Used by:478
Symbol 475 GraphicUses:468Used by:476
Symbol 476 MovieClipUses:475Used by:477
Symbol 477 MovieClipUses:476 473Used by:478 494
Symbol 478 MovieClipUses:474 477Used by:479
Symbol 479 MovieClipUses:467 470 478Used by:512
Symbol 480 TextUses:234Used by:512
Symbol 481 TextUses:234Used by:512
Symbol 482 TextUses:234Used by:512
Symbol 483 TextUses:234Used by:512
Symbol 484 TextUses:234Used by:512
Symbol 485 MovieClipUses:467 470Used by:494
Symbol 486 MovieClipUses:416Used by:487 500
Symbol 487 MovieClipUses:486Used by:490
Symbol 488 GraphicUsed by:489
Symbol 489 ButtonUses:488Used by:490
Symbol 490 ButtonUses:487 489 416Used by:494 512
Symbol 491 TextUses:234Used by:494
Symbol 492 FontUsed by:493 495 496 497 498 499
Symbol 493 EditableTextUses:492Used by:494
Symbol 494 MovieClip {jean_fla.ssOHJKKL_209}Uses:485 490 477 491 493Used by:512
Symbol 495 EditableTextUses:492Used by:512
Symbol 496 EditableTextUses:492Used by:512
Symbol 497 EditableTextUses:492Used by:512
Symbol 498 EditableTextUses:492Used by:512
Symbol 499 EditableTextUses:492Used by:512
Symbol 500 MovieClipUses:486Used by:501
Symbol 501 MovieClipUses:500Used by:503 507 509 511
Symbol 502 TextUses:234Used by:503
Symbol 503 MovieClipUses:501 502Used by:507
Symbol 504 TextUses:234Used by:507
Symbol 505 TextUses:234Used by:507
Symbol 506 GraphicUsed by:507 511
Symbol 507 ButtonUses:503 501 504 505 506 416Used by:512
Symbol 508 TextUses:234Used by:509
Symbol 509 MovieClipUses:501 508Used by:511
Symbol 510 TextUses:234Used by:511
Symbol 511 ButtonUses:509 501 510 506 416Used by:512
Symbol 512 MovieClip {jean_fla.ssONMJKL_200}Uses:479 480 481 482 483 484 494 490 495 496 497 498 499 507 511Used by:Timeline

Instance Names

"preloader"Frame 1Symbol 226 MovieClip {jean_fla.cbvdsfdsf_loader_7}
"BitsLoaded"Frame 1Symbol 228 EditableText
"ball"Frame 1Symbol 277 MovieClip
"pl"Frame 2Symbol 301 MovieClip {jean_fla.ssOKLJ_26}
"dresspalette"Frame 3Symbol 307 MovieClip {jean_fla.dresspalette_30}
"earringpalette"Frame 3Symbol 308 MovieClip {jean_fla.earringpalette_62}
"shoespalette"Frame 3Symbol 309 MovieClip {jean_fla.shoespalette_81}
"chainpalette"Frame 3Symbol 310 MovieClip {jean_fla.chainpalette_92}
"topspalette"Frame 3Symbol 311 MovieClip {jean_fla.topspalette_104}
"bottomspalette"Frame 3Symbol 312 MovieClip {jean_fla.bottomspalette_119}
"doll"Frame 3Symbol 346 MovieClip {jean_fla.doll_138}
"hairpalette"Frame 3Symbol 347 MovieClip {jean_fla.hairpalette_166}
"bagspalette"Frame 3Symbol 348 MovieClip
"buttons1"Frame 3Symbol 377 MovieClip {jean_fla.ssbuttons_172}
"logo_mc"Frame 3Symbol 382 Button
"sndon"Frame 3Symbol 390 Button
"sndoff"Frame 3Symbol 391 Button
"nextbtn"Frame 4Symbol 396 MovieClip {jean_fla.ssOKLJ_184}
"t1"Frame 4Symbol 398 EditableText
"ent"Frame 4Symbol 410 MovieClip {jean_fla.ssenteryourname_185}
"nex"Frame 5Symbol 432 MovieClip {jean_fla.ssHOE_187}
"playmore"Frame 5Symbol 449 MovieClip
"email"Frame 5Symbol 462 MovieClip {jean_fla.ssOKLJ_199}
"dolls"Frame 5Symbol 346 MovieClip {jean_fla.doll_138}
"t2"Frame 5Symbol 465 EditableText
"popup"Frame 5Symbol 512 MovieClip {jean_fla.ssONMJKL_200}
"masker"Symbol 226 MovieClip {jean_fla.cbvdsfdsf_loader_7} Frame 1Symbol 214 MovieClip
"d8"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 201 MovieClip {dress8}
"d9"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 198 MovieClip {dress9}
"d10"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 194 MovieClip {dress10}
"d11"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 190 MovieClip {dress11}
"d12"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 187 MovieClip {dress12}
"d13"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 180 MovieClip {dress13}
"d14"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 176 MovieClip {dress14}
"d1"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 173 MovieClip {dress1}
"d7"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 168 MovieClip {dress7}
"d2"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 163 MovieClip {dress2}
"d3"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 159 MovieClip {dress3}
"d4"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 154 MovieClip {dress4}
"d5"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 148 MovieClip {dress5}
"d6"Symbol 307 MovieClip {jean_fla.dresspalette_30} Frame 1Symbol 141 MovieClip {dress6}
"e1"Symbol 308 MovieClip {jean_fla.earringpalette_62} Frame 1Symbol 137 MovieClip {earring1}
"e2"Symbol 308 MovieClip {jean_fla.earringpalette_62} Frame 1Symbol 135 MovieClip {earring2}
"e3"Symbol 308 MovieClip {jean_fla.earringpalette_62} Frame 1Symbol 134 MovieClip {earring3}
"e4"Symbol 308 MovieClip {jean_fla.earringpalette_62} Frame 1Symbol 132 MovieClip {earring4}
"e5"Symbol 308 MovieClip {jean_fla.earringpalette_62} Frame 1Symbol 129 MovieClip {earring5}
"s1"Symbol 309 MovieClip {jean_fla.shoespalette_81} Frame 1Symbol 128 MovieClip {shoe1}
"s2"Symbol 309 MovieClip {jean_fla.shoespalette_81} Frame 1Symbol 125 MovieClip {shoe2}
"s3"Symbol 309 MovieClip {jean_fla.shoespalette_81} Frame 1Symbol 122 MovieClip {shoe3}
"s4"Symbol 309 MovieClip {jean_fla.shoespalette_81} Frame 1Symbol 119 MovieClip {shoe4}
"s5"Symbol 309 MovieClip {jean_fla.shoespalette_81} Frame 1Symbol 116 MovieClip {shoe5}
"c1"Symbol 310 MovieClip {jean_fla.chainpalette_92} Frame 1Symbol 113 MovieClip {chain1}
"c2"Symbol 310 MovieClip {jean_fla.chainpalette_92} Frame 1Symbol 105 MovieClip {chain2}
"c3"Symbol 310 MovieClip {jean_fla.chainpalette_92} Frame 1Symbol 100 MovieClip {chain3}
"c4"Symbol 310 MovieClip {jean_fla.chainpalette_92} Frame 1Symbol 94 MovieClip {chain4}
"c5"Symbol 310 MovieClip {jean_fla.chainpalette_92} Frame 1Symbol 89 MovieClip {chain5}
"t1"Symbol 311 MovieClip {jean_fla.topspalette_104} Frame 1Symbol 81 MovieClip {tops1}
"t2"Symbol 311 MovieClip {jean_fla.topspalette_104} Frame 1Symbol 78 MovieClip {tops2}
"t3"Symbol 311 MovieClip {jean_fla.topspalette_104} Frame 1Symbol 75 MovieClip {tops3}
"t4"Symbol 311 MovieClip {jean_fla.topspalette_104} Frame 1Symbol 71 MovieClip {tops4}
"t5"Symbol 311 MovieClip {jean_fla.topspalette_104} Frame 1Symbol 66 MovieClip {tops5}
"t6"Symbol 311 MovieClip {jean_fla.topspalette_104} Frame 1Symbol 62 MovieClip {tops6}
"t7"Symbol 311 MovieClip {jean_fla.topspalette_104} Frame 1Symbol 58 MovieClip {tops7}
"b1"Symbol 312 MovieClip {jean_fla.bottomspalette_119} Frame 1Symbol 55 MovieClip {bottoms1}
"b2"Symbol 312 MovieClip {jean_fla.bottomspalette_119} Frame 1Symbol 45 MovieClip {bottoms2}
"b3"Symbol 312 MovieClip {jean_fla.bottomspalette_119} Frame 1Symbol 36 MovieClip {bottoms3}
"b4"Symbol 312 MovieClip {jean_fla.bottomspalette_119} Frame 1Symbol 32 MovieClip {bottoms4}
"b5"Symbol 312 MovieClip {jean_fla.bottomspalette_119} Frame 1Symbol 28 MovieClip {bottoms5}
"b6"Symbol 312 MovieClip {jean_fla.bottomspalette_119} Frame 1Symbol 22 MovieClip {bottoms6}
"b7"Symbol 312 MovieClip {jean_fla.bottomspalette_119} Frame 1Symbol 18 MovieClip {bottoms7}
"shoes"Symbol 346 MovieClip {jean_fla.doll_138} Frame 1Symbol 333 MovieClip {jean_fla.shoes_148}
"dress"Symbol 346 MovieClip {jean_fla.doll_138} Frame 1Symbol 334 MovieClip {jean_fla.DRESS_149}
"bottoms"Symbol 346 MovieClip {jean_fla.doll_138} Frame 1Symbol 335 MovieClip {jean_fla.BOTTOMS_150}
"tops"Symbol 346 MovieClip {jean_fla.doll_138} Frame 1Symbol 336 MovieClip {jean_fla.tops_151}
"chain"Symbol 346 MovieClip {jean_fla.doll_138} Frame 1Symbol 341 MovieClip {jean_fla.chians_154}
"hair"Symbol 346 MovieClip {jean_fla.doll_138} Frame 1Symbol 342 MovieClip {jean_fla.hairs_155}
"earring"Symbol 346 MovieClip {jean_fla.doll_138} Frame 1Symbol 343 MovieClip {jean_fla.earrings_164}
"bags"Symbol 346 MovieClip {jean_fla.doll_138} Frame 1Symbol 345 MovieClip
"h1"Symbol 347 MovieClip {jean_fla.hairpalette_166} Frame 1Symbol 13 MovieClip
"h2"Symbol 347 MovieClip {jean_fla.hairpalette_166} Frame 1Symbol 11 MovieClip {hair2}
"h4"Symbol 347 MovieClip {jean_fla.hairpalette_166} Frame 1Symbol 3 MovieClip
"h3"Symbol 347 MovieClip {jean_fla.hairpalette_166} Frame 1Symbol 6 MovieClip
"nextbtn"Symbol 377 MovieClip {jean_fla.ssbuttons_172} Frame 1Symbol 367 MovieClip {jean_fla.ssOKLJ_173}
"resetbtn"Symbol 377 MovieClip {jean_fla.ssbuttons_172} Frame 1Symbol 376 MovieClip {jean_fla.ssOKLJ_175}
"playagain"Symbol 432 MovieClip {jean_fla.ssHOE_187} Frame 1Symbol 431 MovieClip {jean_fla.ssREPLAYBTN2_188}
"close"Symbol 494 MovieClip {jean_fla.ssOHJKKL_209} Frame 1Symbol 490 Button
"friendMail"Symbol 494 MovieClip {jean_fla.ssOHJKKL_209} Frame 1Symbol 493 EditableText
"friend4"Symbol 512 MovieClip {jean_fla.ssONMJKL_200} Frame 1Symbol 494 MovieClip {jean_fla.ssOHJKKL_209}
"friend3"Symbol 512 MovieClip {jean_fla.ssONMJKL_200} Frame 1Symbol 494 MovieClip {jean_fla.ssOHJKKL_209}
"friend2"Symbol 512 MovieClip {jean_fla.ssONMJKL_200} Frame 1Symbol 494 MovieClip {jean_fla.ssOHJKKL_209}
"friend1"Symbol 512 MovieClip {jean_fla.ssONMJKL_200} Frame 1Symbol 494 MovieClip {jean_fla.ssOHJKKL_209}
"close"Symbol 512 MovieClip {jean_fla.ssONMJKL_200} Frame 1Symbol 490 Button
"nameDetail"Symbol 512 MovieClip {jean_fla.ssONMJKL_200} Frame 1Symbol 495 EditableText
"mailDetail"Symbol 512 MovieClip {jean_fla.ssONMJKL_200} Frame 1Symbol 496 EditableText
"messageDetail"Symbol 512 MovieClip {jean_fla.ssONMJKL_200} Frame 1Symbol 497 EditableText
"friendName"Symbol 512 MovieClip {jean_fla.ssONMJKL_200} Frame 1Symbol 498 EditableText
"friendMail"Symbol 512 MovieClip {jean_fla.ssONMJKL_200} Frame 1Symbol 499 EditableText
"addition"Symbol 512 MovieClip {jean_fla.ssONMJKL_200} Frame 1Symbol 507 Button
"submit"Symbol 512 MovieClip {jean_fla.ssONMJKL_200} Frame 1Symbol 511 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS3.




http://swfchan.com/25/122774/info.shtml
Created: 3/3 -2019 20:03:45 Last modified: 3/3 -2019 20:03:45 Server time: 04/05 -2024 23:58:31