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

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

jeanette-biedermann-dress-up-games.swf

This is the info page for
Flash #122001

(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

.

üst

Alt

Kolye

Ilerle

123PEPPY

ENTER YOUR

NAME

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

DESIGNED BY

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

YOUR FRIEND'S EMAIL :

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

YOUR NAME :

YOUR EMAIL ADDRESS :

MESSAGE :

YOUR FRIEND'S NAME :

YOUR FRIEND'S EMAIL :

ADD MORE

SEND

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

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

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

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

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

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
//Bounce (gs.easing.Bounce) package gs.easing { public class Bounce { public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = (_arg1 / _arg4); if (_arg1 < (1 / 2.75)){ return (((_arg3 * ((7.5625 * _arg1) * _arg1)) + _arg2)); }; if (_arg1 < (2 / 2.75)){ _arg1 = (_arg1 - (1.5 / 2.75)); return (((_arg3 * (((7.5625 * _arg1) * _arg1) + 0.75)) + _arg2)); }; if (_arg1 < (2.5 / 2.75)){ _arg1 = (_arg1 - (2.25 / 2.75)); return (((_arg3 * (((7.5625 * _arg1) * _arg1) + 0.9375)) + _arg2)); }; _arg1 = (_arg1 - (2.625 / 2.75)); return (((_arg3 * (((7.5625 * _arg1) * _arg1) + 0.984375)) + _arg2)); } public static function easeIn(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ return (((_arg3 - easeOut((_arg4 - _arg1), 0, _arg3, _arg4)) + _arg2)); } public static function easeInOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ if (_arg1 < (_arg4 / 2)){ return (((easeIn((_arg1 * 2), 0, _arg3, _arg4) * 0.5) + _arg2)); }; return ((((easeOut(((_arg1 * 2) - _arg4), 0, _arg3, _arg4) * 0.5) + (_arg3 * 0.5)) + _arg2)); } } }//package gs.easing
Section 3
//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 4
//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 5
//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 6
//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 7
//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 8
//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 9
//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 10
//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 11
//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 12
//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 13
//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 14
//bottoms_203 (jeanette_fla.bottoms_203) package jeanette_fla { import flash.display.*; public dynamic class bottoms_203 extends MovieClip { public function bottoms_203(){ addFrameScript(0, frame1, 10, frame11); } function frame1(){ stop(); } function frame11(){ gotoAndStop(2); } } }//package jeanette_fla
Section 15
//bottomscopy_151 (jeanette_fla.bottomscopy_151) package jeanette_fla { import flash.display.*; public dynamic class bottomscopy_151 extends MovieClip { public function bottomscopy_151(){ addFrameScript(0, frame1, 9, frame10); } function frame10(){ gotoAndStop(1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 16
//btpal_83 (jeanette_fla.btpal_83) package jeanette_fla { import flash.display.*; public dynamic class btpal_83 extends MovieClip { public var shoe:MovieClip; public var bottom:MovieClip; public var dress:MovieClip; public var top:MovieClip; public var nextbtn:MovieClip; public var earring:MovieClip; public var resetbtn:MovieClip; public var chain:MovieClip; public var hair:MovieClip; } }//package jeanette_fla
Section 17
//cbvdsfdsf_loader_7 (jeanette_fla.cbvdsfdsf_loader_7) package jeanette_fla { import flash.display.*; public dynamic class cbvdsfdsf_loader_7 extends MovieClip { public var masker:MovieClip; } }//package jeanette_fla
Section 18
//chains_224 (jeanette_fla.chains_224) package jeanette_fla { import flash.display.*; public dynamic class chains_224 extends MovieClip { public function chains_224(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package jeanette_fla
Section 19
//chainscopy_117 (jeanette_fla.chainscopy_117) package jeanette_fla { import flash.display.*; public dynamic class chainscopy_117 extends MovieClip { public function chainscopy_117(){ addFrameScript(0, frame1, 5, frame6); } function frame6(){ gotoAndStop(1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 20
//d1a_84 (jeanette_fla.d1a_84) package jeanette_fla { import flash.display.*; public dynamic class d1a_84 extends MovieClip { public function d1a_84(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 21
//d1b_86 (jeanette_fla.d1b_86) package jeanette_fla { import flash.display.*; public dynamic class d1b_86 extends MovieClip { public function d1b_86(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 22
//d1c_87 (jeanette_fla.d1c_87) package jeanette_fla { import flash.display.*; public dynamic class d1c_87 extends MovieClip { public function d1c_87(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 23
//d1d_88 (jeanette_fla.d1d_88) package jeanette_fla { import flash.display.*; public dynamic class d1d_88 extends MovieClip { public function d1d_88(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 24
//d1e_89 (jeanette_fla.d1e_89) package jeanette_fla { import flash.display.*; public dynamic class d1e_89 extends MovieClip { public function d1e_89(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 25
//d1f_90 (jeanette_fla.d1f_90) package jeanette_fla { import flash.display.*; public dynamic class d1f_90 extends MovieClip { public function d1f_90(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 26
//d1fcopy_91 (jeanette_fla.d1fcopy_91) package jeanette_fla { import flash.display.*; public dynamic class d1fcopy_91 extends MovieClip { public function d1fcopy_91(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 27
//doll_169 (jeanette_fla.doll_169) package jeanette_fla { import flash.display.*; public dynamic class doll_169 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 jeanette_fla
Section 28
//dress_186 (jeanette_fla.dress_186) package jeanette_fla { import flash.display.*; public dynamic class dress_186 extends MovieClip { public function dress_186(){ addFrameScript(0, frame1, 17, frame18); } function frame18(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package jeanette_fla
Section 29
//dresscopy_133 (jeanette_fla.dresscopy_133) package jeanette_fla { import flash.display.*; public dynamic class dresscopy_133 extends MovieClip { public function dresscopy_133(){ addFrameScript(0, frame1, 16, frame17); } function frame1(){ stop(); } function frame17(){ gotoAndStop(1); } } }//package jeanette_fla
Section 30
//eaar1_106 (jeanette_fla.eaar1_106) package jeanette_fla { import flash.display.*; public dynamic class eaar1_106 extends MovieClip { public function eaar1_106(){ addFrameScript(0, frame1, 5, frame6); } function frame6(){ gotoAndStop(1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 31
//eaar1copy_231 (jeanette_fla.eaar1copy_231) package jeanette_fla { import flash.display.*; public dynamic class eaar1copy_231 extends MovieClip { public function eaar1copy_231(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package jeanette_fla
Section 32
//hairs_97 (jeanette_fla.hairs_97) package jeanette_fla { import flash.display.*; public dynamic class hairs_97 extends MovieClip { public function hairs_97(){ addFrameScript(0, frame1, 5, frame6); } function frame6(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package jeanette_fla
Section 33
//hairscopy_230 (jeanette_fla.hairscopy_230) package jeanette_fla { import flash.display.*; public dynamic class hairscopy_230 extends MovieClip { public function hairscopy_230(){ addFrameScript(0, frame1, 5, frame6); } function frame6(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package jeanette_fla
Section 34
//hhKHJHcopy2_293 (jeanette_fla.hhKHJHcopy2_293) package jeanette_fla { import flash.display.*; import flash.text.*; public dynamic class hhKHJHcopy2_293 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 jeanette_fla
Section 35
//hhOLK_294 (jeanette_fla.hhOLK_294) package jeanette_fla { import flash.display.*; import flash.text.*; public dynamic class hhOLK_294 extends MovieClip { public var friendMail:TextField; public var close:SimpleButton; } }//package jeanette_fla
Section 36
//MainTimeline (jeanette_fla.MainTimeline) package jeanette_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.*; import fl.transitions.*; import fl.transitions.easing.*; public dynamic class MainTimeline extends MovieClip { public var girlDoll:String; public var prev:Object; public var t2:TextField; public var t1:TextField; public var topsf:Number; public var preloader:MovieClip; public var palette:MovieClip; public var dolls:MovieClip; public var playmore:MovieClip; public var nextbtn:MovieClip; public var masker:MovieClip; public var contestMenu:ContextMenu; public var percentage:Number; public var popup:MovieClip; public var logo_mc:SimpleButton; public var girldollArray:Array; public var que:Array; public var BitsLoaded:TextField; public var queCount:uint; public var mailArray:Array; public var obj:Object; public var bullet:backscore; public var sndon:SimpleButton; public var btpal:MovieClip; public var dressf:Number; public var doll:MovieClip; public var sndoff:SimpleButton; public var bots:Number; public var email:MovieClip; public var nex:MovieClip; public var bulletChannel:SoundChannel; public var contextmenuItem:ContextMenuItem; public var temp:Number; public var pl:MovieClip; public var ball:MovieClip; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4, 4, frame5); } public function hideAdd2(_arg1:MouseEvent):void{ popup.friend2.visible = false; que.push("1"); que.sort(); popup.addition.mouseEnabled = true; } public function hideAdd3(_arg1:MouseEvent):void{ popup.friend3.visible = false; que.push("2"); que.sort(); popup.addition.mouseEnabled = true; } public function hideAdd4(_arg1:MouseEvent):void{ popup.friend4.visible = false; que.push("3"); que.sort(); popup.addition.mouseEnabled = true; } public function result(_arg1:Event):void{ if (t1.text == ""){ nextbtn.visible = false; } else { nextbtn.visible = true; }; } public function hideAdd1(_arg1:MouseEvent):void{ popup.friend1.visible = false; que.push("0"); que.sort(); popup.addition.mouseEnabled = true; } public function chainpal(_arg1:MouseEvent):void{ Glob.switchval = 3; obj = palette.chain; obj.mouseChildren = true; obj.mouseEnabled = true; gfun(); } public function sets(_arg1:Event){ if (dressf == 1){ btpal.nextbtn.visible = true; } else { if ((((topsf == 1)) && ((bots == 1)))){ btpal.nextbtn.visible = true; } else { btpal.nextbtn.visible = false; }; }; } function frame2(){ stop(); Globe.playback = true; if (bulletChannel){ bulletChannel.stop(); }; pl.buttonMode = true; pl.addEventListener(MouseEvent.CLICK, plays); switch (this.loaderInfo.parameters.lang){ case "fr": Globe.temp = 6; pl.gotoAndStop(Globe.temp); break; case "de": Globe.temp = 5; pl.gotoAndStop(Globe.temp); break; case "it": Globe.temp = 4; pl.gotoAndStop(Globe.temp); break; case "pl": Globe.temp = 10; pl.gotoAndStop(Globe.temp); break; case "ru": Globe.temp = 3; pl.gotoAndStop(Globe.temp); break; case "tr": Globe.temp = 7; pl.gotoAndStop(Globe.temp); break; case "sv": Globe.temp = 8; pl.gotoAndStop(Globe.temp); break; case "pt-br": Globe.temp = 11; pl.gotoAndStop(Globe.temp); break; case "es": Globe.temp = 9; pl.gotoAndStop(Globe.temp); break; case "nl": Globe.temp = 2; pl.gotoAndStop(Globe.temp); break; default: Globe.temp = 1; pl.gotoAndStop(Globe.temp); break; }; pl.addEventListener(MouseEvent.ROLL_OVER, rollover); pl.addEventListener(MouseEvent.ROLL_OUT, rollout); } function frame4(){ stop(); nextbtn.visible = false; t1.text = ""; t1.restrict = "A-Z0-9"; nextbtn.gotoAndStop(Globe.temp); nextbtn.buttonMode = true; stage.addEventListener(Event.ENTER_FRAME, result); nextbtn.addEventListener(MouseEvent.CLICK, nextbtns); if (loaderInfo.url.match("123peppy")){ logo_mc.visible = false; sndoff.x = 778.4; sndoff.y = 578.8; sndon.x = 775; sndon.y = 577.5; } else { logo_mc.addEventListener(MouseEvent.CLICK, link1); }; } 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 frame3(){ MochiBot.track(this, "318808cf"); stop(); btpal.nextbtn.visible = false; palette.mask = masker; palette.buttonMode = true; prev = palette.tobj; palette.tops.visible = false; palette.bottoms.visible = false; palette.dress.visible = false; palette.chain.visible = false; palette.shoes.visible = false; palette.earring.visible = false; palette.hair.visible = false; palette.y = -250; btpal.dress.gotoAndStop(Globe.temp); btpal.top.gotoAndStop(Globe.temp); btpal.chain.gotoAndStop(Globe.temp); btpal.bottom.gotoAndStop(Globe.temp); btpal.earring.gotoAndStop(Globe.temp); btpal.hair.gotoAndStop(Globe.temp); btpal.shoe.gotoAndStop(Globe.temp); btpal.resetbtn.gotoAndStop(Globe.temp); btpal.nextbtn.gotoAndStop(Globe.temp); btpal.nextbtn.visible = false; btpal.hair.addEventListener(MouseEvent.CLICK, hairpal); dressf = 0; topsf = 0; bots = 0; doll.dress.gotoAndStop(1); doll.shoes.gotoAndStop(1); doll.chain.gotoAndStop(1); doll.tops.gotoAndStop(1); doll.hair.gotoAndStop(1); doll.bottoms.gotoAndStop(1); doll.earring.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); btpal.dress.buttonMode = true; btpal.top.buttonMode = true; btpal.chain.buttonMode = true; btpal.bottom.buttonMode = true; btpal.earring.buttonMode = true; btpal.hair.buttonMode = true; btpal.shoe.buttonMode = true; btpal.resetbtn.buttonMode = true; btpal.nextbtn.buttonMode = true; btpal.shoe.addEventListener(MouseEvent.CLICK, shoepal); btpal.earring.addEventListener(MouseEvent.CLICK, earpal); btpal.chain.addEventListener(MouseEvent.CLICK, chainpal); btpal.top.addEventListener(MouseEvent.CLICK, toppal); btpal.bottom.addEventListener(MouseEvent.CLICK, botpal); btpal.dress.addEventListener(MouseEvent.CLICK, dresspal); btpal.resetbtn.addEventListener(MouseEvent.CLICK, res); btpal.resetbtn.gotoAndStop(Globe.temp); btpal.nextbtn.gotoAndStop(Globe.temp); btpal.nextbtn.addEventListener(MouseEvent.CLICK, nx); btpal.nextbtn.buttonMode = true; btpal.resetbtn.buttonMode = true; if (loaderInfo.url.match("123peppy")){ logo_mc.visible = false; sndoff.x = 778.4; sndoff.y = 578.8; sndon.x = 775; sndon.y = 577.5; } else { logo_mc.addEventListener(MouseEvent.CLICK, link); }; palette.addEventListener(MouseEvent.MOUSE_DOWN, paldown); Globe.dress = 0; Globe.tops = 0; Globe.bottoms = 0; Globe.chain = 0; Globe.hair = 0; Globe.shoes = 0; Globe.earring = 0; } function frame5(){ stop(); playmore.visible = false; if (((this.loaderInfo.parameters.bg) && ((Globe.playback == false)))){ 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])); }; }; }; }; }; } else { if (Globe.playback == true){ t2.text = Globe.tex; email.visible = true; email.buttonMode = true; email.tabEnabled = false; dolls.chain.gotoAndStop(Globe.chain); dolls.shoes.gotoAndStop(Globe.shoes); dolls.dress.gotoAndStop(Globe.dress); dolls.tops.gotoAndStop(Globe.tops); dolls.bottoms.gotoAndStop(Globe.bottoms); dolls.hair.gotoAndStop(Globe.hair); dolls.earring.gotoAndStop(Globe.earring); }; }; playmore.buttonMode = true; nex.buttonMode = true; email.gotoAndStop(Globe.temp); nex.gotoAndStop(Globe.temp); playmore.gotoAndStop(Globe.temp); if (loaderInfo.url.match("123peppy")){ logo_mc.visible = false; sndoff.x = 778.4; sndoff.y = 578.8; sndon.x = 775; sndon.y = 577.5; playmore.visible = false; } else { logo_mc.addEventListener(MouseEvent.CLICK, link5); playmore.visible = true; }; que = new Array("0", "1", "2", "3"); 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); popup.friend1.close.addEventListener(MouseEvent.CLICK, hideAdd1); popup.friend2.close.addEventListener(MouseEvent.CLICK, hideAdd2); popup.friend3.close.addEventListener(MouseEvent.CLICK, hideAdd3); popup.friend4.close.addEventListener(MouseEvent.CLICK, hideAdd4); playmore.scaleX = 0.6; nex.scaleX = 0.6; email.scaleX = 0.6; playmore.scaleY = 0.6; nex.scaleY = 0.6; email.scaleY = 0.6; 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, rollover5); email.addEventListener(MouseEvent.ROLL_OUT, rollout5); var _local2 = popup; with (_local2) { friend1.visible = (friend2.visible = (friend3.visible = (friend4.visible = false))); }; email.addEventListener(MouseEvent.CLICK, showMailBox); popup.close.addEventListener(MouseEvent.CLICK, hideMailBox); popup.addition.addEventListener(MouseEvent.CLICK, showExtra); popup.submit.addEventListener(MouseEvent.CLICK, callMail); playmore.addEventListener(MouseEvent.CLICK, mor); nex.addEventListener(MouseEvent.CLICK, plas); } public function chval():void{ switch (Glob.switchval){ case 1: palette.hair.nextFrame(); break; case 2: palette.shoes.nextFrame(); break; case 3: palette.chain.nextFrame(); break; case 4: palette.tops.nextFrame(); break; case 5: palette.bottoms.nextFrame(); break; case 6: palette.dress.nextFrame(); break; case 7: palette.earring.nextFrame(); break; }; hair11(); } public function rollout5(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.5; _arg1.currentTarget.scaleY = 0.5; } 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); dressf = 0; topsf = 0; bots = 0; Globe.dress = 0; Globe.tops = 0; Globe.bottoms = 0; Globe.chain = 0; Globe.hair = 0; Globe.shoes = 0; Globe.earring = 0; } 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; popup.friend1.visible = false; popup.friend2.visible = false; popup.friend3.visible = false; popup.friend4.visible = false; TweenLite.to(popup, 1, {y:493, ease:Bounce.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 hideMailBox(_arg1:MouseEvent):void{ var event = _arg1; email.mouseEnabled = true; que[0] = "0"; que[1] = "1"; que[2] = "2"; que[3] = "3"; popup.addition.mouseEnabled = true; TweenLite.to(popup, 1, {y:-123, ease:Back.easeOut}); 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 dresspal(_arg1:MouseEvent):void{ Glob.switchval = 6; obj = palette.dress; obj.mouseChildren = true; obj.mouseEnabled = true; gfun(); } 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){ queCount++; }; switch (que[0]){ case que[0]: mailArray[que[0]].visible = true; que.splice(0, 1); que.sort(); if (que.length == 0){ popup.addition.mouseEnabled = false; }; break; }; } public function enabl(_arg1:MouseEvent):void{ _arg1.currentTarget.buttonMode = true; } public function nextbtns(_arg1:MouseEvent):void{ Globe.tex = t1.text; trace(Globe.tex); nextFrame(); stage.removeEventListener(Event.ENTER_FRAME, result); } public function toppal(_arg1:MouseEvent):void{ obj = palette.tops; Glob.switchval = 4; obj.mouseChildren = true; obj.mouseEnabled = true; gfun(); } public function plas(_arg1:MouseEvent){ gotoAndStop(2); } 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 = "Jeanette Biedermann"; 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-jeanette-biedermann"; break; case "de": variables.path = "http://www.123peppy.com/de/play/jeanette-biedermann-kleiden-spiel"; break; case "it": variables.path = "http://www.123peppy.com/it/play/jeanette-biedermann-gioco-di-vestire"; break; case "pl": variables.path = "http://www.123peppy.com/pl/play/gra-ubieranki-jeanette-biedermann"; break; case "ru": variables.path = "http://www.123peppy.com/ru/play/жанет-biedermann-одежды-до-игры"; break; case "tr": variables.path = "http://www.123peppy.com/tr/play/jeanette-biedermann-giydirme-oyunlar"; break; case "sv": variables.path = "http://www.123peppy.com/sv/play/jeanette-biedermann-klä-upp-spel"; break; case "pt-br": variables.path = "http://www.123peppy.com/pt-br/play/jeanette-biedermann-jogo-de-vestir"; break; case "es": variables.path = "http://www.123peppy.com/es/play/jeanette-biedermann-juego-de-vestir"; break; case "nl": variables.path = "http://www.123peppy.com/nl/play/jeanette-biedermann-kleding-spelletjes"; break; default: variables.path = "http://www.123peppy.com/play/jeanette-biedermann-dress-games"; 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, 1, {y:-123, ease:Back.easeOut}); var _local3 = popup; with (_local3) { friend1.visible = (friend2.visible = (friend3.visible = (friend4.visible = false))); }; queCount = 0; } 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 link1(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function hairpal(_arg1:MouseEvent):void{ Glob.switchval = 1; obj = palette.hair; obj.mouseChildren = true; obj.mouseEnabled = true; gfun(); } public function botpal(_arg1:MouseEvent):void{ Glob.switchval = 5; obj = palette.bottoms; obj.mouseChildren = true; obj.mouseEnabled = true; gfun(); } public function rollover5(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.7; _arg1.currentTarget.scaleY = 0.7; } public function earpal(_arg1:MouseEvent):void{ Glob.switchval = 7; obj = palette.earring; obj.mouseChildren = true; obj.mouseEnabled = true; gfun(); } public function hair11():void{ obj.visible = true; prev.visible = false; TweenLite.to(palette, 0.5, {y:193.3}); prev.mouseChildren = false; prev.mouseEnabled = false; prev = obj; obj.visible = true; } public function sndst(_arg1:MouseEvent):void{ bulletChannel = bullet.play(0, int.MAX_VALUE); sndoff.visible = true; sndon.visible = false; } public function rollout(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.5; _arg1.currentTarget.scaleY = 0.5; } public function link5(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function paldown(_arg1:MouseEvent):void{ var palup:Function; var hairss:Class; var hairs:Object; var shoess:Class; var shoes:Object; var cahins:Class; var chains:Object; var topss:Class; var tops:Object; var bottomss:Class; var bottoms:Object; var dresss:Class; var dress:Object; var earss:Class; var earring:Object; var e1 = _arg1; palup = function (_arg1:MouseEvent){ switch (Glob.switchval){ case 1: removeChild(DisplayObject(hairs)); if (hairs.hitTestObject(doll)){ doll.hair.gotoAndStop(Glob.hair); Globe.hair = doll.hair.currentFrame; }; break; case 2: removeChild(DisplayObject(shoes)); if (shoes.hitTestObject(doll)){ doll.shoes.gotoAndStop((Glob.shoes + 1)); Globe.shoes = doll.shoes.currentFrame; }; break; case 3: removeChild(DisplayObject(chains)); if (chains.hitTestObject(doll)){ doll.chain.gotoAndStop((Glob.chain + 1)); Globe.chain = doll.chain.currentFrame; }; break; case 4: removeChild(DisplayObject(tops)); if (tops.hitTestObject(doll)){ doll.tops.gotoAndStop((Glob.tops + 1)); Globe.tops = doll.tops.currentFrame; doll.dress.gotoAndStop(1); Globe.dress = 0; dressf = 0; topsf = 1; }; break; case 5: removeChild(DisplayObject(bottoms)); if (bottoms.hitTestObject(doll)){ doll.bottoms.gotoAndStop((Glob.bottoms + 1)); Globe.bottoms = doll.bottoms.currentFrame; doll.dress.gotoAndStop(1); Globe.dress = 0; dressf = 0; bots = 1; }; break; case 6: removeChild(DisplayObject(dress)); if (dress.hitTestObject(doll)){ doll.dress.gotoAndStop((Glob.dress + 1)); Globe.dress = doll.dress.currentFrame; doll.tops.gotoAndStop(1); doll.bottoms.gotoAndStop(1); Globe.tops = 0; Globe.bottoms = 0; dressf = 1; topsf = 0; bots = 0; }; break; case 7: removeChild(DisplayObject(earring)); if (earring.hitTestObject(doll)){ doll.earring.gotoAndStop((Glob.earring + 1)); Globe.earring = doll.earring.currentFrame; }; break; }; }; switch (Glob.switchval){ case 1: Glob.hair = palette.hair.currentFrame; hairss = (getDefinitionByName(("hair" + Glob.hair)) as Class); hairs = new (hairss); addChild(DisplayObject(hairs)); hairs.x = mouseX; hairs.y = mouseY; hairs.startDrag(true); hairs.addEventListener(MouseEvent.MOUSE_UP, palup); break; case 2: Glob.shoes = palette.shoes.currentFrame; shoess = (getDefinitionByName(("shoes" + Glob.shoes)) as Class); shoes = new (shoess); addChild(DisplayObject(shoes)); shoes.x = mouseX; shoes.y = mouseY; shoes.startDrag(true); shoes.addEventListener(MouseEvent.MOUSE_UP, palup); break; case 3: Glob.chain = palette.chain.currentFrame; cahins = (getDefinitionByName(("chain" + Glob.chain)) as Class); chains = new (cahins); addChild(DisplayObject(chains)); chains.x = mouseX; chains.y = mouseY; chains.startDrag(true); chains.addEventListener(MouseEvent.MOUSE_UP, palup); break; case 4: Glob.tops = palette.tops.currentFrame; topss = (getDefinitionByName(("tops" + Glob.tops)) as Class); tops = new (topss); addChild(DisplayObject(tops)); tops.x = mouseX; tops.y = mouseY; tops.startDrag(true); tops.addEventListener(MouseEvent.MOUSE_UP, palup); break; case 5: Glob.bottoms = palette.bottoms.currentFrame; bottomss = (getDefinitionByName(("bottoms" + Glob.bottoms)) as Class); bottoms = new (bottomss); addChild(DisplayObject(bottoms)); bottoms.x = mouseX; bottoms.y = mouseY; bottoms.startDrag(true); bottoms.addEventListener(MouseEvent.MOUSE_UP, palup); break; case 6: Glob.dress = palette.dress.currentFrame; dresss = (getDefinitionByName(("dress" + Glob.dress)) as Class); dress = new (dresss); addChild(DisplayObject(dress)); dress.x = mouseX; dress.y = mouseY; dress.startDrag(true); dress.addEventListener(MouseEvent.MOUSE_UP, palup); break; case 7: Glob.earring = palette.earring.currentFrame; earss = (getDefinitionByName(("earring" + Glob.earring)) as Class); earring = new (earss); addChild(DisplayObject(earring)); earring.x = mouseX; earring.y = mouseY; earring.startDrag(true); earring.addEventListener(MouseEvent.MOUSE_UP, palup); break; }; } public function nx(_arg1:MouseEvent):void{ stage.removeEventListener(Event.ENTER_FRAME, sets); Globe.shoes = doll.shoes.currentFrame; Globe.chain = doll.chain.currentFrame; Globe.bottoms = doll.bottoms.currentFrame; Globe.tops = doll.tops.currentFrame; Globe.dress = doll.dress.currentFrame; Globe.earring = doll.earring.currentFrame; Globe.hair = doll.hair.currentFrame; nextFrame(); } public function plays(_arg1:MouseEvent):void{ nextFrame(); } public function shoepal(_arg1:MouseEvent):void{ Glob.switchval = 2; obj = palette.shoes; obj.mouseChildren = true; obj.mouseEnabled = true; gfun(); } public function gfun(){ TweenLite.to(palette, 0.5, {y:-93.3, onComplete:chval}); } public function link(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } } }//package jeanette_fla
Section 37
//OL_22 (jeanette_fla.OL_22) package jeanette_fla { import flash.display.*; public dynamic class OL_22 extends MovieClip { public function OL_22(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 38
//OL_92 (jeanette_fla.OL_92) package jeanette_fla { import flash.display.*; public dynamic class OL_92 extends MovieClip { public function OL_92(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 39
//OL_93 (jeanette_fla.OL_93) package jeanette_fla { import flash.display.*; public dynamic class OL_93 extends MovieClip { public function OL_93(){ addFrameScript(1, frame2); } function frame2(){ stop(); } } }//package jeanette_fla
Section 40
//palette_96 (jeanette_fla.palette_96) package jeanette_fla { import flash.display.*; public dynamic class palette_96 extends MovieClip { public var tobj:MovieClip; public var dress: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 jeanette_fla
Section 41
//peppydfgfsds_loader_19 (jeanette_fla.peppydfgfsds_loader_19) package jeanette_fla { import flash.display.*; public dynamic class peppydfgfsds_loader_19 extends MovieClip { public function peppydfgfsds_loader_19(){ addFrameScript(46, frame47); } function frame47(){ stop(); } } }//package jeanette_fla
Section 42
//sheos_180 (jeanette_fla.sheos_180) package jeanette_fla { import flash.display.*; public dynamic class sheos_180 extends MovieClip { public function sheos_180(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package jeanette_fla
Section 43
//sheoscopy_162 (jeanette_fla.sheoscopy_162) package jeanette_fla { import flash.display.*; public dynamic class sheoscopy_162 extends MovieClip { public function sheoscopy_162(){ addFrameScript(0, frame1, 5, frame6); } function frame6(){ gotoAndStop(1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 44
//tops_214 (jeanette_fla.tops_214) package jeanette_fla { import flash.display.*; public dynamic class tops_214 extends MovieClip { public function tops_214(){ addFrameScript(0, frame1, 10, frame11); } function frame1(){ stop(); } function frame11(){ gotoAndStop(2); } } }//package jeanette_fla
Section 45
//topscopy_123 (jeanette_fla.topscopy_123) package jeanette_fla { import flash.display.*; public dynamic class topscopy_123 extends MovieClip { public function topscopy_123(){ addFrameScript(0, frame1, 9, frame10); } function frame10(){ gotoAndStop(1); } function frame1(){ stop(); } } }//package jeanette_fla
Section 46
//backscore (backscore) package { import flash.media.*; public dynamic class backscore extends Sound { } }//package
Section 47
//bottoms1 (bottoms1) package { import flash.display.*; public dynamic class bottoms1 extends MovieClip { } }//package
Section 48
//bottoms2 (bottoms2) package { import flash.display.*; public dynamic class bottoms2 extends MovieClip { } }//package
Section 49
//bottoms3 (bottoms3) package { import flash.display.*; public dynamic class bottoms3 extends MovieClip { } }//package
Section 50
//bottoms4 (bottoms4) package { import flash.display.*; public dynamic class bottoms4 extends MovieClip { } }//package
Section 51
//bottoms5 (bottoms5) package { import flash.display.*; public dynamic class bottoms5 extends MovieClip { } }//package
Section 52
//bottoms6 (bottoms6) package { import flash.display.*; public dynamic class bottoms6 extends MovieClip { } }//package
Section 53
//bottoms7 (bottoms7) package { import flash.display.*; public dynamic class bottoms7 extends MovieClip { } }//package
Section 54
//bottoms8 (bottoms8) package { import flash.display.*; public dynamic class bottoms8 extends MovieClip { } }//package
Section 55
//bottoms9 (bottoms9) package { import flash.display.*; public dynamic class bottoms9 extends MovieClip { } }//package
Section 56
//chain1 (chain1) package { import flash.display.*; public dynamic class chain1 extends MovieClip { } }//package
Section 57
//chain2 (chain2) package { import flash.display.*; public dynamic class chain2 extends MovieClip { } }//package
Section 58
//chain3 (chain3) package { import flash.display.*; public dynamic class chain3 extends MovieClip { } }//package
Section 59
//chain4 (chain4) package { import flash.display.*; public dynamic class chain4 extends MovieClip { } }//package
Section 60
//chain5 (chain5) package { import flash.display.*; public dynamic class chain5 extends MovieClip { } }//package
Section 61
//dress1 (dress1) package { import flash.display.*; public dynamic class dress1 extends MovieClip { } }//package
Section 62
//dress10 (dress10) package { import flash.display.*; public dynamic class dress10 extends MovieClip { } }//package
Section 63
//dress11 (dress11) package { import flash.display.*; public dynamic class dress11 extends MovieClip { } }//package
Section 64
//dress12 (dress12) package { import flash.display.*; public dynamic class dress12 extends MovieClip { } }//package
Section 65
//dress13 (dress13) package { import flash.display.*; public dynamic class dress13 extends MovieClip { } }//package
Section 66
//dress14 (dress14) package { import flash.display.*; public dynamic class dress14 extends MovieClip { } }//package
Section 67
//dress15 (dress15) package { import flash.display.*; public dynamic class dress15 extends MovieClip { } }//package
Section 68
//dress16 (dress16) package { import flash.display.*; public dynamic class dress16 extends MovieClip { } }//package
Section 69
//dress2 (dress2) package { import flash.display.*; public dynamic class dress2 extends MovieClip { } }//package
Section 70
//dress3 (dress3) package { import flash.display.*; public dynamic class dress3 extends MovieClip { } }//package
Section 71
//dress4 (dress4) package { import flash.display.*; public dynamic class dress4 extends MovieClip { } }//package
Section 72
//dress5 (dress5) package { import flash.display.*; public dynamic class dress5 extends MovieClip { } }//package
Section 73
//dress6 (dress6) package { import flash.display.*; public dynamic class dress6 extends MovieClip { } }//package
Section 74
//dress7 (dress7) package { import flash.display.*; public dynamic class dress7 extends MovieClip { } }//package
Section 75
//dress8 (dress8) package { import flash.display.*; public dynamic class dress8 extends MovieClip { } }//package
Section 76
//dress9 (dress9) package { import flash.display.*; public dynamic class dress9 extends MovieClip { } }//package
Section 77
//earring1 (earring1) package { import flash.display.*; public dynamic class earring1 extends MovieClip { } }//package
Section 78
//earring2 (earring2) package { import flash.display.*; public dynamic class earring2 extends MovieClip { } }//package
Section 79
//earring3 (earring3) package { import flash.display.*; public dynamic class earring3 extends MovieClip { } }//package
Section 80
//earring4 (earring4) package { import flash.display.*; public dynamic class earring4 extends MovieClip { } }//package
Section 81
//earring5 (earring5) package { import flash.display.*; public dynamic class earring5 extends MovieClip { } }//package
Section 82
//Glob (Glob) package { public class Glob { public static var chain:Number = 0; public static var tops:Number = 0; public static var earring:Number = 0; public static var temp:Number = 0; public static var playback:Boolean = false; public static var tex:String = ""; public static var shoes:Number = 0; public static var hair:Number = 0; public static var bags:Number = 0; public static var switchval:Number = 0; public static var bottoms:Number = 0; public static var glass:Number = 0; public static var dress:Number = 0; } }//package
Section 83
//Globe (Globe) package { public class Globe { public static var earstand:Number = 0; public static var chain:Number = 0; public static var life:Number = 0; public static var earring:Number = 0; public static var bottoms:Number = 0; public static var bottomstand:Number = 0; public static var bagstand:Number = 0; public static var shoestand:Number = 0; public static var temp:Number; public static var shoes:Number = 0; public static var playback:Boolean = false; public static var topstand:Number = 0; public static var tex:String = ""; public static var i:Number; public static var bags:Number = 0; public static var hair:Number = 0; public static var hairstand:Number = 0; public static var chainstand:Number = 0; public static var dress:Number = 0; public static var tops:Number = 0; public static var dressstand:Number = 0; } }//package
Section 84
//hair1 (hair1) package { import flash.display.*; public dynamic class hair1 extends MovieClip { } }//package
Section 85
//hair2 (hair2) package { import flash.display.*; public dynamic class hair2 extends MovieClip { } }//package
Section 86
//hair3 (hair3) package { import flash.display.*; public dynamic class hair3 extends MovieClip { } }//package
Section 87
//hair4 (hair4) package { import flash.display.*; public dynamic class hair4 extends MovieClip { } }//package
Section 88
//hair5 (hair5) package { import flash.display.*; public dynamic class hair5 extends MovieClip { } }//package
Section 89
//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 90
//shoes1 (shoes1) package { import flash.display.*; public dynamic class shoes1 extends MovieClip { } }//package
Section 91
//shoes2 (shoes2) package { import flash.display.*; public dynamic class shoes2 extends MovieClip { } }//package
Section 92
//shoes3 (shoes3) package { import flash.display.*; public dynamic class shoes3 extends MovieClip { } }//package
Section 93
//shoes4 (shoes4) package { import flash.display.*; public dynamic class shoes4 extends MovieClip { } }//package
Section 94
//shoes5 (shoes5) package { import flash.display.*; public dynamic class shoes5 extends MovieClip { } }//package
Section 95
//tops1 (tops1) package { import flash.display.*; public dynamic class tops1 extends MovieClip { } }//package
Section 96
//tops2 (tops2) package { import flash.display.*; public dynamic class tops2 extends MovieClip { } }//package
Section 97
//tops3 (tops3) package { import flash.display.*; public dynamic class tops3 extends MovieClip { } }//package
Section 98
//tops4 (tops4) package { import flash.display.*; public dynamic class tops4 extends MovieClip { } }//package
Section 99
//tops5 (tops5) package { import flash.display.*; public dynamic class tops5 extends MovieClip { } }//package
Section 100
//tops6 (tops6) package { import flash.display.*; public dynamic class tops6 extends MovieClip { } }//package
Section 101
//tops7 (tops7) package { import flash.display.*; public dynamic class tops7 extends MovieClip { } }//package
Section 102
//tops8 (tops8) package { import flash.display.*; public dynamic class tops8 extends MovieClip { } }//package
Section 103
//tops9 (tops9) package { import flash.display.*; public dynamic class tops9 extends MovieClip { } }//package

Library Items

Symbol 1 Sound {backscore}
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:5
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:3 4Used by:6 498
Symbol 6 MovieClip {earring5}Uses:5Used by:536
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:10
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:8 9Used by:11 498
Symbol 11 MovieClip {earring4}Uses:10Used by:536
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:15
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:13 14Used by:16 498
Symbol 16 MovieClip {earring3}Uses:15Used by:536
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:20
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:18 19Used by:21 498
Symbol 21 MovieClip {earring2}Uses:20Used by:536
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:25
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:23 24Used by:26 498
Symbol 26 MovieClip {earring1}Uses:25Used by:536
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:29 499
Symbol 29 MovieClip {chain5}Uses:28Used by:534
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:32 499
Symbol 32 MovieClip {chain4}Uses:31Used by:534
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:35 499
Symbol 35 MovieClip {chain3}Uses:34Used by:534
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:38 499
Symbol 38 MovieClip {chain2}Uses:37Used by:534
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:41 499
Symbol 41 MovieClip {chain1}Uses:40Used by:534
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:44 500
Symbol 44 MovieClip {tops9}Uses:43Used by:533
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:47 500
Symbol 47 MovieClip {tops8}Uses:46Used by:533
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:50 500
Symbol 50 MovieClip {tops7}Uses:49Used by:533
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:53 500
Symbol 53 MovieClip {tops6}Uses:52Used by:533
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:56 500
Symbol 56 MovieClip {tops5}Uses:55Used by:533
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:59 500
Symbol 59 MovieClip {tops4}Uses:58Used by:533
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:62 500
Symbol 62 MovieClip {tops3}Uses:61Used by:533
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:65 500
Symbol 65 MovieClip {tops2}Uses:64Used by:533
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:68 500
Symbol 68 MovieClip {tops1}Uses:67Used by:533
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:71 502
Symbol 71 MovieClip {bottoms9}Uses:70Used by:530
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:74 502
Symbol 74 MovieClip {bottoms8}Uses:73Used by:530
Symbol 75 GraphicUsed by:78
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:78
Symbol 78 MovieClipUses:75 77Used by:79 502
Symbol 79 MovieClip {bottoms7}Uses:78Used by:530
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:82 502
Symbol 82 MovieClip {bottoms6}Uses:81Used by:530
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:85 502
Symbol 85 MovieClip {bottoms5}Uses:84Used by:530
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:88 502
Symbol 88 MovieClip {bottoms4}Uses:87Used by:530
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:91 502
Symbol 91 MovieClip {bottoms3}Uses:90Used by:530
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:94 502
Symbol 94 MovieClip {bottoms2}Uses:93Used by:530
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:97 502
Symbol 97 MovieClip {bottoms1}Uses:96Used by:530
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:100 501
Symbol 100 MovieClip {dress16}Uses:99Used by:529
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:103 501
Symbol 103 MovieClip {dress15}Uses:102Used by:529
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:106 501
Symbol 106 MovieClip {dress14}Uses:105Used by:529
Symbol 107 GraphicUsed by:110
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:110
Symbol 110 MovieClipUses:107 109Used by:111 501
Symbol 111 MovieClip {dress13}Uses:110Used by:529
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:114 501
Symbol 114 MovieClip {dress12}Uses:113Used by:529
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:117 501
Symbol 117 MovieClip {dress11}Uses:116Used by:529
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:120 501
Symbol 120 MovieClip {dress10}Uses:119Used by:529
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:123 501
Symbol 123 MovieClip {dress9}Uses:122Used by:529
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:126 501
Symbol 126 MovieClip {dress8}Uses:125Used by:529
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:129 501
Symbol 129 MovieClip {dress7}Uses:128Used by:529
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:132 501
Symbol 132 MovieClip {dress6}Uses:131Used by:529
Symbol 133 BitmapUsed by:134
Symbol 134 GraphicUses:133Used by:135
Symbol 135 MovieClipUses:134Used by:136 501
Symbol 136 MovieClip {dress5}Uses:135Used by:529
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:139 501
Symbol 139 MovieClip {dress4}Uses:138Used by:529
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:140Used by:142 501
Symbol 142 MovieClip {dress3}Uses:141Used by:529
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:143Used by:145 501
Symbol 145 MovieClip {dress2}Uses:144Used by:529
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146Used by:148 501
Symbol 148 MovieClip {dress1}Uses:147Used by:529
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:151 503
Symbol 151 MovieClip {shoes5}Uses:150Used by:528
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:154 503
Symbol 154 MovieClip {shoes4}Uses:153Used by:528
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:158 503
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClip {shoes3}Uses:156 157Used by:528
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:161 503
Symbol 161 MovieClip {shoes2}Uses:160Used by:528
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:164 503
Symbol 164 MovieClip {shoes1}Uses:163Used by:528
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:167 171
Symbol 167 MovieClip {hair5}Uses:166Used by:497 535
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:170 172
Symbol 170 MovieClip {hair4}Uses:169Used by:497 535
Symbol 171 MovieClip {hair3}Uses:166Used by:497 535
Symbol 172 MovieClip {hair2}Uses:169Used by:497 535
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:173Used by:175
Symbol 175 MovieClip {hair1}Uses:174Used by:497 535
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:186
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:178Used by:186
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:186
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:186
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:186
Symbol 186 MovieClipUses:177 179 181 183 185Used by:Timeline
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:187Used by:200
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:200
Symbol 191 GraphicUsed by:200
Symbol 192 GraphicUsed by:200
Symbol 193 GraphicUsed by:200
Symbol 194 GraphicUsed by:200
Symbol 195 GraphicUsed by:200
Symbol 196 GraphicUsed by:200
Symbol 197 GraphicUsed by:200
Symbol 198 GraphicUsed by:200
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClip {jeanette_fla.cbvdsfdsf_loader_7}Uses:188 190 191 192 193 194 195 196 197 198 199Used by:Timeline
Symbol 201 FontUsed by:202
Symbol 202 EditableTextUses:201Used by:Timeline
Symbol 203 FontUsed by:204
Symbol 204 TextUses:203Used by:Timeline
Symbol 205 GraphicUsed by:Timeline
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:Timeline
Symbol 208 FontUsed by:209 413 486
Symbol 209 TextUses:208Used by:Timeline
Symbol 210 GraphicUsed by:234
Symbol 211 GraphicUsed by:213
Symbol 212 MovieClipUsed by:213
Symbol 213 MovieClipUses:211 212Used by:234
Symbol 214 GraphicUsed by:224
Symbol 215 ShapeTweeningUsed by:223
Symbol 216 GraphicUsed by:223
Symbol 217 ShapeTweeningUsed by:223
Symbol 218 GraphicUsed by:223
Symbol 219 ShapeTweeningUsed by:223
Symbol 220 GraphicUsed by:223
Symbol 221 ShapeTweeningUsed by:223
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:215 216 217 218 219 220 221 222Used by:224
Symbol 224 MovieClipUses:214 223Used by:232
Symbol 225 GraphicUsed by:230
Symbol 226 GraphicUsed by:230
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:227Used by:230
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:225 226 228 229Used by:232
Symbol 231 GraphicUsed by:232
Symbol 232 MovieClipUses:224 230 231Used by:234
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:210 213 232 233Used by:Timeline
Symbol 235 FontUsed by:236 237 238 239 240 241 243 244 245 246 247 248 249 250 539
Symbol 236 TextUses:235Used by:242
Symbol 237 TextUses:235Used by:242
Symbol 238 TextUses:235Used by:242
Symbol 239 TextUses:235Used by:242
Symbol 240 TextUses:235Used by:242
Symbol 241 TextUses:235Used by:242
Symbol 242 MovieClip {jeanette_fla.peppydfgfsds_loader_19}Uses:236 237 238 239 240 241Used by:Timeline
Symbol 243 TextUses:235Used by:251
Symbol 244 TextUses:235Used by:251
Symbol 245 TextUses:235Used by:251
Symbol 246 TextUses:235Used by:251
Symbol 247 TextUses:235Used by:251
Symbol 248 TextUses:235Used by:251
Symbol 249 TextUses:235Used by:251
Symbol 250 TextUses:235Used by:251
Symbol 251 MovieClipUses:243 244 245 246 247 248 249 250Used by:Timeline
Symbol 252 BitmapUsed by:253
Symbol 253 GraphicUses:252Used by:254
Symbol 254 MovieClipUses:253Used by:Timeline
Symbol 255 GraphicUsed by:266
Symbol 256 GraphicUsed by:266
Symbol 257 GraphicUsed by:266
Symbol 258 GraphicUsed by:266
Symbol 259 GraphicUsed by:266
Symbol 260 GraphicUsed by:266
Symbol 261 GraphicUsed by:266
Symbol 262 GraphicUsed by:266
Symbol 263 GraphicUsed by:266
Symbol 264 GraphicUsed by:266
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClip {jeanette_fla.OL_22}Uses:255 256 257 258 259 260 261 262 263 264 265Used by:Timeline
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:267Used by:Timeline
Symbol 269 BitmapUsed by:270
Symbol 270 GraphicUses:269Used by:271
Symbol 271 MovieClipUses:270Used by:279
Symbol 272 GraphicUsed by:273 568
Symbol 273 MovieClipUses:272Used by:279
Symbol 274 GraphicUsed by:275 569
Symbol 275 MovieClipUses:274Used by:279
Symbol 276 GraphicUsed by:279 571
Symbol 277 GraphicUsed by:278 570
Symbol 278 MovieClipUses:277Used by:279
Symbol 279 MovieClipUses:271 273 275 276 278Used by:297
Symbol 280 GraphicUsed by:281 572
Symbol 281 MovieClipUses:280Used by:297
Symbol 282 BitmapUsed by:283 285
Symbol 283 GraphicUses:282Used by:284
Symbol 284 MovieClipUses:283Used by:297
Symbol 285 GraphicUses:282Used by:286
Symbol 286 MovieClipUses:285Used by:297
Symbol 287 GraphicUsed by:288 578
Symbol 288 MovieClipUses:287Used by:297
Symbol 289 GraphicUsed by:290 579
Symbol 290 MovieClipUses:289Used by:297
Symbol 291 GraphicUsed by:292 580
Symbol 292 MovieClipUses:291Used by:297
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:293Used by:297
Symbol 295 GraphicUsed by:296 583
Symbol 296 MovieClipUses:295Used by:297
Symbol 297 MovieClipUses:279 281 284 286 288 290 292 294 296Used by:Timeline
Symbol 298 GraphicUsed by:301
Symbol 299 GraphicUsed by:300 586
Symbol 300 MovieClipUses:299Used by:301 309
Symbol 301 MovieClipUses:298 300Used by:Timeline
Symbol 302 GraphicUsed by:305
Symbol 303 GraphicUsed by:304 589
Symbol 304 MovieClipUses:303Used by:305
Symbol 305 MovieClipUses:302 304Used by:Timeline
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:306Used by:Timeline
Symbol 308 GraphicUsed by:309
Symbol 309 MovieClipUses:308 300Used by:Timeline
Symbol 310 GraphicUsed by:311 593 594
Symbol 311 MovieClipUses:310Used by:312
Symbol 312 MovieClipUses:311Used by:348
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:313Used by:337
Symbol 315 GraphicUsed by:316
Symbol 316 MovieClipUses:315Used by:337
Symbol 317 GraphicUsed by:337
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:318Used by:337 347
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClipUses:320Used by:337
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:322Used by:337
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:324Used by:337
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:326Used by:337
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:328Used by:337
Symbol 330 GraphicUsed by:337
Symbol 331 GraphicUsed by:332
Symbol 332 MovieClipUses:331Used by:337
Symbol 333 GraphicUsed by:336
Symbol 334 GraphicUsed by:335
Symbol 335 MovieClipUses:334Used by:336
Symbol 336 MovieClipUses:333 335Used by:337
Symbol 337 MovieClipUses:314 316 317 319 321 323 325 327 329 330 332 336Used by:347
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:338Used by:340
Symbol 340 MovieClipUses:339Used by:347
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:341Used by:347
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:343Used by:347
Symbol 345 GraphicUsed by:346
Symbol 346 MovieClipUses:345Used by:347
Symbol 347 MovieClipUses:337 340 342 319 344 346Used by:348
Symbol 348 MovieClipUses:312 347Used by:Timeline
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:349Used by:Timeline
Symbol 351 GraphicUsed by:352
Symbol 352 MovieClipUses:351Used by:Timeline
Symbol 353 GraphicUsed by:354 607
Symbol 354 MovieClipUses:353Used by:Timeline
Symbol 355 GraphicUsed by:356 601
Symbol 356 MovieClipUses:355Used by:Timeline
Symbol 357 GraphicUsed by:358 602
Symbol 358 MovieClipUses:357Used by:363
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:359Used by:363  Timeline
Symbol 361 GraphicUsed by:362 605
Symbol 362 MovieClipUses:361Used by:363
Symbol 363 MovieClipUses:358 360 362Used by:Timeline
Symbol 364 GraphicUsed by:365 608
Symbol 365 MovieClipUses:364Used by:Timeline
Symbol 366 GraphicUsed by:367 609
Symbol 367 MovieClipUses:366Used by:Timeline
Symbol 368 GraphicUsed by:369 610
Symbol 369 MovieClipUses:368Used by:380  Timeline
Symbol 370 GraphicUsed by:371
Symbol 371 MovieClipUses:370Used by:380  Timeline
Symbol 372 GraphicUsed by:375 379 614 617
Symbol 373 GraphicUsed by:374 379 613 617
Symbol 374 MovieClipUses:373Used by:375 378
Symbol 375 MovieClipUses:372 374Used by:376
Symbol 376 MovieClipUses:375Used by:379  Timeline
Symbol 377 GraphicUsed by:378 616
Symbol 378 MovieClipUses:377 374Used by:379
Symbol 379 ButtonUses:376 378 372 373Used by:380
Symbol 380 MovieClipUses:369 371 379Used by:Timeline
Symbol 381 GraphicUsed by:382
Symbol 382 MovieClipUses:381Used by:394 406 418 430 442 454 466  Timeline
Symbol 383 GraphicUsed by:394
Symbol 384 GraphicUsed by:394
Symbol 385 GraphicUsed by:394
Symbol 386 GraphicUsed by:394
Symbol 387 GraphicUsed by:394
Symbol 388 GraphicUsed by:394
Symbol 389 GraphicUsed by:394
Symbol 390 GraphicUsed by:394
Symbol 391 GraphicUsed by:394
Symbol 392 GraphicUsed by:394
Symbol 393 GraphicUsed by:394
Symbol 394 MovieClip {jeanette_fla.d1a_84}Uses:382 383 384 385 386 387 388 389 390 391 392 393Used by:492
Symbol 395 GraphicUsed by:406
Symbol 396 GraphicUsed by:406
Symbol 397 GraphicUsed by:406
Symbol 398 GraphicUsed by:406
Symbol 399 GraphicUsed by:406
Symbol 400 GraphicUsed by:406
Symbol 401 FontUsed by:402 437 656 657
Symbol 402 TextUses:401Used by:406
Symbol 403 GraphicUsed by:406
Symbol 404 GraphicUsed by:406
Symbol 405 GraphicUsed by:406
Symbol 406 MovieClip {jeanette_fla.d1b_86}Uses:382 395 396 397 398 399 400 402 403 404 405Used by:492
Symbol 407 GraphicUsed by:418
Symbol 408 GraphicUsed by:418
Symbol 409 GraphicUsed by:418
Symbol 410 GraphicUsed by:418
Symbol 411 GraphicUsed by:418
Symbol 412 GraphicUsed by:418
Symbol 413 TextUses:208Used by:418
Symbol 414 GraphicUsed by:418
Symbol 415 GraphicUsed by:418
Symbol 416 GraphicUsed by:418
Symbol 417 GraphicUsed by:418
Symbol 418 MovieClip {jeanette_fla.d1c_87}Uses:382 407 408 409 410 411 412 413 414 415 416 417Used by:492
Symbol 419 GraphicUsed by:430
Symbol 420 GraphicUsed by:430
Symbol 421 GraphicUsed by:430
Symbol 422 GraphicUsed by:430
Symbol 423 GraphicUsed by:430
Symbol 424 GraphicUsed by:430
Symbol 425 GraphicUsed by:430
Symbol 426 GraphicUsed by:430
Symbol 427 GraphicUsed by:430
Symbol 428 GraphicUsed by:430
Symbol 429 GraphicUsed by:430
Symbol 430 MovieClip {jeanette_fla.d1d_88}Uses:382 419 420 421 422 423 424 425 426 427 428 429Used by:492
Symbol 431 GraphicUsed by:442
Symbol 432 GraphicUsed by:442
Symbol 433 GraphicUsed by:442
Symbol 434 GraphicUsed by:442
Symbol 435 GraphicUsed by:442
Symbol 436 GraphicUsed by:442
Symbol 437 TextUses:401Used by:442
Symbol 438 GraphicUsed by:442
Symbol 439 GraphicUsed by:442
Symbol 440 GraphicUsed by:442
Symbol 441 GraphicUsed by:442
Symbol 442 MovieClip {jeanette_fla.d1e_89}Uses:382 431 432 433 434 435 436 437 438 439 440 441Used by:492
Symbol 443 GraphicUsed by:454
Symbol 444 GraphicUsed by:454
Symbol 445 GraphicUsed by:454
Symbol 446 GraphicUsed by:454
Symbol 447 GraphicUsed by:454
Symbol 448 GraphicUsed by:454
Symbol 449 GraphicUsed by:454
Symbol 450 GraphicUsed by:454
Symbol 451 GraphicUsed by:454
Symbol 452 GraphicUsed by:454
Symbol 453 GraphicUsed by:454
Symbol 454 MovieClip {jeanette_fla.d1f_90}Uses:382 443 444 445 446 447 448 449 450 451 452 453Used by:492
Symbol 455 GraphicUsed by:466
Symbol 456 GraphicUsed by:466
Symbol 457 GraphicUsed by:466
Symbol 458 GraphicUsed by:466
Symbol 459 GraphicUsed by:466
Symbol 460 GraphicUsed by:466
Symbol 461 GraphicUsed by:466
Symbol 462 GraphicUsed by:466
Symbol 463 GraphicUsed by:466
Symbol 464 GraphicUsed by:466
Symbol 465 GraphicUsed by:466
Symbol 466 MovieClip {jeanette_fla.d1fcopy_91}Uses:382 455 456 457 458 459 460 461 462 463 464 465Used by:492
Symbol 467 GraphicUsed by:477
Symbol 468 GraphicUsed by:477
Symbol 469 GraphicUsed by:477
Symbol 470 GraphicUsed by:477
Symbol 471 GraphicUsed by:477
Symbol 472 GraphicUsed by:477
Symbol 473 GraphicUsed by:477
Symbol 474 GraphicUsed by:477
Symbol 475 GraphicUsed by:477
Symbol 476 GraphicUsed by:477
Symbol 477 MovieClip {jeanette_fla.OL_92}Uses:467 468 469 470 471 472 473 474 475 476Used by:492
Symbol 478 GraphicUsed by:491
Symbol 479 GraphicUsed by:491
Symbol 480 GraphicUsed by:491
Symbol 481 GraphicUsed by:491
Symbol 482 GraphicUsed by:491
Symbol 483 GraphicUsed by:491
Symbol 484 GraphicUsed by:491
Symbol 485 GraphicUsed by:491
Symbol 486 TextUses:208Used by:491
Symbol 487 GraphicUsed by:491
Symbol 488 GraphicUsed by:491
Symbol 489 GraphicUsed by:491
Symbol 490 GraphicUsed by:491
Symbol 491 MovieClip {jeanette_fla.OL_93}Uses:478 479 480 481 482 483 484 485 486 487 488 489 490Used by:492  Timeline
Symbol 492 MovieClip {jeanette_fla.btpal_83}Uses:394 406 418 430 442 454 466 477 491Used by:Timeline
Symbol 493 GraphicUsed by:Timeline
Symbol 494 GraphicUsed by:495 654
Symbol 495 MovieClipUses:494Used by:496
Symbol 496 MovieClipUses:495Used by:Timeline
Symbol 497 MovieClip {jeanette_fla.hairs_97}Uses:175 172 171 170 167Used by:506
Symbol 498 MovieClip {jeanette_fla.eaar1_106}Uses:25 20 15 10 5Used by:506
Symbol 499 MovieClip {jeanette_fla.chainscopy_117}Uses:40 37 34 31 28Used by:506
Symbol 500 MovieClip {jeanette_fla.topscopy_123}Uses:67 64 61 58 55 52 49 46 43Used by:506
Symbol 501 MovieClip {jeanette_fla.dresscopy_133}Uses:147 144 141 138 135 131 128 125 122 119 116 113 110 105 102 99Used by:506
Symbol 502 MovieClip {jeanette_fla.bottomscopy_151}Uses:96 93 90 87 84 81 78 73 70Used by:506
Symbol 503 MovieClip {jeanette_fla.sheoscopy_162}Uses:163 160 156 153 150Used by:506
Symbol 504 GraphicUsed by:505
Symbol 505 MovieClipUses:504Used by:506
Symbol 506 MovieClip {jeanette_fla.palette_96}Uses:497 498 499 500 501 502 503 505Used by:Timeline
Symbol 507 GraphicUsed by:514
Symbol 508 GraphicUsed by:509
Symbol 509 MovieClipUses:508Used by:514
Symbol 510 GraphicUsed by:513
Symbol 511 GraphicUsed by:512
Symbol 512 MovieClipUses:511Used by:513
Symbol 513 MovieClipUses:510 512Used by:514
Symbol 514 MovieClipUses:507 509 513Used by:537
Symbol 515 GraphicUsed by:527
Symbol 516 GraphicUsed by:517
Symbol 517 MovieClipUses:516Used by:527
Symbol 518 GraphicUsed by:519
Symbol 519 MovieClipUses:518Used by:527
Symbol 520 GraphicUsed by:521
Symbol 521 MovieClipUses:520Used by:527
Symbol 522 GraphicUsed by:527
Symbol 523 GraphicUsed by:524
Symbol 524 MovieClipUses:523Used by:527
Symbol 525 GraphicUsed by:526
Symbol 526 MovieClipUses:525Used by:527
Symbol 527 MovieClipUses:515 517 519 521 522 524 526Used by:537
Symbol 528 MovieClip {jeanette_fla.sheos_180}Uses:164 161 158 154 151Used by:537
Symbol 529 MovieClip {jeanette_fla.dress_186}Uses:148 145 142 139 136 132 129 126 123 120 117 114 111 106 103 100Used by:537
Symbol 530 MovieClip {jeanette_fla.bottoms_203}Uses:97 94 91 88 85 82 79 74 71Used by:537
Symbol 531 GraphicUsed by:532
Symbol 532 MovieClipUses:531Used by:537
Symbol 533 MovieClip {jeanette_fla.tops_214}Uses:68 65 62 59 56 53 50 47 44Used by:537
Symbol 534 MovieClip {jeanette_fla.chains_224}Uses:41 38 35 32 29Used by:537
Symbol 535 MovieClip {jeanette_fla.hairscopy_230}Uses:175 172 171 170 167Used by:537
Symbol 536 MovieClip {jeanette_fla.eaar1copy_231}Uses:26 21 16 11 6Used by:537
Symbol 537 MovieClip {jeanette_fla.doll_169}Uses:514 527 528 529 530 532 533 534 535 536Used by:Timeline
Symbol 538 GraphicUsed by:542
Symbol 539 TextUses:235Used by:542
Symbol 540 GraphicUsed by:542
Symbol 541 GraphicUsed by:542
Symbol 542 ButtonUses:538 539 540 541Used by:Timeline
Symbol 543 GraphicUsed by:545 550 551
Symbol 544 GraphicUsed by:545 550 551
Symbol 545 MovieClipUses:543 544Used by:550 551
Symbol 546 GraphicUsed by:547 550 551
Symbol 547 MovieClipUses:546Used by:550 551
Symbol 548 GraphicUsed by:549 550
Symbol 549 MovieClipUses:548Used by:550
Symbol 550 ButtonUses:545 547 549 543 544 546 548Used by:Timeline
Symbol 551 ButtonUses:545 547 543 544 546Used by:Timeline
Symbol 552 GraphicUsed by:553
Symbol 553 MovieClipUses:552Used by:Timeline
Symbol 554 FontUsed by:555 556
Symbol 555 TextUses:554Used by:Timeline
Symbol 556 TextUses:554Used by:Timeline
Symbol 557 GraphicUsed by:558
Symbol 558 MovieClipUses:557Used by:Timeline
Symbol 559 FontUsed by:560
Symbol 560 EditableTextUses:559Used by:Timeline
Symbol 561 GraphicUsed by:562
Symbol 562 MovieClipUses:561Used by:Timeline
Symbol 563 GraphicUsed by:564
Symbol 564 MovieClipUses:563Used by:Timeline
Symbol 565 BitmapUsed by:566
Symbol 566 GraphicUses:565Used by:567
Symbol 567 MovieClipUses:566Used by:571
Symbol 568 MovieClipUses:272Used by:571
Symbol 569 MovieClipUses:274Used by:571
Symbol 570 MovieClipUses:277Used by:571
Symbol 571 MovieClipUses:567 568 569 276 570Used by:584
Symbol 572 MovieClipUses:280Used by:584
Symbol 573 BitmapUsed by:574 576 661 684
Symbol 574 GraphicUses:573Used by:575
Symbol 575 MovieClipUses:574Used by:584
Symbol 576 GraphicUses:573Used by:577
Symbol 577 MovieClipUses:576Used by:584
Symbol 578 MovieClipUses:287Used by:584
Symbol 579 MovieClipUses:289Used by:584
Symbol 580 MovieClipUses:291Used by:584
Symbol 581 GraphicUsed by:582
Symbol 582 MovieClipUses:581Used by:584
Symbol 583 MovieClipUses:295Used by:584
Symbol 584 MovieClipUses:571 572 575 577 578 579 580 582 583Used by:Timeline
Symbol 585 GraphicUsed by:587
Symbol 586 MovieClipUses:299Used by:587
Symbol 587 MovieClipUses:585 586Used by:Timeline
Symbol 588 GraphicUsed by:590
Symbol 589 MovieClipUses:303Used by:590
Symbol 590 MovieClipUses:588 589Used by:Timeline
Symbol 591 GraphicUsed by:592
Symbol 592 MovieClipUses:591Used by:Timeline
Symbol 593 MovieClipUses:310Used by:595
Symbol 594 MovieClipUses:310Used by:595
Symbol 595 MovieClipUses:593 594Used by:596
Symbol 596 MovieClipUses:595Used by:Timeline
Symbol 597 GraphicUsed by:598
Symbol 598 MovieClipUses:597Used by:Timeline
Symbol 599 GraphicUsed by:600
Symbol 600 MovieClipUses:599Used by:Timeline
Symbol 601 MovieClipUses:355Used by:Timeline
Symbol 602 MovieClipUses:357Used by:606
Symbol 603 GraphicUsed by:604
Symbol 604 MovieClipUses:603Used by:606  Timeline
Symbol 605 MovieClipUses:361Used by:606
Symbol 606 MovieClipUses:602 604 605Used by:Timeline
Symbol 607 MovieClipUses:353Used by:Timeline
Symbol 608 MovieClipUses:364Used by:Timeline
Symbol 609 MovieClipUses:366Used by:Timeline
Symbol 610 MovieClipUses:368Used by:618  Timeline
Symbol 611 GraphicUsed by:612
Symbol 612 MovieClipUses:611Used by:618  Timeline
Symbol 613 MovieClipUses:373Used by:614 616
Symbol 614 MovieClipUses:372 613Used by:615
Symbol 615 MovieClipUses:614Used by:617
Symbol 616 MovieClipUses:377 613Used by:617
Symbol 617 ButtonUses:615 616 372 373Used by:618  Timeline
Symbol 618 MovieClipUses:610 612 617Used by:Timeline
Symbol 619 GraphicUsed by:631
Symbol 620 GraphicUsed by:631
Symbol 621 GraphicUsed by:631
Symbol 622 GraphicUsed by:631
Symbol 623 GraphicUsed by:631
Symbol 624 GraphicUsed by:631
Symbol 625 GraphicUsed by:631
Symbol 626 GraphicUsed by:631
Symbol 627 GraphicUsed by:631
Symbol 628 GraphicUsed by:631
Symbol 629 GraphicUsed by:631
Symbol 630 GraphicUsed by:631
Symbol 631 MovieClipUses:619 620 621 622 623 624 625 626 627 628 629 630Used by:Timeline
Symbol 632 GraphicUsed by:643
Symbol 633 GraphicUsed by:643
Symbol 634 GraphicUsed by:643
Symbol 635 GraphicUsed by:643
Symbol 636 GraphicUsed by:643
Symbol 637 GraphicUsed by:643
Symbol 638 GraphicUsed by:643
Symbol 639 GraphicUsed by:643
Symbol 640 GraphicUsed by:643
Symbol 641 GraphicUsed by:643
Symbol 642 GraphicUsed by:643
Symbol 643 MovieClipUses:632 633 634 635 636 637 638 639 640 641 642Used by:Timeline
Symbol 644 GraphicUsed by:653
Symbol 645 GraphicUsed by:653
Symbol 646 GraphicUsed by:653
Symbol 647 GraphicUsed by:653
Symbol 648 GraphicUsed by:653
Symbol 649 GraphicUsed by:653
Symbol 650 GraphicUsed by:653
Symbol 651 GraphicUsed by:653
Symbol 652 GraphicUsed by:653
Symbol 653 MovieClipUses:644 645 646 647 648 649 650 651 652Used by:Timeline
Symbol 654 MovieClipUses:494Used by:655
Symbol 655 MovieClipUses:654Used by:Timeline
Symbol 656 TextUses:401Used by:Timeline
Symbol 657 EditableTextUses:401Used by:Timeline
Symbol 658 GraphicUsed by:714
Symbol 659 GraphicUsed by:682
Symbol 660 GraphicUsed by:665
Symbol 661 GraphicUses:573Used by:662
Symbol 662 MovieClipUses:661Used by:665
Symbol 663 GraphicUsed by:664
Symbol 664 MovieClipUses:663Used by:665
Symbol 665 MovieClipUses:660 662 664Used by:682
Symbol 666 GraphicUsed by:667
Symbol 667 MovieClipUses:666Used by:682 696
Symbol 668 GraphicUsed by:669 677
Symbol 669 MovieClipUses:668Used by:677
Symbol 670 GraphicUsed by:671 677
Symbol 671 MovieClipUses:670Used by:674
Symbol 672 GraphicUsed by:673 677 705 708
Symbol 673 MovieClipUses:672Used by:674 701
Symbol 674 MovieClipUses:671 673Used by:677
Symbol 675 GraphicUsed by:676
Symbol 676 ButtonUses:675Used by:677
Symbol 677 ButtonUses:669 674 676 668 670 672Used by:682 714
Symbol 678 FontUsed by:679 691 692 693 694 695 703 706
Symbol 679 TextUses:678Used by:682
Symbol 680 FontUsed by:681 709 710 711 712 713
Symbol 681 EditableTextUses:680Used by:682
Symbol 682 MovieClip {jeanette_fla.hhOLK_294}Uses:659 665 667 677 679 681Used by:714
Symbol 683 GraphicUsed by:688
Symbol 684 GraphicUses:573Used by:685
Symbol 685 MovieClipUses:684Used by:688
Symbol 686 GraphicUsed by:687
Symbol 687 MovieClipUses:686Used by:688
Symbol 688 MovieClipUses:683 685 687Used by:714
Symbol 689 GraphicUsed by:690
Symbol 690 MovieClipUses:689Used by:696
Symbol 691 TextUses:678Used by:696
Symbol 692 TextUses:678Used by:696
Symbol 693 TextUses:678Used by:696
Symbol 694 TextUses:678Used by:696
Symbol 695 TextUses:678Used by:696
Symbol 696 MovieClipUses:690 667 691 692 693 694 695Used by:714
Symbol 697 GraphicUsed by:698 705 708
Symbol 698 MovieClipUses:697Used by:702
Symbol 699 GraphicUsed by:700 705 708
Symbol 700 MovieClipUses:699Used by:701
Symbol 701 MovieClipUses:700 673Used by:702
Symbol 702 MovieClipUses:698 701Used by:704 707
Symbol 703 TextUses:678Used by:704 705
Symbol 704 MovieClipUses:702 703Used by:705
Symbol 705 ButtonUses:704 697 699 672 703Used by:714
Symbol 706 TextUses:678Used by:707 708
Symbol 707 MovieClipUses:702 706Used by:708
Symbol 708 ButtonUses:707 697 699 672 706Used by:714
Symbol 709 EditableTextUses:680Used by:714
Symbol 710 EditableTextUses:680Used by:714
Symbol 711 EditableTextUses:680Used by:714
Symbol 712 EditableTextUses:680Used by:714
Symbol 713 EditableTextUses:680Used by:714
Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293}Uses:658 682 688 696 677 705 708 709 710 711 712 713Used by:Timeline

