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

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

Bratz The Perfect Match.swf

This is the info page for
Flash #113757

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


Text
10

+

sec.

READY

set!

go!

Tiles Remaining

level

PENALTY

Time Bonus

you ran out of time.
don't give up!

E

M

A

G

H

T

Y

L

P

O

W

:

10

sec.

Click the tiles to turn them over and see
what’s underneath.

Find as many matching tiles as you can
and click the “MATCH” button.

Use wild cards to get rid of cards you can’t
find a match for, or to score more points.

Find extra time tiles to gain additional
seconds on the timer.

continue

99

%

skip intro

the perfect match

the perfect match!

How To Play

CHOOSE LEVEL

1

2

1

1

3

4

5

6

7

8

9

10

{

easy

medium

{

hard

TM & © MGA.

This game requires Flash Player 8

© MGA

Show off your matching skillz
with the Bratz Perfect Match!

choose your bratz

TM

great job girlfriend!

Score

Time

00:00

score

<SCORE>

© MGA

return to intro

return to intro

help

music

music

help

<STATE>

<STATE>

congratulations!

congratulations!

Wow!  Your memory is amazing!

PLAY AGAIN

ActionScript [AS1/AS2]

Frame 1
_global.scrollMap = function (fade) { if (!fade) { _root.map_tint.dest = 50; _root.map.ycoord = -1 * random(887); _root.map.xcoord = 1 * random(60); } else { _root.map_tint.dest = 82; } };
Instance of Symbol 132 MovieClip in Frame 1
onClipEvent (load) { var p = 0; } onClipEvent (enterFrame) { var p = (_parent.getBytesLoaded() / _parent.getBytesTotal()); var p = Math.round(p * 100); mask._y = -((p * 1.67) + 22); if (p >= 100) { _parent.gotoAndPlay("intro"); } }
Frame 3
stop();
Frame 7
if ((_global.level == 0) || (_global.level == undefined)) { _global.level = 1; }
Frame 11
music.stop(); var music; music = new Sound(); music.attachSound((idName = "music")); music.start(null, 9999); Array.prototype.popByName = function (index) { var _local3 = new Array(); var _local4; var _local2 = 0; while (_local2 < this.length) { if (this[_local2] != index) { _local3.push(this[_local2]); } else { _local4 = this[_local2]; } _local2++; } this=new Array();//parameter overwritten new Array(); this=_local3;//parameter overwritten return(_local4); }; Array.prototype.shuffle = function () { i = 0; while (i < this.length) { var _local3 = this[i]; var _local2 = random(this.length); this[i] = this[_local2]; this[_local2] = _local3; i++; } };
Frame 20
stop();
Frame 21
stop();
Frame 30
start._visible = false; stop();
Frame 40
stop();
Frame 50
stop();
Symbol 20 MovieClip [Card] Frame 1
#initclip 17 Object.registerClass("Card", Card); #endinitclip stop();
Symbol 20 MovieClip [Card] Frame 11
stop();
Symbol 24 MovieClip [countdown] Frame 1
Symbol 24 MovieClip [countdown] Frame 2
_level0.Game.Deck.pause();
Symbol 24 MovieClip [countdown] Frame 35
_level0.Game.Deck.resume();
Symbol 24 MovieClip [countdown] Frame 36
stop();
Symbol 25 MovieClip [Deck] Frame 1
#initclip 14 Object.registerClass("Deck", Deck); #endinitclip
Symbol 51 MovieClip [TilesRemaining] Frame 1
#initclip 15 Object.registerClass("TilesRemaining", TilesRemaining); #endinitclip
Symbol 55 MovieClip [Levelbar] Frame 1
#initclip 16 Object.registerClass("Levelbar", Levelbar); #endinitclip
Instance of Symbol 60 MovieClip [penaltyLoad] "penaltyLoad" in Symbol 62 MovieClip [penalty] Frame 1
onClipEvent (load) { function play() { penalty = 0; deck = _level0.Game.Deck; var _local2 = 0; while (_local2 < deck.cards.length) { trace("SCANNING CARD!!!!"); if (deck.cards[_local2].side == "up") { trace("SIDE IS UP!!!!!!!"); _level0.Game.TilesRemaining.destroy(_local2); deck.cards[_local2].destroy(); if (this._parent._parent.button == "next level") { _level0.Game.Score.modScore(-10); } penalty = penalty - 10; } _local2++; } } matches_rem = _level0.Game.TilesRemaining.matches_rem; var penalty = 0; }
Instance of Symbol 64 MovieClip [time_bonusLoad] "time_bonusLoad" in Symbol 66 MovieClip [time_bonus] Frame 1
onClipEvent (load) { function play() { time_bonus = 0; seconds = _level0.Game.Timer.time; var _local2 = 0; while (_local2 < seconds) { time_bonus = time_bonus + 5; _local2++; } if (this._parent._parent.button == "next level") { _level0.Game.Score.modScore(time_bonus); } } var time_bonus = 0; this.play(); }
Symbol 114 Button
on (press) { this.gotoAndPlay("close"); }
Symbol 115 MovieClip [Help] Frame 39
stop();
Symbol 115 MovieClip [Help] Frame 47
this._visible = false; _level0.Game.Deck.resume(); stop();
Symbol 351 MovieClip [__Packages.Deck] Frame 0
class Deck extends MovieClip { var _name, initial_x, _x, _alpha, score_location, myTween, cards, cards_types, rows, cols, timer, cards_assoc, attachMovie, getNextHighestDepth, _xscale, _width, _yscale, intervalID; function Deck () { super(); trace("-> Deck();"); _name = "Deck"; initial_x = _x; _level0.Game.Match.setDeckLocation(this); _level0.Game.TilesRemaining.setDeckLocation(this); _alpha = 0; populateCards(); fadeIn(); } function setScoreLocation(loc) { score_location = loc; trace(score_location); } function fadeIn() { myTween = new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.None.easeNone, 0, 100, 1, true); myTween.onMotionFinished = function () { }; } function populateCards() { _global.roundScore = 0; i = 0; while (i < cards.length) { cards[i].destroy(); trace("REMOVING CARD"); i++; } cards_types = new Array(); trace("DECK LEVEL: " + _global.level); if (_global.level == 1) { trace("LOADING LEVEL 1"); rows = 3; cols = 3; timer = 30; cards_assoc = new Array(); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); trace("CARDS ASSOC: " + cards_assoc); } if (_global.level == 2) { trace("LOADING LEVEL 2"); rows = 3; cols = 3; timer = 39; cards_assoc = new Array(); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); } if (_global.level == 3) { rows = 4; cols = 4; timer = 45; trace("LOADING LEVEL 3"); cards_assoc = new Array(); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"modtime", seconds:2}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); } if (_global.level == 4) { trace("LOADING LEVEL 4"); rows = 4; cols = 4; timer = 55; cards_assoc = new Array(); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); } if (_global.level == 5) { trace("LOADING LEVEL 5"); rows = 4; cols = 4; timer = 60; cards_assoc = new Array(); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"modtime", seconds:10}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"tiara"}); } if (_global.level == 6) { trace("LOADING LEVEL 6"); rows = 4; cols = 4; timer = 62; cards_assoc = new Array(); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"modtime", seconds:10}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); } if (_global.level == 7) { trace("LOADING LEVEL 7"); rows = 5; cols = 5; timer = 60; cards_assoc = new Array(); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"modtime", seconds:10}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"tiara"}); } if (_global.level == 8) { trace("LOADING LEVEL 8"); rows = 5; cols = 5; timer = 65; cards_assoc = new Array(); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"modtime", seconds:10}); cards_assoc.push({classtype:"modtime", seconds:5}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); } if (_global.level == 9) { trace("LOADING LEVEL 9"); rows = 5; cols = 5; timer = 55; cards_assoc = new Array(); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"modtime", seconds:10}); cards_assoc.push({classtype:"modtime", seconds:10}); cards_assoc.push({classtype:"modtime", seconds:2}); cards_assoc.push({classtype:"modtime", seconds:2}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); } if (_global.level == 10) { trace("LOADING LEVEL 10"); rows = 6; cols = 6; timer = 85; cards_assoc = new Array(); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"wild"}); cards_assoc.push({classtype:"modtime", seconds:10}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lipstick"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"lips"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"ring"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"purse"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"shoes"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); cards_assoc.push({classtype:"regular", type:"tiara"}); } trace("POPULATING CARDS"); var i = 0; while (i < cards_assoc.length) { switch (cards_assoc[i].classtype) { case "wild" : cards_types.push({type:cards_assoc[i].classtype}); break; case "modtime" : cards_types.push({type:cards_assoc[i].classtype, seconds:cards_assoc[i].seconds}); break; case "regular" : cards_types.push({type:cards_assoc[i].type}); } i++; } shuffle(3); drawDeck(rows, cols); _level0.Game.countdown.gotoAndPlay(2); } function shuffle(shuffle_count) { trace("Shuffling Cards..."); var _local2 = 0; while (_local2 < shuffle_count) { cards_types.shuffle(); _local2++; } trace("Cards Shuffled!"); } function drawDeck(rows, cols) { var _local4 = 0; cards = new Array(); trace("ROWS: " + rows); trace("COLS: " + cols); var _local3 = 0; while (_local3 < rows) { var _local2 = 0; while (_local2 < cols) { _local4++; if (cards_types[_local4 - 1].type == "modtime") { attachMovie("Card", (("Card_" + _local3) + "_") + _local2, getNextHighestDepth()).init(_local3, _local2, "down", cards_types[_local4 - 1].type, cards_types[_local4 - 1].seconds); } else { attachMovie("Card", (("Card_" + _local3) + "_") + _local2, getNextHighestDepth()).init(_local3, _local2, "down", cards_types[_local4 - 1].type, null); } cards.push(this[(("Card_" + _local3) + "_") + _local2]); _local2++; } _local3++; } _level0.Game.TilesRemaining.getTilesRemaining(); scaleDeck(); _level0.Game.Timer.setTime(timer); _level0.Game.Timer.Start(); } function removeCard(id) { cards.popByName(id).destroy(); } function turnDown() { var _local2 = 0; while (_local2 < cards.length) { cards[_local2].flipDown(); _local2++; } var _local3; var _local4; _local3 = new Sound(); _local4 = "snd_flip"; _local3.attachSound(_local4); _local3.start(); } function pause() { noClick(); delete _level0.Game.Match.onRelease; _level0.Game.Timer.Stop(); } function resume() { yesClick(); _level0.Game.Match.onRelease = _level0.Game.Match.myRelease; _level0.Game.Timer.Start(); } function noClick() { var _local2 = 0; while (_local2 < cards.length) { delete cards[_local2].onRelease; _local2++; } } function yesClick() { var _local2 = 0; while (_local2 < cards.length) { cards[_local2].onRelease = cards[_local2].myRelease; _local2++; } } function scaleDeck() { _x = initial_x; _xscale = 100; if (_width != MAX_WIDTH) { var _local2 = MAX_WIDTH / _width; _xscale = _xscale + ((_local2 * 100) - 100); _yscale = _xscale; } trace((_x + " : ") + initial_x); _x = _x + ((cards[0]._width * (_xscale / 100)) / 2); } function quit() { var _local2 = 0; while (_local2 < cards.length) { cards[_local2].gameOver(); _local2++; } trace("GAMEOVER CARDS: " + cards); } function loadStats() { trace("DELAY: " + intervalID); trace("DELAY: " + intervalID); trace("RUNNING LOADSTATS"); trace("RUNNING LOADSTATS"); } function gameOver() { var _local2 = 0; while (_local2 < cards.length) { cards[_local2].side = "down"; cards[_local2].gameOver(); _local2++; } noClick(); trace("GAMEOVER CARDS: " + cards); _level0.Game.Stats.gotoAndStop("start"); } var MAX_WIDTH = 305; }
Symbol 352 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon { function OnEnterFrameBeacon () { } static function init() { var _local4 = _global.MovieClip; if (!_root.__OnEnterFrameBeacon) { mx.transitions.BroadcasterMX.initialize(_local4); var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876); _local3.onEnterFrame = function () { _global.MovieClip.broadcastMessage("onEnterFrame"); }; } } static var version = "1.1.0.52"; }
Symbol 353 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX { var _listeners; function BroadcasterMX () { } static function initialize(o, dontCreateArray) { if (o.broadcastMessage != undefined) { delete o.broadcastMessage; } o.addListener = mx.transitions.BroadcasterMX.prototype.addListener; o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener; if (!dontCreateArray) { o._listeners = new Array(); } } function addListener(o) { removeListener(o); if (broadcastMessage == undefined) { broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage; } return(_listeners.push(o)); } function removeListener(o) { var _local2 = _listeners; var _local3 = _local2.length; while (_local3--) { if (_local2[_local3] == o) { _local2.splice(_local3, 1); if (!_local2.length) { broadcastMessage = undefined; } return(true); } } return(false); } function broadcastMessage() { var _local5 = String(arguments.shift()); var _local4 = _listeners.concat(); var _local6 = _local4.length; var _local3 = 0; while (_local3 < _local6) { _local4[_local3][_local5].apply(_local4[_local3], arguments); _local3++; } } static var version = "1.1.0.52"; }
Symbol 354 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween { var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime; function Tween (obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if (!arguments.length) { return; } this.obj = obj; this.prop = prop; this.begin = begin; position = (begin); this.duration = (duration); this.useSeconds = useSeconds; if (func) { this.func = func; } this.finish = (finish); _listeners = []; addListener(this); start(); } function set time(t) { prevTime = _time; if (t > duration) { if (looping) { rewind(t - _duration); update(); broadcastMessage("onMotionLooped", this); } else { if (useSeconds) { _time = _duration; update(); } stop(); broadcastMessage("onMotionFinished", this); } } else if (t < 0) { rewind(); update(); } else { _time = t; update(); } //return(time); } function get time() { return(_time); } function set duration(d) { _duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d)); //return(duration); } function get duration() { return(_duration); } function set FPS(fps) { var _local2 = isPlaying; stopEnterFrame(); _fps = fps; if (_local2) { startEnterFrame(); } //return(FPS); } function get FPS() { return(_fps); } function set position(p) { setPosition(p); //return(position); } function setPosition(p) { prevPos = _pos; obj[prop] = (_pos = p); broadcastMessage("onMotionChanged", this, _pos); updateAfterEvent(); } function get position() { return(getPosition()); } function getPosition(t) { if (t == undefined) { t = _time; } return(func(t, begin, change, _duration)); } function set finish(f) { change = f - begin; //return(finish); } function get finish() { return(begin + change); } function continueTo(finish, duration) { begin = position; this.finish = (finish); if (duration != undefined) { this.duration = (duration); } start(); } function yoyo() { continueTo(begin, time); } function startEnterFrame() { if (_fps == undefined) { _global.MovieClip.addListener(this); } else { _intervalID = setInterval(this, "onEnterFrame", 1000 / _fps); } isPlaying = true; } function stopEnterFrame() { if (_fps == undefined) { _global.MovieClip.removeListener(this); } else { clearInterval(_intervalID); } isPlaying = false; } function start() { rewind(); startEnterFrame(); broadcastMessage("onMotionStarted", this); } function stop() { stopEnterFrame(); broadcastMessage("onMotionStopped", this); } function resume() { fixTime(); startEnterFrame(); broadcastMessage("onMotionResumed", this); } function rewind(t) { _time = ((t == undefined) ? 0 : (t)); fixTime(); update(); } function fforward() { time = (_duration); fixTime(); } function nextFrame() { if (useSeconds) { time = ((getTimer() - _startTime) / 1000); } else { time = (_time + 1); } } function onEnterFrame() { nextFrame(); } function prevFrame() { if (!useSeconds) { time = (_time - 1); } } function toString() { return("[Tween]"); } function fixTime() { if (useSeconds) { _startTime = getTimer() - (_time * 1000); } } function update() { position = (getPosition(_time)); } static var version = "1.1.0.52"; static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init(); static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true); function func(t, b, c, d) { return(((c * t) / d) + b); } }
Symbol 355 MovieClip [__Packages.mx.transitions.easing.None] Frame 0
class mx.transitions.easing.None { function None () { } static function easeNone(t, b, c, d) { return(((c * t) / d) + b); } static function easeIn(t, b, c, d) { return(((c * t) / d) + b); } static function easeOut(t, b, c, d) { return(((c * t) / d) + b); } static function easeInOut(t, b, c, d) { return(((c * t) / d) + b); } static var version = "1.1.0.52"; }
Symbol 356 MovieClip [__Packages.TilesRemaining] Frame 0
class TilesRemaining extends MovieClip { var deck, AlphaScale, purse, lips, lipstick, shoes, tiara, ring, purse_number, lips_number, lipstick_number, shoes_number, tiara_number, ring_number; function TilesRemaining () { super(); trace(this); } function setDeckLocation(loc) { deck = _level0.Game.Deck; } function update() { } function isEnd() { trace(total_cards); if (matches_rem == 0) { if (((total_cards == 0) || (total_cards == 1)) || (wild_num == 0)) { _level0.Game.Timer.Stop(); _level0.Game.Timer.outOfTime(); } } } function destroy(i) { tiledestroy(i); } function tiledestroy(i) { deck = _level0.Game.Deck; this[deck.cards[i].cardtype + "_number"]._visible = false; AlphaScale = new mx.transitions.Tween(this[deck.cards[i].cardtype], "_alpha", mx.transitions.easing.Regular.easeOut, 100, 0, 1, true); } function getTilesRemaining() { matches_rem = 0; purse_num = 0; lips_num = 0; lipstick_num = 0; shoes_num = 0; tiara_num = 0; ring_num = 0; wild_num = 0; purse._alpha = 100; lips._alpha = 100; lipstick._alpha = 100; shoes._alpha = 100; tiara._alpha = 100; ring._alpha = 100; purse_number._alpha = 100; lips_number._alpha = 100; lipstick_number._alpha = 100; shoes_number._alpha = 100; tiara_number._alpha = 100; ring_number._alpha = 100; purse._visible = false; lips._visible = false; lipstick._visible = false; shoes._visible = false; tiara._visible = false; ring._visible = false; purse_number._visible = false; lips_number._visible = false; lipstick_number._visible = false; shoes_number._visible = false; tiara_number._visible = false; ring_number._visible = false; var _local2 = 0; while (_local2 < deck.cards.length) { if (deck.cards[_local2].cardtype == "purse") { purse._visible = true; purse_num++; purse_number._visible = true; } if (deck.cards[_local2].cardtype == "lips") { lips._visible = true; lips_num++; lips_number._visible = true; } if (deck.cards[_local2].cardtype == "lipstick") { lipstick._visible = true; lipstick_num++; lipstick_number._visible = true; } if (deck.cards[_local2].cardtype == "shoes") { shoes._visible = true; shoes_num++; shoes_number._visible = true; } if (deck.cards[_local2].cardtype == "tiara") { tiara._visible = true; tiara_num++; tiara_number._visible = true; } if (deck.cards[_local2].cardtype == "ring") { ring._visible = true; ring_num++; ring_number._visible = true; } if (deck.cards[_local2].cardtype == "wild") { wild_num++; } _local2++; } if (purse_num >= 2) { trace("purse_num%2 = " + (purse_num % 2)); if ((purse_num % 2) == 0) { matches_rem = matches_rem + (purse_num / 2); } else { matches_rem = matches_rem + ((purse_num - 1) / 2); } } if (ring_num >= 2) { trace("ring_num%2 = " + (ring_num % 2)); if ((ring_num % 2) == 0) { matches_rem = matches_rem + (ring_num / 2); } else { matches_rem = matches_rem + ((ring_num - 1) / 2); } } if (lipstick_num >= 2) { trace("lipstick_num%2 = " + (lipstick_num % 2)); if ((lipstick_num % 2) == 0) { matches_rem = matches_rem + (lipstick_num / 2); } else { matches_rem = matches_rem + ((lipstick_num - 1) / 2); } } if (shoes_num >= 2) { trace("shoes_num%2 = " + (shoes_num % 2)); if ((shoes_num % 2) == 0) { matches_rem = matches_rem + (shoes_num / 2); } else { matches_rem = matches_rem + ((shoes_num - 1) / 2); } } if (tiara_num >= 2) { trace("tiara_num%2 = " + (tiara_num % 2)); if ((tiara_num % 2) == 0) { matches_rem = matches_rem + (tiara_num / 2); } else { matches_rem = matches_rem + ((tiara_num - 1) / 2); } } if (lips_num >= 2) { trace("lips_num%2 = " + (lips_num % 2)); if ((lips_num % 2) == 0) { matches_rem = matches_rem + (lips_num / 2); } else { matches_rem = matches_rem + ((lips_num - 1) / 2); } } total_cards = ((((lips_num + ring_num) + tiara_num) + shoes_num) + lipstick_num) + purse_num; isEnd(); trace("MATCHES REMAINING: " + matches_rem); } var purse_num = 0; var lips_num = 0; var lipstick_num = 0; var shoes_num = 0; var tiara_num = 0; var ring_num = 0; var wild_num = 0; var matches_rem = 23123; var temp_num = 0; var total_cards = 0; }
Symbol 357 MovieClip [__Packages.mx.transitions.easing.Regular] Frame 0
class mx.transitions.easing.Regular { function Regular () { } static function easeIn(t, b, c, d) { t = t / d; return(((c * t) * t) + b); } static function easeOut(t, b, c, d) { t = t / d; return((((-c) * t) * (t - 2)) + b); } static function easeInOut(t, b, c, d) { t = t / (d / 2); if (t < 1) { return((((c / 2) * t) * t) + b); } t--; return((((-c) / 2) * ((t * (t - 2)) - 1)) + b); } static var version = "1.1.0.52"; }
Symbol 358 MovieClip [__Packages.Levelbar] Frame 0
class Levelbar extends MovieClip { function Levelbar () { super(); level = _global.level; } function updateLevel() { level = _global.level; } var level = 0; }
Symbol 359 MovieClip [__Packages.Card] Frame 0
class Card extends MovieClip { var delay2, oldx, _x, onRelease, row, col, match_location, deck_location, score_location, timer_location, cardtype, side, _width, _y, _height, attachMovie, getNextHighestDepth, image, initial_width, removeMovieClip, gotoAndStop, mcXScale; function Card () { super(); } function flip() { trace("FLIPPING TIME CARD"); clearInterval(delay2); destroy(); _level0.Game.Timer.Start(); } function init(c_row, c_col, c_side, c_cardtype, seconds) { if (seconds != null) { this.seconds = seconds; } oldx = _x; onRelease = myRelease; row = c_row; col = c_col; match_location = _level0.Game.Match; deck_location = _level0.Game.Deck; score_location = _level0.Game.Score; timer_location = _level0.Game.Timer; cardtype = c_cardtype; side = c_side; _x = (_width + padding) * col; _y = (_height + padding) * row; attachMovie("image_" + cardtype, "image", getNextHighestDepth(), {_x:(_width / 2) * -1}); image._visible = false; image._visible = false; initial_width = _width; } function myRelease() { flipUp(); delete onRelease; if (cardtype == "modtime") { timer_location.modTime(seconds); _level0.Game.Timer.Stop(); delay2 = setInterval(this, "flip", 500); } else { match_location.CheckForMatch(); } } function destroy() { (removeMovieClip());// not popped trace("AFTER REMOVED " + this); } function deleteMovie() { var _local2; var _local3; _local2 = new Sound(); _local3 = "snd_match"; _local2.attachSound(_local3); _local2.start(); remove = "no"; onRelease = myRelease; gotoAndStop("normal"); cardtype = undefined; } function flipDown() { if (side == "up") { mcXScale = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Regular.easeIn, 100, 0, 0.1, true); mcXScale.onMotionFinished = function () { var _local2 = this.obj; this.obj.image._visible = false; this.mcXScale = new mx.transitions.Tween(_local2, "_xscale", mx.transitions.easing.Regular.easeOut, 0, 100, 0.1, true); }; side = "down"; remove = "no"; gotoAndStop(side); } onRelease = myRelease; } function flipUp() { if (side == "down") { side = "up"; trace("FLIPPING CARD UP"); mcXScale = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Regular.easeIn, 100, 0, 0.1, true); mcXScale.onMotionFinished = function () { var _local2 = this.obj; _local2.image._visible = true; this.mcXScale = new mx.transitions.Tween(_local2, "_xscale", mx.transitions.easing.Regular.easeOut, 0, 100, 0.1, true); }; gotoAndStop(side); } delete onRelease; } function gameOver() { side = "down"; flipUp(); delete onRelease; } var remove = "no"; var padding = 4; var seconds = 0; }
Symbol 360 MovieClip [__Packages.mx.transitions.easing.Strong] Frame 0
class mx.transitions.easing.Strong { function Strong () { } static function easeIn(t, b, c, d) { t = t / d; return((((((c * t) * t) * t) * t) * t) + b); } static function easeOut(t, b, c, d) { t = (t / d) - 1; return((c * (((((t * t) * t) * t) * t) + 1)) + b); } static function easeInOut(t, b, c, d) { t = t / (d / 2); if (t < 1) { return(((((((c / 2) * t) * t) * t) * t) * t) + b); } t = t - 2; return(((c / 2) * (((((t * t) * t) * t) * t) + 2)) + b); } static var version = "1.1.0.52"; }
Symbol 361 MovieClip [__Packages.Score] Frame 0
class Score extends MovieClip { var _name, score, _parent; function Score () { super(); _name = "Score"; score = 0; trace(_parent); _parent.Match.setScoreLocation(this); _parent.Deck.setScoreLocation(this); } function modScore(num) { score = score + num; } function setScore(num) { score = num; } function getScore() { return(score); } }
Symbol 362 MovieClip [__Packages.Match] Frame 0
class Match extends MovieClip { var _name, gotoAndStop, remove, deck_location, score_location, delay, mcXScale, onRelease, again; function Match () { super(); _name = "Match"; gotoAndStop("normal"); remove = new Array(); } function setDeckLocation(loc) { deck_location = loc; } function setScoreLocation(loc) { score_location = loc; } function flip() { clearInterval(delay); deck_location.turnDown(); } function myRelease() { deck_location.cards[check_card].remove = "yes"; if (old_check_card != "no") { deck_location.cards[old_check_card].remove = "yes"; } var _local3 = 0; while (_local3 < deck_location.cards.length) { if (deck_location.cards[_local3].remove == "yes") { if (c > 0) { if (c >= 2) { points = points + matchpoints; points = points * 1.5; } else { points = points + matchpoints; } } c++; deck_location.cards[_local3].deleteMovie(); mcXScale = new mx.transitions.Tween(deck_location.cards[_local3], "_alpha", mx.transitions.easing.Regular.easeIn, 100, 0, 0.2, true); mcXScale.onMotionFinished = function () { var _local2 = this.obj; this.obj.image._visible = false; _local2.destroy(); trace("MOVIE CLIP MXSCALE: " + _local2); _level0.Game.TilesRemaining.getTilesRemaining(); }; gotoAndStop("normal"); } _local3++; } c = 0; delete onRelease; _level0.Game.Score.modScore(points); _global.roundScore = _global.roundScore + points; trace("roudnscore: " + _global.roundScore); trace(_level0.Game.Score.modScore); points = 0; check_card = "no"; again = ""; remove = undefined; remove = new Array(); } function CheckForMatch() { again = "yes"; check_card = "no"; old_check_card = "no"; var _local2 = 0; while (_local2 < deck_location.cards.length) { if (((check_card != "no") && (deck_location.cards[_local2].side == "up")) && (((deck_location.cards[_local2].cardtype == deck_location.cards[check_card].cardtype) || (deck_location.cards[_local2].cardtype == "wild")) || (deck_location.cards[check_card].cardtype == "wild"))) { if (deck_location.cards[check_card].cardtype == "wild") { old_check_card = check_card; check_card = _local2; } gotoAndStop("blink"); deck_location.cards[_local2].remove = "yes"; delete deck_location.cards[_local2].onRelease; onRelease = myRelease; again = "no"; } if (((((check_card != "no") && (deck_location.cards[_local2].side == "up")) && (deck_location.cards[_local2].cardtype != deck_location.cards[check_card].cardtype)) && (deck_location.cards[_local2].cardtype != "wild")) && (deck_location.cards[check_card].cardtype != "wild")) { gotoAndStop("normal"); delay = setInterval(this, "flip", 1000); deck_location.noClick(); delete onRelease; remove = new Array(); check_card = "no"; again = "no"; } if (((deck_location.cards[_local2].side == "up") && (check_card == "no")) && (again != "no")) { check_card = _local2; } _local2++; } } function gameOver() { gotoAndStop("normal"); delete onRelease; } var old_check_card = "no"; var check_card = "no"; var matchpoints = 20; var c = 0; var points = 0; }
Symbol 363 MovieClip [__Packages.Timer] Frame 0
class Timer extends MovieClip { var time, time_readable, _name, minutes, seconds, birth, onEnterFrame; function Timer () { super(); time = 0; time_readable = "00:00"; _name = "Timer"; trace("Timer: " + this); } function outOfTime() { trace("You are out of time!"); _level0.Game.Deck.gameOver(); _level0.Game.Match.gameOver(); } function TimeToString() { minutes = String(Math.floor(time / 60)); ((minutes.length == 1) ? ((minutes = "0" + minutes)) : null); seconds = String(time % 60); ((seconds.length == 1) ? ((seconds = "0" + seconds)) : null); return((minutes + ":") + seconds); } function setTime(num) { time = num; } function getTime() { return(time); } function modTime(num) { time = time + num; } function Start() { birth = getTimer(); onEnterFrame = function () { if (getTimer() > (this.birth + 1000)) { this.birth = getTimer(); this.time = this.time - 1; if (this.time <= 0) { this.outOfTime(); this.time_readable = "00:00"; delete this.onEnterFrame; } } this.time_readable = this.TimeToString(); }; } function Stop() { delete onEnterFrame; } }
Symbol 139 Button
on (release) { gotoAndPlay ("afterintro"); }
Instance of Symbol 151 MovieClip "logo" in Symbol 152 MovieClip Frame 1
onClipEvent (load) { trace(this); this._visible = false; }
Instance of Symbol 156 MovieClip "logo" in Symbol 157 MovieClip Frame 1
onClipEvent (load) { trace(this); this._visible = false; }
Instance of Symbol 161 MovieClip "logo" in Symbol 162 MovieClip Frame 1
onClipEvent (load) { trace(this); this._visible = false; }
Instance of Symbol 166 MovieClip "logo" in Symbol 167 MovieClip Frame 1
onClipEvent (load) { trace(this); this._visible = false; }
Symbol 175 Button
on (press) { help._visible = true; help.gotoAndPlay("open"); }
Symbol 179 Button
on (release) { if (url) { getURL (url); } else if (loc) { _global.loc = loc; _level0.trans.play(); } else if (special) { _parent._parent.gotoAndPlay("homeload"); } } on (rollOver) { gotoAndPlay ("over"); } on (rollOut, dragOut) { gotoAndPlay ("out"); } on (press) { gotoAndPlay ("down"); }
Symbol 190 Button
on (rollOver) { gotoAndStop ("over"); } on (press) { gotoAndStop ("down"); } on (release) { gotoAndStop ("selected"); } on (dragOut) { gotoAndStop ("up"); } on (rollOut) { gotoAndStop ("up"); }
Symbol 195 MovieClip Frame 1
_parent.levelButtons.push(this); var id = _parent.levelButtons.length; if (id == 1) { gotoAndStop ("selected"); } else { gotoAndStop ("up"); } if (id > 3) { color = new Color(circle); color.setRGB(5906779); } if (id > 7) { color = new Color(circle); color.setRGB(10496106); }
Symbol 195 MovieClip Frame 41
if (_global.level == 0) { } else { (_parent.levelButtons[_global.level - 1].gotoAndStop("up"));// not popped } _global.level = this.id;
Symbol 227 MovieClip Frame 1
var levelButtons = []; _global.level = 0; _global.levelcount = 1; onMouseMove = function () { if ((((_xmouse < 0) || (_xmouse > _width)) || (_ymouse < 0)) || (_ymouse > _height)) { _parent.gotoAndStop("up"); } };
Symbol 227 MovieClip Frame 21
Symbol 227 MovieClip Frame 70
stop();
Symbol 228 MovieClip Frame 9
stop();
Symbol 228 MovieClip Frame 19
stop();
Symbol 228 MovieClip Frame 29
stop();
Symbol 228 MovieClip Frame 39
stop();
Symbol 233 Button
on (release) { _parent.gotoAndStop("choose"); }
Symbol 273 Button
on (release) { getURL ("javascript:MM_openBrWindow('/games/pop_up.html','Party_Points','width=433,height=309,scrollbars=no',433,309)"); }
Symbol 274 MovieClip Frame 1
help._visible = false;
Symbol 274 MovieClip Frame 396
stop();
Symbol 279 MovieClip Frame 1
var bratzArray; bratzArray = new Array();
Instance of Symbol 278 MovieClip "titleimage" in Symbol 279 MovieClip Frame 26
onClipEvent (load) { trace(this); }
Instance of Symbol 152 MovieClip "Cloe" in Symbol 279 MovieClip Frame 33
onClipEvent (load) { _parent.bratzArray.push(this); onRelease = function () { _global.brat = this._name; _global.brat_mc = this; _level0.Choose.Cloe.logo._visible = true; _level0.Choose.titleimage._visible = false; var _local7 = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Regular.easeOut, _xscale, _xscale + 10, 1, true); var _local8 = new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, _x, 0, 1, true); var _local6 = new mx.transitions.Tween(this, "_yscale", mx.transitions.easing.Regular.easeOut, _yscale, _yscale + 10, 1, true); _local6.onMotionFinished = function () { trace("ALPHA"); var _local3 = new mx.transitions.Tween(_global.brat_mc, "_alpha", mx.transitions.easing.Strong.easeIn, 100, 0, 1, true); _local3.onMotionFinished = function () { trace("STARTING GAME"); _parent._parent.gotoAndStop("game"); }; }; var _local4 = 0; while (_local4 < _parent.bratzArray.length) { if (_parent.bratzArray[_local4] != this) { _parent.bratzArray[_local4].destroy(); } _local4++; } delete onRelease; }; var destroy = function () { onEnterFrame = function () { _alpha = (_alpha - 10); if ((_alpha - 10) < 10) { _visible = false; delete onEnterFrame; } }; }; }
Instance of Symbol 167 MovieClip "Jade" in Symbol 279 MovieClip Frame 36
onClipEvent (load) { _parent.bratzArray.push(this); onRelease = function () { _global.brat = this._name; _global.brat_mc = this; _level0.Choose.Jade.logo._visible = true; _level0.Choose.titleimage._visible = false; var _local7 = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Regular.easeOut, _xscale, _xscale + 10, 1, true); var _local8 = new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, _x, 0, 1, true); var _local6 = new mx.transitions.Tween(this, "_yscale", mx.transitions.easing.Regular.easeOut, _yscale, _yscale + 10, 1, true); _local6.onMotionFinished = function () { trace("ALPHA"); var _local3 = new mx.transitions.Tween(_global.brat_mc, "_alpha", mx.transitions.easing.Strong.easeIn, 100, 0, 1, true); _local3.onMotionFinished = function () { trace("STARTING GAME"); _parent._parent.gotoAndStop("game"); }; }; var _local4 = 0; while (_local4 < _parent.bratzArray.length) { if (_parent.bratzArray[_local4] != this) { _parent.bratzArray[_local4].destroy(); } _local4++; } delete onRelease; }; var destroy = function () { onEnterFrame = function () { _alpha = (_alpha - 10); if ((_alpha - 10) < 10) { _visible = false; delete onEnterFrame; } }; }; }
Instance of Symbol 157 MovieClip "Yasmin" in Symbol 279 MovieClip Frame 39
onClipEvent (load) { _parent.bratzArray.push(this); onRelease = function () { _global.brat = this._name; _global.brat_mc = this; _level0.Choose.Yasmin.logo._visible = true; _level0.Choose.titleimage._visible = false; var _local7 = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Regular.easeOut, _xscale, _xscale + 10, 1, true); var _local8 = new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, _x, 0, 1, true); var _local6 = new mx.transitions.Tween(this, "_yscale", mx.transitions.easing.Regular.easeOut, _yscale, _yscale + 10, 1, true); _local6.onMotionFinished = function () { trace("ALPHA"); var _local3 = new mx.transitions.Tween(_global.brat_mc, "_alpha", mx.transitions.easing.Strong.easeIn, 100, 0, 1, true); _local3.onMotionFinished = function () { trace("STARTING GAME"); _parent._parent.gotoAndStop("game"); }; }; var _local4 = 0; while (_local4 < _parent.bratzArray.length) { if (_parent.bratzArray[_local4] != this) { _parent.bratzArray[_local4].destroy(); } _local4++; } delete onRelease; }; var destroy = function () { onEnterFrame = function () { _alpha = (_alpha - 10); if ((_alpha - 10) < 10) { _visible = false; delete onEnterFrame; } }; }; }
Instance of Symbol 162 MovieClip "Sasha" in Symbol 279 MovieClip Frame 42
onClipEvent (load) { _parent.bratzArray.push(this); onRelease = function () { _global.brat = this._name; _global.brat_mc = this; _level0.Choose.Sasha.logo._visible = true; _level0.Choose.titleimage._visible = false; var _local7 = new mx.transitions.Tween(this, "_xscale", mx.transitions.easing.Regular.easeOut, _xscale, _xscale + 10, 1, true); var _local8 = new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, _x, 0, 1, true); var _local6 = new mx.transitions.Tween(this, "_yscale", mx.transitions.easing.Regular.easeOut, _yscale, _yscale + 10, 1, true); _local6.onMotionFinished = function () { trace("ALPHA"); var _local3 = new mx.transitions.Tween(_global.brat_mc, "_alpha", mx.transitions.easing.Strong.easeIn, 100, 0, 1, true); _local3.onMotionFinished = function () { trace("STARTING GAME"); _parent._parent.gotoAndStop("game"); }; }; var _local4 = 0; while (_local4 < _parent.bratzArray.length) { if (_parent.bratzArray[_local4] != this) { _parent.bratzArray[_local4].destroy(); } _local4++; } delete onRelease; }; var destroy = function () { onEnterFrame = function () { _alpha = (_alpha - 10); if ((_alpha - 10) < 10) { _visible = false; delete onEnterFrame; } }; }; }
Symbol 279 MovieClip Frame 58
stop();
Instance of Symbol 58 MovieClip [scoreLoad] "scoreLoad" in Symbol 287 MovieClip Frame 1
onClipEvent (load) { function play() { score = _level0.Game.Score.getScore(); _global.FinalScore = this.score; } var score = 0; this.play(); }
Symbol 292 Button
on (press) { if (_global.level == 11) { _parent.gotoAndPlay("ending"); } else { _level0.Game.Stats._visible = false; _level0.Game.Deck(); _level0.Game.Levelbar.updateLevel(); _level0.Game.Deck.populateCards(); } }
Symbol 293 MovieClip Frame 1
stop();
Symbol 293 MovieClip Frame 2
var intervalID; loadStats = function () { trace("loadStats"); this._visible = true; clearInterval(intervalID); matches_rem = _level0.Game.TilesRemaining.matches_rem; if (matches_rem == 0) { _global.level++; if (_global.level == 11) { button = "end game"; } else { button = "next level"; } failed_text._visible = false; time_bonus._visible = true; penalty._visible = true; penalty.penaltyLoad.play(); score.scoreLoad.play(); time_bonus.time_bonusLoad.play(); complete._visible = true; _global.roundScore = 0; } else { trace("roudnscore: " + _global.roundScore); trace("roundscore*-1: " + (_global.roundScore * -1)); _level0.Game.Score.modScore(_global.roundScore * -1); penalty.penaltyLoad.play(); score.scoreLoad.play(); time_bonus.time_bonusLoad.play(); button = "try again"; failed_text._visible = true; time_bonus._visible = false; penalty._visible = false; complete._visible = false; failed_text.gotoAndPlay("load"); _global.roundScore = 0; } play(); }; trace("onEnterFrame"); intervalID = setInterval(this, "loadStats", 1500); trace(intervalID); stop();
Symbol 293 MovieClip Frame 80
stop();
Symbol 298 MovieClip [Timer] Frame 1
#initclip 20 Object.registerClass("Timer", Timer); #endinitclip
Symbol 301 MovieClip [Score] Frame 1
#initclip 18 Object.registerClass("Score", Score); #endinitclip
Symbol 308 MovieClip [Match] Frame 1
#initclip 19 Object.registerClass("Match", Match); #endinitclip
Symbol 310 MovieClip Frame 1
gotoAndStop(_global.brat);
Symbol 318 Button
on (release) { _parent.gotoAndPlay("intro"); }
Symbol 323 Button
on (press) { _level0.Game.Deck.pause(); _level0.Game.help.gotoAndPlay("open"); _level0.Game.help._visible = true; }
Symbol 331 Button
on (press) { _level0.Game.Deck.pause(); _level0.Game.help.gotoAndPlay("open"); _level0.Game.help._visible = true; }
Symbol 333 Button
on (release) { if (button_state == "Resume") { _level0.Game.Deck.pause(); button_state = "Pause"; } else { _level0.Game.Deck.resume(); button_state = "Resume"; } }
Symbol 335 Button
on (press) { trace("MUSIC OBJECT: " + _level0.music); trace("SOUND STATE: " + sound); if (sound == "music off") { _level0.music.stop(); sound = "music on"; } else { sound = "music off"; _level0.music.start(null, 9999); } }
Symbol 336 Button
on (release) { trace(button_state); if (button_state == "Resume") { _level0.Game.Deck.resume(); button_state = "Pause"; } else { _level0.Game.Deck.pause(); button_state = "Resume"; } }
Symbol 337 MovieClip Frame 1
_level0.Game.Levelbar.updateLevel(); var sound = "music off"; button_state = "Pause";
Instance of Symbol 115 MovieClip [Help] "help" in Symbol 337 MovieClip Frame 1
onClipEvent (load) { this._visible = false; trace(this); } on (press) { this.gotoAndPlay("close"); }
Instance of Symbol 293 MovieClip "Stats" in Symbol 337 MovieClip Frame 5
onClipEvent (load) { this._visible = false; trace(this); }
Symbol 337 MovieClip Frame 64
stop();
Symbol 337 MovieClip Frame 95
_level0.gotoAndPlay("ending");
Instance of Symbol 339 MovieClip "scoreLoad" in Symbol 340 MovieClip Frame 1
onClipEvent (load) { function play() { score = _global.FinalScore; } var score = 0; this.play(); }
Symbol 349 Button
on (release) { _parent.gotoAndPlay("intro"); }
Symbol 350 MovieClip Frame 63
stop();

