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

swfchan turned sixteen years old yesterday! (5may2024)

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

rich-alina.swf

This is the info page for
Flash #124958

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


Text
%

GIRL'S BEST HANGOUT

1

2

3

P

E

Y

L

o

a

d

i

n

g

.

PLAY

ALINA

123PEPPY

Enter Your NAme

<p align="left"><font face="Arctic" size="13" color="#000000" letterSpacing="1.000000" kerning="1"><b>L</b></font></p>

<p align="left"><font face="Arctic" size="13" color="#000000" letterSpacing="1.000000" kerning="1"><b>I</b></font></p>

<p align="left"><font face="Arctic" size="13" color="#000000" letterSpacing="1.000000" kerning="1"><b>A</b></font></p>

<p align="left"><font face="Arctic" size="13" color="#000000" letterSpacing="1.000000" kerning="1"><b>M</b></font></p>

<p align="left"><font face="Arctic" size="13" color="#000000" letterSpacing="1.000000" kerning="1"><b>E</b></font></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 :

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

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

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

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

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

SEND

SEND

SEND

ADD MORE

ADD MORE

ADD MORE

ActionScript [AS3]

Section 1
//Back (fl.transitions.easing.Back) package fl.transitions.easing { public class Back { public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number=0):Number{ if (!_arg5){ _arg5 = 1.70158; }; _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=0):Number{ if (!_arg5){ _arg5 = 1.70158; }; _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=0):Number{ if (!_arg5){ _arg5 = 1.70158; }; _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 fl.transitions.easing
Section 2
//AutoAlphaPlugin (gs.plugins.AutoAlphaPlugin) package gs.plugins { import gs.*; import flash.display.*; public class AutoAlphaPlugin extends TweenPlugin { protected var _tweenVisible:Boolean; protected var _tween:TweenLite; protected var _visible:Boolean; protected var _target:Object; public static const VERSION:Number = 1; public static const API:Number = 1; public function AutoAlphaPlugin(){ this.propName = "autoAlpha"; this.overwriteProps = ["alpha", "visible"]; this.onComplete = onCompleteTween; } override public function set changeFactor(_arg1:Number):void{ updateTweens(_arg1); if (((!((_target.visible == true))) && (_tweenVisible))){ _target.visible = true; }; } public function onCompleteTween():void{ if (((((_tweenVisible) && (!((_tween.vars.runBackwards == true))))) && ((_tween.ease == _tween.vars.ease)))){ _target.visible = _visible; }; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ _target = _arg1; _tween = _arg3; _visible = Boolean(!((_arg2 == 0))); _tweenVisible = true; addTween(_arg1, "alpha", _arg1.alpha, _arg2, "alpha"); return (true); } override public function killProps(_arg1:Object):void{ super.killProps(_arg1); _tweenVisible = !(Boolean(("visible" in _arg1))); } } }//package gs.plugins
Section 3
//EndArrayPlugin (gs.plugins.EndArrayPlugin) package gs.plugins { import gs.*; import gs.utils.tween.*; public class EndArrayPlugin extends TweenPlugin { protected var _info:Array; protected var _a:Array; public static const VERSION:Number = 1.01; public static const API:Number = 1; public function EndArrayPlugin(){ _info = []; super(); this.propName = "endArray"; this.overwriteProps = ["endArray"]; } override public function set changeFactor(_arg1:Number):void{ var _local2:int; var _local3:ArrayTweenInfo; var _local4:Number; var _local5:int; if (this.round){ _local2 = (_info.length - 1); while (_local2 > -1) { _local3 = _info[_local2]; _local4 = (_local3.start + (_local3.change * _arg1)); _local5 = ((_local4)<0) ? -1 : 1; _a[_local3.index] = ((((_local4 % 1) * _local5))>0.5) ? (int(_local4) + _local5) : int(_local4); _local2--; }; } else { _local2 = (_info.length - 1); while (_local2 > -1) { _local3 = _info[_local2]; _a[_local3.index] = (_local3.start + (_local3.change * _arg1)); _local2--; }; }; } public function init(_arg1:Array, _arg2:Array):void{ var _local3:int; _a = _arg1; _local3 = (_arg2.length - 1); while (_local3 > -1) { if (((!((_arg1[_local3] == _arg2[_local3]))) && (!((_arg1[_local3] == null))))){ _info[_info.length] = new ArrayTweenInfo(_local3, _a[_local3], (_arg2[_local3] - _a[_local3])); }; _local3--; }; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ if (((!((_arg1 is Array))) || (!((_arg2 is Array))))){ return (false); }; init((_arg1 as Array), _arg2); return (true); } } }//package gs.plugins
Section 4
//FramePlugin (gs.plugins.FramePlugin) package gs.plugins { import gs.*; import flash.display.*; public class FramePlugin extends TweenPlugin { public var frame:int; protected var _target:MovieClip; public static const VERSION:Number = 1.01; public static const API:Number = 1; public function FramePlugin(){ this.propName = "frame"; this.overwriteProps = ["frame"]; this.round = true; } override public function set changeFactor(_arg1:Number):void{ updateTweens(_arg1); _target.gotoAndStop(this.frame); } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ if (((!((_arg1 is MovieClip))) || (isNaN(_arg2)))){ return (false); }; _target = (_arg1 as MovieClip); this.frame = _target.currentFrame; addTween(this, "frame", this.frame, _arg2, "frame"); return (true); } } }//package gs.plugins
Section 5
//RemoveTintPlugin (gs.plugins.RemoveTintPlugin) package gs.plugins { public class RemoveTintPlugin extends TintPlugin { public static const VERSION:Number = 1.01; public static const API:Number = 1; public function RemoveTintPlugin(){ this.propName = "removeTint"; } } }//package gs.plugins
Section 6
//TintPlugin (gs.plugins.TintPlugin) package gs.plugins { import gs.*; import flash.display.*; import flash.geom.*; import gs.utils.tween.*; public class TintPlugin extends TweenPlugin { protected var _ct:ColorTransform; protected var _ignoreAlpha:Boolean; protected var _target:DisplayObject; public static const VERSION:Number = 1.1; public static const API:Number = 1; protected static var _props:Array = ["redMultiplier", "greenMultiplier", "blueMultiplier", "alphaMultiplier", "redOffset", "greenOffset", "blueOffset", "alphaOffset"]; public function TintPlugin(){ this.propName = "tint"; this.overwriteProps = ["tint"]; } override public function set changeFactor(_arg1:Number):void{ var _local2:ColorTransform; updateTweens(_arg1); if (_ignoreAlpha){ _local2 = _target.transform.colorTransform; _ct.alphaMultiplier = _local2.alphaMultiplier; _ct.alphaOffset = _local2.alphaOffset; }; _target.transform.colorTransform = _ct; } public function init(_arg1:DisplayObject, _arg2:ColorTransform):void{ var _local3:int; var _local4:String; _target = _arg1; _ct = _target.transform.colorTransform; _local3 = (_props.length - 1); while (_local3 > -1) { _local4 = _props[_local3]; if (_ct[_local4] != _arg2[_local4]){ _tweens[_tweens.length] = new TweenInfo(_ct, _local4, _ct[_local4], (_arg2[_local4] - _ct[_local4]), "tint", false); }; _local3--; }; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ var _local4:ColorTransform; if (!(_arg1 is DisplayObject)){ return (false); }; _local4 = new ColorTransform(); if (((!((_arg2 == null))) && (!((_arg3.exposedVars.removeTint == true))))){ _local4.color = uint(_arg2); }; _ignoreAlpha = true; init((_arg1 as DisplayObject), _local4); return (true); } } }//package gs.plugins
Section 7
//TweenPlugin (gs.plugins.TweenPlugin) package gs.plugins { import gs.*; import gs.utils.tween.*; public class TweenPlugin { public var overwriteProps:Array; protected var _tweens:Array; public var round:Boolean; public var onComplete:Function; public var propName:String; protected var _changeFactor:Number;// = 0 public static const VERSION:Number = 1.03; public static const API:Number = 1; public function TweenPlugin(){ _tweens = []; _changeFactor = 0; super(); } protected function updateTweens(_arg1:Number):void{ var _local2:int; var _local3:TweenInfo; var _local4:Number; var _local5:int; if (this.round){ _local2 = (_tweens.length - 1); while (_local2 > -1) { _local3 = _tweens[_local2]; _local4 = (_local3.start + (_local3.change * _arg1)); _local5 = ((_local4)<0) ? -1 : 1; _local3.target[_local3.property] = ((((_local4 % 1) * _local5))>0.5) ? (int(_local4) + _local5) : int(_local4); _local2--; }; } else { _local2 = (_tweens.length - 1); while (_local2 > -1) { _local3 = _tweens[_local2]; _local3.target[_local3.property] = (_local3.start + (_local3.change * _arg1)); _local2--; }; }; } public function set changeFactor(_arg1:Number):void{ updateTweens(_arg1); _changeFactor = _arg1; } protected function addTween(_arg1:Object, _arg2:String, _arg3:Number, _arg4, _arg5:String=null):void{ var _local6:Number; if (_arg4 != null){ _local6 = ((typeof(_arg4))=="number") ? (_arg4 - _arg3) : Number(_arg4); if (_local6 != 0){ _tweens[_tweens.length] = new TweenInfo(_arg1, _arg2, _arg3, _local6, ((_arg5) || (_arg2)), false); }; }; } public function killProps(_arg1:Object):void{ var _local2:int; _local2 = (this.overwriteProps.length - 1); while (_local2 > -1) { if ((this.overwriteProps[_local2] in _arg1)){ this.overwriteProps.splice(_local2, 1); }; _local2--; }; _local2 = (_tweens.length - 1); while (_local2 > -1) { if ((_tweens[_local2].name in _arg1)){ _tweens.splice(_local2, 1); }; _local2--; }; } public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ addTween(_arg1, this.propName, _arg1[this.propName], _arg2, this.propName); return (true); } public function get changeFactor():Number{ return (_changeFactor); } public static function activate(_arg1:Array):Boolean{ var _local2:int; var _local3:Object; _local2 = (_arg1.length - 1); while (_local2 > -1) { _local3 = new (_arg1[_local2]); TweenLite.plugins[_local3.propName] = _arg1[_local2]; _local2--; }; return (true); } } }//package gs.plugins
Section 8
//VisiblePlugin (gs.plugins.VisiblePlugin) package gs.plugins { import gs.*; import flash.display.*; public class VisiblePlugin extends TweenPlugin { protected var _tween:TweenLite; protected var _visible:Boolean; protected var _target:Object; public static const VERSION:Number = 1; public static const API:Number = 1; public function VisiblePlugin(){ this.propName = "visible"; this.overwriteProps = ["visible"]; this.onComplete = onCompleteTween; } override public function set changeFactor(_arg1:Number):void{ if (_target.visible != true){ _target.visible = true; }; } public function onCompleteTween():void{ if (((!((_tween.vars.runBackwards == true))) && ((_tween.ease == _tween.vars.ease)))){ _target.visible = _visible; }; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ _target = _arg1; _tween = _arg3; _visible = Boolean(_arg2); return (true); } } }//package gs.plugins
Section 9
//VolumePlugin (gs.plugins.VolumePlugin) package gs.plugins { import gs.*; import flash.display.*; import flash.media.*; public class VolumePlugin extends TweenPlugin { protected var _st:SoundTransform; protected var _target:Object; public static const VERSION:Number = 1.01; public static const API:Number = 1; public function VolumePlugin(){ this.propName = "volume"; this.overwriteProps = ["volume"]; } override public function set changeFactor(_arg1:Number):void{ updateTweens(_arg1); _target.soundTransform = _st; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ if (((isNaN(_arg2)) || (!(_arg1.hasOwnProperty("soundTransform"))))){ return (false); }; _target = _arg1; _st = _target.soundTransform; addTween(_st, "volume", _st.volume, _arg2, "volume"); return (true); } } }//package gs.plugins
Section 10
//ArrayTweenInfo (gs.utils.tween.ArrayTweenInfo) package gs.utils.tween { public class ArrayTweenInfo { public var change:Number; public var index:uint; public var start:Number; public function ArrayTweenInfo(_arg1:uint, _arg2:Number, _arg3:Number){ this.index = _arg1; this.start = _arg2; this.change = _arg3; } } }//package gs.utils.tween
Section 11
//TweenInfo (gs.utils.tween.TweenInfo) package gs.utils.tween { public class TweenInfo { public var start:Number; public var name:String; public var change:Number; public var target:Object; public var property:String; public var isPlugin:Boolean; public function TweenInfo(_arg1:Object, _arg2:String, _arg3:Number, _arg4:Number, _arg5:String, _arg6:Boolean){ this.target = _arg1; this.property = _arg2; this.start = _arg3; this.change = _arg4; this.name = _arg5; this.isPlugin = _arg6; } } }//package gs.utils.tween
Section 12
//TweenLite (gs.TweenLite) package gs { import flash.events.*; import flash.display.*; import gs.utils.tween.*; import gs.plugins.*; import flash.utils.*; public class TweenLite { public var delay:Number; protected var _hasUpdate:Boolean; protected var _hasPlugins:Boolean; public var started:Boolean; public var initted:Boolean; public var active:Boolean; public var startTime:Number; public var target:Object; public var duration:Number; public var gc:Boolean; public var vars:Object; public var ease:Function; public var tweens:Array; public var exposedVars:Object; public var combinedTimeScale:Number; public var initTime:Number; public static const version:Number = 10.09; private static var _timer:Timer = new Timer(2000); public static var defaultEase:Function = TweenLite.easeOut; public static var plugins:Object = {}; public static var currentTime:uint; public static var masterList:Dictionary = new Dictionary(false); protected static var _reservedProps:Object = {ease:1, delay:1, overwrite:1, onComplete:1, onCompleteParams:1, runBackwards:1, startAt:1, onUpdate:1, onUpdateParams:1, roundProps:1, onStart:1, onStartParams:1, persist:1, renderOnStart:1, proxiedEase:1, easeParams:1, yoyo:1, loop:1, onCompleteListener:1, onUpdateListener:1, onStartListener:1, orientToBezier:1, timeScale:1}; public static var killDelayedCallsTo:Function = TweenLite.killTweensOf; public static var timingSprite:Sprite = new Sprite(); public static var overwriteManager:Object; private static var _tlInitted:Boolean; public function TweenLite(_arg1:Object, _arg2:Number, _arg3:Object){ var _local4:int; super(); if (_arg1 == null){ return; }; if (!_tlInitted){ TweenPlugin.activate([TintPlugin, RemoveTintPlugin, FramePlugin, AutoAlphaPlugin, VisiblePlugin, VolumePlugin, EndArrayPlugin]); currentTime = getTimer(); timingSprite.addEventListener(Event.ENTER_FRAME, updateAll, false, 0, true); if (overwriteManager == null){ overwriteManager = {mode:1, enabled:false}; }; _timer.addEventListener("timer", killGarbage, false, 0, true); _timer.start(); _tlInitted = true; }; this.vars = _arg3; this.duration = ((_arg2) || (0.001)); this.delay = ((_arg3.delay) || (0)); this.combinedTimeScale = ((_arg3.timeScale) || (1)); this.active = Boolean((((_arg2 == 0)) && ((this.delay == 0)))); this.target = _arg1; if (typeof(this.vars.ease) != "function"){ this.vars.ease = defaultEase; }; if (this.vars.easeParams != null){ this.vars.proxiedEase = this.vars.ease; this.vars.ease = easeProxy; }; this.ease = this.vars.ease; this.exposedVars = ((this.vars.isTV)==true) ? this.vars.exposedVars : this.vars; this.tweens = []; this.initTime = currentTime; this.startTime = (this.initTime + (this.delay * 1000)); _local4 = ((((_arg3.overwrite == undefined)) || (((!(overwriteManager.enabled)) && ((_arg3.overwrite > 1)))))) ? overwriteManager.mode : int(_arg3.overwrite); if (((!((_arg1 in masterList))) || ((_local4 == 1)))){ masterList[_arg1] = [this]; } else { masterList[_arg1].push(this); }; if ((((((this.vars.runBackwards == true)) && (!((this.vars.renderOnStart == true))))) || (this.active))){ initTweenVals(); if (this.active){ render((this.startTime + 1)); } else { render(this.startTime); }; if (((((!((this.exposedVars.visible == null))) && ((this.vars.runBackwards == true)))) && ((this.target is DisplayObject)))){ this.target.visible = this.exposedVars.visible; }; }; } public function set enabled(_arg1:Boolean):void{ var _local2:Array; var _local3:Boolean; var _local4:int; if (_arg1){ if (!(this.target in masterList)){ masterList[this.target] = [this]; } else { _local2 = masterList[this.target]; _local4 = (_local2.length - 1); while (_local4 > -1) { if (_local2[_local4] == this){ _local3 = true; break; }; _local4--; }; if (!_local3){ _local2[_local2.length] = this; }; }; }; this.gc = (_arg1) ? false : true; if (this.gc){ this.active = false; } else { this.active = this.started; }; } public function clear():void{ this.tweens = []; this.vars = (this.exposedVars = {ease:this.vars.ease}); _hasUpdate = false; } public function render(_arg1:uint):void{ var _local2:Number; var _local3:Number; var _local4:TweenInfo; var _local5:int; _local2 = ((_arg1 - this.startTime) * 0.001); if (_local2 >= this.duration){ _local2 = this.duration; _local3 = ((((this.ease == this.vars.ease)) || ((this.duration == 0.001)))) ? 1 : 0; } else { _local3 = this.ease(_local2, 0, 1, this.duration); }; _local5 = (this.tweens.length - 1); while (_local5 > -1) { _local4 = this.tweens[_local5]; _local4.target[_local4.property] = (_local4.start + (_local3 * _local4.change)); _local5--; }; if (_hasUpdate){ this.vars.onUpdate.apply(null, this.vars.onUpdateParams); }; if (_local2 == this.duration){ complete(true); }; } public function activate():void{ this.started = (this.active = true); if (!this.initted){ initTweenVals(); }; if (this.vars.onStart != null){ this.vars.onStart.apply(null, this.vars.onStartParams); }; if (this.duration == 0.001){ this.startTime = (this.startTime - 1); }; } public function get enabled():Boolean{ return ((this.gc) ? false : true); } public function initTweenVals():void{ var _local1:String; var _local2:int; var _local3:*; var _local4:TweenInfo; if (((!((this.exposedVars.timeScale == undefined))) && ((this.target is TweenLite)))){ this.tweens[this.tweens.length] = new TweenInfo(this.target, "timeScale", this.target.timeScale, (this.exposedVars.timeScale - this.target.timeScale), "timeScale", false); }; for (_local1 in this.exposedVars) { if ((_local1 in _reservedProps)){ } else { if ((_local1 in plugins)){ _local3 = new (plugins[_local1]); if (_local3.onInitTween(this.target, this.exposedVars[_local1], this) == false){ this.tweens[this.tweens.length] = new TweenInfo(this.target, _local1, this.target[_local1], ((typeof(this.exposedVars[_local1]))=="number") ? (this.exposedVars[_local1] - this.target[_local1]) : Number(this.exposedVars[_local1]), _local1, false); } else { this.tweens[this.tweens.length] = new TweenInfo(_local3, "changeFactor", 0, 1, ((_local3.overwriteProps.length)==1) ? _local3.overwriteProps[0] : "_MULTIPLE_", true); _hasPlugins = true; }; } else { this.tweens[this.tweens.length] = new TweenInfo(this.target, _local1, this.target[_local1], ((typeof(this.exposedVars[_local1]))=="number") ? (this.exposedVars[_local1] - this.target[_local1]) : Number(this.exposedVars[_local1]), _local1, false); }; }; }; if (this.vars.runBackwards == true){ _local2 = (this.tweens.length - 1); while (_local2 > -1) { _local4 = this.tweens[_local2]; this.tweens[_local2].start = (_local4.start + _local4.change); _local4.change = -(_local4.change); _local2--; }; }; if (this.vars.onUpdate != null){ _hasUpdate = true; }; if (((TweenLite.overwriteManager.enabled) && ((this.target in masterList)))){ overwriteManager.manageOverwrites(this, masterList[this.target]); }; this.initted = true; } protected function easeProxy(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ return (this.vars.proxiedEase.apply(null, arguments.concat(this.vars.easeParams))); } public function killVars(_arg1:Object):void{ if (overwriteManager.enabled){ overwriteManager.killVars(_arg1, this.exposedVars, this.tweens); }; } public function complete(_arg1:Boolean=false):void{ var _local2:int; if (!_arg1){ if (!this.initted){ initTweenVals(); }; this.startTime = (currentTime - ((this.duration * 1000) / this.combinedTimeScale)); render(currentTime); return; }; if (_hasPlugins){ _local2 = (this.tweens.length - 1); while (_local2 > -1) { if (((this.tweens[_local2].isPlugin) && (!((this.tweens[_local2].target.onComplete == null))))){ this.tweens[_local2].target.onComplete(); }; _local2--; }; }; if (this.vars.persist != true){ this.enabled = false; }; if (this.vars.onComplete != null){ this.vars.onComplete.apply(null, this.vars.onCompleteParams); }; } public static function updateAll(_arg1:Event=null):void{ var _local2:uint; var _local3:Dictionary; var _local4:Array; var _local5:int; var _local6:TweenLite; _local2 = (currentTime = getTimer()); _local3 = masterList; for each (_local4 in _local3) { _local5 = (_local4.length - 1); while (_local5 > -1) { _local6 = _local4[_local5]; if (_local6.active){ _local6.render(_local2); } else { if (_local6.gc){ _local4.splice(_local5, 1); } else { if (_local2 >= _local6.startTime){ _local6.activate(); _local6.render(_local2); }; }; }; _local5--; }; }; } public static function removeTween(_arg1:TweenLite, _arg2:Boolean=true):void{ if (_arg1 != null){ if (_arg2){ _arg1.clear(); }; _arg1.enabled = false; }; } public static function killTweensOf(_arg1:Object=null, _arg2:Boolean=false):void{ var _local3:Array; var _local4:int; var _local5:TweenLite; if (((!((_arg1 == null))) && ((_arg1 in masterList)))){ _local3 = masterList[_arg1]; _local4 = (_local3.length - 1); while (_local4 > -1) { _local5 = _local3[_local4]; if (((_arg2) && (!(_local5.gc)))){ _local5.complete(false); }; _local5.clear(); _local4--; }; delete masterList[_arg1]; }; } public static function from(_arg1:Object, _arg2:Number, _arg3:Object):TweenLite{ _arg3.runBackwards = true; return (new TweenLite(_arg1, _arg2, _arg3)); } public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = (_arg1 / _arg4); return ((((-(_arg3) * _arg1) * (_arg1 - 2)) + _arg2)); } protected static function killGarbage(_arg1:TimerEvent):void{ var _local2:Dictionary; var _local3:Object; _local2 = masterList; for (_local3 in _local2) { if (_local2[_local3].length == 0){ delete _local2[_local3]; }; }; } public static function delayedCall(_arg1:Number, _arg2:Function, _arg3:Array=null):TweenLite{ return (new TweenLite(_arg2, 0, {delay:_arg1, onComplete:_arg2, onCompleteParams:_arg3, overwrite:0})); } public static function to(_arg1:Object, _arg2:Number, _arg3:Object):TweenLite{ return (new TweenLite(_arg1, _arg2, _arg3)); } } }//package gs
Section 13
//bags_117 (rich_fla.bags_117) package rich_fla { import flash.display.*; public dynamic class bags_117 extends MovieClip { public function bags_117(){ addFrameScript(0, frame1, 5, frame6); } function frame6(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package rich_fla
Section 14
//bottoms_100 (rich_fla.bottoms_100) package rich_fla { import flash.display.*; public dynamic class bottoms_100 extends MovieClip { public function bottoms_100(){ addFrameScript(0, frame1, 11, frame12); } function frame12(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package rich_fla
Section 15
//cbvdsfdsf_loader_7 (rich_fla.cbvdsfdsf_loader_7) package rich_fla { import flash.display.*; public dynamic class cbvdsfdsf_loader_7 extends MovieClip { public var masker:MovieClip; } }//package rich_fla
Section 16
//chains_130 (rich_fla.chains_130) package rich_fla { import flash.display.*; public dynamic class chains_130 extends MovieClip { public function chains_130(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package rich_fla
Section 17
//dolls_77 (rich_fla.dolls_77) package rich_fla { import flash.display.*; public dynamic class dolls_77 extends MovieClip { public var music:MovieClip; public var dress:MovieClip; public var bags:MovieClip; public var glass:MovieClip; public var earring:MovieClip; public var bottoms:MovieClip; public var tops:MovieClip; public var chain:MovieClip; public var caps:MovieClip; public var shoes:MovieClip; public var hair:MovieClip; } }//package rich_fla
Section 18
//dress_83 (rich_fla.dress_83) package rich_fla { import flash.display.*; public dynamic class dress_83 extends MovieClip { public function dress_83(){ addFrameScript(0, frame1, 16, frame17); } function frame1(){ stop(); } function frame17(){ gotoAndStop(2); } } }//package rich_fla
Section 19
//earrings_135 (rich_fla.earrings_135) package rich_fla { import flash.display.*; public dynamic class earrings_135 extends MovieClip { public function earrings_135(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package rich_fla
Section 20
//earringscopy_67 (rich_fla.earringscopy_67) package rich_fla { import flash.display.*; public dynamic class earringscopy_67 extends MovieClip { public function earringscopy_67(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package rich_fla
Section 21
//hairs_64 (rich_fla.hairs_64) package rich_fla { import flash.display.*; public dynamic class hairs_64 extends MovieClip { public function hairs_64(){ addFrameScript(0, frame1, 4, frame5); } function frame1(){ stop(); } function frame5(){ gotoAndStop(1); } } }//package rich_fla
Section 22
//MainTimeline (rich_fla.MainTimeline) package rich_fla { import gs.*; import flash.events.*; import flash.display.*; import flash.geom.*; import fl.transitions.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 gs.easing.*; public dynamic class MainTimeline extends MovieClip { public var pl:MovieClip; public var t2:TextField; public var t1:TextField; public var dress_btn:SimpleButton; public var tops_btn:SimpleButton; public var preloader:MovieClip; public var hair_btn:SimpleButton; public var shoes_btn:SimpleButton; public var dolls:MovieClip; public var nextbtn:SimpleButton; public var contestMenu:ContextMenu; public var percentage:Number; public var popup:MovieClip; public var logo_mc:SimpleButton; public var BitsLoaded:TextField; public var queCount:uint; public var que:Array; public var buttons2:MovieClip; public var girldollArray:Array; public var dress1; public var mailArray:Array; public var sndon:SimpleButton; public var bullet:backscore; public var glass_btn:SimpleButton; public var music_btn:SimpleButton; public var bottoms_btn:SimpleButton; public var doll:MovieClip; public var top; public var bg_btn:SimpleButton; public var bgss:MovieClip; public var sndoff:SimpleButton; public var play_more:SimpleButton; public var bags_btn:SimpleButton; public var email:SimpleButton; public var nex:SimpleButton; public var bulletChannel:SoundChannel; public var contextmenuItem:ContextMenuItem; public var bot; public var chain_btn:SimpleButton; public var studs_btn:SimpleButton; public var caps_btn:SimpleButton; public var ball:MovieClip; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4, 4, frame5); } public function hideAdd1(_arg1:MouseEvent):void{ popup.friend1.visible = false; que.push("0"); que.sort(); trace(("close1:" + que)); popup.addition.mouseEnabled = true; } public function hideAdd2(_arg1:MouseEvent):void{ popup.friend2.visible = false; que.push("1"); que.sort(); trace(("close2:" + que)); popup.addition.mouseEnabled = true; } public function hideAdd3(_arg1:MouseEvent):void{ popup.friend3.visible = false; que.push("2"); que.sort(); trace(("close3:" + que)); popup.addition.mouseEnabled = true; } public function hideAdd4(_arg1:MouseEvent):void{ popup.friend4.visible = false; que.push("3"); que.sort(); trace(("close4:" + que)); popup.addition.mouseEnabled = true; } public function result(_arg1:Event):void{ if (t1.text == ""){ nextbtn.visible = false; } else { nextbtn.visible = true; }; } public function music(_arg1:MouseEvent):void{ doll.music.nextFrame(); Globe.music = doll.music.currentFrame; buttons2.resetbtn.visible = true; } public function dress(_arg1:MouseEvent):void{ doll.dress.nextFrame(); if (doll.dress.currentFrame == doll.dress.totalFrames){ doll.dress.gotoAndStop(2); }; trace(doll.dress.currentFrame); Globe.dress = doll.dress.currentFrame; Globe.tops = 0; Globe.bottoms = 0; doll.tops.gotoAndStop(1); doll.bottoms.gotoAndStop(1); dress1 = 1; top = 0; bot = 0; buttons2.resetbtn.visible = true; } public function ser(_arg1:Event){ if (dress1 == 1){ buttons2.nextbtn1.visible = true; } else { if ((((top == 1)) && ((bot == 1)))){ buttons2.nextbtn1.visible = true; } else { buttons2.nextbtn1.visible = false; }; }; } function frame2(){ stop(); Globe.playback = true; if (bulletChannel){ bulletChannel.stop(); }; pl.buttonMode = true; pl.addEventListener(MouseEvent.CLICK, plays); stage.tabChildren = false; 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 frame3(){ MochiBot.track(this, "5cef09b8"); stop(); Globe.dress = 0; Globe.tops = 0; Globe.bottoms = 0; Globe.chain = 0; Globe.earring = 0; Globe.shoes = 0; Globe.bags = 0; Globe.hair = 0; Globe.glass = 0; Globe.music = 0; Globe.caps = 0; dress1 = 0; top = 0; bot = 0; doll.hair.gotoAndStop(1); stage.tabChildren = false; doll.dress.gotoAndStop(1); doll.tops.gotoAndStop(1); doll.bottoms.gotoAndStop(1); doll.shoes.gotoAndStop(1); doll.chain.gotoAndStop(1); doll.earring.gotoAndStop(1); doll.bags.gotoAndStop(1); doll.glass.gotoAndStop(1); doll.music.gotoAndStop(1); doll.caps.gotoAndStop(1); stage.addEventListener(Event.ENTER_FRAME, ser); bullet = new backscore(); bulletChannel = bullet.play(0, int.MAX_VALUE); sndoff.addEventListener(MouseEvent.CLICK, sndop); sndon.addEventListener(MouseEvent.CLICK, sndst); dress_btn.addEventListener(MouseEvent.CLICK, dress); hair_btn.addEventListener(MouseEvent.CLICK, hair); tops_btn.addEventListener(MouseEvent.CLICK, tops); bottoms_btn.addEventListener(MouseEvent.CLICK, bottoms); shoes_btn.addEventListener(MouseEvent.CLICK, shoe); chain_btn.addEventListener(MouseEvent.CLICK, chain); studs_btn.addEventListener(MouseEvent.CLICK, earring); bags_btn.addEventListener(MouseEvent.CLICK, bags); glass_btn.addEventListener(MouseEvent.CLICK, glass); music_btn.addEventListener(MouseEvent.CLICK, music); caps_btn.addEventListener(MouseEvent.CLICK, caps); buttons2.resetbtn.addEventListener(MouseEvent.CLICK, rese); buttons2.nextbtn1.addEventListener(MouseEvent.CLICK, nx); if (loaderInfo.url.match("123peppy")){ logo_mc.visible = false; } else { logo_mc.addEventListener(MouseEvent.CLICK, link); }; buttons2.resetbtn.visible = false; } function frame4(){ stop(); t1.text = ""; t1.restrict = "A-Z0-9"; stage.tabChildren = false; stage.addEventListener(Event.ENTER_FRAME, result); nextbtn.addEventListener(MouseEvent.CLICK, nextbtns); if (loaderInfo.url.match("123peppy")){ logo_mc.visible = false; } else { logo_mc.addEventListener(MouseEvent.CLICK, link2); }; } function frame5(){ stop(); dolls.hair.gotoAndStop(Globe.hair); dolls.dress.gotoAndStop(Globe.dress); dolls.tops.gotoAndStop(Globe.tops); dolls.bottoms.gotoAndStop(Globe.bottoms); dolls.shoes.gotoAndStop(Globe.shoes); dolls.chain.gotoAndStop(Globe.chain); dolls.earring.gotoAndStop(Globe.earring); dolls.bags.gotoAndStop(Globe.bags); dolls.glass.gotoAndStop(Globe.glass); dolls.music.gotoAndStop(Globe.music); dolls.caps.gotoAndStop(Globe.caps); switch (this.loaderInfo.parameters.lang){ case "fr": Globe.temp = 6; break; case "de": Globe.temp = 5; break; case "it": Globe.temp = 4; break; case "pl": Globe.temp = 10; break; case "ru": Globe.temp = 3; break; case "tr": Globe.temp = 7; break; case "sv": Globe.temp = 8; break; case "pt-br": Globe.temp = 11; break; case "es": Globe.temp = 9; break; case "nl": Globe.temp = 2; break; default: Globe.temp = 1; break; }; bg_btn.addEventListener(MouseEvent.CLICK, bgss1); stage.tabChildren = false; if (loaderInfo.url.match("123peppy")){ logo_mc.visible = false; play_more.visible = false; } else { play_more.visible = true; logo_mc.addEventListener(MouseEvent.CLICK, link1); }; play_more.addEventListener(MouseEvent.CLICK, link7); if (((this.loaderInfo.parameters.bg) && ((Globe.playback == false)))){ email.visible = true; nex.tabEnabled = false; email.tabEnabled = false; email.addEventListener(MouseEvent.CLICK, showMailBox); popup.close.addEventListener(MouseEvent.CLICK, hideMailBox); popup.addition.addEventListener(MouseEvent.CLICK, showExtra); popup.submit.addEventListener(MouseEvent.CLICK, callMail); t2.text = this.loaderInfo.parameters.name; 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.bags.gotoAndStop(Number(girldollArray[3])); dolls.chain.gotoAndStop(Number(girldollArray[4])); dolls.shoes.gotoAndStop(Number(girldollArray[5])); dolls.earring.gotoAndStop(Number(girldollArray[6])); dolls.hair.gotoAndStop(Number(girldollArray[7])); dolls.glass.gotoAndStop(Number(girldollArray[8])); dolls.music.gotoAndStop(Number(girldollArray[9])); dolls.caps.gotoAndStop(Number(girldollArray[10])); bgss.gotoAndStop(Number(girldollArray[11])); } 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.bags.gotoAndStop(Number(girldollArray[5])); dolls.chain.gotoAndStop(Number(girldollArray[6])); dolls.shoes.gotoAndStop(Number(girldollArray[7])); dolls.earring.gotoAndStop(Number(girldollArray[8])); dolls.hair.gotoAndStop(Number(girldollArray[9])); dolls.glass.gotoAndStop(Number(girldollArray[10])); dolls.music.gotoAndStop(Number(girldollArray[11])); dolls.caps.gotoAndStop(Number(girldollArray[12])); bgss.gotoAndStop(Number(girldollArray[13])); } 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.bags.gotoAndStop(Number(girldollArray[4])); dolls.chain.gotoAndStop(Number(girldollArray[5])); dolls.shoes.gotoAndStop(Number(girldollArray[6])); dolls.earring.gotoAndStop(Number(girldollArray[7])); dolls.hair.gotoAndStop(Number(girldollArray[8])); dolls.glass.gotoAndStop(Number(girldollArray[9])); dolls.music.gotoAndStop(Number(girldollArray[10])); dolls.caps.gotoAndStop(Number(girldollArray[11])); bgss.gotoAndStop(Number(girldollArray[12])); } 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.bags.gotoAndStop(Number(girldollArray[4])); dolls.chain.gotoAndStop(Number(girldollArray[5])); dolls.shoes.gotoAndStop(Number(girldollArray[6])); dolls.earring.gotoAndStop(Number(girldollArray[7])); dolls.hair.gotoAndStop(Number(girldollArray[8])); dolls.glass.gotoAndStop(Number(girldollArray[9])); dolls.music.gotoAndStop(Number(girldollArray[10])); dolls.caps.gotoAndStop(Number(girldollArray[11])); bgss.gotoAndStop(Number(girldollArray[12])); } 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.bags.gotoAndStop(Number(girldollArray[4])); dolls.chain.gotoAndStop(Number(girldollArray[5])); dolls.shoes.gotoAndStop(Number(girldollArray[6])); dolls.earring.gotoAndStop(Number(girldollArray[7])); dolls.hair.gotoAndStop(Number(girldollArray[8])); dolls.glass.gotoAndStop(Number(girldollArray[9])); dolls.music.gotoAndStop(Number(girldollArray[10])); dolls.caps.gotoAndStop(Number(girldollArray[11])); bgss.gotoAndStop(Number(girldollArray[12])); }; }; }; }; }; nex.addEventListener(MouseEvent.CLICK, plas1); nex.tabEnabled = false; } else { if (Globe.playback == true){ t2.text = Globe.tex; nex.tabEnabled = false; email.visible = true; email.tabEnabled = false; dolls.dress.gotoAndStop(Globe.dress); dolls.tops.gotoAndStop(Globe.tops); dolls.bottoms.gotoAndStop(Globe.bottoms); dolls.bags.gotoAndStop(Globe.bags); dolls.chain.gotoAndStop(Globe.chain); dolls.shoes.gotoAndStop(Globe.shoes); dolls.earring.gotoAndStop(Globe.earring); dolls.hair.gotoAndStop(Globe.hair); dolls.glass.gotoAndStop(Globe.glass); bgss.gotoAndStop(Globe.bgss); nex.addEventListener(MouseEvent.CLICK, plas); email.addEventListener(MouseEvent.CLICK, showMailBox); popup.close.addEventListener(MouseEvent.CLICK, hideMailBox); popup.addition.addEventListener(MouseEvent.CLICK, showExtra); popup.submit.addEventListener(MouseEvent.CLICK, callMail); }; }; que = new Array("0", "1", "2", "3"); queCount = 0; mailArray = new Array(popup.friend1, popup.friend2, popup.friend3, popup.friend4); Globe.bgss = bgss.currentFrame; 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); var _local2 = popup; with (_local2) { friend1.visible = (friend2.visible = (friend3.visible = (friend4.visible = false))); }; } 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); } public function earring(_arg1:MouseEvent):void{ doll.earring.nextFrame(); Globe.earring = doll.earring.currentFrame; buttons2.resetbtn.visible = true; } public function rollout5(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 1; _arg1.currentTarget.scaleY = 1; } public function rollout2(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.6; _arg1.currentTarget.scaleY = 0.6; } public function chain(_arg1:MouseEvent):void{ doll.chain.nextFrame(); Globe.chain = doll.chain.currentFrame; buttons2.resetbtn.visible = true; } public function plas1(_arg1:MouseEvent){ gotoAndStop(2); } public function showMailBox(_arg1:MouseEvent):void{ email.mouseEnabled = false; TweenLite.to(popup, 0.5, {y:(600 - popup.height), ease:Back.easeOut}); popup.nameDetail.text = ""; popup.mailDetail.text = ""; popup.messageDetail.text = ""; popup.friendName.text = ""; popup.friendMail.text = ""; popup.friend1.friendMail.text = ""; popup.friend2.friendMail.text = ""; popup.friend3.friendMail.text = ""; popup.friend4.friendMail.text = ""; } public function rollover(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.9; _arg1.currentTarget.scaleY = 0.9; } public function caps(_arg1:MouseEvent):void{ doll.caps.nextFrame(); Globe.caps = doll.caps.currentFrame; buttons2.resetbtn.visible = true; } public function rollout123(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.9; _arg1.currentTarget.scaleY = 0.9; } public function shoe(_arg1:MouseEvent):void{ doll.shoes.nextFrame(); Globe.shoes = doll.shoes.currentFrame; buttons2.resetbtn.visible = true; } 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, 0.5, {y:(600 + popup.height), ease:Back.easeIn}); var _local3 = popup; with (_local3) { friend1.visible = (friend2.visible = (friend3.visible = (friend4.visible = false))); }; queCount = 0; popup.nameDetail.text = ""; popup.mailDetail.text = ""; popup.messageDetail.text = ""; popup.friendName.text = ""; popup.friendMail.text = ""; popup.friend1.friendMail.text = ""; popup.friend2.friendMail.text = ""; popup.friend3.friendMail.text = ""; popup.friend4.friendMail.text = ""; } public function showExtra(_arg1:MouseEvent):void{ if (queCount < 4){ queCount++; trace(queCount); }; trace(("que[0]:" + que[0])); switch (que[0]){ case que[0]: mailArray[que[0]].visible = true; que.splice(0, 1); que.sort(); trace(("after switch:" + que)); if (que.length == 0){ popup.addition.mouseEnabled = false; }; break; }; } public function sndop(_arg1:MouseEvent):void{ bulletChannel.stop(); sndon.visible = true; sndoff.visible = false; } public function nextbtns(_arg1:MouseEvent):void{ Globe.tex = t1.text; nextFrame(); stage.removeEventListener(Event.ENTER_FRAME, result); } public function plas(_arg1:MouseEvent){ gotoAndStop(2); } public function callMail(_arg1:MouseEvent):void{ var girlDoll:String; var countRequest:URLRequest; var countVariables:URLVariables; var loadG:URLLoader; var ups:Function; var request:URLRequest; var variables:URLVariables; var event = _arg1; ups = function (_arg1:Event):void{ trace(_arg1.target.data); }; Globe.bgss = bgss.currentFrame; girlDoll = (((((((((((dolls.dress.currentFrame.toString() + dolls.tops.currentFrame.toString()) + dolls.bottoms.currentFrame.toString()) + dolls.bags.currentFrame.toString()) + dolls.chain.currentFrame.toString()) + dolls.shoes.currentFrame.toString()) + dolls.earring.currentFrame.toString()) + dolls.hair.currentFrame.toString()) + dolls.glass.currentFrame.toString()) + dolls.music.currentFrame.toString()) + dolls.caps.currentFrame.toString()) + bgss.currentFrame.toString()); trace((girlDoll + "Final")); countRequest = new URLRequest("http://www.123peppy.com/gamecount"); countVariables = new URLVariables(); countVariables.gameid = this.loaderInfo.parameters.gameid; countRequest.data = countVariables; loadG = new URLLoader(); loadG.load(countRequest); loadG.addEventListener(Event.COMPLETE, ups); 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 = "Rich Alina"; 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/riche-alina"; break; case "de": variables.path = "http://www.123peppy.com/de/play/reich-alina"; break; case "it": variables.path = "http://www.123peppy.com/it/play/ricchi-alina"; break; case "pl": variables.path = "http://www.123peppy.com/pl/play/bogaty-alina"; break; case "ru": variables.path = "http://www.123peppy.com/ru/play/богатые-алина"; break; case "tr": variables.path = "http://www.123peppy.com/tr/play/zengin-alina"; break; case "sv": variables.path = "http://www.123peppy.com/sv/play/rika-alina"; break; case "pt-br": variables.path = "http://www.123peppy.com/pt-br/play/rico-alina"; break; case "es": variables.path = "http://www.123peppy.com/es/play/ricos-alina"; break; case "nl": variables.path = "http://www.123peppy.com/nl/play/rijke-alina"; break; default: variables.path = "http://www.123peppy.com/play/rich-alina"; 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; }; }; }; }; request.data = variables; sendToURL(request); TweenLite.to(popup, 0.5, {y:(600 + popup.height), ease:Back.easeIn}); var _local3 = popup; with (_local3) { friend1.visible = (friend2.visible = (friend3.visible = (friend4.visible = false))); }; queCount = 0; } public function 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 bags(_arg1:MouseEvent):void{ doll.bags.nextFrame(); Globe.bags = doll.bags.currentFrame; buttons2.resetbtn.visible = true; } public function Site(_arg1:Event):void{ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function bgss1(_arg1:MouseEvent):void{ bgss.nextFrame(); Globe.bgss = bgss.currentFrame; } public function link1(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function link2(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function glass(_arg1:MouseEvent):void{ doll.glass.nextFrame(); Globe.glass = doll.glass.currentFrame; buttons2.resetbtn.visible = true; } public function link7(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function link9(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.games2girls.com"); navigateToURL(_local2, "_blank"); } public function rollover2(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.7; _arg1.currentTarget.scaleY = 0.7; } public function rollover5(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 1.1; _arg1.currentTarget.scaleY = 1.1; } public function sndst(_arg1:MouseEvent):void{ bulletChannel = bullet.play(0, int.MAX_VALUE); sndoff.visible = true; sndon.visible = false; } public function link10(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.games2girls.com"); navigateToURL(_local2, "_blank"); } public function link11(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.games2girls.com"); navigateToURL(_local2, "_blank"); } public function bottoms(_arg1:MouseEvent):void{ doll.bottoms.nextFrame(); Globe.bottoms = doll.bottoms.currentFrame; Globe.dress = 0; doll.dress.gotoAndStop(1); dress1 = 0; bot = 1; buttons2.resetbtn.visible = true; } public function rollout(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.8; _arg1.currentTarget.scaleY = 0.8; } public function tops(_arg1:MouseEvent):void{ doll.tops.nextFrame(); Globe.tops = doll.tops.currentFrame; Globe.dress = 0; doll.dress.gotoAndStop(1); dress1 = 0; top = 1; buttons2.resetbtn.visible = true; } public function rese(_arg1:MouseEvent):void{ doll.hair.gotoAndStop(1); buttons2.resetbtn.visible = false; doll.dress.gotoAndStop(1); doll.tops.gotoAndStop(1); doll.bottoms.gotoAndStop(1); doll.shoes.gotoAndStop(1); doll.chain.gotoAndStop(1); doll.earring.gotoAndStop(1); doll.bags.gotoAndStop(1); doll.glass.gotoAndStop(1); doll.music.gotoAndStop(1); doll.caps.gotoAndStop(1); dress1 = 0; top = 0; bot = 0; Globe.dress = 0; Globe.tops = 0; Globe.bottoms = 0; Globe.chain = 0; Globe.earring = 0; Globe.shoes = 0; Globe.bags = 0; Globe.hair = 0; Globe.glass = 0; Globe.music = 0; Globe.caps = 0; } public function rollover123(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.7; _arg1.currentTarget.scaleY = 0.7; } public function nx(_arg1:MouseEvent):void{ stage.removeEventListener(Event.ENTER_FRAME, ser); nextFrame(); } public function plays(_arg1:MouseEvent):void{ nextFrame(); } public function hair(_arg1:MouseEvent):void{ doll.hair.nextFrame(); Globe.hair = doll.hair.currentFrame; buttons2.resetbtn.visible = true; } public function link(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } } }//package rich_fla
Section 23
//nOHJKNCNCNKL_239 (rich_fla.nOHJKNCNCNKL_239) package rich_fla { import flash.display.*; import flash.text.*; public dynamic class nOHJKNCNCNKL_239 extends MovieClip { public var friendMail:TextField; public var close:SimpleButton; } }//package rich_fla
Section 24
//nOL_238 (rich_fla.nOL_238) package rich_fla { import flash.display.*; import flash.text.*; public dynamic class nOL_238 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 rich_fla
Section 25
//peppydfgfsds_loader_19 (rich_fla.peppydfgfsds_loader_19) package rich_fla { import flash.display.*; public dynamic class peppydfgfsds_loader_19 extends MovieClip { public function peppydfgfsds_loader_19(){ addFrameScript(46, frame47); } function frame47(){ stop(); } } }//package rich_fla
Section 26
//shoes_78 (rich_fla.shoes_78) package rich_fla { import flash.display.*; public dynamic class shoes_78 extends MovieClip { public function shoes_78(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package rich_fla
Section 27
//Symbol3_220 (rich_fla.Symbol3_220) package rich_fla { import flash.display.*; public dynamic class Symbol3_220 extends MovieClip { public var resetbtn:SimpleButton; public var nextbtn1:SimpleButton; } }//package rich_fla
Section 28
//tops_116 (rich_fla.tops_116) package rich_fla { import flash.display.*; public dynamic class tops_116 extends MovieClip { public function tops_116(){ addFrameScript(0, frame1, 11, frame12); } function frame12(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package rich_fla
Section 29
//topscopy_48 (rich_fla.topscopy_48) package rich_fla { import flash.display.*; public dynamic class topscopy_48 extends MovieClip { public function topscopy_48(){ addFrameScript(0, frame1, 11, frame12); } function frame12(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package rich_fla
Section 30
//yugxfgbszdcopy2_74 (rich_fla.yugxfgbszdcopy2_74) package rich_fla { import flash.display.*; public dynamic class yugxfgbszdcopy2_74 extends MovieClip { public function yugxfgbszdcopy2_74(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package rich_fla
Section 31
//backscore (backscore) package { import flash.media.*; public dynamic class backscore extends Sound { } }//package
Section 32
//Globe (Globe) package { public class Globe { 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 caps:Number = 0; public static var hair:Number = 0; public static var music:Number = 0; public static var tex:String = ""; public static var shoes:Number = 0; public static var bags:Number = 0; public static var bgss:Number = 0; public static var bottoms:Number = 0; public static var glass:Number = 0; public static var dress:Number = 0; } }//package
Section 33
//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

