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

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

halloween-kara.swf

This is the info page for
Flash #117406

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


Text
%

GIRL'S BEST HANGOUT

1

2

3

P

E

Y

L

o

a

d

i

n

g

.

PLAY

Oyna

KARA

Sonraki

Sıfırla

123PEPPY

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

ENTER YOUR NAME

Voer Uw Naam

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

Inserisci il tuo nome

Geben Sie Ihr Name

Entrez votre nom

Adını gir

Ingrese su Nombre

Ange ditt namn

Imię i nazwisko

Digite seu nome

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

Spela Me

DESIGNED BY

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

YOUR NAME :

YOUR EMAIL ADDRESS :

MESSAGE :

YOUR FRIEND'S NAME :

YOUR FRIEND'S EMAIL :

YOUR FRIEND'S EMAIL :

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

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

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

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

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

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

ADD MORE

ADD MORE

ADD MORE

SEND

SEND

ActionScript [AS3]

Section 1
//Back (gs.easing.Back) package gs.easing { public class Back { public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number=1.70158):Number{ _arg1 = ((_arg1 / _arg4) - 1); return (((_arg3 * (((_arg1 * _arg1) * (((_arg5 + 1) * _arg1) + _arg5)) + 1)) + _arg2)); } public static function easeIn(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number=1.70158):Number{ _arg1 = (_arg1 / _arg4); return (((((_arg3 * _arg1) * _arg1) * (((_arg5 + 1) * _arg1) - _arg5)) + _arg2)); } public static function easeInOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number, _arg5:Number=1.70158):Number{ _arg1 = (_arg1 / (_arg4 / 2)); if (_arg1 < 1){ _arg5 = (_arg5 * 1.525); return ((((_arg3 / 2) * ((_arg1 * _arg1) * (((_arg5 + 1) * _arg1) - _arg5))) + _arg2)); }; _arg1 = (_arg1 - 2); _arg5 = (_arg5 * 1.525); return ((((_arg3 / 2) * (((_arg1 * _arg1) * (((_arg5 + 1) * _arg1) + _arg5)) + 2)) + _arg2)); } } }//package gs.easing
Section 2
//AutoAlphaPlugin (gs.plugins.AutoAlphaPlugin) package gs.plugins { import gs.*; import flash.display.*; public class AutoAlphaPlugin extends TweenPlugin { protected var _tweenVisible:Boolean; protected var _tween:TweenLite; protected var _visible:Boolean; protected var _target:Object; public static const VERSION:Number = 1; public static const API:Number = 1; public function AutoAlphaPlugin(){ this.propName = "autoAlpha"; this.overwriteProps = ["alpha", "visible"]; this.onComplete = onCompleteTween; } override public function set changeFactor(_arg1:Number):void{ updateTweens(_arg1); if (((!((_target.visible == true))) && (_tweenVisible))){ _target.visible = true; }; } public function onCompleteTween():void{ if (((((_tweenVisible) && (!((_tween.vars.runBackwards == true))))) && ((_tween.ease == _tween.vars.ease)))){ _target.visible = _visible; }; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ _target = _arg1; _tween = _arg3; _visible = Boolean(!((_arg2 == 0))); _tweenVisible = true; addTween(_arg1, "alpha", _arg1.alpha, _arg2, "alpha"); return (true); } override public function killProps(_arg1:Object):void{ super.killProps(_arg1); _tweenVisible = !(Boolean(("visible" in _arg1))); } } }//package gs.plugins
Section 3
//EndArrayPlugin (gs.plugins.EndArrayPlugin) package gs.plugins { import gs.*; import gs.utils.tween.*; public class EndArrayPlugin extends TweenPlugin { protected var _info:Array; protected var _a:Array; public static const VERSION:Number = 1.01; public static const API:Number = 1; public function EndArrayPlugin(){ _info = []; super(); this.propName = "endArray"; this.overwriteProps = ["endArray"]; } override public function set changeFactor(_arg1:Number):void{ var _local2:int; var _local3:ArrayTweenInfo; var _local4:Number; var _local5:int; if (this.round){ _local2 = (_info.length - 1); while (_local2 > -1) { _local3 = _info[_local2]; _local4 = (_local3.start + (_local3.change * _arg1)); _local5 = ((_local4)<0) ? -1 : 1; _a[_local3.index] = ((((_local4 % 1) * _local5))>0.5) ? (int(_local4) + _local5) : int(_local4); _local2--; }; } else { _local2 = (_info.length - 1); while (_local2 > -1) { _local3 = _info[_local2]; _a[_local3.index] = (_local3.start + (_local3.change * _arg1)); _local2--; }; }; } public function init(_arg1:Array, _arg2:Array):void{ var _local3:int; _a = _arg1; _local3 = (_arg2.length - 1); while (_local3 > -1) { if (((!((_arg1[_local3] == _arg2[_local3]))) && (!((_arg1[_local3] == null))))){ _info[_info.length] = new ArrayTweenInfo(_local3, _a[_local3], (_arg2[_local3] - _a[_local3])); }; _local3--; }; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ if (((!((_arg1 is Array))) || (!((_arg2 is Array))))){ return (false); }; init((_arg1 as Array), _arg2); return (true); } } }//package gs.plugins
Section 4
//FramePlugin (gs.plugins.FramePlugin) package gs.plugins { import gs.*; import flash.display.*; public class FramePlugin extends TweenPlugin { public var frame:int; protected var _target:MovieClip; public static const VERSION:Number = 1.01; public static const API:Number = 1; public function FramePlugin(){ this.propName = "frame"; this.overwriteProps = ["frame"]; this.round = true; } override public function set changeFactor(_arg1:Number):void{ updateTweens(_arg1); _target.gotoAndStop(this.frame); } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ if (((!((_arg1 is MovieClip))) || (isNaN(_arg2)))){ return (false); }; _target = (_arg1 as MovieClip); this.frame = _target.currentFrame; addTween(this, "frame", this.frame, _arg2, "frame"); return (true); } } }//package gs.plugins
Section 5
//RemoveTintPlugin (gs.plugins.RemoveTintPlugin) package gs.plugins { public class RemoveTintPlugin extends TintPlugin { public static const VERSION:Number = 1.01; public static const API:Number = 1; public function RemoveTintPlugin(){ this.propName = "removeTint"; } } }//package gs.plugins
Section 6
//TintPlugin (gs.plugins.TintPlugin) package gs.plugins { import gs.*; import flash.display.*; import flash.geom.*; import gs.utils.tween.*; public class TintPlugin extends TweenPlugin { protected var _ct:ColorTransform; protected var _ignoreAlpha:Boolean; protected var _target:DisplayObject; public static const VERSION:Number = 1.1; public static const API:Number = 1; protected static var _props:Array = ["redMultiplier", "greenMultiplier", "blueMultiplier", "alphaMultiplier", "redOffset", "greenOffset", "blueOffset", "alphaOffset"]; public function TintPlugin(){ this.propName = "tint"; this.overwriteProps = ["tint"]; } override public function set changeFactor(_arg1:Number):void{ var _local2:ColorTransform; updateTweens(_arg1); if (_ignoreAlpha){ _local2 = _target.transform.colorTransform; _ct.alphaMultiplier = _local2.alphaMultiplier; _ct.alphaOffset = _local2.alphaOffset; }; _target.transform.colorTransform = _ct; } public function init(_arg1:DisplayObject, _arg2:ColorTransform):void{ var _local3:int; var _local4:String; _target = _arg1; _ct = _target.transform.colorTransform; _local3 = (_props.length - 1); while (_local3 > -1) { _local4 = _props[_local3]; if (_ct[_local4] != _arg2[_local4]){ _tweens[_tweens.length] = new TweenInfo(_ct, _local4, _ct[_local4], (_arg2[_local4] - _ct[_local4]), "tint", false); }; _local3--; }; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ var _local4:ColorTransform; if (!(_arg1 is DisplayObject)){ return (false); }; _local4 = new ColorTransform(); if (((!((_arg2 == null))) && (!((_arg3.exposedVars.removeTint == true))))){ _local4.color = uint(_arg2); }; _ignoreAlpha = true; init((_arg1 as DisplayObject), _local4); return (true); } } }//package gs.plugins
Section 7
//TweenPlugin (gs.plugins.TweenPlugin) package gs.plugins { import gs.*; import gs.utils.tween.*; public class TweenPlugin { public var overwriteProps:Array; protected var _tweens:Array; public var round:Boolean; public var onComplete:Function; public var propName:String; protected var _changeFactor:Number;// = 0 public static const VERSION:Number = 1.03; public static const API:Number = 1; public function TweenPlugin(){ _tweens = []; _changeFactor = 0; super(); } protected function updateTweens(_arg1:Number):void{ var _local2:int; var _local3:TweenInfo; var _local4:Number; var _local5:int; if (this.round){ _local2 = (_tweens.length - 1); while (_local2 > -1) { _local3 = _tweens[_local2]; _local4 = (_local3.start + (_local3.change * _arg1)); _local5 = ((_local4)<0) ? -1 : 1; _local3.target[_local3.property] = ((((_local4 % 1) * _local5))>0.5) ? (int(_local4) + _local5) : int(_local4); _local2--; }; } else { _local2 = (_tweens.length - 1); while (_local2 > -1) { _local3 = _tweens[_local2]; _local3.target[_local3.property] = (_local3.start + (_local3.change * _arg1)); _local2--; }; }; } public function set changeFactor(_arg1:Number):void{ updateTweens(_arg1); _changeFactor = _arg1; } protected function addTween(_arg1:Object, _arg2:String, _arg3:Number, _arg4, _arg5:String=null):void{ var _local6:Number; if (_arg4 != null){ _local6 = ((typeof(_arg4))=="number") ? (_arg4 - _arg3) : Number(_arg4); if (_local6 != 0){ _tweens[_tweens.length] = new TweenInfo(_arg1, _arg2, _arg3, _local6, ((_arg5) || (_arg2)), false); }; }; } public function killProps(_arg1:Object):void{ var _local2:int; _local2 = (this.overwriteProps.length - 1); while (_local2 > -1) { if ((this.overwriteProps[_local2] in _arg1)){ this.overwriteProps.splice(_local2, 1); }; _local2--; }; _local2 = (_tweens.length - 1); while (_local2 > -1) { if ((_tweens[_local2].name in _arg1)){ _tweens.splice(_local2, 1); }; _local2--; }; } public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ addTween(_arg1, this.propName, _arg1[this.propName], _arg2, this.propName); return (true); } public function get changeFactor():Number{ return (_changeFactor); } public static function activate(_arg1:Array):Boolean{ var _local2:int; var _local3:Object; _local2 = (_arg1.length - 1); while (_local2 > -1) { _local3 = new (_arg1[_local2]); TweenLite.plugins[_local3.propName] = _arg1[_local2]; _local2--; }; return (true); } } }//package gs.plugins
Section 8
//VisiblePlugin (gs.plugins.VisiblePlugin) package gs.plugins { import gs.*; import flash.display.*; public class VisiblePlugin extends TweenPlugin { protected var _tween:TweenLite; protected var _visible:Boolean; protected var _target:Object; public static const VERSION:Number = 1; public static const API:Number = 1; public function VisiblePlugin(){ this.propName = "visible"; this.overwriteProps = ["visible"]; this.onComplete = onCompleteTween; } override public function set changeFactor(_arg1:Number):void{ if (_target.visible != true){ _target.visible = true; }; } public function onCompleteTween():void{ if (((!((_tween.vars.runBackwards == true))) && ((_tween.ease == _tween.vars.ease)))){ _target.visible = _visible; }; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ _target = _arg1; _tween = _arg3; _visible = Boolean(_arg2); return (true); } } }//package gs.plugins
Section 9
//VolumePlugin (gs.plugins.VolumePlugin) package gs.plugins { import gs.*; import flash.display.*; import flash.media.*; public class VolumePlugin extends TweenPlugin { protected var _st:SoundTransform; protected var _target:Object; public static const VERSION:Number = 1.01; public static const API:Number = 1; public function VolumePlugin(){ this.propName = "volume"; this.overwriteProps = ["volume"]; } override public function set changeFactor(_arg1:Number):void{ updateTweens(_arg1); _target.soundTransform = _st; } override public function onInitTween(_arg1:Object, _arg2, _arg3:TweenLite):Boolean{ if (((isNaN(_arg2)) || (!(_arg1.hasOwnProperty("soundTransform"))))){ return (false); }; _target = _arg1; _st = _target.soundTransform; addTween(_st, "volume", _st.volume, _arg2, "volume"); return (true); } } }//package gs.plugins
Section 10
//ArrayTweenInfo (gs.utils.tween.ArrayTweenInfo) package gs.utils.tween { public class ArrayTweenInfo { public var change:Number; public var index:uint; public var start:Number; public function ArrayTweenInfo(_arg1:uint, _arg2:Number, _arg3:Number){ this.index = _arg1; this.start = _arg2; this.change = _arg3; } } }//package gs.utils.tween
Section 11
//TweenInfo (gs.utils.tween.TweenInfo) package gs.utils.tween { public class TweenInfo { public var start:Number; public var name:String; public var change:Number; public var target:Object; public var property:String; public var isPlugin:Boolean; public function TweenInfo(_arg1:Object, _arg2:String, _arg3:Number, _arg4:Number, _arg5:String, _arg6:Boolean){ this.target = _arg1; this.property = _arg2; this.start = _arg3; this.change = _arg4; this.name = _arg5; this.isPlugin = _arg6; } } }//package gs.utils.tween
Section 12
//TweenLite (gs.TweenLite) package gs { import flash.events.*; import flash.display.*; import gs.utils.tween.*; import gs.plugins.*; import flash.utils.*; public class TweenLite { public var delay:Number; protected var _hasUpdate:Boolean; protected var _hasPlugins:Boolean; public var started:Boolean; public var initted:Boolean; public var active:Boolean; public var startTime:Number; public var target:Object; public var duration:Number; public var gc:Boolean; public var vars:Object; public var ease:Function; public var tweens:Array; public var exposedVars:Object; public var combinedTimeScale:Number; public var initTime:Number; public static const version:Number = 10.09; private static var _timer:Timer = new Timer(2000); public static var defaultEase:Function = TweenLite.easeOut; public static var plugins:Object = {}; public static var currentTime:uint; public static var masterList:Dictionary = new Dictionary(false); protected static var _reservedProps:Object = {ease:1, delay:1, overwrite:1, onComplete:1, onCompleteParams:1, runBackwards:1, startAt:1, onUpdate:1, onUpdateParams:1, roundProps:1, onStart:1, onStartParams:1, persist:1, renderOnStart:1, proxiedEase:1, easeParams:1, yoyo:1, loop:1, onCompleteListener:1, onUpdateListener:1, onStartListener:1, orientToBezier:1, timeScale:1}; public static var killDelayedCallsTo:Function = TweenLite.killTweensOf; public static var timingSprite:Sprite = new Sprite(); public static var overwriteManager:Object; private static var _tlInitted:Boolean; public function TweenLite(_arg1:Object, _arg2:Number, _arg3:Object){ var _local4:int; super(); if (_arg1 == null){ return; }; if (!_tlInitted){ TweenPlugin.activate([TintPlugin, RemoveTintPlugin, FramePlugin, AutoAlphaPlugin, VisiblePlugin, VolumePlugin, EndArrayPlugin]); currentTime = getTimer(); timingSprite.addEventListener(Event.ENTER_FRAME, updateAll, false, 0, true); if (overwriteManager == null){ overwriteManager = {mode:1, enabled:false}; }; _timer.addEventListener("timer", killGarbage, false, 0, true); _timer.start(); _tlInitted = true; }; this.vars = _arg3; this.duration = ((_arg2) || (0.001)); this.delay = ((_arg3.delay) || (0)); this.combinedTimeScale = ((_arg3.timeScale) || (1)); this.active = Boolean((((_arg2 == 0)) && ((this.delay == 0)))); this.target = _arg1; if (typeof(this.vars.ease) != "function"){ this.vars.ease = defaultEase; }; if (this.vars.easeParams != null){ this.vars.proxiedEase = this.vars.ease; this.vars.ease = easeProxy; }; this.ease = this.vars.ease; this.exposedVars = ((this.vars.isTV)==true) ? this.vars.exposedVars : this.vars; this.tweens = []; this.initTime = currentTime; this.startTime = (this.initTime + (this.delay * 1000)); _local4 = ((((_arg3.overwrite == undefined)) || (((!(overwriteManager.enabled)) && ((_arg3.overwrite > 1)))))) ? overwriteManager.mode : int(_arg3.overwrite); if (((!((_arg1 in masterList))) || ((_local4 == 1)))){ masterList[_arg1] = [this]; } else { masterList[_arg1].push(this); }; if ((((((this.vars.runBackwards == true)) && (!((this.vars.renderOnStart == true))))) || (this.active))){ initTweenVals(); if (this.active){ render((this.startTime + 1)); } else { render(this.startTime); }; if (((((!((this.exposedVars.visible == null))) && ((this.vars.runBackwards == true)))) && ((this.target is DisplayObject)))){ this.target.visible = this.exposedVars.visible; }; }; } public function set enabled(_arg1:Boolean):void{ var _local2:Array; var _local3:Boolean; var _local4:int; if (_arg1){ if (!(this.target in masterList)){ masterList[this.target] = [this]; } else { _local2 = masterList[this.target]; _local4 = (_local2.length - 1); while (_local4 > -1) { if (_local2[_local4] == this){ _local3 = true; break; }; _local4--; }; if (!_local3){ _local2[_local2.length] = this; }; }; }; this.gc = (_arg1) ? false : true; if (this.gc){ this.active = false; } else { this.active = this.started; }; } public function clear():void{ this.tweens = []; this.vars = (this.exposedVars = {ease:this.vars.ease}); _hasUpdate = false; } public function render(_arg1:uint):void{ var _local2:Number; var _local3:Number; var _local4:TweenInfo; var _local5:int; _local2 = ((_arg1 - this.startTime) * 0.001); if (_local2 >= this.duration){ _local2 = this.duration; _local3 = ((((this.ease == this.vars.ease)) || ((this.duration == 0.001)))) ? 1 : 0; } else { _local3 = this.ease(_local2, 0, 1, this.duration); }; _local5 = (this.tweens.length - 1); while (_local5 > -1) { _local4 = this.tweens[_local5]; _local4.target[_local4.property] = (_local4.start + (_local3 * _local4.change)); _local5--; }; if (_hasUpdate){ this.vars.onUpdate.apply(null, this.vars.onUpdateParams); }; if (_local2 == this.duration){ complete(true); }; } public function activate():void{ this.started = (this.active = true); if (!this.initted){ initTweenVals(); }; if (this.vars.onStart != null){ this.vars.onStart.apply(null, this.vars.onStartParams); }; if (this.duration == 0.001){ this.startTime = (this.startTime - 1); }; } public function get enabled():Boolean{ return ((this.gc) ? false : true); } public function initTweenVals():void{ var _local1:String; var _local2:int; var _local3:*; var _local4:TweenInfo; if (((!((this.exposedVars.timeScale == undefined))) && ((this.target is TweenLite)))){ this.tweens[this.tweens.length] = new TweenInfo(this.target, "timeScale", this.target.timeScale, (this.exposedVars.timeScale - this.target.timeScale), "timeScale", false); }; for (_local1 in this.exposedVars) { if ((_local1 in _reservedProps)){ } else { if ((_local1 in plugins)){ _local3 = new (plugins[_local1]); if (_local3.onInitTween(this.target, this.exposedVars[_local1], this) == false){ this.tweens[this.tweens.length] = new TweenInfo(this.target, _local1, this.target[_local1], ((typeof(this.exposedVars[_local1]))=="number") ? (this.exposedVars[_local1] - this.target[_local1]) : Number(this.exposedVars[_local1]), _local1, false); } else { this.tweens[this.tweens.length] = new TweenInfo(_local3, "changeFactor", 0, 1, ((_local3.overwriteProps.length)==1) ? _local3.overwriteProps[0] : "_MULTIPLE_", true); _hasPlugins = true; }; } else { this.tweens[this.tweens.length] = new TweenInfo(this.target, _local1, this.target[_local1], ((typeof(this.exposedVars[_local1]))=="number") ? (this.exposedVars[_local1] - this.target[_local1]) : Number(this.exposedVars[_local1]), _local1, false); }; }; }; if (this.vars.runBackwards == true){ _local2 = (this.tweens.length - 1); while (_local2 > -1) { _local4 = this.tweens[_local2]; this.tweens[_local2].start = (_local4.start + _local4.change); _local4.change = -(_local4.change); _local2--; }; }; if (this.vars.onUpdate != null){ _hasUpdate = true; }; if (((TweenLite.overwriteManager.enabled) && ((this.target in masterList)))){ overwriteManager.manageOverwrites(this, masterList[this.target]); }; this.initted = true; } protected function easeProxy(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ return (this.vars.proxiedEase.apply(null, arguments.concat(this.vars.easeParams))); } public function killVars(_arg1:Object):void{ if (overwriteManager.enabled){ overwriteManager.killVars(_arg1, this.exposedVars, this.tweens); }; } public function complete(_arg1:Boolean=false):void{ var _local2:int; if (!_arg1){ if (!this.initted){ initTweenVals(); }; this.startTime = (currentTime - ((this.duration * 1000) / this.combinedTimeScale)); render(currentTime); return; }; if (_hasPlugins){ _local2 = (this.tweens.length - 1); while (_local2 > -1) { if (((this.tweens[_local2].isPlugin) && (!((this.tweens[_local2].target.onComplete == null))))){ this.tweens[_local2].target.onComplete(); }; _local2--; }; }; if (this.vars.persist != true){ this.enabled = false; }; if (this.vars.onComplete != null){ this.vars.onComplete.apply(null, this.vars.onCompleteParams); }; } public static function updateAll(_arg1:Event=null):void{ var _local2:uint; var _local3:Dictionary; var _local4:Array; var _local5:int; var _local6:TweenLite; _local2 = (currentTime = getTimer()); _local3 = masterList; for each (_local4 in _local3) { _local5 = (_local4.length - 1); while (_local5 > -1) { _local6 = _local4[_local5]; if (_local6.active){ _local6.render(_local2); } else { if (_local6.gc){ _local4.splice(_local5, 1); } else { if (_local2 >= _local6.startTime){ _local6.activate(); _local6.render(_local2); }; }; }; _local5--; }; }; } public static function removeTween(_arg1:TweenLite, _arg2:Boolean=true):void{ if (_arg1 != null){ if (_arg2){ _arg1.clear(); }; _arg1.enabled = false; }; } public static function killTweensOf(_arg1:Object=null, _arg2:Boolean=false):void{ var _local3:Array; var _local4:int; var _local5:TweenLite; if (((!((_arg1 == null))) && ((_arg1 in masterList)))){ _local3 = masterList[_arg1]; _local4 = (_local3.length - 1); while (_local4 > -1) { _local5 = _local3[_local4]; if (((_arg2) && (!(_local5.gc)))){ _local5.complete(false); }; _local5.clear(); _local4--; }; delete masterList[_arg1]; }; } public static function from(_arg1:Object, _arg2:Number, _arg3:Object):TweenLite{ _arg3.runBackwards = true; return (new TweenLite(_arg1, _arg2, _arg3)); } public static function easeOut(_arg1:Number, _arg2:Number, _arg3:Number, _arg4:Number):Number{ _arg1 = (_arg1 / _arg4); return ((((-(_arg3) * _arg1) * (_arg1 - 2)) + _arg2)); } protected static function killGarbage(_arg1:TimerEvent):void{ var _local2:Dictionary; var _local3:Object; _local2 = masterList; for (_local3 in _local2) { if (_local2[_local3].length == 0){ delete _local2[_local3]; }; }; } public static function delayedCall(_arg1:Number, _arg2:Function, _arg3:Array=null):TweenLite{ return (new TweenLite(_arg2, 0, {delay:_arg1, onComplete:_arg2, onCompleteParams:_arg3, overwrite:0})); } public static function to(_arg1:Object, _arg2:Number, _arg3:Object):TweenLite{ return (new TweenLite(_arg1, _arg2, _arg3)); } } }//package gs
Section 13
//bagsspalette_206 (halloween_fla.bagsspalette_206) package halloween_fla { import flash.display.*; public dynamic class bagsspalette_206 extends MovieClip { public var b2:MovieClip; public var b1:MovieClip; } }//package halloween_fla
Section 14
//bottoms_130 (halloween_fla.bottoms_130) package halloween_fla { import flash.display.*; public dynamic class bottoms_130 extends MovieClip { public function bottoms_130(){ addFrameScript(0, frame1, 10, frame11); } function frame1(){ stop(); } function frame11(){ gotoAndStop(2); } } }//package halloween_fla
Section 15
//bottomspalette_199 (halloween_fla.bottomspalette_199) package halloween_fla { import flash.display.*; public dynamic class bottomspalette_199 extends MovieClip { public var b2:MovieClip; public var b4:MovieClip; public var b9:MovieClip; public var b5:MovieClip; public var b6:MovieClip; public var b7:MovieClip; public var b1:MovieClip; public var b3:MovieClip; public var b8:MovieClip; } }//package halloween_fla
Section 16
//cbvdsfdsf_loader_7 (halloween_fla.cbvdsfdsf_loader_7) package halloween_fla { import flash.display.*; public dynamic class cbvdsfdsf_loader_7 extends MovieClip { public var masker:MovieClip; } }//package halloween_fla
Section 17
//chainpalette_203 (halloween_fla.chainpalette_203) package halloween_fla { import flash.display.*; public dynamic class chainpalette_203 extends MovieClip { public var c1:MovieClip; public var c3:MovieClip; public var c4:MovieClip; public var c5:MovieClip; public var c2:MovieClip; } }//package halloween_fla
Section 18
//chains_179 (halloween_fla.chains_179) package halloween_fla { import flash.display.*; public dynamic class chains_179 extends MovieClip { public function chains_179(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package halloween_fla
Section 19
//chainscopy_44 (halloween_fla.chainscopy_44) package halloween_fla { import flash.display.*; public dynamic class chainscopy_44 extends MovieClip { public function chainscopy_44(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package halloween_fla
Section 20
//doll_72 (halloween_fla.doll_72) package halloween_fla { import flash.display.*; public dynamic class doll_72 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 halloween_fla
Section 21
//dress_96 (halloween_fla.dress_96) package halloween_fla { import flash.display.*; public dynamic class dress_96 extends MovieClip { public function dress_96(){ addFrameScript(0, frame1, 17, frame18); } function frame18(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package halloween_fla
Section 22
//dresspalette_201 (halloween_fla.dresspalette_201) package halloween_fla { import flash.display.*; public dynamic class dresspalette_201 extends MovieClip { public var d4:MovieClip; public var d8:MovieClip; public var d2:MovieClip; public var d5:MovieClip; public var d6:MovieClip; public var d7:MovieClip; public var d9:MovieClip; public var d3:MovieClip; public var d10:MovieClip; public var d11:MovieClip; public var d14:MovieClip; public var d16:MovieClip; public var d13:MovieClip; public var d15:MovieClip; public var d12:MovieClip; public var d1:MovieClip; } }//package halloween_fla
Section 23
//earringpalette_202 (halloween_fla.earringpalette_202) package halloween_fla { import flash.display.*; public dynamic class earringpalette_202 extends MovieClip { public var e2:MovieClip; public var e5:MovieClip; public var e3:MovieClip; public var e4:MovieClip; public var e1:MovieClip; } }//package halloween_fla
Section 24
//earrings_185 (halloween_fla.earrings_185) package halloween_fla { import flash.display.*; public dynamic class earrings_185 extends MovieClip { public function earrings_185(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package halloween_fla
Section 25
//hairpalette_69 (halloween_fla.hairpalette_69) package halloween_fla { import flash.display.*; public dynamic class hairpalette_69 extends MovieClip { public var h1:MovieClip; public var h2:MovieClip; public var h3:MovieClip; } }//package halloween_fla
Section 26
//hairs_195 (halloween_fla.hairs_195) package halloween_fla { import flash.display.*; public dynamic class hairs_195 extends MovieClip { public function hairs_195(){ addFrameScript(0, frame1, 3, frame4); } function frame1(){ stop(); } function frame4(){ gotoAndStop(1); } } }//package halloween_fla
Section 27
//MainTimeline (halloween_fla.MainTimeline) package halloween_fla { import gs.*; import flash.events.*; import flash.display.*; import flash.geom.*; import gs.easing.*; import flash.media.*; import flash.text.*; import flash.ui.*; import flash.utils.*; import flash.net.*; import flash.system.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.printing.*; import flash.xml.*; public dynamic class MainTimeline extends MovieClip { public var girlDoll:String; public var t2:TextField; public var ba:Number; public var t1:TextField; public var hairpalette:MovieClip; public var bo:Number; public var topsf:Number; public var dresspalette:MovieClip; public var ch:Number; public var preloader:MovieClip; public var to:Number; public var dolls:MovieClip; public var playmore:MovieClip; public var nextbtn:MovieClip; public var shoespalette:MovieClip; public var chainpalette:MovieClip; public var percentage:Number; public var contestMenu:ContextMenu; public var popup:MovieClip; public var bagspalette:MovieClip; public var logo_mc:SimpleButton; public var shi:Number; public var girldollArray:Array; public var BitsLoaded:TextField; public var queCount:uint; public var buttons1:MovieClip; public var ga:Number; public var mailArray:Array; public var ent:MovieClip; public var ha:Number; public var topspalette:MovieClip; public var bullet:backscore; public var sndon:SimpleButton; public var dressf:Number; public var earringpalette:MovieClip; public var doll:MovieClip; public var sndoff:SimpleButton; public var dre:Number; public var bots:Number; public var email:MovieClip; public var nex:MovieClip; public var bulletChannel:SoundChannel; public var contextmenuItem:ContextMenuItem; public var bottomspalette:MovieClip; public var pl:MovieClip; public var ball:MovieClip; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2, 2, frame3, 3, frame4, 4, frame5); } public function link(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function result(_arg1:Event):void{ if (t1.text == ""){ nextbtn.visible = false; } else { nextbtn.visible = true; }; } public function bagsfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var bagss:Class; var bags:Object; var putbags:Function; var e1 = _arg1; putbags = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); if (bags.hitTestObject(doll)){ doll.bags.gotoAndStop(_local3); Glob.bags = doll.bags.currentFrame; }; removeChild(DisplayObject(bags)); }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); bagss = (getDefinitionByName(("bags" + t)) as Class); bags = new (bagss); bags.name = ("b" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(bags)); bags.x = mouseX; bags.y = mouseY; bags.startDrag(true); bags.addEventListener(MouseEvent.MOUSE_UP, putbags); } public function sets(_arg1:Event){ if (dressf == 1){ buttons1.nextbtn.visible = true; } else { if ((((topsf == 1)) && ((bots == 1)))){ buttons1.nextbtn.visible = true; } else { buttons1.nextbtn.visible = false; }; }; } function frame3(){ MochiBot.track(this, "70e0782b"); stop(); Glob.dress = 0; Glob.tops = 0; Glob.bottoms = 0; Glob.chain = 0; Glob.shoes = 0; Glob.earring = 0; Glob.hair = 0; dressf = 0; topsf = 0; bots = 0; doll.hair.gotoAndStop(1); doll.dress.gotoAndStop(1); doll.shoes.gotoAndStop(1); doll.chain.gotoAndStop(1); doll.tops.gotoAndStop(1); doll.bottoms.gotoAndStop(1); doll.earring.gotoAndStop(1); doll.bags.gotoAndStop(1); bullet = new backscore(); bulletChannel = bullet.play(0, int.MAX_VALUE); sndoff.addEventListener(MouseEvent.CLICK, sndop); sndon.addEventListener(MouseEvent.CLICK, sndst); stage.addEventListener(Event.ENTER_FRAME, sets); dre = 0; while (dre <= (dresspalette.numChildren - 1)) { dresspalette.getChildAt(dre).addEventListener(MouseEvent.ROLL_OVER, enabl); dresspalette.getChildAt(dre).addEventListener(MouseEvent.MOUSE_DOWN, dressfunction); dre++; }; to = 0; while (to <= (topspalette.numChildren - 1)) { topspalette.getChildAt(to).addEventListener(MouseEvent.ROLL_OVER, enabl); topspalette.getChildAt(to).addEventListener(MouseEvent.MOUSE_DOWN, topsfunction); to++; }; bo = 0; while (bo <= (bottomspalette.numChildren - 1)) { bottomspalette.getChildAt(bo).addEventListener(MouseEvent.ROLL_OVER, enabl); bottomspalette.getChildAt(bo).addEventListener(MouseEvent.MOUSE_DOWN, bottomsfunction); bo++; }; shi = 0; while (shi <= (shoespalette.numChildren - 1)) { shoespalette.getChildAt(shi).addEventListener(MouseEvent.ROLL_OVER, enabl); shoespalette.getChildAt(shi).addEventListener(MouseEvent.MOUSE_DOWN, shoesfunction); shi++; }; ch = 0; while (ch <= (chainpalette.numChildren - 1)) { chainpalette.getChildAt(ch).addEventListener(MouseEvent.ROLL_OVER, enabl); chainpalette.getChildAt(ch).addEventListener(MouseEvent.MOUSE_DOWN, chainfunction); ch++; }; ba = 0; while (ba <= (earringpalette.numChildren - 1)) { earringpalette.getChildAt(ba).addEventListener(MouseEvent.ROLL_OVER, enabl); earringpalette.getChildAt(ba).addEventListener(MouseEvent.MOUSE_DOWN, earringfunction); ba++; }; ga = 0; while (ga <= (bagspalette.numChildren - 1)) { bagspalette.getChildAt(ga).addEventListener(MouseEvent.ROLL_OVER, enabl); bagspalette.getChildAt(ga).addEventListener(MouseEvent.MOUSE_DOWN, bagsfunction); ga++; }; ha = 0; while (ha <= (hairpalette.numChildren - 1)) { hairpalette.getChildAt(ha).addEventListener(MouseEvent.ROLL_OVER, enabl); hairpalette.getChildAt(ha).addEventListener(MouseEvent.MOUSE_DOWN, hairfunction); ha++; }; buttons1.resetbtn.addEventListener(MouseEvent.CLICK, res); buttons1.resetbtn.gotoAndStop(Glob.temp); buttons1.resetbtn.buttonMode = true; buttons1.nextbtn.gotoAndStop(Glob.temp); buttons1.nextbtn.addEventListener(MouseEvent.CLICK, nx); buttons1.nextbtn.buttonMode = true; if (loaderInfo.url.match("123peppy")){ logo_mc.visible = false; sndoff.x = 27.9; sndoff.y = 571.6; sndon.x = 24.6; sndon.y = 570.3; } else { logo_mc.addEventListener(MouseEvent.CLICK, link); }; buttons1.nextbtn.addEventListener(MouseEvent.ROLL_OVER, rollover1); buttons1.nextbtn.addEventListener(MouseEvent.ROLL_OUT, rollout1); buttons1.resetbtn.addEventListener(MouseEvent.ROLL_OVER, rollover1); buttons1.resetbtn.addEventListener(MouseEvent.ROLL_OUT, rollout1); } function frame4(){ stop(); t1.text = ""; t1.restrict = "A-Z"; nextbtn.gotoAndStop(Glob.temp); nextbtn.buttonMode = true; ent.gotoAndStop(Glob.temp); stage.addEventListener(Event.ENTER_FRAME, result); nextbtn.addEventListener(MouseEvent.CLICK, nextbtns); if (loaderInfo.url.match("123peppy")){ logo_mc.visible = false; sndoff.x = 27.9; sndoff.y = 571.6; sndon.x = 24.6; sndon.y = 570.3; } else { logo_mc.addEventListener(MouseEvent.CLICK, link1); }; } public function earringfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var earrings:Class; var earring:Object; var putearring:Function; var e1 = _arg1; putearring = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); if (earring.hitTestObject(doll)){ doll.earring.gotoAndStop((_local3 + 1)); Glob.earring = doll.earring.currentFrame; }; removeChild(DisplayObject(earring)); }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); earrings = (getDefinitionByName(("earring" + t)) as Class); earring = new (earrings); earring.name = ("s" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(earring)); earring.x = mouseX; earring.y = mouseY; earring.startDrag(true); earring.addEventListener(MouseEvent.MOUSE_UP, putearring); } function frame5(){ stop(); if (((this.loaderInfo.parameters.bg) && ((Glob.playback == false)))){ email.addEventListener(MouseEvent.CLICK, showMailBox); popup.close.addEventListener(MouseEvent.CLICK, hideMailBox); popup.addition.addEventListener(MouseEvent.CLICK, showExtra); popup.submit.addEventListener(MouseEvent.CLICK, callMail); t2.text = this.loaderInfo.parameters.name; email.visible = true; email.tabEnabled = false; girldollArray = this.loaderInfo.parameters.girldoll.split(""); if (this.loaderInfo.parameters.bg == 1){ dolls.dress.gotoAndStop(Number(girldollArray[0]).toString()); dolls.tops.gotoAndStop(Number(girldollArray[1])); dolls.bottoms.gotoAndStop(Number(girldollArray[2])); dolls.chain.gotoAndStop(Number(girldollArray[3])); dolls.shoes.gotoAndStop(Number(girldollArray[4])); dolls.hair.gotoAndStop(Number(girldollArray[5])); dolls.earring.gotoAndStop(Number(girldollArray[6])); dolls.bags.gotoAndStop(Number(girldollArray[7])); } 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])); dolls.bags.gotoAndStop(Number(girldollArray[9])); } 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])); dolls.bags.gotoAndStop(Number(girldollArray[8])); } 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])); dolls.bags.gotoAndStop(Number(girldollArray[8])); } 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])); dolls.bags.gotoAndStop(Number(girldollArray[8])); }; }; }; }; }; nex.addEventListener(MouseEvent.CLICK, plas1); } else { if (Glob.playback == true){ t2.text = Glob.tex; email.visible = true; email.buttonMode = true; email.tabEnabled = false; dolls.chain.gotoAndStop(Glob.chain); dolls.shoes.gotoAndStop(Glob.shoes); dolls.dress.gotoAndStop(Glob.dress); dolls.tops.gotoAndStop(Glob.tops); dolls.bottoms.gotoAndStop(Glob.bottoms); dolls.hair.gotoAndStop(Glob.hair); dolls.earring.gotoAndStop(Glob.earring); dolls.bags.gotoAndStop(Glob.bags); nex.addEventListener(MouseEvent.CLICK, plas); email.addEventListener(MouseEvent.CLICK, showMailBox); popup.close.addEventListener(MouseEvent.CLICK, hideMailBox); popup.addition.addEventListener(MouseEvent.CLICK, showExtra); popup.submit.addEventListener(MouseEvent.CLICK, callMail); }; }; playmore.buttonMode = true; nex.buttonMode = true; email.gotoAndStop(Glob.temp); nex.gotoAndStop(Glob.temp); playmore.gotoAndStop(Glob.temp); if (loaderInfo.url.match("123peppy")){ logo_mc.visible = false; sndoff.x = 27.9; sndoff.y = 571.6; sndon.x = 24.6; sndon.y = 570.3; playmore.visible = false; } else { logo_mc.addEventListener(MouseEvent.CLICK, link5); }; playmore.addEventListener(MouseEvent.CLICK, mor); queCount = 0; mailArray = new Array(popup.friend1, popup.friend2, popup.friend3, popup.friend4); girlDoll = (((((((dolls.dress.currentFrame.toString() + dolls.tops.currentFrame.toString()) + dolls.bottoms.currentFrame.toString()) + dolls.chain.currentFrame.toString()) + dolls.shoes.currentFrame.toString()) + dolls.hair.currentFrame.toString()) + dolls.earring.currentFrame.toString()) + dolls.bags.currentFrame.toString()); trace(girlDoll); playmore.addEventListener(MouseEvent.ROLL_OVER, rollover5); playmore.addEventListener(MouseEvent.ROLL_OUT, rollout5); nex.addEventListener(MouseEvent.ROLL_OVER, rollover5); nex.addEventListener(MouseEvent.ROLL_OUT, rollout5); email.addEventListener(MouseEvent.ROLL_OVER, rollover6); email.addEventListener(MouseEvent.ROLL_OUT, rollout6); } function frame1(){ stop(); contestMenu = new ContextMenu(); contestMenu.hideBuiltInItems(); contextmenuItem = new ContextMenuItem("www.123peppy.com"); contextmenuItem.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, Site); contestMenu.customItems.push(contextmenuItem); this.contextMenu = contestMenu; percentage = 0; stage.addEventListener(Event.ENTER_FRAME, BeeMoving); } function frame2(){ stop(); Glob.playback = true; if (bulletChannel){ bulletChannel.stop(); }; pl.buttonMode = true; pl.addEventListener(MouseEvent.CLICK, plays); switch (this.loaderInfo.parameters.lang){ case "fr": Glob.temp = 6; pl.gotoAndStop(Glob.temp); break; case "de": Glob.temp = 5; pl.gotoAndStop(Glob.temp); break; case "it": Glob.temp = 4; pl.gotoAndStop(Glob.temp); break; case "pl": Glob.temp = 10; pl.gotoAndStop(Glob.temp); break; case "ru": Glob.temp = 3; pl.gotoAndStop(Glob.temp); break; case "tr": Glob.temp = 7; pl.gotoAndStop(Glob.temp); break; case "sv": Glob.temp = 8; pl.gotoAndStop(Glob.temp); break; case "pt-br": Glob.temp = 11; pl.gotoAndStop(Glob.temp); break; case "es": Glob.temp = 9; pl.gotoAndStop(Glob.temp); break; case "nl": Glob.temp = 2; pl.gotoAndStop(Glob.temp); break; default: Glob.temp = 1; pl.gotoAndStop(Glob.temp); break; }; pl.addEventListener(MouseEvent.ROLL_OVER, rollover); pl.addEventListener(MouseEvent.ROLL_OUT, rollout); } public function rollout5(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 1; _arg1.currentTarget.scaleY = 1; } public function rollout6(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.8; _arg1.currentTarget.scaleY = 0.8; } public function res(_arg1:MouseEvent):void{ doll.dress.gotoAndStop(1); doll.shoes.gotoAndStop(1); doll.chain.gotoAndStop(1); doll.earring.gotoAndStop(1); doll.tops.gotoAndStop(1); doll.bottoms.gotoAndStop(1); doll.hair.gotoAndStop(1); doll.bags.gotoAndStop(1); dressf = 0; topsf = 0; bots = 0; Glob.dress = 0; Glob.tops = 0; Glob.bottoms = 0; Glob.chain = 0; Glob.shoes = 0; Glob.earring = 0; Glob.hair = 0; } public function rollout1(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.7; _arg1.currentTarget.scaleY = 0.7; } public function plas1(_arg1:MouseEvent){ gotoAndStop(2); } public function rollover(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.7; _arg1.currentTarget.scaleY = 0.7; } public function showMailBox(_arg1:MouseEvent):void{ email.mouseEnabled = false; TweenLite.to(popup, 0.5, {y:(600 - popup.height), ease:Back.easeOut}); popup.nameDetail.text = ""; popup.mailDetail.text = ""; popup.messageDetail.text = ""; popup.friendName.text = ""; popup.friendMail.text = ""; popup.friend1.friendMail.text = ""; popup.friend2.friendMail.text = ""; popup.friend3.friendMail.text = ""; popup.friend4.friendMail.text = ""; } public function shoesfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var shoess:Class; var shoes:Object; var putshoes:Function; var e1 = _arg1; putshoes = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); if (shoes.hitTestObject(doll)){ doll.shoes.gotoAndStop((_local3 + 1)); Glob.shoes = doll.shoes.currentFrame; }; removeChild(DisplayObject(shoes)); }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); shoess = (getDefinitionByName(("shoe" + t)) as Class); shoes = new (shoess); shoes.name = ("s" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(shoes)); shoes.x = mouseX; shoes.y = mouseY; shoes.startDrag(true); shoes.addEventListener(MouseEvent.MOUSE_UP, putshoes); } public function hideMailBox(_arg1:MouseEvent):void{ var event = _arg1; email.mouseEnabled = true; TweenLite.to(popup, 0.5, {y:(600 + popup.height), ease:Back.easeIn}); var _local3 = popup; with (_local3) { friend1.visible = (friend2.visible = (friend3.visible = (friend4.visible = false))); }; queCount = 0; popup.nameDetail.text = ""; popup.mailDetail.text = ""; popup.messageDetail.text = ""; popup.friendName.text = ""; popup.friendMail.text = ""; popup.friend1.friendMail.text = ""; popup.friend2.friendMail.text = ""; popup.friend3.friendMail.text = ""; popup.friend4.friendMail.text = ""; } public function mor(_arg1:MouseEvent):void{ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function sndop(_arg1:MouseEvent):void{ bulletChannel.stop(); sndon.visible = true; sndoff.visible = false; } public function showExtra(_arg1:MouseEvent):void{ if (queCount < 4){ mailArray[queCount].visible = true; queCount++; trace(queCount); } else { if (queCount == 4){ queCount = 0; mailArray[queCount].visible = true; queCount++; }; }; } public function enabl(_arg1:MouseEvent):void{ _arg1.currentTarget.buttonMode = true; } public function nextbtns(_arg1:MouseEvent):void{ Glob.tex = t1.text; trace(Glob.tex); nextFrame(); stage.removeEventListener(Event.ENTER_FRAME, result); } public function dressfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var dress:Class; var dres:Object; var putdress:Function; var e1 = _arg1; putdress = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); removeChild(DisplayObject(dres)); if (dres.hitTestObject(doll)){ doll.dress.gotoAndStop((_local3 + 1)); Glob.dress = doll.dress.currentFrame; Glob.tops = 0; Glob.bottoms = 0; doll.tops.gotoAndStop(1); doll.bottoms.gotoAndStop(1); dressf = 1; topsf = 0; bots = 0; }; }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); dress = (getDefinitionByName(("dress" + t)) as Class); dres = new (dress); dres.name = ("d" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(dres)); dres.x = mouseX; dres.y = mouseY; dres.startDrag(true); dres.addEventListener(MouseEvent.MOUSE_UP, putdress); } public function callMail(_arg1:MouseEvent):void{ var request:URLRequest; var variables:URLVariables; var event = _arg1; email.mouseEnabled = true; request = new URLRequest("http://facefun.123peppy.com/gamemail.php"); request.method = URLRequestMethod.POST; variables = new URLVariables(); variables.nameDetail = popup.nameDetail.text; variables.mailDetail = popup.mailDetail.text; variables.messageDetail = popup.messageDetail.text; variables.friendName = popup.friendName.text; variables.friendMail = popup.friendMail.text; variables.gamename = "Halloween Kara"; 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/halloween-kara"; break; case "de": variables.path = "http://www.123peppy.com/de/play/halloween-kara"; break; case "it": variables.path = "http://www.123peppy.com/it/play/halloween-kara"; break; case "pl": variables.path = "http://www.123peppy.com/pl/play/halloween-kara"; break; case "ru": variables.path = "http://www.123peppy.com/ru/play/хэллоуин-kara"; break; case "tr": variables.path = "http://www.123peppy.com/tr/play/cadılar-bayramı-kara"; break; case "sv": variables.path = "http://www.123peppy.com/sv/play/allhelgonaafton-kara"; break; case "pt-br": variables.path = "http://www.123peppy.com/pt-br/play/dia-das-bruxas-kara"; break; case "es": variables.path = "http://www.123peppy.com/es/play/halloween-kara"; break; case "nl": variables.path = "http://www.123peppy.com/nl/play/halloween-kara"; break; default: variables.path = "http://www.123peppy.com/play/halloween-kara"; break; }; variables.name = t2.text; if (dolls.dress.currentFrame > 9){ variables.bg = 5; } else { if ((((dolls.tops.currentFrame > 9)) && ((dolls.bottoms.currentFrame <= 9)))){ variables.bg = 4; } else { if ((((dolls.bottoms.currentFrame > 9)) && ((dolls.tops.currentFrame <= 9)))){ variables.bg = 3; } else { if ((((dolls.tops.currentFrame > 9)) && ((dolls.bottoms.currentFrame > 9)))){ variables.bg = 2; } else { variables.bg = 1; }; }; }; }; trace(variables.bg); request.data = variables; sendToURL(request); TweenLite.to(popup, 0.5, {y:(600 + popup.height), ease:Back.easeIn}); var _local3 = popup; with (_local3) { friend1.visible = (friend2.visible = (friend3.visible = (friend4.visible = false))); }; queCount = 0; } public function plas(_arg1:MouseEvent){ gotoAndStop(2); } public function BeeMoving(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; var _local5:Number; _local2 = (mouseX - ball.x); _local3 = (mouseY - ball.y); ball.x = (ball.x + (_local2 * 0.2)); ball.y = (ball.y + (_local3 * 0.2)); _local4 = loaderInfo.bytesLoaded; _local5 = loaderInfo.bytesTotal; percentage = Math.round(((_local4 / _local5) * 100)); BitsLoaded.text = (((Math.round((_local4 / 0x0400)) + "kBs /") + Math.round((_local5 / 0x0400))) + "kBs"); if (_local4 == _local5){ stage.removeEventListener(Event.ENTER_FRAME, BeeMoving); if (this.loaderInfo.parameters.bg){ gotoAndStop(5); } else { gotoAndStop(2); }; }; } public function Site(_arg1:Event):void{ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function link5(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function rollover5(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.7; _arg1.currentTarget.scaleY = 0.7; } public function rollover6(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.7; _arg1.currentTarget.scaleY = 0.7; } public function bottomsfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var bottomss:Class; var bottoms:Object; var putbottoms:Function; var e1 = _arg1; putbottoms = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); removeChild(DisplayObject(bottoms)); if (bottoms.hitTestObject(doll)){ doll.bottoms.gotoAndStop((_local3 + 1)); Glob.bottoms = doll.bottoms.currentFrame; doll.dress.gotoAndStop(1); Glob.dress = 0; dressf = 0; bots = 1; }; }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); bottomss = (getDefinitionByName(("bottoms" + t)) as Class); bottoms = new (bottomss); bottoms.name = ("t" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(bottoms)); bottoms.x = mouseX; bottoms.y = mouseY; bottoms.startDrag(true); bottoms.addEventListener(MouseEvent.MOUSE_UP, putbottoms); } public function sndst(_arg1:MouseEvent):void{ bulletChannel = bullet.play(0, int.MAX_VALUE); sndoff.visible = true; sndon.visible = false; } public function rollover1(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.6; _arg1.currentTarget.scaleY = 0.6; } public function chainfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var chains:Class; var chain:Object; var putchain:Function; var e1 = _arg1; putchain = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); if (chain.hitTestObject(doll)){ doll.chain.gotoAndStop((_local3 + 1)); Glob.chain = doll.chain.currentFrame; }; removeChild(DisplayObject(chain)); }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); chains = (getDefinitionByName(("chain" + t)) as Class); chain = new (chains); chain.name = ("s" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(chain)); chain.x = mouseX; chain.y = mouseY; chain.startDrag(true); chain.addEventListener(MouseEvent.MOUSE_UP, putchain); } public function link1(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.123peppy.com"); navigateToURL(_local2, "_blank"); } public function rollout(_arg1:MouseEvent):void{ _arg1.currentTarget.scaleX = 0.8; _arg1.currentTarget.scaleY = 0.8; } public function hairfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var hairs:Class; var hair:Object; var puthair:Function; var e1 = _arg1; puthair = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); if (hair.hitTestObject(doll)){ doll.hair.gotoAndStop(_local3); Glob.hair = doll.hair.currentFrame; }; removeChild(DisplayObject(hair)); }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); hairs = (getDefinitionByName(("hair" + t)) as Class); hair = new (hairs); hair.name = ("s" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(hair)); hair.x = mouseX; hair.y = mouseY; hair.startDrag(true); hair.addEventListener(MouseEvent.MOUSE_UP, puthair); } public function topsfunction(_arg1:MouseEvent):void{ var e:*; var t:Number; var topss:Class; var tops:Object; var puttops:Function; var e1 = _arg1; puttops = function (_arg1:MouseEvent){ var _local2:*; var _local3:Number; _local2 = _arg1.currentTarget; _local3 = parseInt(_local2.name.substr(1)); removeChild(DisplayObject(tops)); if (tops.hitTestObject(doll)){ doll.tops.gotoAndStop((_local3 + 1)); Glob.tops = doll.tops.currentFrame; doll.dress.gotoAndStop(1); Glob.dress = 0; dressf = 0; topsf = 1; }; }; e = e1.currentTarget; t = parseInt(e.name.substr(1)); topss = (getDefinitionByName(("tops" + t)) as Class); tops = new (topss); tops.name = ("t" + e1.currentTarget.name.substr(1)); addChild(DisplayObject(tops)); tops.x = mouseX; tops.y = mouseY; tops.startDrag(true); tops.addEventListener(MouseEvent.MOUSE_UP, puttops); } public function nx(_arg1:MouseEvent):void{ stage.removeEventListener(Event.ENTER_FRAME, sets); nextFrame(); } public function plays(_arg1:MouseEvent):void{ nextFrame(); } } }//package halloween_fla
Section 28
//peppydfgfsds_loader_19 (halloween_fla.peppydfgfsds_loader_19) package halloween_fla { import flash.display.*; public dynamic class peppydfgfsds_loader_19 extends MovieClip { public function peppydfgfsds_loader_19(){ addFrameScript(46, frame47); } function frame47(){ stop(); } } }//package halloween_fla
Section 29
//shoes_86 (halloween_fla.shoes_86) package halloween_fla { import flash.display.*; public dynamic class shoes_86 extends MovieClip { public function shoes_86(){ addFrameScript(0, frame1, 6, frame7); } function frame7(){ gotoAndStop(2); } function frame1(){ stop(); } } }//package halloween_fla
Section 30
//shoespalette_204 (halloween_fla.shoespalette_204) package halloween_fla { import flash.display.*; public dynamic class shoespalette_204 extends MovieClip { public var s1:MovieClip; public var s5:MovieClip; public var s2:MovieClip; public var s4:MovieClip; public var s3:MovieClip; } }//package halloween_fla
Section 31
//ssbuttons_208 (halloween_fla.ssbuttons_208) package halloween_fla { import flash.display.*; public dynamic class ssbuttons_208 extends MovieClip { public var nextbtn:MovieClip; public var resetbtn:MovieClip; } }//package halloween_fla
Section 32
//ssenteryourname_219 (halloween_fla.ssenteryourname_219) package halloween_fla { import flash.display.*; public dynamic class ssenteryourname_219 extends MovieClip { public function ssenteryourname_219(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package halloween_fla
Section 33
//ssHOE_220 (halloween_fla.ssHOE_220) package halloween_fla { import flash.display.*; public dynamic class ssHOE_220 extends MovieClip { public var playagain:MovieClip; } }//package halloween_fla
Section 34
//ssOHJKKL_242 (halloween_fla.ssOHJKKL_242) package halloween_fla { import flash.events.*; import flash.display.*; import flash.text.*; public dynamic class ssOHJKKL_242 extends MovieClip { public var friendMail:TextField; public var close:SimpleButton; public function ssOHJKKL_242(){ addFrameScript(0, frame1); } public function hideAdd(_arg1:MouseEvent):void{ this.visible = false; } function frame1(){ this.visible = false; close.addEventListener(MouseEvent.CLICK, hideAdd); } } }//package halloween_fla
Section 35
//ssOKLJ_209 (halloween_fla.ssOKLJ_209) package halloween_fla { import flash.display.*; public dynamic class ssOKLJ_209 extends MovieClip { public function ssOKLJ_209(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package halloween_fla
Section 36
//ssOKLJ_211 (halloween_fla.ssOKLJ_211) package halloween_fla { import flash.display.*; public dynamic class ssOKLJ_211 extends MovieClip { public function ssOKLJ_211(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package halloween_fla
Section 37
//ssOKLJ_218 (halloween_fla.ssOKLJ_218) package halloween_fla { import flash.display.*; public dynamic class ssOKLJ_218 extends MovieClip { public function ssOKLJ_218(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package halloween_fla
Section 38
//ssOKLJ_227 (halloween_fla.ssOKLJ_227) package halloween_fla { import flash.display.*; public dynamic class ssOKLJ_227 extends MovieClip { public function ssOKLJ_227(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package halloween_fla
Section 39
//ssOKLJ_26 (halloween_fla.ssOKLJ_26) package halloween_fla { import flash.display.*; public dynamic class ssOKLJ_26 extends MovieClip { public function ssOKLJ_26(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package halloween_fla
Section 40
//ssONMJKL_233 (halloween_fla.ssONMJKL_233) package halloween_fla { import flash.display.*; import flash.text.*; public dynamic class ssONMJKL_233 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 halloween_fla
Section 41
//ssREPLAYBTN2_221 (halloween_fla.ssREPLAYBTN2_221) package halloween_fla { import flash.display.*; public dynamic class ssREPLAYBTN2_221 extends MovieClip { public function ssREPLAYBTN2_221(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package halloween_fla
Section 42
//ssREPLAYBTN2copyt_229 (halloween_fla.ssREPLAYBTN2copyt_229) package halloween_fla { import flash.display.*; public dynamic class ssREPLAYBTN2copyt_229 extends MovieClip { public function ssREPLAYBTN2copyt_229(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package halloween_fla
Section 43
//tops_154 (halloween_fla.tops_154) package halloween_fla { import flash.display.*; public dynamic class tops_154 extends MovieClip { public function tops_154(){ addFrameScript(0, frame1, 10, frame11); } function frame1(){ stop(); } function frame11(){ gotoAndStop(2); } } }//package halloween_fla
Section 44
//topspalette_200 (halloween_fla.topspalette_200) package halloween_fla { import flash.display.*; public dynamic class topspalette_200 extends MovieClip { public var t2:MovieClip; public var t3:MovieClip; public var t7:MovieClip; public var t1:MovieClip; public var t9:MovieClip; public var t5:MovieClip; public var t8:MovieClip; public var t4:MovieClip; public var t6:MovieClip; } }//package halloween_fla
Section 45
//vbn_73 (halloween_fla.vbn_73) package halloween_fla { import flash.display.*; public dynamic class vbn_73 extends MovieClip { public function vbn_73(){ addFrameScript(0, frame1, 2, frame3); } function frame3(){ gotoAndStop(1); } function frame1(){ stop(); } } }//package halloween_fla
Section 46
//backscore (backscore) package { import flash.media.*; public dynamic class backscore extends Sound { } }//package
Section 47
//bags1 (bags1) package { import flash.display.*; public dynamic class bags1 extends MovieClip { } }//package
Section 48
//bags2 (bags2) package { import flash.display.*; public dynamic class bags2 extends MovieClip { } }//package
Section 49
//bottoms1 (bottoms1) package { import flash.display.*; public dynamic class bottoms1 extends MovieClip { } }//package
Section 50
//bottoms2 (bottoms2) package { import flash.display.*; public dynamic class bottoms2 extends MovieClip { } }//package
Section 51
//bottoms3 (bottoms3) package { import flash.display.*; public dynamic class bottoms3 extends MovieClip { } }//package
Section 52
//bottoms4 (bottoms4) package { import flash.display.*; public dynamic class bottoms4 extends MovieClip { } }//package
Section 53
//bottoms5 (bottoms5) package { import flash.display.*; public dynamic class bottoms5 extends MovieClip { } }//package
Section 54
//bottoms6 (bottoms6) package { import flash.display.*; public dynamic class bottoms6 extends MovieClip { } }//package
Section 55
//bottoms7 (bottoms7) package { import flash.display.*; public dynamic class bottoms7 extends MovieClip { } }//package
Section 56
//bottoms8 (bottoms8) package { import flash.display.*; public dynamic class bottoms8 extends MovieClip { } }//package
Section 57
//bottoms9 (bottoms9) package { import flash.display.*; public dynamic class bottoms9 extends MovieClip { } }//package
Section 58
//chain1 (chain1) package { import flash.display.*; public dynamic class chain1 extends MovieClip { } }//package
Section 59
//chain2 (chain2) package { import flash.display.*; public dynamic class chain2 extends MovieClip { } }//package
Section 60
//chain3 (chain3) package { import flash.display.*; public dynamic class chain3 extends MovieClip { } }//package
Section 61
//chain4 (chain4) package { import flash.display.*; public dynamic class chain4 extends MovieClip { } }//package
Section 62
//chain5 (chain5) package { import flash.display.*; public dynamic class chain5 extends MovieClip { } }//package
Section 63
//dress1 (dress1) package { import flash.display.*; public dynamic class dress1 extends MovieClip { } }//package
Section 64
//dress10 (dress10) package { import flash.display.*; public dynamic class dress10 extends MovieClip { } }//package
Section 65
//dress11 (dress11) package { import flash.display.*; public dynamic class dress11 extends MovieClip { } }//package
Section 66
//dress12 (dress12) package { import flash.display.*; public dynamic class dress12 extends MovieClip { } }//package
Section 67
//dress13 (dress13) package { import flash.display.*; public dynamic class dress13 extends MovieClip { } }//package
Section 68
//dress14 (dress14) package { import flash.display.*; public dynamic class dress14 extends MovieClip { } }//package
Section 69
//dress15 (dress15) package { import flash.display.*; public dynamic class dress15 extends MovieClip { } }//package
Section 70
//dress16 (dress16) package { import flash.display.*; public dynamic class dress16 extends MovieClip { } }//package
Section 71
//dress2 (dress2) package { import flash.display.*; public dynamic class dress2 extends MovieClip { } }//package
Section 72
//dress3 (dress3) package { import flash.display.*; public dynamic class dress3 extends MovieClip { } }//package
Section 73
//dress4 (dress4) package { import flash.display.*; public dynamic class dress4 extends MovieClip { } }//package
Section 74
//dress5 (dress5) package { import flash.display.*; public dynamic class dress5 extends MovieClip { } }//package
Section 75
//dress6 (dress6) package { import flash.display.*; public dynamic class dress6 extends MovieClip { } }//package
Section 76
//dress7 (dress7) package { import flash.display.*; public dynamic class dress7 extends MovieClip { } }//package
Section 77
//dress8 (dress8) package { import flash.display.*; public dynamic class dress8 extends MovieClip { } }//package
Section 78
//dress9 (dress9) package { import flash.display.*; public dynamic class dress9 extends MovieClip { } }//package
Section 79
//earring1 (earring1) package { import flash.display.*; public dynamic class earring1 extends MovieClip { } }//package
Section 80
//earring2 (earring2) package { import flash.display.*; public dynamic class earring2 extends MovieClip { } }//package
Section 81
//earring3 (earring3) package { import flash.display.*; public dynamic class earring3 extends MovieClip { } }//package
Section 82
//earring4 (earring4) package { import flash.display.*; public dynamic class earring4 extends MovieClip { } }//package
Section 83
//earring5 (earring5) package { import flash.display.*; public dynamic class earring5 extends MovieClip { } }//package
Section 84
//Glob (Glob) package { public class Glob { public static var shoes:Number = 0; public static var chain:Number = 0; public static var hair:Number = 0; public static var earring:Number = 0; public static var tex:String = ""; public static var bags:Number = 0; public static var bottoms:Number = 0; public static var temp:Number = 0; public static var dress:Number = 0; public static var playback:Boolean = false; public static var tops:Number = 0; } }//package
Section 85
//hair1 (hair1) package { import flash.display.*; public dynamic class hair1 extends MovieClip { } }//package
Section 86
//hair2 (hair2) package { import flash.display.*; public dynamic class hair2 extends MovieClip { } }//package
Section 87
//hair3 (hair3) package { import flash.display.*; public dynamic class hair3 extends MovieClip { } }//package
Section 88
//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 89
//shoe1 (shoe1) package { import flash.display.*; public dynamic class shoe1 extends MovieClip { } }//package
Section 90
//shoe2 (shoe2) package { import flash.display.*; public dynamic class shoe2 extends MovieClip { } }//package
Section 91
//shoe3 (shoe3) package { import flash.display.*; public dynamic class shoe3 extends MovieClip { } }//package
Section 92
//shoe4 (shoe4) package { import flash.display.*; public dynamic class shoe4 extends MovieClip { } }//package
Section 93
//shoe5 (shoe5) package { import flash.display.*; public dynamic class shoe5 extends MovieClip { } }//package
Section 94
//tops1 (tops1) package { import flash.display.*; public dynamic class tops1 extends MovieClip { } }//package
Section 95
//tops2 (tops2) package { import flash.display.*; public dynamic class tops2 extends MovieClip { } }//package
Section 96
//tops3 (tops3) package { import flash.display.*; public dynamic class tops3 extends MovieClip { } }//package
Section 97
//tops4 (tops4) package { import flash.display.*; public dynamic class tops4 extends MovieClip { } }//package
Section 98
//tops5 (tops5) package { import flash.display.*; public dynamic class tops5 extends MovieClip { } }//package
Section 99
//tops6 (tops6) package { import flash.display.*; public dynamic class tops6 extends MovieClip { } }//package
Section 100
//tops7 (tops7) package { import flash.display.*; public dynamic class tops7 extends MovieClip { } }//package
Section 101
//tops8 (tops8) package { import flash.display.*; public dynamic class tops8 extends MovieClip { } }//package
Section 102
//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 MovieClip {hair3}Uses:2Used by:392
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:6 357 384
Symbol 6 MovieClip {hair2}Uses:5Used by:392
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:9 384
Symbol 9 MovieClip {hair1}Uses:8Used by:392
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:12 397
Symbol 12 MovieClip {earring5}Uses:11Used by:391
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:18 33
Symbol 15 GraphicUsed by:18
Symbol 16 GraphicUsed by:18
Symbol 17 GraphicUsed by:18 33
Symbol 18 MovieClipUses:14 15 16 17Used by:19 397
Symbol 19 MovieClip {earring4}Uses:18Used by:391
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:22 397
Symbol 22 MovieClip {earring3}Uses:21Used by:391
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:25 397
Symbol 25 MovieClip {earring2}Uses:24Used by:391
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:28 355 397
Symbol 28 MovieClip {earring1}Uses:27Used by:391
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:31 354 398
Symbol 31 MovieClip {chain5}Uses:30Used by:390
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:14 32 17Used by:34 354 398
Symbol 34 MovieClip {chain4}Uses:33Used by:390
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:37 354 398
Symbol 37 MovieClip {chain3}Uses:36Used by:390
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:40 354 398
Symbol 40 MovieClip {chain2}Uses:39Used by:390
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:43 354 398
Symbol 43 MovieClip {chain1}Uses:42Used by:390
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:46 395
Symbol 46 MovieClip {tops9}Uses:45Used by:389
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:49 395
Symbol 49 MovieClip {tops8}Uses:48Used by:389
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:52 395
Symbol 52 MovieClip {tops7}Uses:51Used by:389
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:55 395
Symbol 55 MovieClip {tops6}Uses:54Used by:389
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:58 395
Symbol 58 MovieClip {tops5}Uses:57Used by:389
Symbol 59 GraphicUsed by:68
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:68
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:68
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:68
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:68
Symbol 68 MovieClipUses:59 61 63 65 67Used by:69 395
Symbol 69 MovieClip {tops4}Uses:68Used by:389
Symbol 70 GraphicUsed by:73
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:73
Symbol 73 MovieClipUses:70 72Used by:74 395
Symbol 74 MovieClip {tops3}Uses:73Used by:389
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:77 395
Symbol 77 MovieClip {tops2}Uses:76Used by:389
Symbol 78 GraphicUsed by:82
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:78 80 81Used by:83 395
Symbol 83 MovieClip {tops1}Uses:82Used by:389
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:86 394
Symbol 86 MovieClip {bottoms9}Uses:85Used by:388
Symbol 87 GraphicUsed by:90
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:90
Symbol 90 MovieClipUses:87 89Used by:91 394
Symbol 91 MovieClip {bottoms8}Uses:90Used by:388
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:94 394
Symbol 94 MovieClip {bottoms7}Uses:93Used by:388
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:97 394
Symbol 97 MovieClip {bottoms6}Uses:96Used by:388
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:100 394
Symbol 100 MovieClip {bottoms5}Uses:99Used by:388
Symbol 101 GraphicUsed by:109
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:109
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:109
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:109
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:101 103 105 107 108Used by:110 394
Symbol 110 MovieClip {bottoms4}Uses:109Used by:388
Symbol 111 GraphicUsed by:116
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:116
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:116
Symbol 116 MovieClipUses:111 113 115Used by:117 394
Symbol 117 MovieClip {bottoms3}Uses:116Used by:388
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:120 358 394
Symbol 120 MovieClip {bottoms2}Uses:119Used by:388
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:123 394
Symbol 123 MovieClip {bottoms1}Uses:122Used by:388
Symbol 124 GraphicUsed by:127
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:127
Symbol 127 MovieClipUses:124 126Used by:128 359 396
Symbol 128 MovieClip {dress16}Uses:127Used by:387
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:131 396
Symbol 131 MovieClip {dress15}Uses:130Used by:387
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:134 396
Symbol 134 MovieClip {dress14}Uses:133Used by:387
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:137 396
Symbol 137 MovieClip {dress13}Uses:136Used by:387
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:140 396
Symbol 140 MovieClip {dress12}Uses:139Used by:387
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:143 396
Symbol 143 MovieClip {dress11}Uses:142Used by:387
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:146 396
Symbol 146 MovieClip {dress10}Uses:145Used by:387
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:149 396
Symbol 149 MovieClip {dress9}Uses:148Used by:387
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:152 396
Symbol 152 MovieClip {dress8}Uses:151Used by:387
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:155 396
Symbol 155 MovieClip {dress7}Uses:154Used by:387
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:158 396
Symbol 158 MovieClip {dress6}Uses:157Used by:387
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:161 396
Symbol 161 MovieClip {dress5}Uses:160Used by:387
Symbol 162 GraphicUsed by:167
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:167 174
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:167
Symbol 167 MovieClipUses:162 164 166Used by:168 396
Symbol 168 MovieClip {dress4}Uses:167Used by:387
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:169Used by:171 396
Symbol 171 MovieClip {dress3}Uses:170Used by:387
Symbol 172 GraphicUsed by:174
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:172 164 173Used by:175 396
Symbol 175 MovieClip {dress2}Uses:174Used by:387
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:178 396
Symbol 178 MovieClip {dress1}Uses:177Used by:387
Symbol 179 GraphicUsed by:183
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:183
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:179 181 182Used by:184 356 399
Symbol 184 MovieClip {shoe5}Uses:183Used by:386
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:185Used by:187 399
Symbol 187 MovieClip {shoe4}Uses:186Used by:386
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:190 399
Symbol 190 MovieClip {shoe3}Uses:189Used by:386
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:193 399
Symbol 193 MovieClip {shoe2}Uses:192Used by:386
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:196 399
Symbol 196 MovieClip {shoe1}Uses:195Used by:386
Symbol 197 GraphicUsed by:216 353
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:215
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:215
Symbol 202 GraphicUsed by:215
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:209
Symbol 205 GraphicUsed by:206 212
Symbol 206 MovieClipUses:205Used by:209
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:209 213 230 231
Symbol 209 MovieClipUses:204 206 208Used by:215
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:213
Symbol 212 MovieClipUses:205Used by:213
Symbol 213 MovieClipUses:211 212 208Used by:215
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:199 201 202 209 213 214Used by:216 353
Symbol 216 MovieClipUses:197 215Used by:217 402
Symbol 217 MovieClip {bags2}Uses:216Used by:385
Symbol 218 GraphicUsed by:234
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:234
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:234
Symbol 223 GraphicUsed by:234
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:224Used by:234
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:226Used by:230 231
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:230 231
Symbol 230 MovieClipUses:227 229 208Used by:234
Symbol 231 MovieClipUses:227 229 208Used by:234
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:234
Symbol 234 MovieClipUses:218 220 222 223 225 230 231 233Used by:235 402
Symbol 235 MovieClip {bags1}Uses:234Used by:385
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:236Used by:246
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:246
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:240Used by:246
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:242Used by:246
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:244Used by:246
Symbol 246 MovieClipUses:237 239 241 243 245Used by:Timeline
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:260
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:249Used by:260
Symbol 251 GraphicUsed by:260
Symbol 252 GraphicUsed by:260
Symbol 253 GraphicUsed by:260
Symbol 254 GraphicUsed by:260
Symbol 255 GraphicUsed by:260
Symbol 256 GraphicUsed by:260
Symbol 257 GraphicUsed by:260
Symbol 258 GraphicUsed by:260
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClip {halloween_fla.cbvdsfdsf_loader_7}Uses:248 250 251 252 253 254 255 256 257 258 259Used by:Timeline
Symbol 261 FontUsed by:262
Symbol 262 EditableTextUses:261Used by:Timeline
Symbol 263 FontUsed by:264
Symbol 264 TextUses:263Used by:Timeline
Symbol 265 GraphicUsed by:Timeline
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266Used by:Timeline
Symbol 268 FontUsed by:269 333 411 420 444 445 446 447 448 449 450 451 452 453 454 526 527 528 529 530 537 548 550 551 554 556
Symbol 269 TextUses:268Used by:Timeline
Symbol 270 GraphicUsed by:294
Symbol 271 GraphicUsed by:273
Symbol 272 MovieClipUsed by:273
Symbol 273 MovieClipUses:271 272Used by:294
Symbol 274 GraphicUsed by:284
Symbol 275 ShapeTweeningUsed by:283
Symbol 276 GraphicUsed by:283
Symbol 277 ShapeTweeningUsed by:283
Symbol 278 GraphicUsed by:283
Symbol 279 ShapeTweeningUsed by:283
Symbol 280 GraphicUsed by:283
Symbol 281 ShapeTweeningUsed by:283
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:275 276 277 278 279 280 281 282Used by:284
Symbol 284 MovieClipUses:274 283Used by:292
Symbol 285 GraphicUsed by:290
Symbol 286 GraphicUsed by:290
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287Used by:290
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:285 286 288 289Used by:292
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:284 290 291Used by:294
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:270 273 292 293Used by:Timeline
Symbol 295 FontUsed by:296 297 298 299 300 301 303 304 305 306 307 308 309 310 428
Symbol 296 TextUses:295Used by:302
Symbol 297 TextUses:295Used by:302
Symbol 298 TextUses:295Used by:302
Symbol 299 TextUses:295Used by:302
Symbol 300 TextUses:295Used by:302
Symbol 301 TextUses:295Used by:302
Symbol 302 MovieClip {halloween_fla.peppydfgfsds_loader_19}Uses:296 297 298 299 300 301Used by:Timeline
Symbol 303 TextUses:295Used by:311
Symbol 304 TextUses:295Used by:311
Symbol 305 TextUses:295Used by:311
Symbol 306 TextUses:295Used by:311
Symbol 307 TextUses:295Used by:311
Symbol 308 TextUses:295Used by:311
Symbol 309 TextUses:295Used by:311
Symbol 310 TextUses:295Used by:311
Symbol 311 MovieClipUses:303 304 305 306 307 308 309 310Used by:Timeline
Symbol 312 GraphicUsed by:329 381
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:313Used by:329 381
Symbol 315 GraphicUsed by:329
Symbol 316 GraphicUsed by:329
Symbol 317 GraphicUsed by:329 381
Symbol 318 GraphicUsed by:329
Symbol 319 GraphicUsed by:329
Symbol 320 GraphicUsed by:322
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:320 321Used by:323
Symbol 323 MovieClipUses:322Used by:329 381
Symbol 324 GraphicUsed by:329 381
Symbol 325 GraphicUsed by:326
Symbol 326 MovieClipUses:325Used by:329 381
Symbol 327 GraphicUsed by:329 381
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:312 314 315 316 317 318 319 323 324 326 327 328Used by:Timeline
Symbol 330 GraphicUsed by:344 416 425 441
Symbol 331 GraphicUsed by:332 404
Symbol 332 MovieClipUses:331Used by:344
Symbol 333 TextUses:268Used by:344
Symbol 334 GraphicUsed by:344
Symbol 335 GraphicUsed by:344
Symbol 336 GraphicUsed by:344
Symbol 337 GraphicUsed by:344
Symbol 338 GraphicUsed by:344
Symbol 339 FontUsed by:340
Symbol 340 TextUses:339Used by:344
Symbol 341 GraphicUsed by:344
Symbol 342 GraphicUsed by:344
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClip {halloween_fla.ssOKLJ_26}Uses:330 332 333 334 335 336 337 338 340 341 342 343Used by:Timeline
Symbol 345 GraphicUsed by:352
Symbol 346 GraphicUsed by:347
Symbol 347 MovieClipUses:346Used by:352
Symbol 348 GraphicUsed by:351
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:349Used by:351
Symbol 351 MovieClipUses:348 350Used by:352
Symbol 352 MovieClipUses:345 347 351Used by:362 393
Symbol 353 MovieClipUses:197 215Used by:362
Symbol 354 MovieClip {halloween_fla.chainscopy_44}Uses:42 39 36 33 30Used by:362
Symbol 355 MovieClipUses:27Used by:362
Symbol 356 MovieClipUses:183Used by:362
Symbol 357 MovieClipUses:5Used by:362
Symbol 358 MovieClipUses:119Used by:362
Symbol 359 MovieClipUses:127Used by:362
Symbol 360 GraphicUsed by:361
Symbol 361 MovieClipUses:360Used by:362 393
Symbol 362 MovieClipUses:352 353 354 355 356 357 358 359 361Used by:Timeline
Symbol 363 GraphicUsed by:364
Symbol 364 MovieClipUses:363Used by:Timeline
Symbol 365 FontUsed by:366
Symbol 366 TextUses:365Used by:Timeline
Symbol 367 GraphicUsed by:381
Symbol 368 GraphicUsed by:381
Symbol 369 GraphicUsed by:381
Symbol 370 GraphicUsed by:381
Symbol 371 GraphicUsed by:381
Symbol 372 GraphicUsed by:373
Symbol 373 MovieClipUses:372Used by:381
Symbol 374 GraphicUsed by:381
Symbol 375 GraphicUsed by:381
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:376Used by:379
Symbol 378 GraphicUsed by:379
Symbol 379 MovieClipUses:377 378Used by:381
Symbol 380 GraphicUsed by:381
Symbol 381 MovieClipUses:312 314 367 368 317 369 370 323 324 326 327 371 373 374 375 379 380Used by:Timeline
Symbol 382 GraphicUsed by:383
Symbol 383 MovieClipUses:382Used by:384
Symbol 384 MovieClip {halloween_fla.hairpalette_69}Uses:5 8 383Used by:Timeline
Symbol 385 MovieClip {halloween_fla.vbn_73}Uses:235 217Used by:393
Symbol 386 MovieClip {halloween_fla.shoes_86}Uses:196 193 190 187 184Used by:393
Symbol 387 MovieClip {halloween_fla.dress_96}Uses:178 175 171 168 161 158 155 152 149 146 143 140 137 134 131 128Used by:393
Symbol 388 MovieClip {halloween_fla.bottoms_130}Uses:123 120 117 110 100 97 94 91 86Used by:393
Symbol 389 MovieClip {halloween_fla.tops_154}Uses:83 77 74 69 58 55 52 49 46Used by:393
Symbol 390 MovieClip {halloween_fla.chains_179}Uses:43 40 37 34 31Used by:393
Symbol 391 MovieClip {halloween_fla.earrings_185}Uses:28 25 22 19 12Used by:393
Symbol 392 MovieClip {halloween_fla.hairs_195}Uses:9 6 3Used by:393
Symbol 393 MovieClip {halloween_fla.doll_72}Uses:352 385 386 387 388 389 390 361 391 392Used by:Timeline
Symbol 394 MovieClip {halloween_fla.bottomspalette_199}Uses:122 119 116 109 99 96 93 90 85Used by:Timeline
Symbol 395 MovieClip {halloween_fla.topspalette_200}Uses:82 76 73 68 57 54 51 48 45Used by:Timeline
Symbol 396 MovieClip {halloween_fla.dresspalette_201}Uses:177 174 170 167 160 157 154 151 148 145 142 139 136 133 130 127Used by:Timeline
Symbol 397 MovieClip {halloween_fla.earringpalette_202}Uses:11 18 21 24 27Used by:Timeline
Symbol 398 MovieClip {halloween_fla.chainpalette_203}Uses:30 33 36 39 42Used by:Timeline
Symbol 399 MovieClip {halloween_fla.shoespalette_204}Uses:189 186 183 192 195Used by:Timeline
Symbol 400 GraphicUsed by:401
Symbol 401 MovieClipUses:400Used by:Timeline
Symbol 402 MovieClip {halloween_fla.bagsspalette_206}Uses:234 216Used by:Timeline
Symbol 403 MovieClipUsed by:Timeline
Symbol 404 MovieClipUses:331Used by:416 425 441 491
Symbol 405 GraphicUsed by:416 441
Symbol 406 GraphicUsed by:416 441
Symbol 407 GraphicUsed by:416 441
Symbol 408 GraphicUsed by:416 441
Symbol 409 GraphicUsed by:416 441
Symbol 410 GraphicUsed by:416 441
Symbol 411 TextUses:268Used by:416 441
Symbol 412 GraphicUsed by:416 441
Symbol 413 GraphicUsed by:416 441
Symbol 414 GraphicUsed by:416 441
Symbol 415 GraphicUsed by:416 441
Symbol 416 MovieClip {halloween_fla.ssOKLJ_209}Uses:330 404 405 406 407 408 409 410 411 412 413 414 415Used by:426
Symbol 417 GraphicUsed by:425
Symbol 418 GraphicUsed by:425
Symbol 419 GraphicUsed by:425
Symbol 420 TextUses:268Used by:425
Symbol 421 GraphicUsed by:425
Symbol 422 GraphicUsed by:425
Symbol 423 GraphicUsed by:425
Symbol 424 GraphicUsed by:425
Symbol 425 MovieClip {halloween_fla.ssOKLJ_211}Uses:330 404 417 418 419 420 421 422 423 424Used by:426
Symbol 426 MovieClip {halloween_fla.ssbuttons_208}Uses:416 425Used by:Timeline
Symbol 427 GraphicUsed by:431
Symbol 428 TextUses:295Used by:431
Symbol 429 GraphicUsed by:431
Symbol 430 GraphicUsed by:431
Symbol 431 ButtonUses:427 428 429 430Used by:Timeline
Symbol 432 GraphicUsed by:434 439 440
Symbol 433 GraphicUsed by:434 439 440
Symbol 434 MovieClipUses:432 433Used by:439 440
Symbol 435 GraphicUsed by:436 439 440
Symbol 436 MovieClipUses:435Used by:439 440
Symbol 437 GraphicUsed by:438 439
Symbol 438 MovieClipUses:437Used by:439
Symbol 439 ButtonUses:434 436 438 432 433 435 437Used by:Timeline
Symbol 440 ButtonUses:434 436 432 433 435Used by:Timeline
Symbol 441 MovieClip {halloween_fla.ssOKLJ_218}Uses:330 404 405 406 407 408 409 410 411 412 413 414 415Used by:Timeline
Symbol 442 FontUsed by:443 457
Symbol 443 EditableTextUses:442Used by:Timeline
Symbol 444 TextUses:268Used by:455
Symbol 445 TextUses:268Used by:455
Symbol 446 TextUses:268Used by:455
Symbol 447 TextUses:268Used by:455
Symbol 448 TextUses:268Used by:455
Symbol 449 TextUses:268Used by:455
Symbol 450 TextUses:268Used by:455
Symbol 451 TextUses:268Used by:455
Symbol 452 TextUses:268Used by:455
Symbol 453 TextUses:268Used by:455
Symbol 454 TextUses:268Used by:455
Symbol 455 MovieClip {halloween_fla.ssenteryourname_219}Uses:444 445 446 447 448 449 450 451 452 453 454Used by:Timeline
Symbol 456 GraphicUsed by:Timeline
Symbol 457 EditableTextUses:442Used by:Timeline
Symbol 458 GraphicUsed by:459
Symbol 459 MovieClipUses:458Used by:465
Symbol 460 GraphicUsed by:461
Symbol 461 MovieClipUses:460Used by:464
Symbol 462 GraphicUsed by:463 494 532 536 553 557
Symbol 463 MovieClipUses:462Used by:464
Symbol 464 MovieClipUses:461 463Used by:465
Symbol 465 MovieClipUses:459 464Used by:477
Symbol 466 GraphicUsed by:477
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 {halloween_fla.ssREPLAYBTN2_221}Uses:465 466 467 468 469 470 471 472 473 474 475 476Used by:478
Symbol 478 MovieClip {halloween_fla.ssHOE_220}Uses:477Used by:Timeline
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 GraphicUsed 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 {halloween_fla.ssOKLJ_227}Uses:479 404 480 481 482 483 484 485 486 487 488 489 490Used by:Timeline
Symbol 492 GraphicUsed by:493
Symbol 493 MovieClipUses:492Used by:495
Symbol 494 MovieClipUses:462Used by:495
Symbol 495 MovieClipUses:493 494Used by:507
Symbol 496 GraphicUsed by:507
Symbol 497 GraphicUsed by:507
Symbol 498 GraphicUsed by:507
Symbol 499 GraphicUsed by:507
Symbol 500 GraphicUsed by:507
Symbol 501 GraphicUsed by:507
Symbol 502 GraphicUsed by:507
Symbol 503 FontUsed by:504
Symbol 504 TextUses:503Used by:507
Symbol 505 GraphicUsed by:507
Symbol 506 GraphicUsed by:507
Symbol 507 MovieClip {halloween_fla.ssREPLAYBTN2copyt_229}Uses:495 496 497 498 499 500 501 502 504 505 506Used by:508
Symbol 508 MovieClipUses:507Used by:Timeline
Symbol 509 FontUsed by:510 511
Symbol 510 TextUses:509Used by:Timeline
Symbol 511 EditableTextUses:509Used by:Timeline
Symbol 512 GraphicUsed by:513
Symbol 513 MovieClipUses:512Used by:525 531
Symbol 514 BitmapUsed by:515 517 521
Symbol 515 GraphicUses:514Used by:516
Symbol 516 MovieClipUses:515Used by:525 531
Symbol 517 GraphicUses:514Used by:520
Symbol 518 GraphicUsed by:519
Symbol 519 MovieClipUses:518Used by:520 523
Symbol 520 MovieClipUses:517 519Used by:524
Symbol 521 GraphicUses:514Used by:522
Symbol 522 MovieClipUses:521Used by:523
Symbol 523 MovieClipUses:522 519Used by:524 540
Symbol 524 MovieClipUses:520 523Used by:525
Symbol 525 MovieClipUses:513 516 524Used by:558
Symbol 526 TextUses:268Used by:558
Symbol 527 TextUses:268Used by:558
Symbol 528 TextUses:268Used by:558
Symbol 529 TextUses:268Used by:558
Symbol 530 TextUses:268Used by:558
Symbol 531 MovieClipUses:513 516Used by:540
Symbol 532 MovieClipUses:462Used by:533 546
Symbol 533 MovieClipUses:532Used by:536
Symbol 534 GraphicUsed by:535
Symbol 535 ButtonUses:534Used by:536
Symbol 536 ButtonUses:533 535 462Used by:540 558
Symbol 537 TextUses:268Used by:540
Symbol 538 FontUsed by:539 541 542 543 544 545
Symbol 539 EditableTextUses:538Used by:540
Symbol 540 MovieClip {halloween_fla.ssOHJKKL_242}Uses:531 536 523 537 539Used by:558
Symbol 541 EditableTextUses:538Used by:558
Symbol 542 EditableTextUses:538Used by:558
Symbol 543 EditableTextUses:538Used by:558
Symbol 544 EditableTextUses:538Used by:558
Symbol 545 EditableTextUses:538Used by:558
Symbol 546 MovieClipUses:532Used by:547
Symbol 547 MovieClipUses:546Used by:549 553 555 557
Symbol 548 TextUses:268Used by:549
Symbol 549 MovieClipUses:547 548Used by:553
Symbol 550 TextUses:268Used by:553
Symbol 551 TextUses:268Used by:553
Symbol 552 GraphicUsed by:553 557
Symbol 553 ButtonUses:549 547 550 551 552 462Used by:558
Symbol 554 TextUses:268Used by:555
Symbol 555 MovieClipUses:547 554Used by:557
Symbol 556 TextUses:268Used by:557
Symbol 557 ButtonUses:555 547 556 552 462Used by:558
Symbol 558 MovieClip {halloween_fla.ssONMJKL_233}Uses:525 526 527 528 529 530 540 536 541 542 543 544 545 553 557Used by:Timeline