Library Items

Symbol 1 Sound [snd_match]
Symbol 2 Sound [snd_flip]
Symbol 3 Sound [music]
Symbol 4 GraphicUsed by:5 97
Symbol 5 MovieClipUses:4Used by:6
Symbol 6 MovieClip [image_Wild]Uses:5
Symbol 7 FontUsed by:8 9 10 21 22 23 44 45 46 47 48 49 50 53 54 57 59 61 63 65 67 73 74 75 76 77 78 79 80 81 82 83 84 99 100 110 135 140 141 172 177 184 186 188 194 196 199 201 203 205 208 211 213 215 217 221 223 225 269 275 284 286 289 290 296 297 299 300 312 317 319 325 328 330 332 334 338 341 342 343 345
Symbol 8 EditableTextUses:7Used by:11
Symbol 9 TextUses:7Used by:11 101
Symbol 10 TextUses:7Used by:11
Symbol 11 MovieClip [image_ModTime]Uses:8 9 10
Symbol 12 GraphicUsed by:20
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:15
Symbol 15 MovieClipUses:14Used by:20
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:20
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClip [Card]Uses:12 15 17 19
Symbol 21 TextUses:7Used by:24
Symbol 22 TextUses:7Used by:24
Symbol 23 TextUses:7Used by:24
Symbol 24 MovieClip [countdown]Uses:21 22 23Used by:337
Symbol 25 MovieClip [Deck]Used by:337
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClip [image_tiara]Uses:27Used by:51
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClip [image_shoes]Uses:29Used by:51
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClip [image_ring]Uses:31Used by:51
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClip [image_purse]Uses:33Used by:51
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:37 89
Symbol 37 MovieClip [image_lipstick]Uses:36Used by:51
Symbol 38 GraphicUsed by:41
Symbol 39 GraphicUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClip [image_lips]Uses:38 39 40Used by:51
Symbol 42 GraphicUsed by:51
Symbol 43 GraphicUsed by:51
Symbol 44 TextUses:7Used by:51
Symbol 45 EditableTextUses:7Used by:51
Symbol 46 EditableTextUses:7Used by:51
Symbol 47 EditableTextUses:7Used by:51
Symbol 48 EditableTextUses:7Used by:51
Symbol 49 EditableTextUses:7Used by:51
Symbol 50 EditableTextUses:7Used by:51
Symbol 51 MovieClip [TilesRemaining]Uses:42 41 37 34 32 30 28 43 44 45 46 47 48 49 50Used by:337
Symbol 52 GraphicUsed by:55 301
Symbol 53 TextUses:7Used by:55
Symbol 54 EditableTextUses:7Used by:55
Symbol 55 MovieClip [Levelbar]Uses:52 53 54Used by:337
Symbol 56 GraphicUsed by:58 60 64 298 339
Symbol 57 EditableTextUses:7Used by:58
Symbol 58 MovieClip [scoreLoad]Uses:56 57Used by:287
Symbol 59 EditableTextUses:7Used by:60
Symbol 60 MovieClip [penaltyLoad]Uses:56 59Used by:62
Symbol 61 TextUses:7Used by:62
Symbol 62 MovieClip [penalty]Uses:61 60Used by:293
Symbol 63 EditableTextUses:7Used by:64
Symbol 64 MovieClip [time_bonusLoad]Uses:56 63Used by:66
Symbol 65 TextUses:7Used by:66
Symbol 66 MovieClip [time_bonus]Uses:65 64Used by:293
Symbol 67 EditableTextUses:7Used by:68
Symbol 68 MovieClip [failed_text]Uses:67Used by:293
Symbol 69 GraphicUsed by:70 185 187 197
Symbol 70 MovieClip [circle]Uses:69Used by:195
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:115
Symbol 73 TextUses:7Used by:85 86
Symbol 74 TextUses:7Used by:85 86
Symbol 75 TextUses:7Used by:85 86
Symbol 76 TextUses:7Used by:85 86
Symbol 77 TextUses:7Used by:85 86
Symbol 78 TextUses:7Used by:85 86
Symbol 79 TextUses:7Used by:85 86
Symbol 80 TextUses:7Used by:85 86
Symbol 81 TextUses:7Used by:85 86
Symbol 82 TextUses:7Used by:85 86
Symbol 83 TextUses:7Used by:85 86
Symbol 84 TextUses:7Used by:85 86
Symbol 85 MovieClipUses:73 74 75 76 77 78 79 80 81 82 83 84Used by:86
Symbol 86 ButtonUses:85 73 74 75 76 77 78 79 80 81 82 83 84Used by:115
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:89 98 101
Symbol 89 MovieClipUses:88 36Used by:115
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:96
Symbol 92 GraphicUsed by:93 192
Symbol 93 MovieClipUses:92Used by:96
Symbol 94 GraphicUsed by:96 308
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:91 93 94 95Used by:115
Symbol 97 MovieClipUses:4Used by:98
Symbol 98 MovieClipUses:88 97Used by:115
Symbol 99 EditableTextUses:7Used by:101
Symbol 100 EditableTextUses:7Used by:101
Symbol 101 MovieClipUses:88 99 9 100Used by:115
Symbol 102 FontUsed by:103 104 105 106
Symbol 103 TextUses:102Used by:107
Symbol 104 TextUses:102Used by:107
Symbol 105 TextUses:102Used by:107
Symbol 106 TextUses:102Used by:107
Symbol 107 MovieClipUses:103 104 105 106Used by:115
Symbol 108 GraphicUsed by:109 114 139 349
Symbol 109 MovieClipUses:108Used by:114 115 139 349
Symbol 110 TextUses:7Used by:114 115
Symbol 111 GraphicUsed by:113 114
Symbol 112 GraphicUsed by:113 114
Symbol 113 MovieClipUses:111 112Used by:114 115
Symbol 114 ButtonUses:109 110 113 108 111 112Used by:115
Symbol 115 MovieClip [Help]Uses:72 86 89 96 98 101 107 109 110 113 114Used by:274 337
Symbol 116 GraphicUsed by:132
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:132
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:121
Symbol 121 MovieClipUses:120Used by:132 274
Symbol 122 GraphicUsed by:123 147
Symbol 123 MovieClipUses:122Used by:132
Symbol 124 FontUsed by:125 126
Symbol 125 EditableTextUses:124Used by:132
Symbol 126 EditableTextUses:124Used by:132
Symbol 127 GraphicUsed by:131
Symbol 128 ShapeTweeningUsed by:131
Symbol 129 ShapeTweeningUsed by:131
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:127 128 129 130Used by:132
Symbol 132 MovieClipUses:116 118 121 123 125 126 131Used by:Timeline
Symbol 351 MovieClip [__Packages.Deck]
Symbol 352 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon]
Symbol 353 MovieClip [__Packages.mx.transitions.BroadcasterMX]
Symbol 354 MovieClip [__Packages.mx.transitions.Tween]
Symbol 355 MovieClip [__Packages.mx.transitions.easing.None]
Symbol 356 MovieClip [__Packages.TilesRemaining]
Symbol 357 MovieClip [__Packages.mx.transitions.easing.Regular]
Symbol 358 MovieClip [__Packages.Levelbar]
Symbol 359 MovieClip [__Packages.Card]
Symbol 360 MovieClip [__Packages.mx.transitions.easing.Strong]
Symbol 361 MovieClip [__Packages.Score]
Symbol 362 MovieClip [__Packages.Match]
Symbol 363 MovieClip [__Packages.Timer]
Symbol 133 BitmapUsed by:134
Symbol 134 GraphicUses:133Used by:274 279 337 350
Symbol 135 TextUses:7Used by:139
Symbol 136 GraphicUsed by:138 139
Symbol 137 GraphicUsed by:138 139
Symbol 138 MovieClipUses:136 137Used by:139
Symbol 139 ButtonUses:109 135 138 108 136 137Used by:274
Symbol 140 TextUses:7Used by:143
Symbol 141 TextUses:7Used by:143
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:140 141 142Used by:274
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:274
Symbol 146 MovieClipUsed by:274
Symbol 147 MovieClipUses:122Used by:274 279
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:152
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:152
Symbol 152 MovieClipUses:149 151Used by:274 279 310
Symbol 153 BitmapUsed by:154
Symbol 154 GraphicUses:153Used by:157
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:157
Symbol 157 MovieClipUses:154 156Used by:274 279 310
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:162
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:162
Symbol 162 MovieClipUses:159 161Used by:274 279 310
Symbol 163 BitmapUsed by:164
Symbol 164 GraphicUses:163Used by:167
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:167
Symbol 167 MovieClipUses:164 166Used by:274 279 310
Symbol 168 GraphicUsed by:169 174 175 176 179 180 229 232 233 288 291 292 311 316 318 323 324 329 331 333 335 336
Symbol 169 MovieClipUses:168Used by:174 175
Symbol 170 GraphicUsed by:171 174 175 180 232 233 316 318 323 329 331 333 335 336
Symbol 171 MovieClipUses:170Used by:174 175 180 228 232 233 316 318 323 329 331 333 335 336
Symbol 172 TextUses:7Used by:174 175
Symbol 173 GraphicUsed by:174 175
Symbol 174 ButtonUses:169 171 172 173 168 170Used by:274
Symbol 175 ButtonUses:169 171 172 173 168 170Used by:274
Symbol 176 MovieClipUses:168Used by:180 228
Symbol 177 TextUses:7Used by:180 228
Symbol 178 GraphicUsed by:180 228
Symbol 179 ButtonUses:168Used by:180 228
Symbol 180 ButtonUses:176 171 177 178 179 168 170Used by:274
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:183
Symbol 183 MovieClipUses:182Used by:227
Symbol 184 TextUses:7Used by:185
Symbol 185 ButtonUses:69 184Used by:227
Symbol 186 TextUses:7Used by:187
Symbol 187 ButtonUses:69 186Used by:227
Symbol 188 EditableTextUses:7Used by:195
Symbol 189 GraphicUsed by:190
Symbol 190 ButtonUses:189Used by:195
Symbol 191 GraphicUsed by:195
Symbol 192 MovieClipUses:92Used by:193 195 307
Symbol 193 MovieClipUses:192Used by:195
Symbol 194 EditableTextUses:7Used by:195
Symbol 195 MovieClipUses:70 188 190 191 192 193 194Used by:227
Symbol 196 TextUses:7Used by:197
Symbol 197 ButtonUses:69 196Used by:227
Symbol 198 GraphicUsed by:200 202 204 206
Symbol 199 TextUses:7Used by:200
Symbol 200 ButtonUses:198 199Used by:227
Symbol 201 TextUses:7Used by:202
Symbol 202 ButtonUses:198 201Used by:227
Symbol 203 TextUses:7Used by:204
Symbol 204 ButtonUses:198 203Used by:227
Symbol 205 TextUses:7Used by:206
Symbol 206 ButtonUses:198 205Used by:227
Symbol 207 GraphicUsed by:209 214
Symbol 208 TextUses:7Used by:209
Symbol 209 ButtonUses:207 208Used by:227
Symbol 210 GraphicUsed by:212
Symbol 211 TextUses:7Used by:212
Symbol 212 ButtonUses:210 211Used by:227
Symbol 213 TextUses:7Used by:214
Symbol 214 ButtonUses:207 213Used by:227
Symbol 215 TextUses:7Used by:216
Symbol 216 MovieClipUses:215Used by:227
Symbol 217 TextUses:7Used by:218
Symbol 218 MovieClipUses:217Used by:227
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:227
Symbol 221 TextUses:7Used by:222
Symbol 222 MovieClipUses:221Used by:227
Symbol 223 TextUses:7Used by:224
Symbol 224 MovieClipUses:223Used by:227
Symbol 225 TextUses:7Used by:226
Symbol 226 MovieClipUses:225Used by:227
Symbol 227 MovieClipUses:183 185 187 195 197 200 202 204 206 209 212 214 216 218 220 222 224 226Used by:274
Symbol 228 MovieClipUses:176 171 177 178 179Used by:274
Symbol 229 MovieClipUses:168Used by:232 233
Symbol 230 GraphicUsed by:231 232 233
Symbol 231 MovieClipUses:230Used by:232 233
Symbol 232 ButtonUses:229 171 231 168 170 230Used by:274
Symbol 233 ButtonUses:229 171 231 168 170 230Used by:274
Symbol 234 GraphicUsed by:262
Symbol 235 GraphicUsed by:262
Symbol 236 GraphicUsed by:262
Symbol 237 GraphicUsed by:262
Symbol 238 GraphicUsed by:262
Symbol 239 GraphicUsed by:262
Symbol 240 GraphicUsed by:262
Symbol 241 GraphicUsed by:262
Symbol 242 GraphicUsed by:262
Symbol 243 GraphicUsed by:262
Symbol 244 GraphicUsed by:262
Symbol 245 GraphicUsed by:262
Symbol 246 GraphicUsed by:262
Symbol 247 GraphicUsed by:262
Symbol 248 GraphicUsed by:262
Symbol 249 GraphicUsed by:262
Symbol 250 GraphicUsed by:262
Symbol 251 GraphicUsed by:262
Symbol 252 GraphicUsed by:262
Symbol 253 GraphicUsed by:262
Symbol 254 GraphicUsed by:262
Symbol 255 GraphicUsed by:262
Symbol 256 GraphicUsed by:262
Symbol 257 GraphicUsed by:262
Symbol 258 GraphicUsed by:262
Symbol 259 GraphicUsed by:262
Symbol 260 GraphicUsed by:262
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261Used by:274
Symbol 263 FontUsed by:264 266 268 276 309
Symbol 264 TextUses:263Used by:265
Symbol 265 MovieClipUses:264Used by:274 279 337
Symbol 266 TextUses:263Used by:267
Symbol 267 MovieClipUses:266Used by:274
Symbol 268 TextUses:263Used by:274 279
Symbol 269 TextUses:7Used by:270
Symbol 270 MovieClipUses:269Used by:274
Symbol 271 BitmapUsed by:272
Symbol 272 GraphicUses:271Used by:273
Symbol 273 ButtonUses:272Used by:274
Symbol 274 MovieClipUses:134 139 115 143 145 146 147 152 121 157 162 167 174 175 180 227 228 232 233 262 265 267 268 270 273Used by:Timeline
Symbol 275 TextUses:7Used by:278
Symbol 276 TextUses:263Used by:278
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:275 276 277Used by:279
Symbol 279 MovieClipUses:134 278 147 162 157 167 152 268 265Used by:Timeline
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:337
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:282Used by:293
Symbol 284 TextUses:7Used by:285
Symbol 285 MovieClipUses:284Used by:293
Symbol 286 TextUses:7Used by:287 340
Symbol 287 MovieClipUses:286 58Used by:293
Symbol 288 MovieClipUses:168Used by:291 292
Symbol 289 EditableTextUses:7Used by:291 292
Symbol 290 EditableTextUses:7Used by:291 292
Symbol 291 ButtonUses:288 289 290 168Used by:293
Symbol 292 ButtonUses:288 289 290 168Used by:293
Symbol 293 MovieClipUses:68 283 285 66 62 287 291 292Used by:337
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:294Used by:337
Symbol 296 TextUses:7Used by:298
Symbol 297 EditableTextUses:7Used by:298
Symbol 298 MovieClip [Timer]Uses:56 296 297Used by:337
Symbol 299 TextUses:7Used by:301
Symbol 300 EditableTextUses:7Used by:301
Symbol 301 MovieClip [Score]Uses:52 299 300Used by:337
Symbol 302 GraphicUsed by:308
Symbol 303 GraphicUsed by:308
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:304Used by:306
Symbol 306 MovieClipUses:305Used by:308
Symbol 307 MovieClipUses:192Used by:308
Symbol 308 MovieClip [Match]Uses:302 94 303 306 307Used by:337
Symbol 309 TextUses:263Used by:310
Symbol 310 MovieClipUses:152 309 167 162 157Used by:337 350
Symbol 311 MovieClipUses:168Used by:316 318 323 331 333 335 336
Symbol 312 TextUses:7Used by:316
Symbol 313 GraphicUsed by:315 316
Symbol 314 GraphicUsed by:315 316
Symbol 315 MovieClipUses:313 314Used by:316
Symbol 316 ButtonUses:311 171 312 315 168 170 313 314Used by:337
Symbol 317 TextUses:7Used by:318
Symbol 318 ButtonUses:311 171 317 168 170Used by:337
Symbol 319 TextUses:7Used by:323
Symbol 320 GraphicUsed by:322 323
Symbol 321 GraphicUsed by:322 323 327 329
Symbol 322 MovieClipUses:320 321Used by:323
Symbol 323 ButtonUses:311 171 319 322 168 170 320 321Used by:337
Symbol 324 MovieClipUses:168Used by:329
Symbol 325 EditableTextUses:7Used by:329
Symbol 326 GraphicUsed by:327 329
Symbol 327 MovieClipUses:326 321Used by:329
Symbol 328 TextUses:7Used by:329
Symbol 329 ButtonUses:324 171 325 327 328 168 170 326 321Used by:337
Symbol 330 TextUses:7Used by:331
Symbol 331 ButtonUses:311 171 330 168 170Used by:337
Symbol 332 EditableTextUses:7Used by:333 336
Symbol 333 ButtonUses:311 171 332 168 170Used by:337
Symbol 334 EditableTextUses:7Used by:335
Symbol 335 ButtonUses:311 171 334 168 170Used by:337
Symbol 336 ButtonUses:311 171 332 168 170Used by:337
Symbol 337 MovieClipUses:134 115 281 265 293 295 298 301 55 51 308 310 316 318 323 329 331 333 335 336 25 24Used by:Timeline
Symbol 338 EditableTextUses:7Used by:339
Symbol 339 MovieClipUses:56 338Used by:340
Symbol 340 MovieClipUses:286 339Used by:350
Symbol 341 TextUses:7Used by:350
Symbol 342 TextUses:7Used by:350
Symbol 343 TextUses:7Used by:344
Symbol 344 MovieClipUses:343Used by:350
Symbol 345 TextUses:7Used by:349
Symbol 346 GraphicUsed by:348 349
Symbol 347 GraphicUsed by:348 349
Symbol 348 MovieClipUses:346 347Used by:349
Symbol 349 ButtonUses:109 345 348 108 346 347Used by:350
Symbol 350 MovieClipUses:134 310 340 341 342 344 349Used by:Timeline