Library Items

Symbol 1 Sound {backscore}
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:12
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:12
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:12
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:12
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:12
Symbol 12 MovieClipUses:3 5 7 9 11Used by:Timeline
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:26
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:26
Symbol 17 GraphicUsed by:26
Symbol 18 GraphicUsed by:26
Symbol 19 GraphicUsed by:26
Symbol 20 GraphicUsed by:26
Symbol 21 GraphicUsed by:26
Symbol 22 GraphicUsed by:26
Symbol 23 GraphicUsed by:26
Symbol 24 GraphicUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClip {rich_fla.cbvdsfdsf_loader_7}Uses:14 16 17 18 19 20 21 22 23 24 25Used by:Timeline
Symbol 27 FontUsed by:28
Symbol 28 EditableTextUses:27Used by:Timeline
Symbol 29 FontUsed by:30
Symbol 30 TextUses:29Used by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:Timeline
Symbol 34 FontUsed by:35 606 614 615 616 617 618 628 630 632 634 636 637
Symbol 35 TextUses:34Used by:Timeline
Symbol 36 GraphicUsed by:60
Symbol 37 GraphicUsed by:39
Symbol 38 MovieClipUsed by:39
Symbol 39 MovieClipUses:37 38Used by:60
Symbol 40 GraphicUsed by:50
Symbol 41 ShapeTweeningUsed by:49
Symbol 42 GraphicUsed by:49
Symbol 43 ShapeTweeningUsed by:49
Symbol 44 GraphicUsed by:49
Symbol 45 ShapeTweeningUsed by:49
Symbol 46 GraphicUsed by:49
Symbol 47 ShapeTweeningUsed by:49
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:41 42 43 44 45 46 47 48Used by:50
Symbol 50 MovieClipUses:40 49Used by:58
Symbol 51 GraphicUsed by:56
Symbol 52 GraphicUsed by:56
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:51 52 54 55Used by:58
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:50 56 57Used by:60
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:36 39 58 59Used by:Timeline
Symbol 61 FontUsed by:62 63 64 65 66 67 69 70 71 72 73 74 75 76 540
Symbol 62 TextUses:61Used by:68
Symbol 63 TextUses:61Used by:68
Symbol 64 TextUses:61Used by:68
Symbol 65 TextUses:61Used by:68
Symbol 66 TextUses:61Used by:68
Symbol 67 TextUses:61Used by:68
Symbol 68 MovieClip {rich_fla.peppydfgfsds_loader_19}Uses:62 63 64 65 66 67Used by:Timeline
Symbol 69 TextUses:61Used by:77
Symbol 70 TextUses:61Used by:77
Symbol 71 TextUses:61Used by:77
Symbol 72 TextUses:61Used by:77
Symbol 73 TextUses:61Used by:77
Symbol 74 TextUses:61Used by:77
Symbol 75 TextUses:61Used by:77
Symbol 76 TextUses:61Used by:77
Symbol 77 MovieClipUses:69 70 71 72 73 74 75 76Used by:Timeline
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:Timeline
Symbol 80 GraphicUsed by:95
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:95
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:95
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:95
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:95
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:95
Symbol 91 GraphicUsed by:95
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:95
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:80 82 84 86 88 90 91 93 94Used by:97
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:95 96Used by:179 317
Symbol 98 GraphicUsed by:179
Symbol 99 GraphicUsed by:114
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:114
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:114
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:114
Symbol 106 GraphicUsed by:114
Symbol 107 GraphicUsed by:108 109
Symbol 108 MovieClipUses:107Used by:114
Symbol 109 MovieClipUses:107Used by:114
Symbol 110 GraphicUsed by:114
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:114
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:99 101 103 105 106 108 109 110 112 113Used by:118
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:118
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:114 116 117Used by:179 317
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:121 211
Symbol 121 MovieClipUses:120Used by:179
Symbol 122 GraphicUsed by:127
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:127
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:127
Symbol 127 MovieClipUses:122 124 126Used by:128 278
Symbol 128 MovieClipUses:127Used by:179
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:131 244
Symbol 131 MovieClipUses:130Used by:179
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:155 279
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:155 279
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:155 279
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:155 279
Symbol 140 GraphicUsed by:144
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:144
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:140 142 143Used by:155 279
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:155 279
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:155 279
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:155 279
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:155 279
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:155 279
Symbol 155 MovieClip {rich_fla.topscopy_48}Uses:133 135 137 139 144 146 148 150 152 154Used by:179
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:158 315
Symbol 158 MovieClipUses:157Used by:179
Symbol 159 GraphicUsed by:162
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:162
Symbol 162 MovieClipUses:159 161Used by:179 317
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:167
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:167
Symbol 167 MovieClip {rich_fla.hairs_64}Uses:164 166Used by:179 317
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:178 316
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:178 316
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:172Used by:178 316
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:174Used by:178 316
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:178 316
Symbol 178 MovieClip {rich_fla.earringscopy_67}Uses:169 171 173 175 177Used by:179
Symbol 179 MovieClipUses:97 98 118 121 128 131 155 158 162 167 178Used by:Timeline
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:182
Symbol 182 MovieClipUses:181Used by:Timeline
Symbol 183 GraphicUsed by:195
Symbol 184 FontUsed by:185 556
Symbol 185 TextUses:184Used by:195
Symbol 186 GraphicUsed by:195
Symbol 187 GraphicUsed by:195
Symbol 188 GraphicUsed by:195
Symbol 189 GraphicUsed by:195
Symbol 190 GraphicUsed by:195
Symbol 191 GraphicUsed by:195
Symbol 192 GraphicUsed by:195
Symbol 193 GraphicUsed by:195
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClip {rich_fla.yugxfgbszdcopy2_74}Uses:183 185 186 187 188 189 190 191 192 193 194Used by:Timeline
Symbol 196 FontUsed by:197
Symbol 197 TextUses:196Used by:Timeline
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:Timeline
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:Timeline
Symbol 202 GraphicUsed by:317
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:211
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:211
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:211
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:211
Symbol 211 MovieClip {rich_fla.shoes_78}Uses:204 206 120 208 210Used by:317
Symbol 212 GraphicUsed by:217
Symbol 213 GraphicUsed by:216
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:214Used by:216
Symbol 216 MovieClipUses:213 215Used by:217
Symbol 217 MovieClipUses:212 216Used by:244
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:244
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:244
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:222Used by:244
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:224Used by:244
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:226Used by:244
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:244
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:230Used by:244
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:244
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:234Used by:244
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:236Used by:244
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:244
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:240Used by:244
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:242Used by:244
Symbol 244 MovieClip {rich_fla.dress_83}Uses:217 219 221 223 225 227 130 229 231 233 235 237 239 241 243Used by:317
Symbol 245 GraphicUsed by:246
Symbol 246 MovieClipUses:245Used by:278
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:278
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:249Used by:278
Symbol 251 GraphicUsed by:257
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:252Used by:257
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:254Used by:257
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:251 253 255 256Used by:278
Symbol 258 GraphicUsed by:264
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:259Used by:264
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:261Used by:264
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:258 260 262 263Used by:278
Symbol 265 GraphicUsed by:271
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266Used by:271
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:271
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:265 267 269 270Used by:278
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272Used by:278
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:274Used by:278
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:278
Symbol 278 MovieClip {rich_fla.bottoms_100}Uses:246 248 250 127 257 264 271 273 275 277Used by:317
Symbol 279 MovieClip {rich_fla.tops_116}Uses:133 135 137 139 144 146 148 150 152 154Used by:317
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:304
Symbol 282 BitmapUsed by:283
Symbol 283 GraphicUses:282Used by:290
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:284Used by:290
Symbol 286 GraphicUsed by:287
Symbol 287 MovieClipUses:286Used by:290
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:288Used by:290
Symbol 290 MovieClipUses:283 285 287 289Used by:304
Symbol 291 GraphicUsed by:295
Symbol 292 GraphicUsed by:293
Symbol 293 MovieClipUses:292Used by:295
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:291 293 294Used by:304
Symbol 296 GraphicUsed by:303
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:297Used by:303
Symbol 299 GraphicUsed by:300
Symbol 300 MovieClipUses:299Used by:303
Symbol 301 GraphicUsed by:302
Symbol 302 MovieClipUses:301Used by:303
Symbol 303 MovieClipUses:296 298 300 302Used by:304
Symbol 304 MovieClip {rich_fla.bags_117}Uses:281 290 295 303Used by:317
Symbol 305 GraphicUsed by:306
Symbol 306 MovieClipUses:305Used by:317
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:307Used by:315
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:309Used by:315
Symbol 311 GraphicUsed by:312
Symbol 312 MovieClipUses:311Used by:315
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:313Used by:315
Symbol 315 MovieClip {rich_fla.chains_130}Uses:308 157 310 312 314Used by:317
Symbol 316 MovieClip {rich_fla.earrings_135}Uses:169 171 173 175 177Used by:317
Symbol 317 MovieClip {rich_fla.dolls_77}Uses:97 202 118 211 244 278 279 304 306 315 167 162 316Used by:Timeline
Symbol 318 GraphicUsed by:319 458 466 473 481 488 497 504 514 530 537
Symbol 319 MovieClipUses:318Used by:458 466 473 481 488 497 504 514 530 537
Symbol 320 GraphicUsed by:321 458 466 473 481 488 497 504 514 530 537
Symbol 321 MovieClipUses:320Used by:458 466 473 481 488 497 504 514 530 537
Symbol 322 GraphicUsed by:323 458 466 473 481 488 497 504 514 530 537
Symbol 323 MovieClipUses:322Used by:458 466 473 481 488 497 504 514 530 537
Symbol 324 GraphicUsed by:325 458 466 473 481 488 497 504 514 530 537
Symbol 325 MovieClipUses:324Used by:458 466 473 481 488 497 504 514 530 537
Symbol 326 GraphicUsed by:458
Symbol 327 GraphicUsed by:445 458 466 473 481 488 497 504 514 530 537
Symbol 328 GraphicUsed by:329 458 466 473 481 488 497 504 514 530 537
Symbol 329 MovieClipUses:328Used by:445
Symbol 330 GraphicUsed by:331 458 466 473 481 488 497 504 514 530 537
Symbol 331 MovieClipUses:330Used by:445
Symbol 332 GraphicUsed by:333 458 466 473 481 488 497 504 514 530 537
Symbol 333 MovieClipUses:332Used by:445
Symbol 334 GraphicUsed by:445 458 466 473 481 488 497 504 514 530 537
Symbol 335 GraphicUsed by:336 458 466 473 481 488 497 504 514 530 537
Symbol 336 MovieClipUses:335Used by:445
Symbol 337 GraphicUsed by:338 458 466 473 481 488 497 504 514 530 537
Symbol 338 MovieClipUses:337Used by:445
Symbol 339 GraphicUsed by:340 458 466 473 481 488 497 504 514 530 537
Symbol 340 MovieClipUses:339Used by:445
Symbol 341 BitmapUsed by:342
Symbol 342 GraphicUses:341Used by:445 458 466 473 481 488 497 504 514 530 537
Symbol 343 GraphicUsed by:344 458 466 473 481 488 497 504 514 530 537
Symbol 344 MovieClipUses:343Used by:445
Symbol 345 GraphicUsed by:346 458 466 473 481 488 497 504 514 530 537
Symbol 346 MovieClipUses:345Used by:445
Symbol 347 GraphicUsed by:348 458 466 473 481 488 497 504 514 530 537
Symbol 348 MovieClipUses:347Used by:445
Symbol 349 GraphicUsed by:445 458 466 473 481 488 497 504 514 530 537
Symbol 350 GraphicUsed by:351 458 466 473 481 488 497 504 514 530 537
Symbol 351 MovieClipUses:350Used by:445
Symbol 352 GraphicUsed by:353 458 466 473 481 488 497 504 514 530 537
Symbol 353 MovieClipUses:352Used by:445
Symbol 354 GraphicUsed by:355 458 466 473 481 488 497 504 514 530 537
Symbol 355 MovieClipUses:354Used by:445
Symbol 356 GraphicUsed by:445 458 466 473 481 488 497 504 514 530 537
Symbol 357 GraphicUsed by:358 458 466 473 481 488 497 504 514 530 537
Symbol 358 MovieClipUses:357Used by:445
Symbol 359 GraphicUsed by:360 458 466 473 481 488 497 504 514 530 537
Symbol 360 MovieClipUses:359Used by:445
Symbol 361 GraphicUsed by:362 458 466 473 481 488 497 504 514 530 537
Symbol 362 MovieClipUses:361Used by:445
Symbol 363 GraphicUsed by:445 458 466 473 481 488 497 504 514 530 537
Symbol 364 GraphicUsed by:365 458 466 473 481 488 497 504 514 530 537
Symbol 365 MovieClipUses:364Used by:445
Symbol 366 GraphicUsed by:367 458 466 473 481 488 497 504 514 530 537
Symbol 367 MovieClipUses:366Used by:445
Symbol 368 GraphicUsed by:369 458 466 473 481 488 497 504 514 530 537
Symbol 369 MovieClipUses:368Used by:445
Symbol 370 BitmapUsed by:371
Symbol 371 GraphicUses:370Used by:445 458 466 473 481 488 497 504 514 530 537
Symbol 372 GraphicUsed by:373 458 466 473 481 488 497 504 514 530 537
Symbol 373 MovieClipUses:372Used by:445
Symbol 374 GraphicUsed by:375 458 466 473 481 488 497 504 514 530 537
Symbol 375 MovieClipUses:374Used by:445
Symbol 376 GraphicUsed by:377 458 466 473 481 488 497 504 514 530 537
Symbol 377 MovieClipUses:376Used by:445
Symbol 378 GraphicUsed by:445 458 466 473 481 488 497 504 514 530 537
Symbol 379 GraphicUsed by:380 458 466 473 481 488 497 504 514 530 537
Symbol 380 MovieClipUses:379Used by:445
Symbol 381 GraphicUsed by:382 458 466 473 481 488 497 504 514 530 537
Symbol 382 MovieClipUses:381Used by:445
Symbol 383 GraphicUsed by:384 458 466 473 481 488 497 504 514 530 537
Symbol 384 MovieClipUses:383Used by:445
Symbol 385 GraphicUsed by:445 458 466 473 481 488 497 504 514 530 537
Symbol 386 GraphicUsed by:387 458 466 473 481 488 497 504 514 530 537
Symbol 387 MovieClipUses:386Used by:445
Symbol 388 GraphicUsed by:389 458 466 473 481 488 497 504 514 530 537
Symbol 389 MovieClipUses:388Used by:445
Symbol 390 GraphicUsed by:391 458 466 473 481 488 497 504 514 530 537
Symbol 391 MovieClipUses:390Used by:445
Symbol 392 GraphicUsed by:445 458 466 473 481 488 497 504 514 530 537
Symbol 393 GraphicUsed by:394 458 466 473 481 488 497 504 514 530 537
Symbol 394 MovieClipUses:393Used by:445
Symbol 395 GraphicUsed by:396 458 466 473 481 488 497 504 514 530 537
Symbol 396 MovieClipUses:395Used by:445
Symbol 397 GraphicUsed by:398 458 466 473 481 488 497 504 514 530 537
Symbol 398 MovieClipUses:397Used by:445
Symbol 399 GraphicUsed by:445 458 466 473 481 488 497 504 514 530 537
Symbol 400 GraphicUsed by:401 458 466 473 481 488 497 504 514 530 537
Symbol 401 MovieClipUses:400Used by:445
Symbol 402 GraphicUsed by:403 458 466 473 481 488 497 504 514 530 537
Symbol 403 MovieClipUses:402Used by:445
Symbol 404 GraphicUsed by:405 458 466 473 481 488 497 504 514 530 537
Symbol 405 MovieClipUses:404Used by:445
Symbol 406 GraphicUsed by:445 458 466 473 481 488 497 504 514 530 537
Symbol 407 GraphicUsed by:408 458 466 473 481 488 497 504 514 530 537
Symbol 408 MovieClipUses:407Used by:445
Symbol 409 GraphicUsed by:410 458 466 473 481 488 497 504 514 530 537
Symbol 410 MovieClipUses:409Used by:445
Symbol 411 GraphicUsed by:412 458 466 473 481 488 497 504 514 530 537
Symbol 412 MovieClipUses:411Used by:445
Symbol 413 GraphicUsed by:420 458 466 473 481 488 497 504 514 530 537
Symbol 414 GraphicUsed by:415 458 466 473 481 488 497 504 514 530 537
Symbol 415 MovieClipUses:414Used by:420
Symbol 416 GraphicUsed by:417 458 466 473 481 488 497 504 514 530 537
Symbol 417 MovieClipUses:416Used by:420
Symbol 418 GraphicUsed by:419 458 466 473 481 488 497 504 514 530 537
Symbol 419 MovieClipUses:418Used by:420
Symbol 420 MovieClipUses:413 415 417 419Used by:445
Symbol 421 GraphicUsed by:428 458 466 473 481 488 497 504 514 530 537
Symbol 422 GraphicUsed by:423 458 466 473 481 488 497 504 514 530 537
Symbol 423 MovieClipUses:422Used by:428
Symbol 424 GraphicUsed by:425 458 466 473 481 488 497 504 514 530 537
Symbol 425 MovieClipUses:424Used by:428
Symbol 426 GraphicUsed by:427 458 466 473 481 488 497 504 514 530 537
Symbol 427 MovieClipUses:426Used by:428
Symbol 428 MovieClipUses:421 423 425 427Used by:445
Symbol 429 GraphicUsed by:436 458 466 473 481 488 497 504 514 530 537
Symbol 430 GraphicUsed by:431 458 466 473 481 488 497 504 514 530 537
Symbol 431 MovieClipUses:430Used by:436
Symbol 432 GraphicUsed by:433 458 466 473 481 488 497 504 514 530 537
Symbol 433 MovieClipUses:432Used by:436
Symbol 434 GraphicUsed by:435 458 466 473 481 488 497 504 514 530 537
Symbol 435 MovieClipUses:434Used by:436
Symbol 436 MovieClipUses:429 431 433 435Used by:445
Symbol 437 GraphicUsed by:444 458 466 473 481 488 497 504 514 530 537
Symbol 438 GraphicUsed by:439 458 466 473 481 488 497 504 514 530 537
Symbol 439 MovieClipUses:438Used by:444
Symbol 440 GraphicUsed by:441 458 466 473 481 488 497 504 514 530 537
Symbol 441 MovieClipUses:440Used by:444
Symbol 442 GraphicUsed by:443 458 466 473 481 488 497 504 514 530 537
Symbol 443 MovieClipUses:442Used by:444
Symbol 444 MovieClipUses:437 439 441 443Used by:445
Symbol 445 MovieClipUses:327 329 331 333 334 336 338 340 342 344 346 348 349 351 353 355 356 358 360 362 363 365 367 369 371 373 375 377 378 380 382 384 385 387 389 391 392 394 396 398 399 401 403 405 406 408 410 412 420 428 436 444Used by:458 466 473 481 488 497 504 514 530 537
Symbol 446 GraphicUsed by:447 458
Symbol 447 MovieClipUses:446Used by:458
Symbol 448 GraphicUsed by:449 458 466 473 481 488 497 504 514 530 537
Symbol 449 MovieClipUses:448Used by:458 466 473 481 488 497 504 514 530 537
Symbol 450 GraphicUsed by:451 458 466 473 481 488 497 504 514 530 537
Symbol 451 MovieClipUses:450Used by:458 466 473 481 488 497 504 514 530 537
Symbol 452 GraphicUsed by:453 458 466 473 481 488 497 504 514 530 537
Symbol 453 MovieClipUses:452Used by:458 466 473 481 488 497 504 514 530 537
Symbol 454 GraphicUsed by:458
Symbol 455 GraphicUsed by:456 458
Symbol 456 MovieClipUses:455Used by:458
Symbol 457 GraphicUsed by:458
Symbol 458 ButtonUses:319 321 323 325 326 445 447 449 451 453 454 456 457 318 320 322 324 327 328 330 332 334 335 337 339 342 343 345 347 349 350 352 354 356 357 359 361 363 364 366 368 371 372 374 376 378 379 381 383 385 386 388 390 392 393 395 397 399 400 402 404 406 407 409 411 413 414 416 418 421 422 424 426 429 430 432 434 437 438 440 442 446 448 450 452 455Used by:Timeline
Symbol 459 GraphicUsed by:466
Symbol 460 GraphicUsed by:461 466
Symbol 461 MovieClipUses:460Used by:466
Symbol 462 GraphicUsed by:466
Symbol 463 GraphicUsed by:464 466
Symbol 464 MovieClipUses:463Used by:466
Symbol 465 GraphicUsed by:466
Symbol 466 ButtonUses:319 321 323 325 459 445 449 451 453 461 462 464 465 318 320 322 324 327 328 330 332 334 335 337 339 342 343 345 347 349 350 352 354 356 357 359 361 363 364 366 368 371 372 374 376 378 379 381 383 385 386 388 390 392 393 395 397 399 400 402 404 406 407 409 411 413 414 416 418 421 422 424 426 429 430 432 434 437 438 440 442 460 448 450 452 463Used by:Timeline
Symbol 467 GraphicUsed by:473
Symbol 468 GraphicUsed by:473
Symbol 469 GraphicUsed by:473
Symbol 470 GraphicUsed by:471
Symbol 471 MovieClipUses:470Used by:473
Symbol 472 GraphicUsed by:473
Symbol 473 ButtonUses:319 321 323 325 467 445 449 451 453 468 469 471 472 318 320 322 324 327 328 330 332 334 335 337 339 342 343 345 347 349 350 352 354 356 357 359 361 363 364 366 368 371 372 374 376 378 379 381 383 385 386 388 390 392 393 395 397 399 400 402 404 406 407 409 411 413 414 416 418 421 422 424 426 429 430 432 434 437 438 440 442 448 450 452Used by:Timeline
Symbol 474 GraphicUsed by:481
Symbol 475 GraphicUsed by:476 481
Symbol 476 MovieClipUses:475Used by:481
Symbol 477 GraphicUsed by:481
Symbol 478 GraphicUsed by:479 481
Symbol 479 MovieClipUses:478Used by:481
Symbol 480 GraphicUsed by:481
Symbol 481 ButtonUses:319 321 323 325 474 445 449 451 453 476 477 479 480 318 320 322 324 327 328 330 332 334 335 337 339 342 343 345 347 349 350 352 354 356 357 359 361 363 364 366 368 371 372 374 376 378 379 381 383 385 386 388 390 392 393 395 397 399 400 402 404 406 407 409 411 413 414 416 418 421 422 424 426 429 430 432 434 437 438 440 442 475 448 450 452 478Used by:Timeline
Symbol 482 GraphicUsed by:488
Symbol 483 GraphicUsed by:488
Symbol 484 GraphicUsed by:488
Symbol 485 GraphicUsed by:486
Symbol 486 MovieClipUses:485Used by:488
Symbol 487 GraphicUsed by:488
Symbol 488 ButtonUses:319 321 323 325 482 445 449 451 453 483 484 486 487 318 320 322 324 327 328 330 332 334 335 337 339 342 343 345 347 349 350 352 354 356 357 359 361 363 364 366 368 371 372 374 376 378 379 381 383 385 386 388 390 392 393 395 397 399 400 402 404 406 407 409 411 413 414 416 418 421 422 424 426 429 430 432 434 437 438 440 442 448 450 452Used by:Timeline
Symbol 489 GraphicUsed by:497
Symbol 490 GraphicUsed by:497
Symbol 491 GraphicUsed by:497
Symbol 492 GraphicUsed by:497
Symbol 493 GraphicUsed by:494
Symbol 494 MovieClipUses:493Used by:497
Symbol 495 GraphicUsed by:497
Symbol 496 GraphicUsed by:497
Symbol 497 ButtonUses:319 321 323 325 489 445 449 451 453 490 491 492 494 495 496 318 320 322 324 327 328 330 332 334 335 337 339 342 343 345 347 349 350 352 354 356 357 359 361 363 364 366 368 371 372 374 376 378 379 381 383 385 386 388 390 392 393 395 397 399 400 402 404 406 407 409 411 413 414 416 418 421 422 424 426 429 430 432 434 437 438 440 442 448 450 452Used by:Timeline
Symbol 498 GraphicUsed by:504
Symbol 499 GraphicUsed by:504
Symbol 500 GraphicUsed by:504
Symbol 501 GraphicUsed by:502
Symbol 502 MovieClipUses:501Used by:504
Symbol 503 GraphicUsed by:504
Symbol 504 ButtonUses:319 321 323 325 498 445 449 451 453 499 500 502 503 318 320 322 324 327 328 330 332 334 335 337 339 342 343 345 347 349 350 352 354 356 357 359 361 363 364 366 368 371 372 374 376 378 379 381 383 385 386 388 390 392 393 395 397 399 400 402 404 406 407 409 411 413 414 416 418 421 422 424 426 429 430 432 434 437 438 440 442 448 450 452Used by:Timeline
Symbol 505 GraphicUsed by:514
Symbol 506 GraphicUsed by:507 514
Symbol 507 MovieClipUses:506Used by:514
Symbol 508 GraphicUsed by:514
Symbol 509 GraphicUsed by:514
Symbol 510 GraphicUsed by:511
Symbol 511 MovieClipUses:510Used by:514
Symbol 512 GraphicUsed by:514
Symbol 513 GraphicUsed by:514
Symbol 514 ButtonUses:319 321 323 325 505 445 449 451 453 507 508 509 511 512 513 318 320 322 324 327 328 330 332 334 335 337 339 342 343 345 347 349 350 352 354 356 357 359 361 363 364 366 368 371 372 374 376 378 379 381 383 385 386 388 390 392 393 395 397 399 400 402 404 406 407 409 411 413 414 416 418 421 422 424 426 429 430 432 434 437 438 440 442 448 450 452 506Used by:Timeline
Symbol 515 GraphicUsed by:516 519 521 580
Symbol 516 MovieClipUses:515Used by:517
Symbol 517 MovieClipUses:516Used by:519 521 580
Symbol 518 GraphicUsed by:519
Symbol 519 ButtonUses:517 518 515Used by:Timeline
Symbol 520 GraphicUsed by:521
Symbol 521 ButtonUses:517 520 515Used by:Timeline
Symbol 522 GraphicUsed by:530
Symbol 523 GraphicUsed by:530
Symbol 524 GraphicUsed by:530
Symbol 525 GraphicUsed by:530
Symbol 526 GraphicUsed by:527
Symbol 527 MovieClipUses:526Used by:530
Symbol 528 GraphicUsed by:530
Symbol 529 GraphicUsed by:530
Symbol 530 ButtonUses:319 321 323 325 522 445 449 451 453 523 524 525 527 528 529 318 320 322 324 327 328 330 332 334 335 337 339 342 343 345 347 349 350 352 354 356 357 359 361 363 364 366 368 371 372 374 376 378 379 381 383 385 386 388 390 392 393 395 397 399 400 402 404 406 407 409 411 413 414 416 418 421 422 424 426 429 430 432 434 437 438 440 442 448 450 452Used by:538
Symbol 531 GraphicUsed by:537
Symbol 532 GraphicUsed by:537
Symbol 533 GraphicUsed by:537
Symbol 534 GraphicUsed by:535
Symbol 535 MovieClipUses:534Used by:537
Symbol 536 GraphicUsed by:537
Symbol 537 ButtonUses:319 321 323 325 531 445 449 451 453 532 533 535 536 318 320 322 324 327 328 330 332 334 335 337 339 342 343 345 347 349 350 352 354 356 357 359 361 363 364 366 368 371 372 374 376 378 379 381 383 385 386 388 390 392 393 395 397 399 400 402 404 406 407 409 411 413 414 416 418 421 422 424 426 429 430 432 434 437 438 440 442 448 450 452Used by:538  Timeline
Symbol 538 MovieClip {rich_fla.Symbol3_220}Uses:530 537Used by:Timeline
Symbol 539 GraphicUsed by:543
Symbol 540 TextUses:61Used by:543
Symbol 541 GraphicUsed by:543
Symbol 542 GraphicUsed by:543
Symbol 543 ButtonUses:539 540 541 542Used by:Timeline
Symbol 544 GraphicUsed by:546 551 552
Symbol 545 GraphicUsed by:546 551 552
Symbol 546 MovieClipUses:544 545Used by:551 552
Symbol 547 GraphicUsed by:548 551 552
Symbol 548 MovieClipUses:547Used by:551 552
Symbol 549 GraphicUsed by:550 551
Symbol 550 MovieClipUses:549Used by:551
Symbol 551 ButtonUses:546 548 550 544 545 547 549Used by:Timeline
Symbol 552 ButtonUses:546 548 544 545 547Used by:Timeline
Symbol 553 GraphicUsed by:Timeline
Symbol 554 FontUsed by:555
Symbol 555 TextUses:554Used by:Timeline
Symbol 556 EditableTextUses:184Used by:Timeline
Symbol 557 GraphicUsed by:558 566 574 576
Symbol 558 MovieClipUses:557Used by:566 574 576
Symbol 559 FontUsed by:560 561 562 563 564
Symbol 560 EditableTextUses:559 567Used by:565
Symbol 561 EditableTextUses:559 567Used by:565
Symbol 562 EditableTextUses:559 567Used by:565
Symbol 563 EditableTextUses:559 567Used by:565
Symbol 564 EditableTextUses:559 567Used by:565
Symbol 565 MovieClipUses:560 561 562 563 564Used by:566
Symbol 566 ButtonUses:558 565 557Used by:Timeline
Symbol 567 FontUsed by:560 561 562 563 564 568
Symbol 568 TextUses:567Used by:Timeline
Symbol 569 FontUsed by:570
Symbol 570 EditableTextUses:569Used by:Timeline
Symbol 571 GraphicUsed by:574
Symbol 572 GraphicUsed by:574
Symbol 573 GraphicUsed by:574
Symbol 574 ButtonUses:558 571 572 573 557Used by:Timeline
Symbol 575 GraphicUsed by:576
Symbol 576 ButtonUses:558 575 557Used by:Timeline
Symbol 577 GraphicUsed by:580
Symbol 578 GraphicUsed by:580
Symbol 579 GraphicUsed by:580
Symbol 580 ButtonUses:517 577 578 579 515Used by:Timeline
Symbol 581 GraphicUsed by:582
Symbol 582 MovieClipUses:581Used by:Timeline
Symbol 583 GraphicUsed by:588
Symbol 584 GraphicUsed by:585
Symbol 585 MovieClipUses:584Used by:588
Symbol 586 GraphicUsed by:587 590
Symbol 587 MovieClipUses:586Used by:588
Symbol 588 MovieClipUses:583 585 587Used by:591 613
Symbol 589 GraphicUsed by:591
Symbol 590 MovieClipUses:586Used by:591
Symbol 591 MovieClipUses:588 589 590Used by:609
Symbol 592 GraphicUsed by:593 601 633 638
Symbol 593 MovieClipUses:592Used by:601 627
Symbol 594 GraphicUsed by:595 601
Symbol 595 MovieClipUses:594Used by:598
Symbol 596 GraphicUsed by:597 601 633 638
Symbol 597 MovieClipUses:596Used by:598 626
Symbol 598 MovieClipUses:595 597Used by:601
Symbol 599 GraphicUsed by:600
Symbol 600 ButtonUses:599Used by:601
Symbol 601 ButtonUses:593 598 600 592 594 596Used by:609 639
Symbol 602 GraphicUsed by:605
Symbol 603 GraphicUsed by:604
Symbol 604 MovieClipUses:603Used by:605
Symbol 605 MovieClipUses:602 604Used by:609 612
Symbol 606 TextUses:34Used by:609
Symbol 607 FontUsed by:608 619 620 621 622 623
Symbol 608 EditableTextUses:607Used by:609
Symbol 609 MovieClip {rich_fla.nOHJKNCNCNKL_239}Uses:591 601 605 606 608Used by:639
Symbol 610 GraphicUsed by:611
Symbol 611 MovieClipUses:610Used by:612
Symbol 612 MovieClipUses:611 605Used by:613
Symbol 613 MovieClipUses:588 612Used by:639
Symbol 614 TextUses:34Used by:639
Symbol 615 TextUses:34Used by:639
Symbol 616 TextUses:34Used by:639
Symbol 617 TextUses:34Used by:639
Symbol 618 TextUses:34Used by:639
Symbol 619 EditableTextUses:607Used by:639
Symbol 620 EditableTextUses:607Used by:639
Symbol 621 EditableTextUses:607Used by:639
Symbol 622 EditableTextUses:607Used by:639
Symbol 623 EditableTextUses:607Used by:639
Symbol 624 GraphicUsed by:625 633 638
Symbol 625 MovieClipUses:624Used by:626
Symbol 626 MovieClipUses:625 597Used by:627
Symbol 627 MovieClipUses:593 626Used by:629 633 635 638
Symbol 628 TextUses:34Used by:629
Symbol 629 MovieClipUses:627 628Used by:633
Symbol 630 TextUses:34Used by:633
Symbol 631 GraphicUsed by:633 638
Symbol 632 TextUses:34Used by:633
Symbol 633 ButtonUses:629 627 630 631 592 624 596 632Used by:639
Symbol 634 TextUses:34Used by:635
Symbol 635 MovieClipUses:627 634Used by:638
Symbol 636 TextUses:34Used by:638
Symbol 637 TextUses:34Used by:638
Symbol 638 ButtonUses:635 627 636 631 592 624 596 637Used by:639
Symbol 639 MovieClip {rich_fla.nOL_238}Uses:609 613 614 615 616 617 618 619 620 621 622 623 633 638 601Used by:Timeline