Instance Names

"preloader"Frame 1Symbol 200 MovieClip {jeanette_fla.cbvdsfdsf_loader_7}
"BitsLoaded"Frame 1Symbol 202 EditableText
"ball"Frame 1Symbol 251 MovieClip
"pl"Frame 2Symbol 266 MovieClip {jeanette_fla.OL_22}
"btpal"Frame 3Symbol 492 MovieClip {jeanette_fla.btpal_83}
"palette"Frame 3Symbol 506 MovieClip {jeanette_fla.palette_96}
"doll"Frame 3Symbol 537 MovieClip {jeanette_fla.doll_169}
"logo_mc"Frame 3Symbol 542 Button
"sndon"Frame 3Symbol 550 Button
"sndoff"Frame 3Symbol 551 Button
"masker"Frame 3Symbol 553 MovieClip
"t1"Frame 4Symbol 560 EditableText
"nextbtn"Frame 4Symbol 491 MovieClip {jeanette_fla.OL_93}
"nex"Frame 5Symbol 631 MovieClip
"playmore"Frame 5Symbol 643 MovieClip
"email"Frame 5Symbol 653 MovieClip
"t2"Frame 5Symbol 657 EditableText
"popup"Frame 5Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293}
"dolls"Frame 5Symbol 537 MovieClip {jeanette_fla.doll_169}
"masker"Symbol 200 MovieClip {jeanette_fla.cbvdsfdsf_loader_7} Frame 1Symbol 188 MovieClip
"dress"Symbol 492 MovieClip {jeanette_fla.btpal_83} Frame 1Symbol 394 MovieClip {jeanette_fla.d1a_84}
"top"Symbol 492 MovieClip {jeanette_fla.btpal_83} Frame 1Symbol 406 MovieClip {jeanette_fla.d1b_86}
"bottom"Symbol 492 MovieClip {jeanette_fla.btpal_83} Frame 1Symbol 418 MovieClip {jeanette_fla.d1c_87}
"earring"Symbol 492 MovieClip {jeanette_fla.btpal_83} Frame 1Symbol 430 MovieClip {jeanette_fla.d1d_88}
"chain"Symbol 492 MovieClip {jeanette_fla.btpal_83} Frame 1Symbol 442 MovieClip {jeanette_fla.d1e_89}
"shoe"Symbol 492 MovieClip {jeanette_fla.btpal_83} Frame 1Symbol 454 MovieClip {jeanette_fla.d1f_90}
"hair"Symbol 492 MovieClip {jeanette_fla.btpal_83} Frame 1Symbol 466 MovieClip {jeanette_fla.d1fcopy_91}
"resetbtn"Symbol 492 MovieClip {jeanette_fla.btpal_83} Frame 1Symbol 477 MovieClip {jeanette_fla.OL_92}
"nextbtn"Symbol 492 MovieClip {jeanette_fla.btpal_83} Frame 1Symbol 491 MovieClip {jeanette_fla.OL_93}
"hair"Symbol 506 MovieClip {jeanette_fla.palette_96} Frame 1Symbol 497 MovieClip {jeanette_fla.hairs_97}
"earring"Symbol 506 MovieClip {jeanette_fla.palette_96} Frame 1Symbol 498 MovieClip {jeanette_fla.eaar1_106}
"chain"Symbol 506 MovieClip {jeanette_fla.palette_96} Frame 1Symbol 499 MovieClip {jeanette_fla.chainscopy_117}
"tops"Symbol 506 MovieClip {jeanette_fla.palette_96} Frame 1Symbol 500 MovieClip {jeanette_fla.topscopy_123}
"dress"Symbol 506 MovieClip {jeanette_fla.palette_96} Frame 1Symbol 501 MovieClip {jeanette_fla.dresscopy_133}
"bottoms"Symbol 506 MovieClip {jeanette_fla.palette_96} Frame 1Symbol 502 MovieClip {jeanette_fla.bottomscopy_151}
"shoes"Symbol 506 MovieClip {jeanette_fla.palette_96} Frame 1Symbol 503 MovieClip {jeanette_fla.sheoscopy_162}
"tobj"Symbol 506 MovieClip {jeanette_fla.palette_96} Frame 1Symbol 505 MovieClip
"shoes"Symbol 537 MovieClip {jeanette_fla.doll_169} Frame 1Symbol 528 MovieClip {jeanette_fla.sheos_180}
"dress"Symbol 537 MovieClip {jeanette_fla.doll_169} Frame 1Symbol 529 MovieClip {jeanette_fla.dress_186}
"bottoms"Symbol 537 MovieClip {jeanette_fla.doll_169} Frame 1Symbol 530 MovieClip {jeanette_fla.bottoms_203}
"bags"Symbol 537 MovieClip {jeanette_fla.doll_169} Frame 1Symbol 532 MovieClip
"tops"Symbol 537 MovieClip {jeanette_fla.doll_169} Frame 1Symbol 533 MovieClip {jeanette_fla.tops_214}
"chain"Symbol 537 MovieClip {jeanette_fla.doll_169} Frame 1Symbol 534 MovieClip {jeanette_fla.chains_224}
"hair"Symbol 537 MovieClip {jeanette_fla.doll_169} Frame 1Symbol 535 MovieClip {jeanette_fla.hairscopy_230}
"earring"Symbol 537 MovieClip {jeanette_fla.doll_169} Frame 1Symbol 536 MovieClip {jeanette_fla.eaar1copy_231}
"close"Symbol 682 MovieClip {jeanette_fla.hhOLK_294} Frame 1Symbol 677 Button
"friendMail"Symbol 682 MovieClip {jeanette_fla.hhOLK_294} Frame 1Symbol 681 EditableText
"friend4"Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293} Frame 1Symbol 682 MovieClip {jeanette_fla.hhOLK_294}
"friend3"Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293} Frame 1Symbol 682 MovieClip {jeanette_fla.hhOLK_294}
"friend2"Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293} Frame 1Symbol 682 MovieClip {jeanette_fla.hhOLK_294}
"friend1"Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293} Frame 1Symbol 682 MovieClip {jeanette_fla.hhOLK_294}
"close"Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293} Frame 1Symbol 677 Button
"addition"Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293} Frame 1Symbol 705 Button
"submit"Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293} Frame 1Symbol 708 Button
"nameDetail"Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293} Frame 1Symbol 709 EditableText
"mailDetail"Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293} Frame 1Symbol 710 EditableText
"messageDetail"Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293} Frame 1Symbol 711 EditableText
"friendName"Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293} Frame 1Symbol 712 EditableText
"friendMail"Symbol 714 MovieClip {jeanette_fla.hhKHJHcopy2_293} Frame 1Symbol 713 EditableText

Special Tags

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




http://swfchan.com/25/122001/info.shtml
Created: 4/3 -2019 04:49:29 Last modified: 4/3 -2019 04:49:29 Server time: 20/04 -2024 03:24:35