Instance Names

"Choose"Frame 21Symbol 279 MovieClip
"Game"Frame 31Symbol 337 MovieClip
"lips"Symbol 51 MovieClip [TilesRemaining] Frame 1Symbol 41 MovieClip [image_lips]
"lipstick"Symbol 51 MovieClip [TilesRemaining] Frame 1Symbol 37 MovieClip [image_lipstick]
"purse"Symbol 51 MovieClip [TilesRemaining] Frame 1Symbol 34 MovieClip [image_purse]
"ring"Symbol 51 MovieClip [TilesRemaining] Frame 1Symbol 32 MovieClip [image_ring]
"shoes"Symbol 51 MovieClip [TilesRemaining] Frame 1Symbol 30 MovieClip [image_shoes]
"tiara"Symbol 51 MovieClip [TilesRemaining] Frame 1Symbol 28 MovieClip [image_tiara]
"lips_number"Symbol 51 MovieClip [TilesRemaining] Frame 1Symbol 45 EditableText
"lipstick_number"Symbol 51 MovieClip [TilesRemaining] Frame 1Symbol 46 EditableText
"purse_number"Symbol 51 MovieClip [TilesRemaining] Frame 1Symbol 47 EditableText
"ring_number"Symbol 51 MovieClip [TilesRemaining] Frame 1Symbol 48 EditableText
"shoes_number"Symbol 51 MovieClip [TilesRemaining] Frame 1Symbol 49 EditableText
"tiara_number"Symbol 51 MovieClip [TilesRemaining] Frame 1Symbol 50 EditableText
"mc_score"Symbol 58 MovieClip [scoreLoad] Frame 1Symbol 57 EditableText
"mc_penalty"Symbol 60 MovieClip [penaltyLoad] Frame 1Symbol 59 EditableText
"penaltyLoad"Symbol 62 MovieClip [penalty] Frame 1Symbol 60 MovieClip [penaltyLoad]
"mc_time_bonus"Symbol 64 MovieClip [time_bonusLoad] Frame 1Symbol 63 EditableText
"time_bonusLoad"Symbol 66 MovieClip [time_bonus] Frame 1Symbol 64 MovieClip [time_bonusLoad]
"mask"Symbol 132 MovieClip Frame 1Symbol 123 MovieClip
"logo"Symbol 152 MovieClip Frame 1Symbol 151 MovieClip
"logo"Symbol 157 MovieClip Frame 1Symbol 156 MovieClip
"logo"Symbol 162 MovieClip Frame 1Symbol 161 MovieClip
"logo"Symbol 167 MovieClip Frame 1Symbol 166 MovieClip
"circle"Symbol 195 MovieClip Frame 1Symbol 70 MovieClip [circle]
"help"Symbol 274 MovieClip Frame 1Symbol 115 MovieClip [Help]
"titleimage"Symbol 279 MovieClip Frame 26Symbol 278 MovieClip
"Cloe"Symbol 279 MovieClip Frame 33Symbol 152 MovieClip
"Jade"Symbol 279 MovieClip Frame 36Symbol 167 MovieClip
"Yasmin"Symbol 279 MovieClip Frame 39Symbol 157 MovieClip
"Sasha"Symbol 279 MovieClip Frame 42Symbol 162 MovieClip
"scoreLoad"Symbol 287 MovieClip Frame 1Symbol 58 MovieClip [scoreLoad]
"failed_text"Symbol 293 MovieClip Frame 1Symbol 68 MovieClip [failed_text]
"complete"Symbol 293 MovieClip Frame 2Symbol 285 MovieClip
"time_bonus"Symbol 293 MovieClip Frame 2Symbol 66 MovieClip [time_bonus]
"penalty"Symbol 293 MovieClip Frame 2Symbol 62 MovieClip [penalty]
"score"Symbol 293 MovieClip Frame 2Symbol 287 MovieClip
"help"Symbol 337 MovieClip Frame 1Symbol 115 MovieClip [Help]
"Stats"Symbol 337 MovieClip Frame 5Symbol 293 MovieClip
"Levelbar"Symbol 337 MovieClip Frame 22Symbol 55 MovieClip [Levelbar]
"TilesRemaining"Symbol 337 MovieClip Frame 26Symbol 51 MovieClip [TilesRemaining]
"Quit"Symbol 337 MovieClip Frame 38Symbol 316 Button
"Quit"Symbol 337 MovieClip Frame 43Symbol 318 Button
"Help"Symbol 337 MovieClip Frame 44Symbol 323 Button
"Music"Symbol 337 MovieClip Frame 49Symbol 329 Button
"Help"Symbol 337 MovieClip Frame 49Symbol 331 Button
"Music"Symbol 337 MovieClip Frame 54Symbol 335 Button
"countdown"Symbol 337 MovieClip Frame 64Symbol 24 MovieClip [countdown]
"mc_score"Symbol 339 MovieClip Frame 1Symbol 338 EditableText
"scoreLoad"Symbol 340 MovieClip Frame 1Symbol 339 MovieClip
"score"Symbol 350 MovieClip Frame 19Symbol 340 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "snd_match"
ExportAssets (56)Timeline Frame 1Symbol 2 as "snd_flip"
ExportAssets (56)Timeline Frame 1Symbol 3 as "music"
ExportAssets (56)Timeline Frame 1Symbol 6 as "image_Wild"
ExportAssets (56)Timeline Frame 1Symbol 11 as "image_ModTime"
ExportAssets (56)Timeline Frame 1Symbol 20 as "Card"
ExportAssets (56)Timeline Frame 1Symbol 24 as "countdown"
ExportAssets (56)Timeline Frame 1Symbol 25 as "Deck"
ExportAssets (56)Timeline Frame 1Symbol 28 as "image_tiara"
ExportAssets (56)Timeline Frame 1Symbol 30 as "image_shoes"
ExportAssets (56)Timeline Frame 1Symbol 32 as "image_ring"
ExportAssets (56)Timeline Frame 1Symbol 34 as "image_purse"
ExportAssets (56)Timeline Frame 1Symbol 37 as "image_lipstick"
ExportAssets (56)Timeline Frame 1Symbol 41 as "image_lips"
ExportAssets (56)Timeline Frame 1Symbol 51 as "TilesRemaining"
ExportAssets (56)Timeline Frame 1Symbol 55 as "Levelbar"
ExportAssets (56)Timeline Frame 1Symbol 58 as "scoreLoad"
ExportAssets (56)Timeline Frame 1Symbol 60 as "penaltyLoad"
ExportAssets (56)Timeline Frame 1Symbol 62 as "penalty"
ExportAssets (56)Timeline Frame 1Symbol 64 as "time_bonusLoad"
ExportAssets (56)Timeline Frame 1Symbol 66 as "time_bonus"
ExportAssets (56)Timeline Frame 1Symbol 68 as "failed_text"
ExportAssets (56)Timeline Frame 1Symbol 70 as "circle"
ExportAssets (56)Timeline Frame 1Symbol 115 as "Help"
ExportAssets (56)Timeline Frame 1Symbol 351 as "__Packages.Deck"
ExportAssets (56)Timeline Frame 1Symbol 352 as "__Packages.mx.transitions.OnEnterFrameBeacon"
ExportAssets (56)Timeline Frame 1Symbol 353 as "__Packages.mx.transitions.BroadcasterMX"
ExportAssets (56)Timeline Frame 1Symbol 354 as "__Packages.mx.transitions.Tween"
ExportAssets (56)Timeline Frame 1Symbol 355 as "__Packages.mx.transitions.easing.None"
ExportAssets (56)Timeline Frame 1Symbol 356 as "__Packages.TilesRemaining"
ExportAssets (56)Timeline Frame 1Symbol 357 as "__Packages.mx.transitions.easing.Regular"
ExportAssets (56)Timeline Frame 1Symbol 358 as "__Packages.Levelbar"
ExportAssets (56)Timeline Frame 1Symbol 359 as "__Packages.Card"
ExportAssets (56)Timeline Frame 1Symbol 360 as "__Packages.mx.transitions.easing.Strong"
ExportAssets (56)Timeline Frame 1Symbol 361 as "__Packages.Score"
ExportAssets (56)Timeline Frame 1Symbol 362 as "__Packages.Match"
ExportAssets (56)Timeline Frame 1Symbol 363 as "__Packages.Timer"
ExportAssets (56)Timeline Frame 31Symbol 298 as "Timer"
ExportAssets (56)Timeline Frame 31Symbol 301 as "Score"
ExportAssets (56)Timeline Frame 31Symbol 308 as "Match"