Instance Names

"preloader"Frame 1Symbol 260 MovieClip {halloween_fla.cbvdsfdsf_loader_7}
"BitsLoaded"Frame 1Symbol 262 EditableText
"ball"Frame 1Symbol 311 MovieClip
"pl"Frame 2Symbol 344 MovieClip {halloween_fla.ssOKLJ_26}
"hairpalette"Frame 3Symbol 384 MovieClip {halloween_fla.hairpalette_69}
"doll"Frame 3Symbol 393 MovieClip {halloween_fla.doll_72}
"bottomspalette"Frame 3Symbol 394 MovieClip {halloween_fla.bottomspalette_199}
"topspalette"Frame 3Symbol 395 MovieClip {halloween_fla.topspalette_200}
"dresspalette"Frame 3Symbol 396 MovieClip {halloween_fla.dresspalette_201}
"earringpalette"Frame 3Symbol 397 MovieClip {halloween_fla.earringpalette_202}
"chainpalette"Frame 3Symbol 398 MovieClip {halloween_fla.chainpalette_203}
"shoespalette"Frame 3Symbol 399 MovieClip {halloween_fla.shoespalette_204}
"bagspalette"Frame 3Symbol 402 MovieClip {halloween_fla.bagsspalette_206}
"buttons1"Frame 3Symbol 426 MovieClip {halloween_fla.ssbuttons_208}
"logo_mc"Frame 3Symbol 431 Button
"sndon"Frame 3Symbol 439 Button
"sndoff"Frame 3Symbol 440 Button
"nextbtn"Frame 4Symbol 441 MovieClip {halloween_fla.ssOKLJ_218}
"t1"Frame 4Symbol 443 EditableText
"ent"Frame 4Symbol 455 MovieClip {halloween_fla.ssenteryourname_219}
"t1"Frame 4Symbol 457 EditableText
"nex"Frame 5Symbol 478 MovieClip {halloween_fla.ssHOE_220}
"email"Frame 5Symbol 491 MovieClip {halloween_fla.ssOKLJ_227}
"playmore"Frame 5Symbol 508 MovieClip
"t2"Frame 5Symbol 511 EditableText
"popup"Frame 5Symbol 558 MovieClip {halloween_fla.ssONMJKL_233}
"dolls"Frame 5Symbol 393 MovieClip {halloween_fla.doll_72}
"masker"Symbol 260 MovieClip {halloween_fla.cbvdsfdsf_loader_7} Frame 1Symbol 248 MovieClip
"h2"Symbol 384 MovieClip {halloween_fla.hairpalette_69} Frame 1Symbol 5 MovieClip
"h1"Symbol 384 MovieClip {halloween_fla.hairpalette_69} Frame 1Symbol 8 MovieClip
"h3"Symbol 384 MovieClip {halloween_fla.hairpalette_69} Frame 1Symbol 383 MovieClip
"bags"Symbol 393 MovieClip {halloween_fla.doll_72} Frame 1Symbol 385 MovieClip {halloween_fla.vbn_73}
"shoes"Symbol 393 MovieClip {halloween_fla.doll_72} Frame 1Symbol 386 MovieClip {halloween_fla.shoes_86}
"dress"Symbol 393 MovieClip {halloween_fla.doll_72} Frame 1Symbol 387 MovieClip {halloween_fla.dress_96}
"bottoms"Symbol 393 MovieClip {halloween_fla.doll_72} Frame 1Symbol 388 MovieClip {halloween_fla.bottoms_130}
"tops"Symbol 393 MovieClip {halloween_fla.doll_72} Frame 1Symbol 389 MovieClip {halloween_fla.tops_154}
"chain"Symbol 393 MovieClip {halloween_fla.doll_72} Frame 1Symbol 390 MovieClip {halloween_fla.chains_179}
"earring"Symbol 393 MovieClip {halloween_fla.doll_72} Frame 1Symbol 391 MovieClip {halloween_fla.earrings_185}
"hair"Symbol 393 MovieClip {halloween_fla.doll_72} Frame 1Symbol 392 MovieClip {halloween_fla.hairs_195}
"b1"Symbol 394 MovieClip {halloween_fla.bottomspalette_199} Frame 1Symbol 122 MovieClip
"b2"Symbol 394 MovieClip {halloween_fla.bottomspalette_199} Frame 1Symbol 119 MovieClip
"b3"Symbol 394 MovieClip {halloween_fla.bottomspalette_199} Frame 1Symbol 116 MovieClip
"b4"Symbol 394 MovieClip {halloween_fla.bottomspalette_199} Frame 1Symbol 109 MovieClip
"b5"Symbol 394 MovieClip {halloween_fla.bottomspalette_199} Frame 1Symbol 99 MovieClip
"b6"Symbol 394 MovieClip {halloween_fla.bottomspalette_199} Frame 1Symbol 96 MovieClip
"b7"Symbol 394 MovieClip {halloween_fla.bottomspalette_199} Frame 1Symbol 93 MovieClip
"b8"Symbol 394 MovieClip {halloween_fla.bottomspalette_199} Frame 1Symbol 90 MovieClip
"b9"Symbol 394 MovieClip {halloween_fla.bottomspalette_199} Frame 1Symbol 85 MovieClip
"t1"Symbol 395 MovieClip {halloween_fla.topspalette_200} Frame 1Symbol 82 MovieClip
"t2"Symbol 395 MovieClip {halloween_fla.topspalette_200} Frame 1Symbol 76 MovieClip
"t3"Symbol 395 MovieClip {halloween_fla.topspalette_200} Frame 1Symbol 73 MovieClip
"t4"Symbol 395 MovieClip {halloween_fla.topspalette_200} Frame 1Symbol 68 MovieClip
"t5"Symbol 395 MovieClip {halloween_fla.topspalette_200} Frame 1Symbol 57 MovieClip
"t6"Symbol 395 MovieClip {halloween_fla.topspalette_200} Frame 1Symbol 54 MovieClip
"t7"Symbol 395 MovieClip {halloween_fla.topspalette_200} Frame 1Symbol 51 MovieClip
"t8"Symbol 395 MovieClip {halloween_fla.topspalette_200} Frame 1Symbol 48 MovieClip
"t9"Symbol 395 MovieClip {halloween_fla.topspalette_200} Frame 1Symbol 45 MovieClip
"d1"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 177 MovieClip
"d2"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 174 MovieClip
"d3"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 170 MovieClip
"d4"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 167 MovieClip
"d5"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 160 MovieClip
"d6"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 157 MovieClip
"d7"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 154 MovieClip
"d8"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 151 MovieClip
"d9"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 148 MovieClip
"d10"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 145 MovieClip
"d11"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 142 MovieClip
"d12"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 139 MovieClip
"d13"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 136 MovieClip
"d14"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 133 MovieClip
"d15"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 130 MovieClip
"d16"Symbol 396 MovieClip {halloween_fla.dresspalette_201} Frame 1Symbol 127 MovieClip
"e5"Symbol 397 MovieClip {halloween_fla.earringpalette_202} Frame 1Symbol 11 MovieClip
"e4"Symbol 397 MovieClip {halloween_fla.earringpalette_202} Frame 1Symbol 18 MovieClip
"e3"Symbol 397 MovieClip {halloween_fla.earringpalette_202} Frame 1Symbol 21 MovieClip
"e2"Symbol 397 MovieClip {halloween_fla.earringpalette_202} Frame 1Symbol 24 MovieClip
"e1"Symbol 397 MovieClip {halloween_fla.earringpalette_202} Frame 1Symbol 27 MovieClip
"c5"Symbol 398 MovieClip {halloween_fla.chainpalette_203} Frame 1Symbol 30 MovieClip
"c4"Symbol 398 MovieClip {halloween_fla.chainpalette_203} Frame 1Symbol 33 MovieClip
"c3"Symbol 398 MovieClip {halloween_fla.chainpalette_203} Frame 1Symbol 36 MovieClip
"c2"Symbol 398 MovieClip {halloween_fla.chainpalette_203} Frame 1Symbol 39 MovieClip
"c1"Symbol 398 MovieClip {halloween_fla.chainpalette_203} Frame 1Symbol 42 MovieClip
"s3"Symbol 399 MovieClip {halloween_fla.shoespalette_204} Frame 1Symbol 189 MovieClip
"s4"Symbol 399 MovieClip {halloween_fla.shoespalette_204} Frame 1Symbol 186 MovieClip
"s5"Symbol 399 MovieClip {halloween_fla.shoespalette_204} Frame 1Symbol 183 MovieClip
"s2"Symbol 399 MovieClip {halloween_fla.shoespalette_204} Frame 1Symbol 192 MovieClip
"s1"Symbol 399 MovieClip {halloween_fla.shoespalette_204} Frame 1Symbol 195 MovieClip
"b1"Symbol 402 MovieClip {halloween_fla.bagsspalette_206} Frame 1Symbol 234 MovieClip
"b2"Symbol 402 MovieClip {halloween_fla.bagsspalette_206} Frame 1Symbol 216 MovieClip
"nextbtn"Symbol 426 MovieClip {halloween_fla.ssbuttons_208} Frame 1Symbol 416 MovieClip {halloween_fla.ssOKLJ_209}
"resetbtn"Symbol 426 MovieClip {halloween_fla.ssbuttons_208} Frame 1Symbol 425 MovieClip {halloween_fla.ssOKLJ_211}
"playagain"Symbol 478 MovieClip {halloween_fla.ssHOE_220} Frame 1Symbol 477 MovieClip {halloween_fla.ssREPLAYBTN2_221}
"close"Symbol 540 MovieClip {halloween_fla.ssOHJKKL_242} Frame 1Symbol 536 Button
"friendMail"Symbol 540 MovieClip {halloween_fla.ssOHJKKL_242} Frame 1Symbol 539 EditableText
"friend4"Symbol 558 MovieClip {halloween_fla.ssONMJKL_233} Frame 1Symbol 540 MovieClip {halloween_fla.ssOHJKKL_242}
"friend3"Symbol 558 MovieClip {halloween_fla.ssONMJKL_233} Frame 1Symbol 540 MovieClip {halloween_fla.ssOHJKKL_242}
"friend2"Symbol 558 MovieClip {halloween_fla.ssONMJKL_233} Frame 1Symbol 540 MovieClip {halloween_fla.ssOHJKKL_242}
"friend1"Symbol 558 MovieClip {halloween_fla.ssONMJKL_233} Frame 1Symbol 540 MovieClip {halloween_fla.ssOHJKKL_242}
"close"Symbol 558 MovieClip {halloween_fla.ssONMJKL_233} Frame 1Symbol 536 Button
"nameDetail"Symbol 558 MovieClip {halloween_fla.ssONMJKL_233} Frame 1Symbol 541 EditableText
"mailDetail"Symbol 558 MovieClip {halloween_fla.ssONMJKL_233} Frame 1Symbol 542 EditableText
"messageDetail"Symbol 558 MovieClip {halloween_fla.ssONMJKL_233} Frame 1Symbol 543 EditableText
"friendName"Symbol 558 MovieClip {halloween_fla.ssONMJKL_233} Frame 1Symbol 544 EditableText
"friendMail"Symbol 558 MovieClip {halloween_fla.ssONMJKL_233} Frame 1Symbol 545 EditableText
"addition"Symbol 558 MovieClip {halloween_fla.ssONMJKL_233} Frame 1Symbol 553 Button
"submit"Symbol 558 MovieClip {halloween_fla.ssONMJKL_233} Frame 1Symbol 557 Button

Special Tags

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




http://swfchan.com/24/117406/info.shtml
Created: 7/3 -2019 19:10:58 Last modified: 7/3 -2019 19:10:58 Server time: 16/04 -2024 08:09:37