Instance Names

"preloader"Frame 1Symbol 26 MovieClip {rich_fla.cbvdsfdsf_loader_7}
"BitsLoaded"Frame 1Symbol 28 EditableText
"ball"Frame 1Symbol 77 MovieClip
"pl"Frame 2Symbol 195 MovieClip {rich_fla.yugxfgbszdcopy2_74}
"doll"Frame 3Symbol 317 MovieClip {rich_fla.dolls_77}
"dress_btn"Frame 3Symbol 458 Button
"tops_btn"Frame 3Symbol 466 Button
"studs_btn"Frame 3Symbol 473 Button
"bottoms_btn"Frame 3Symbol 481 Button
"shoes_btn"Frame 3Symbol 488 Button
"hair_btn"Frame 3Symbol 497 Button
"chain_btn"Frame 3Symbol 504 Button
"bags_btn"Frame 3Symbol 514 Button
"caps_btn"Frame 3Symbol 519 Button
"music_btn"Frame 3Symbol 521 Button
"glass_btn"Frame 3Symbol 521 Button
"buttons2"Frame 3Symbol 538 MovieClip {rich_fla.Symbol3_220}
"logo_mc"Frame 3Symbol 543 Button
"sndon"Frame 3Symbol 551 Button
"sndoff"Frame 3Symbol 552 Button
"t1"Frame 4Symbol 556 EditableText
"nextbtn"Frame 4Symbol 537 Button
"dolls"Frame 5Symbol 317 MovieClip {rich_fla.dolls_77}
"email"Frame 5Symbol 566 Button
"t2"Frame 5Symbol 570 EditableText
"play_more"Frame 5Symbol 574 Button
"nex"Frame 5Symbol 576 Button
"bg_btn"Frame 5Symbol 580 Button
"bgss"Frame 5Symbol 582 MovieClip
"popup"Frame 5Symbol 639 MovieClip {rich_fla.nOL_238}
"masker"Symbol 26 MovieClip {rich_fla.cbvdsfdsf_loader_7} Frame 1Symbol 14 MovieClip
"shoes"Symbol 317 MovieClip {rich_fla.dolls_77} Frame 1Symbol 211 MovieClip {rich_fla.shoes_78}
"dress"Symbol 317 MovieClip {rich_fla.dolls_77} Frame 1Symbol 244 MovieClip {rich_fla.dress_83}
"bottoms"Symbol 317 MovieClip {rich_fla.dolls_77} Frame 1Symbol 278 MovieClip {rich_fla.bottoms_100}
"tops"Symbol 317 MovieClip {rich_fla.dolls_77} Frame 1Symbol 279 MovieClip {rich_fla.tops_116}
"bags"Symbol 317 MovieClip {rich_fla.dolls_77} Frame 1Symbol 304 MovieClip {rich_fla.bags_117}
"glass"Symbol 317 MovieClip {rich_fla.dolls_77} Frame 1Symbol 306 MovieClip
"caps"Symbol 317 MovieClip {rich_fla.dolls_77} Frame 1Symbol 306 MovieClip
"music"Symbol 317 MovieClip {rich_fla.dolls_77} Frame 1Symbol 306 MovieClip
"chain"Symbol 317 MovieClip {rich_fla.dolls_77} Frame 1Symbol 315 MovieClip {rich_fla.chains_130}
"hair"Symbol 317 MovieClip {rich_fla.dolls_77} Frame 1Symbol 167 MovieClip {rich_fla.hairs_64}
"earring"Symbol 317 MovieClip {rich_fla.dolls_77} Frame 1Symbol 316 MovieClip {rich_fla.earrings_135}
"resetbtn"Symbol 538 MovieClip {rich_fla.Symbol3_220} Frame 1Symbol 530 Button
"nextbtn1"Symbol 538 MovieClip {rich_fla.Symbol3_220} Frame 1Symbol 537 Button
"close"Symbol 609 MovieClip {rich_fla.nOHJKNCNCNKL_239} Frame 1Symbol 601 Button
"friendMail"Symbol 609 MovieClip {rich_fla.nOHJKNCNCNKL_239} Frame 1Symbol 608 EditableText
"friend4"Symbol 639 MovieClip {rich_fla.nOL_238} Frame 1Symbol 609 MovieClip {rich_fla.nOHJKNCNCNKL_239}
"friend3"Symbol 639 MovieClip {rich_fla.nOL_238} Frame 1Symbol 609 MovieClip {rich_fla.nOHJKNCNCNKL_239}
"friend2"Symbol 639 MovieClip {rich_fla.nOL_238} Frame 1Symbol 609 MovieClip {rich_fla.nOHJKNCNCNKL_239}
"friend1"Symbol 639 MovieClip {rich_fla.nOL_238} Frame 1Symbol 609 MovieClip {rich_fla.nOHJKNCNCNKL_239}
"nameDetail"Symbol 639 MovieClip {rich_fla.nOL_238} Frame 1Symbol 619 EditableText
"mailDetail"Symbol 639 MovieClip {rich_fla.nOL_238} Frame 1Symbol 620 EditableText
"messageDetail"Symbol 639 MovieClip {rich_fla.nOL_238} Frame 1Symbol 621 EditableText
"friendName"Symbol 639 MovieClip {rich_fla.nOL_238} Frame 1Symbol 622 EditableText
"friendMail"Symbol 639 MovieClip {rich_fla.nOL_238} Frame 1Symbol 623 EditableText
"submit"Symbol 639 MovieClip {rich_fla.nOL_238} Frame 1Symbol 633 Button
"addition"Symbol 639 MovieClip {rich_fla.nOL_238} Frame 1Symbol 638 Button
"close"Symbol 639 MovieClip {rich_fla.nOL_238} Frame 1Symbol 601 Button

Special Tags

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




http://swfchan.com/25/124958/info.shtml
Created: 28/2 -2019 18:36:36 Last modified: 28/2 -2019 18:36:36 Server time: 06/05 -2024 08:31:03