Labels

"loader"Frame 1
"intro"Frame 11
"choose"Frame 21
"game"Frame 31
"ending"Frame 41
"down"Symbol 20 MovieClip [Card] Frame 1
"up"Symbol 20 MovieClip [Card] Frame 11
"open"Symbol 115 MovieClip [Help] Frame 1
"close"Symbol 115 MovieClip [Help] Frame 40
"load"Symbol 195 MovieClip Frame 1
"up"Symbol 195 MovieClip Frame 11
"over"Symbol 195 MovieClip Frame 21
"down"Symbol 195 MovieClip Frame 31
"selected"Symbol 195 MovieClip Frame 41
"up"Symbol 228 MovieClip Frame 1
"over"Symbol 228 MovieClip Frame 11
"down"Symbol 228 MovieClip Frame 21
"out"Symbol 228 MovieClip Frame 31
"afterintro"Symbol 274 MovieClip Frame 372
"start"Symbol 293 MovieClip Frame 2
"normal"Symbol 308 MovieClip [Match] Frame 1
"blink"Symbol 308 MovieClip [Match] Frame 11
"Cloe"Symbol 310 MovieClip Frame 2
"Jade"Symbol 310 MovieClip Frame 10
"Sasha"Symbol 310 MovieClip Frame 20
"Yasmin"Symbol 310 MovieClip Frame 30
"ending"Symbol 337 MovieClip Frame 65

Dynamic Text Variables

secondsSymbol 8 EditableText"10"
lips_numSymbol 45 EditableText""
lipstick_numSymbol 46 EditableText""
purse_numSymbol 47 EditableText""
ring_numSymbol 48 EditableText""
shoes_numSymbol 49 EditableText""
tiara_numSymbol 50 EditableText""
levelSymbol 54 EditableText""
scoreSymbol 57 EditableText""
penaltySymbol 59 EditableText""
time_bonusSymbol 63 EditableText""
pSymbol 125 EditableText"99"
idSymbol 188 EditableText"1"
idSymbol 194 EditableText"1"
buttonSymbol 289 EditableText""
buttonSymbol 290 EditableText""
time_readableSymbol 297 EditableText"00:00"
scoreSymbol 300 EditableText"<SCORE>"
soundSymbol 325 EditableText"music"
button_stateSymbol 332 EditableText"<STATE>"
soundSymbol 334 EditableText"<STATE>"
scoreSymbol 338 EditableText""




http://swfchan.com/23/113757/info.shtml
Created: 11/3 -2019 08:33:42 Last modified: 11/3 -2019 08:33:42 Server time: 28/04 -2024 11:47:02