Frame 1
_global.main = this;
mattel.data.StringExtensions_uk.getNaughtyWordList();
Frame 5
function onLoadComplete() {
trace("onLoadComplete");
play();
}
function startGame() {
play_ft.track();
stopAllSounds();
gotoAndStop ("page1");
}
function endGame() {
payoff_ft.track();
_root.gotoAndPlay("payoff");
}
function playAgain() {
_root.currentHair = 3;
_root.currentStyle = 3;
_root.currentCar = 3;
_root.currentPlate = 3;
_root.currentAspiration = 3;
_root.currentMusic = 3;
clearInterval(_root.wait_IntervalIDpopup);
stopAllSounds();
_root.s_playagain = "yes";
playAgain_ft.track();
gotoAndStop ("page1");
}
function exitGame() {
exitClick_ft.trackRedir();
}
var appSection = "activities-fashion_fun";
var appTitle = "ken-makeover";
var appPath = "/activities/fashion-fun/ken/";
var exitClickURL = "";
var loadContent = new Array();
var mainPreloader = (new mattel.utils.Preloader());
mainPreloader.dataProvider = loadContent;
mainPreloader.addEventListener("onLoadComplete", this);
mainPreloader.graphic = loader_mc;
mainPreloader.preload();
var play_ft = (new mattel.data.FlashTrack());
play_ft.ti = ((appSection + "-") + appTitle) + "-Play";
play_ft.dcsuri = appPath + "play.ftrk";
var print_ft = (new mattel.data.FlashTrack());
print_ft.ti = ((appSection + "-") + appTitle) + "-Print";
print_ft.dcsuri = appPath + "print.ftrk";
var playAgain_ft = (new mattel.data.FlashTrack());
playAgain_ft.ti = ((appSection + "-") + appTitle) + "-Play Again";
playAgain_ft.dcsuri = appPath + "play_again.ftrk";
var payoff_ft = (new mattel.data.FlashTrack());
payoff_ft.ti = ((appSection + "-") + appTitle) + "-Payoff";
payoff_ft.dcsuri = appPath + "payoff.ftrk";
var exitClick_ft = (new mattel.data.FlashTrack());
exitClick_ft.ti = ((appSection + "-") + appTitle) + "-Exit Click";
exitClick_ft.dcsuri = appPath + "exit_click.ftrk";
stop();
Frame 11
function turnOffAll() {
_root[_root.scrollpath1][_root.scrollpath2][_root.scrollpath3].mc1._alpha = 35;
_root[_root.scrollpath1][_root.scrollpath2][_root.scrollpath3].mc2._alpha = 35;
_root[_root.scrollpath1][_root.scrollpath2][_root.scrollpath3].mc3._alpha = 35;
_root[_root.scrollpath1][_root.scrollpath2][_root.scrollpath3].mc4._alpha = 35;
_root[_root.scrollpath1][_root.scrollpath2][_root.scrollpath3].mc5._alpha = 35;
trace("here:" + _root.scrollpath1.scrollpath2.scrollpath3.mc3);
}
function turnOn(mc_num) {
_root[_root.scrollpath1][_root.scrollpath2][_root.scrollpath3]["mc" + mc_num]._alpha = 100;
}
function ApplytoKen() {
_root.mc_payoff.mc_aspiration.gotoAndStop("aspiration" + _root.currentAspiration);
_root.mc_payoff.mc_hair.gotoAndStop("hair" + _root.currentHair);
_root.mc_payoff.mc_style.gotoAndStop("style" + _root.currentStyle);
_root.mc_payoff.mc_car.gotoAndStop("car" + _root.currentCar);
_root.mc_payoff.mc_car.car.gotoAndStop("plate" + _root.currentPlate);
playsound("sound_long_" + _root.currentMusic, 3, 100);
}
function ApplytoKenPrint() {
_root.mc_print.mc_payoff.mc_aspiration.gotoAndStop("aspiration" + _root.currentAspiration);
_root.mc_print.mc_payoff.mc_hair.gotoAndStop("hair" + _root.currentHair);
_root.mc_print.mc_payoff.mc_style.gotoAndStop("style" + _root.currentStyle);
_root.mc_print.mc_payoff.mc_car.gotoAndStop("car" + _root.currentCar);
_root.mc_print.mc_payoff.mc_car.car.gotoAndStop("plate" + _root.currentPlate);
}
function playsound(idname, loops, vol) {
mysoundobj = new Sound(this);
mysoundobj.setVolume(vol);
mysoundobj.attachSound(idname);
mysoundobj.start(0, loops);
}
function stopsound(idname, loops, vol) {
mysoundobj = new Sound(this);
mysoundobj.stop();
}
stop();
_root.s_playagain = "no";
_root.scrollspeed = 15;
_root.currentHair = 3;
_root.hairFirstTime = "yes";
_root.currentStyle = 3;
_root.currentCar = 3;
_root.currentPlate = 3;
_root.currentAspiration = 3;
_root.currentMusic = 3;
Frame 16
stop();
_root.startScroll = "no";
_root.visitedCatalog = "no";
_root.mc_helppage.gotoAndStop("on");
_root.s_helpfirsttime = "yes";
_root.scrollpath1 = "mc_page1";
_root.scrollpath2 = "mc_hairmain";
_root.scrollpath3 = "mc_hair";
turnOffAll();
turnOn(3);
_root.scrollpath1 = "mc_page1";
_root.scrollpath2 = "mc_stylemain";
_root.scrollpath3 = "mc_style";
turnOffAll();
turnOn(3);
mc_page1.mc_hairmain.btnLeft.onRelease = function () {
_root.scrollpath1 = "mc_page1";
_root.scrollpath2 = "mc_hairmain";
_root.scrollpath3 = "mc_hair";
_root.scrolldirection = "right";
if (_root.currentHair == 1) {
_root.scrollStop = 372;
_root.currentHair = 1;
} else if (_root.currentHair == 2) {
_root.scrollStop = 372;
_root.currentHair = _root.currentHair - 1;
_root[_root.scrollpath1][_root.scrollpath2].btnLeft.setEnabled(false);
} else if (_root.currentHair == 3) {
_root.scrollStop = 246;
_root.currentHair = _root.currentHair - 1;
} else if (_root.currentHair == 4) {
_root.scrollStop = 128;
_root.currentHair = _root.currentHair - 1;
} else if (_root.currentHair == 5) {
_root.scrollStop = -10;
_root.currentHair = _root.currentHair - 1;
_root[_root.scrollpath1][_root.scrollpath2].btnRight.setEnabled(true);
}
turnOffAll();
turnOn(_root.currentHair);
_root.startScroll = "yes";
};
mc_page1.mc_hairmain.btnRight.onRelease = function () {
_root.scrollpath1 = "mc_page1";
_root.scrollpath2 = "mc_hairmain";
_root.scrollpath3 = "mc_hair";
_root.scrolldirection = "left";
if (_root.currentHair == 1) {
_root.scrollStop = 258;
_root.currentHair++;
_root[_root.scrollpath1][_root.scrollpath2].btnLeft.setEnabled(true);
} else if (_root.currentHair == 2) {
_root.scrollStop = 138;
_root.currentHair++;
} else if (_root.currentHair == 3) {
_root.scrollStop = 3;
_root.currentHair++;
} else if (_root.currentHair == 4) {
_root.scrollStop = -120;
_root.currentHair++;
_root[_root.scrollpath1][_root.scrollpath2].btnRight.setEnabled(false);
} else if (_root.currentHair == 5) {
_root.scrollStop = -120;
_root.currentHair = 5;
}
turnOffAll();
turnOn(_root.currentHair);
_root.startScroll = "yes";
};
mc_page1.mc_stylemain.btnLeft.onRelease = function () {
_root.scrollpath1 = "mc_page1";
_root.scrollpath2 = "mc_stylemain";
_root.scrollpath3 = "mc_style";
_root.scrolldirection = "right";
if (_root.currentStyle == 1) {
_root.scrollStop = 372;
_root.currentStyle = 1;
} else if (_root.currentStyle == 2) {
_root.scrollStop = 372;
_root.currentStyle = _root.currentStyle - 1;
_root[_root.scrollpath1][_root.scrollpath2].btnLeft.setEnabled(false);
} else if (_root.currentStyle == 3) {
_root.scrollStop = 245;
_root.currentStyle = _root.currentStyle - 1;
} else if (_root.currentStyle == 4) {
_root.scrollStop = 121;
_root.currentStyle = _root.currentStyle - 1;
} else if (_root.currentStyle == 5) {
_root.scrollStop = -7;
_root.currentStyle = _root.currentStyle - 1;
_root[_root.scrollpath1][_root.scrollpath2].btnRight.setEnabled(true);
}
turnOffAll();
turnOn(_root.currentStyle);
_root.startScroll = "yes";
};
mc_page1.mc_stylemain.btnLeft.onRelease();
mc_page1.mc_stylemain.btnRight.onRelease = function () {
_root.scrollpath1 = "mc_page1";
_root.scrollpath2 = "mc_stylemain";
_root.scrollpath3 = "mc_style";
_root.scrolldirection = "left";
if (_root.currentStyle == 1) {
_root.scrollStop = 256;
_root.currentStyle++;
_root[_root.scrollpath1][_root.scrollpath2].btnLeft.setEnabled(true);
} else if (_root.currentStyle == 2) {
_root.scrollStop = 141;
_root.currentStyle++;
} else if (_root.currentStyle == 3) {
_root.scrollStop = 10;
_root.currentStyle++;
} else if (_root.currentStyle == 4) {
_root.scrollStop = -130;
_root.currentStyle++;
_root[_root.scrollpath1][_root.scrollpath2].btnRight.setEnabled(false);
} else if (_root.currentStyle == 5) {
_root.scrollStop = -130;
_root.currentStyle = 5;
}
turnOffAll();
turnOn(_root.currentStyle);
_root.startScroll = "yes";
};
Frame 22
stop();
_root.startScroll = "no";
_root.scrollpath1 = "mc_page2";
_root.scrollpath2 = "mc_carmain";
_root.scrollpath3 = "mc_car";
turnOffAll();
turnOn(3);
_root.scrollpath1 = "mc_page2";
_root.scrollpath2 = "mc_musicmain";
_root.scrollpath3 = "mc_music";
turnOffAll();
turnOn(3);
mc_page2.mc_carmain.btnLeft.onRelease = function () {
_root.scrollpath1 = "mc_page2";
_root.scrollpath2 = "mc_carmain";
_root.scrollpath3 = "mc_car";
_root.scrolldirection = "right";
if (_root.currentCar == 1) {
_root.scrollStop = 377;
_root.currentCar = 1;
} else if (_root.currentCar == 2) {
_root.scrollStop = 377;
_root.currentCar = _root.currentCar - 1;
_root[_root.scrollpath1][_root.scrollpath2].btnLeft.setEnabled(false);
} else if (_root.currentCar == 3) {
_root.scrollStop = 245;
_root.currentCar = _root.currentCar - 1;
} else if (_root.currentCar == 4) {
_root.scrollStop = 121;
_root.currentCar = _root.currentCar - 1;
} else if (_root.currentCar == 5) {
_root.scrollStop = -25;
_root.currentCar = _root.currentCar - 1;
_root[_root.scrollpath1][_root.scrollpath2].btnRight.setEnabled(true);
}
turnOffAll();
turnOn(_root.currentCar);
_root.startScroll = "yes";
};
mc_page2.mc_carmain.btnLeft.onRelease();
mc_page2.mc_carmain.btnRight.onRelease = function () {
_root.scrollpath1 = "mc_page2";
_root.scrollpath2 = "mc_carmain";
_root.scrollpath3 = "mc_car";
_root.scrolldirection = "left";
if (_root.currentCar == 1) {
_root.scrollStop = 259;
_root.currentCar++;
_root[_root.scrollpath1][_root.scrollpath2].btnLeft.setEnabled(true);
} else if (_root.currentCar == 2) {
_root.scrollStop = 128;
_root.currentCar++;
} else if (_root.currentCar == 3) {
_root.scrollStop = -12;
_root.currentCar++;
} else if (_root.currentCar == 4) {
_root.scrollStop = -150;
_root.currentCar++;
_root[_root.scrollpath1][_root.scrollpath2].btnRight.setEnabled(false);
} else if (_root.currentCar == 5) {
_root.scrollStop = -150;
_root.currentCar = 5;
}
turnOffAll();
turnOn(_root.currentCar);
_root.startScroll = "yes";
};
mc_page2.mc_musicmain.btnLeft.onRelease = function () {
stopAllSounds();
_root.scrollpath1 = "mc_page2";
_root.scrollpath2 = "mc_musicmain";
_root.scrollpath3 = "mc_music";
_root.scrolldirection = "right";
if (_root.currentMusic == 1) {
_root.scrollStop = 354;
_root.playsound("music_1", 1, 100);
} else if (_root.currentMusic == 2) {
_root.scrollStop = 354;
_root.playsound("music_1", 1, 100);
_root.currentMusic = _root.currentMusic - 1;
_root[_root.scrollpath1][_root.scrollpath2].btnLeft.setEnabled(false);
} else if (_root.currentMusic == 3) {
_root.scrollStop = 224;
_root.playsound("music_2", 1, 100);
_root.currentMusic = _root.currentMusic - 1;
} else if (_root.currentMusic == 4) {
_root.scrollStop = 96;
_root.playsound("music_3", 1, 100);
_root.currentMusic = _root.currentMusic - 1;
} else if (_root.currentMusic == 5) {
_root.scrollStop = -31;
_root.playsound("music_4", 1, 100);
_root.currentMusic = _root.currentMusic - 1;
_root[_root.scrollpath1][_root.scrollpath2].btnRight.setEnabled(true);
}
turnOffAll();
turnOn(_root.currentMusic);
_root.startScroll = "yes";
};
mc_page2.mc_musicmain.btnRight.onRelease = function () {
stopAllSounds();
_root.scrollpath1 = "mc_page2";
_root.scrollpath2 = "mc_musicmain";
_root.scrollpath3 = "mc_music";
_root.scrolldirection = "left";
if (_root.currentMusic == 1) {
_root.scrollStop = 236;
_root.playsound("music_2", 1, 100);
_root.currentMusic++;
_root[_root.scrollpath1][_root.scrollpath2].btnLeft.setEnabled(true);
} else if (_root.currentMusic == 2) {
_root.scrollStop = 112;
_root.playsound("music_3", 1, 100);
_root.currentMusic++;
} else if (_root.currentMusic == 3) {
_root.scrollStop = -14;
_root.playsound("music_4", 1, 100);
_root.currentMusic++;
} else if (_root.currentMusic == 4) {
_root.scrollStop = -149;
_root.playsound("music_5", 1, 100);
_root.currentMusic++;
_root[_root.scrollpath1][_root.scrollpath2].btnRight.setEnabled(false);
} else if (_root.currentMusic == 5) {
_root.playsound("music_5", 1, 100);
_root.scrollStop = -149;
}
turnOffAll();
turnOn(_root.currentMusic);
_root.startScroll = "yes";
};
Frame 28
stop();
_root.startScroll = "no";
mc_page3.btn_done.onRelease = endGame;
_root.scrollpath1 = "mc_page3";
_root.scrollpath2 = "mc_platemain";
_root.scrollpath3 = "mc_plate";
turnOffAll();
turnOn(3);
mc_page3.mc_platemain.btnLeft.onRelease();
_root.scrollpath1 = "mc_page3";
_root.scrollpath2 = "mc_aspirationmain";
_root.scrollpath3 = "mc_aspiration";
turnOffAll();
turnOn(3);
mc_page3.mc_platemain.btnLeft.onRelease = function () {
_root.scrollpath1 = "mc_page3";
_root.scrollpath2 = "mc_platemain";
_root.scrollpath3 = "mc_plate";
_root.scrolldirection = "right";
if (_root.currentPlate == 1) {
_root.scrollStop = 366;
} else if (_root.currentPlate == 2) {
_root.scrollStop = 366;
_root.currentPlate = _root.currentPlate - 1;
_root[_root.scrollpath1][_root.scrollpath2].btnLeft.setEnabled(false);
} else if (_root.currentPlate == 3) {
_root.scrollStop = 241;
_root.currentPlate = _root.currentPlate - 1;
} else if (_root.currentPlate == 4) {
_root.scrollStop = 110;
_root.currentPlate = _root.currentPlate - 1;
} else if (_root.currentPlate == 5) {
_root.scrollStop = -25;
_root.currentPlate = _root.currentPlate - 1;
_root[_root.scrollpath1][_root.scrollpath2].btnRight.setEnabled(true);
}
turnOffAll();
turnOn(_root.currentPlate);
_root.startScroll = "yes";
};
mc_page3.mc_platemain.btnRight.onRelease = function () {
_root.scrollpath1 = "mc_page3";
_root.scrollpath2 = "mc_platemain";
_root.scrollpath3 = "mc_plate";
_root.scrolldirection = "left";
if (_root.currentPlate == 1) {
_root.scrollStop = 250;
_root.currentPlate++;
_root[_root.scrollpath1][_root.scrollpath2].btnLeft.setEnabled(true);
} else if (_root.currentPlate == 2) {
_root.scrollStop = 120;
_root.currentPlate++;
} else if (_root.currentPlate == 3) {
_root.scrollStop = -17;
_root.currentPlate++;
} else if (_root.currentPlate == 4) {
_root.scrollStop = -150;
_root.currentPlate++;
_root[_root.scrollpath1][_root.scrollpath2].btnRight.setEnabled(false);
} else if (_root.currentPlate == 5) {
_root.scrollStop = -150;
}
turnOffAll();
turnOn(_root.currentPlate);
_root.startScroll = "yes";
};
mc_page3.mc_aspirationmain.btnLeft.onRelease = function () {
_root.scrollpath1 = "mc_page3";
_root.scrollpath2 = "mc_aspirationmain";
_root.scrollpath3 = "mc_aspiration";
_root.scrolldirection = "right";
if (_root.currentAspiration == 1) {
_root.scrollStop = 386;
} else if (_root.currentAspiration == 2) {
_root.scrollStop = 386;
_root.currentAspiration = _root.currentAspiration - 1;
_root[_root.scrollpath1][_root.scrollpath2].btnLeft.setEnabled(false);
} else if (_root.currentAspiration == 3) {
_root.scrollStop = 264;
_root.currentAspiration = _root.currentAspiration - 1;
} else if (_root.currentAspiration == 4) {
_root.scrollStop = 118;
_root.currentAspiration = _root.currentAspiration - 1;
} else if (_root.currentAspiration == 5) {
_root.scrollStop = -25;
_root.currentAspiration = _root.currentAspiration - 1;
_root[_root.scrollpath1][_root.scrollpath2].btnRight.setEnabled(true);
}
turnOffAll();
turnOn(_root.currentAspiration);
_root.startScroll = "yes";
};
mc_page3.mc_aspirationmain.btnRight.onRelease = function () {
_root.scrollpath1 = "mc_page3";
_root.scrollpath2 = "mc_aspirationmain";
_root.scrollpath3 = "mc_aspiration";
_root.scrolldirection = "left";
if (_root.currentAspiration == 1) {
_root.scrollStop = 276;
_root.currentAspiration++;
_root[_root.scrollpath1][_root.scrollpath2].btnLeft.setEnabled(true);
} else if (_root.currentAspiration == 2) {
_root.scrollStop = 130;
_root.currentAspiration++;
} else if (_root.currentAspiration == 3) {
_root.scrollStop = -10;
_root.currentAspiration++;
} else if (_root.currentAspiration == 4) {
_root.scrollStop = -130;
_root.currentAspiration++;
_root[_root.scrollpath1][_root.scrollpath2].btnRight.setEnabled(false);
} else if (_root.currentAspiration == 5) {
_root.scrollStop = -130;
}
turnOffAll();
turnOn(_root.currentAspiration);
_root.startScroll = "yes";
};
mc_page3.mc_aspirationmain.btnRight.onRelease();
Frame 33
btn_playagain.onRelease = playAgain;
ApplytoKen();
ApplytoKenPrint();
Instance of Symbol 534 MovieClip "btn_print" in Frame 33
on (release) {
print_ft.track();
printAsBitmap (_root.mc_print, "bframe");
}
Instance of Symbol 540 MovieClip "btn_email" in Frame 33
on (release) {
clearInterval(_root.wait_IntervalIDpopup);
stopAllSounds();
_root.gotoAndStop("email");
}
Frame 39
function startPopup() {
clearInterval(_root.wait_IntervalIDpopup);
gotoAndStop ("catalog");
}
stop();
if (_root.visitedCatalog == "no") {
_root.wait_IntervalIDpopup = setInterval(startPopup, 6000);
}
Frame 40
stop();
Frame 42
stop();
myEmail = new LoadVars();
myEmailData = new LoadVars();
myEmail.friendemail = _root.friendEmail;
myEmail.friendname = _root.friendName;
myEmail.firstname = _root.firstName;
myEmail.sendAndLoad("sendemail.aspx", myEmailData);
myEmailData.onLoad = function () {
if (myEmailData.mail_sent == "y") {
gotoAndPlay ("sent");
} else {
_root.error_line1 = "There was an error sending the Email.";
_root.error_line2 = "Please go back and try again.";
_root.goBack = "email";
gotoAndPlay ("oops");
}
};
Frame 45
stop();
Frame 50
stop();
Frame 54
stop();
Frame 58
stop();
Frame 61
stop();
_root.visitedCatalog = "yes";
Symbol 634 MovieClip [__Packages.mx.services.Log] Frame 0
class mx.services.Log
{
var level, name;
function Log (logLevel, name) {
level = ((logLevel == undefined) ? (BRIEF) : (logLevel));
this.name = ((name == undefined) ? "" : (name));
}
function logInfo(msg, level) {
if (level == undefined) {
level = BRIEF;
}
if (level <= this.level) {
if (level == DEBUG) {
onLog((((getDateString() + " [DEBUG] ") + name) + ": ") + msg);
} else {
onLog((((getDateString() + " [INFO] ") + name) + ": ") + msg);
}
}
}
function logDebug(msg) {
logInfo(msg, DEBUG);
}
function getDateString() {
var _local1 = new Date();
return(((((((((_local1.getMonth() + 1) + "/") + _local1.getDate()) + " ") + _local1.getHours()) + ":") + _local1.getMinutes()) + ":") + _local1.getSeconds());
}
function onLog(message) {
trace(message);
}
static var NONE = -1;
static var BRIEF = 0;
static var VERBOSE = 1;
static var DEBUG = 2;
}
Symbol 635 MovieClip [__Packages.mattel.utils.Logger] Frame 0
class mattel.utils.Logger extends mx.services.Log
{
function Logger (logLevel, name) {
super(logLevel, name);
}
function logInfo(msg, level) {
var _local3;
if (msg instanceof Error) {
_local3 = (("[" + msg.name) + "] ") + msg.message;
} else {
_local3 = msg;
}
super.logInfo(_local3, level);
}
static var NONE = -1;
static var BRIEF = 0;
static var VERBOSE = 1;
static var DEBUG = 2;
}
Symbol 636 MovieClip [__Packages.mattel.data.StringExtensions_uk] Frame 0
class mattel.data.StringExtensions_uk
{
function StringExtensions_uk () {
}
static function getNaughtyWordList() {
getWords();
}
static function isEmpty(s) {
s = trim(s);
return((s == null) || (s.length == 0));
}
static function isNaughty(s) {
var _local2 = mattel.data.StringExtensions_uk;
_local2.trimAllInArray(_local2.exactNaughtyWords);
_local2.trimAllInArray(_local2.searchNaughtyWords);
s = _local2.replace(_local2.replace(s.toLowerCase(), "-", " "), "_", " ");
if (!_local2.isEmpty(s)) {
var _local4 = s.split(" ");
var _local3 = 0;
var _local1 = 0;
while (_local3 < _local4.length) {
_local1 = 0;
while (_local1 < _local2.exactNaughtyWords.length) {
if (_local4[_local3] == _local2.exactNaughtyWords[_local1]) {
return(true);
}
_local1++;
}
_local1 = 0;
var _local5 = 0;
var _local7 = 0;
var _local6;
while (_local1 < _local2.searchNaughtyWords.length) {
if (_local4[_local3].indexOf(_local2.searchNaughtyWords[_local1]) != -1) {
_local5++;
_local6 = _local4[_local3].indexOf(_local2.searchNaughtyWords[_local1]);
}
_local1++;
}
if (_local5 > _local7) {
return(true);
}
_local3++;
}
}
return(false);
}
static function isEmail(s) {
if (s.length < 5) {
return(false);
}
var _local4 = "*|,\":<>[]{}`';()&$#%";
var _local3 = s.length;
var _local1 = 0;
while (_local1 < _local3) {
if (_local4.indexOf(s.charAt(_local1)) != -1) {
return(false);
}
_local1++;
}
var _local5 = s.lastIndexOf("@");
if ((_local5 < 1) || (_local5 == (_local3 - 1))) {
return(false);
}
var _local6 = s.lastIndexOf(".");
if ((_local6 < 4) || (_local6 == (_local3 - 1))) {
return(false);
}
if (_local5 > _local6) {
return(false);
}
return(true);
}
static function isAllAlpha(s) {
var _local1 = 0;
while (_local1 < s.length) {
if (parseInt(s.charAt(_local1)).toString() != "NaN") {
return(false);
}
_local1++;
}
return(true);
}
static function lTrim(s) {
var _local1 = 0;
while ((_local1 < s.length) && (s.charCodeAt(_local1) <= 32)) {
_local1++;
}
return(s.substring(_local1, s.length));
}
static function rTrim(s) {
var _local1 = s.length - 1;
while ((_local1 >= 0) && (s.charCodeAt(_local1) <= 32)) {
_local1--;
}
return(s.substring(0, _local1 + 1));
}
static function trim(s) {
s = lTrim(s);
s = rTrim(s);
return(s);
}
static function replace(s, searchStr, replaceStr) {
var _local3 = s;
var _local4 = "";
var _local1 = 0;
var _local2;
if (searchStr == "") {
return(_local3);
}
if (_local3.indexOf(searchStr) != -1) {
while (_local2 = _local3.indexOf(searchStr, _local1) , _local2 != -1) {
_local4 = _local4 + _local3.substring(_local1, _local2);
_local4 = _local4 + replaceStr;
_local1 = _local2 + searchStr.length;
}
return(_local4 + _local3.substring(_local1));
}
return(_local3);
}
static function getWords() {
stringLog.logInfo("Naughty Word List Received for UK.", mattel.utils.Logger.DEBUG);
exactNaughtyWords = new Array("shit", "ass", "asshole", "asswipe", "bastard", "bitch", "bitchy", "blowjob", "boob", "boobs", "buttfucker", "caca", "clit", "cock", "cocksucker", "cunt", "dickhead", "dipshit", "doody", "dyke", "dike", "fag", "faggot", "fuck", "fucked", "fucker", "fuckface", "fucks", "give head", "gives head", "gook", "kike", "motherfucker", "nigger", "penis", "piss", "poop", "sex", "shit", "shitface", "shithead", "shits", "slut", "spic", "suck", "slutty", "shity", "shitty", "sucks", "tit", "tits", "twat", "urine", "vagina", "whore", "wop", "ahole", "a-hole", "a hole", "anal", "anus", "bunda", "c\u00FA", "papel de limpar c\u00FA", "filho da puta", "puta", "chupada", "peito", "peitos", "comedor de c\u00FA", "c\u00E1ca", "grelo", "pau", "chupador de pau", "buceta", "babaca", "panaca", "coc\u00F4", "sapat\u00E3o", "viado", "bicha", "foder", "fodido", "fodedor", "trepadas", "chupa", "chupar", "carcamano", "judeu");
searchNaughtyWords = new Array("asshole", "bitch", "blowjob", "buttfucker", "cocksucker", "dickhead", "motherfucker", "fuck", "fucked", "nigger", "shit", "suck", "anal", "anus", "bunda", "c\u00FA", "papel de limpar c\u00FA", "filho da puta", "puta", "chupada", "peito", "peitos", "comedor de c\u00FA", "c\u00E1ca", "grelo", "pau", "chupador de pau", "buceta", "babaca", "panaca", "coc\u00F4", "sapat\u00E3o", "viado", "bicha", "foder", "fodido", "fodedor", "trepadas", "chupa", "chupar", "carcamano", "judeu");
trace("got the dirty word list for UK");
}
static function getWords_Status(status) {
stringLog.logInfo(new Error("There was an error in retrieving the naughty word list from the server."), mattel.utils.Logger.BRIEF);
}
static function trimAllInArray(a) {
var _local1 = 0;
while (_local1 < a.length) {
a[_local1] = trim(a[_local1]);
_local1++;
}
return(a);
}
static var exactNaughtyWords = new Array();
static var searchNaughtyWords = new Array();
static var exceptionNaughtyWordsSplit = new Array();
static var exceptionWordsSplit = new Array();
static var stringLog = new mattel.utils.Logger(mattel.utils.Logger.DEBUG, "StringExtensions_uk");
}
Symbol 637 MovieClip [__Packages.mattel.data.Serializable] Frame 0
interface mattel.data.Serializable
{
}
Symbol 638 MovieClip [__Packages.mattel.data.FlashTrack] Frame 0
class mattel.data.FlashTrack implements mattel.data.Serializable
{
var trackLog, ti, dcsuri, redirectLink, popupProps;
function FlashTrack (t, autoTrack) {
trackLog = new mattel.utils.Logger(mattel.utils.Logger.DEBUG, "FlashTrack");
if (t != null) {
ti = t;
dcsuri = ti + ".ftrk";
}
if (autoTrack) {
track();
}
}
static function initialize(optFlag) {
if (optFlag == null) {
enabled = true;
} else {
enabled = optFlag;
}
}
function track() {
return(_track("FlashTrack"));
}
function trackRedir(rl) {
if (rl != null) {
redirectLink = rl;
}
return(_track("FlashTrackRedir"));
}
function trackRedirPopup(rLink, pProps) {
if (rLink != null) {
redirectLink = rLink;
}
if (pProps != null) {
popupProps = pProps;
}
return(_track("FlashTrackRedirPopup"));
}
function serialize() {
var _local2 = "";
if (dcsuri != null) {
_local2 = _local2 + (("'DCS.dcsuri','" + dcsuri) + "'");
}
if (ti != null) {
_local2 = _local2 + ((",'WT.ti','" + ti) + "'");
}
if (redirectLink != null) {
_local2 = _local2 + ((",'WT.lo','" + redirectLink) + "'");
}
if (popupProps != null) {
_local2 = _local2 + ((",'WT.pr','" + popupProps) + "'");
}
return(_local2);
}
function _track(action) {
if (enabled) {
if (dcsuri == null) {
dcsuri = ti + ".ftrk";
}
getURL (((("JavaScript:" + action) + "( ") + serialize()) + " );");
trace(((("JavaScript:" + action) + "( ") + serialize()) + " );");
}
return(true);
}
static var enabled = true;
}
Symbol 639 MovieClip [__Packages.mx.events.EventDispatcher] Frame 0
class mx.events.EventDispatcher
{
function EventDispatcher () {
}
static function _removeEventListener(queue, event, handler) {
if (queue != undefined) {
var _local4 = queue.length;
var _local1;
_local1 = 0;
while (_local1 < _local4) {
var _local2 = queue[_local1];
if (_local2 == handler) {
queue.splice(_local1, 1);
return(undefined);
}
_local1++;
}
}
}
static function initialize(object) {
if (_fEventDispatcher == undefined) {
_fEventDispatcher = new mx.events.EventDispatcher();
}
object.addEventListener = _fEventDispatcher.addEventListener;
object.removeEventListener = _fEventDispatcher.removeEventListener;
object.dispatchEvent = _fEventDispatcher.dispatchEvent;
object.dispatchQueue = _fEventDispatcher.dispatchQueue;
}
function dispatchQueue(queueObj, eventObj) {
var _local7 = "__q_" + eventObj.type;
var _local4 = queueObj[_local7];
if (_local4 != undefined) {
var _local5;
for (_local5 in _local4) {
var _local1 = _local4[_local5];
var _local3 = typeof(_local1);
if ((_local3 == "object") || (_local3 == "movieclip")) {
if (_local1.handleEvent != undefined) {
_local1.handleEvent(eventObj);
}
if (_local1[eventObj.type] != undefined) {
if (exceptions[eventObj.type] == undefined) {
_local1[eventObj.type](eventObj);
}
}
} else {
_local1.apply(queueObj, [eventObj]);
}
}
}
}
function dispatchEvent(eventObj) {
if (eventObj.target == undefined) {
eventObj.target = this;
}
this[eventObj.type + "Handler"](eventObj);
dispatchQueue(this, eventObj);
}
function addEventListener(event, handler) {
var _local3 = "__q_" + event;
if (this[_local3] == undefined) {
this[_local3] = new Array();
}
_global.ASSetPropFlags(this, _local3, 1);
_removeEventListener(this[_local3], event, handler);
this[_local3].push(handler);
}
function removeEventListener(event, handler) {
var _local2 = "__q_" + event;
_removeEventListener(this[_local2], event, handler);
}
static var _fEventDispatcher = undefined;
static var exceptions = {move:1, draw:1};
}
Symbol 640 MovieClip [__Packages.mx.controls.listclasses.DataProvider] Frame 0
class mx.controls.listclasses.DataProvider extends Object
{
var length, splice, dispatchEvent, sortOn, reverse, sort;
function DataProvider (obj) {
super();
}
static function Initialize(obj) {
var _local4 = mixinProps;
var _local6 = _local4.length;
obj = obj.prototype;
var _local3 = 0;
while (_local3 < _local6) {
obj[_local4[_local3]] = mixins[_local4[_local3]];
_global.ASSetPropFlags(obj, _local4[_local3], 1);
_local3++;
}
mx.events.EventDispatcher.initialize(obj);
_global.ASSetPropFlags(obj, "addEventListener", 1);
_global.ASSetPropFlags(obj, "removeEventListener", 1);
_global.ASSetPropFlags(obj, "dispatchEvent", 1);
_global.ASSetPropFlags(obj, "dispatchQueue", 1);
Object.prototype.LargestID = 0;
Object.prototype.getID = function () {
if (this.__ID__ == undefined) {
this.__ID__ = Object.prototype.LargestID++;
_global.ASSetPropFlags(this, "__ID__", 1);
}
return(this.__ID__);
};
_global.ASSetPropFlags(Object.prototype, "LargestID", 1);
_global.ASSetPropFlags(Object.prototype, "getID", 1);
return(true);
}
function addItemAt(index, value) {
if (index < length) {
splice(index, 0, value);
} else if (index > length) {
trace("Cannot add an item past the end of the DataProvider");
return(undefined);
}
this[index] = value;
updateViews("addItems", index, index);
}
function addItem(value) {
addItemAt(length, value);
}
function addItemsAt(index, newItems) {
index = Math.min(length, index);
newItems.unshift(index, 0);
splice.apply(this, newItems);
newItems.splice(0, 2);
updateViews("addItems", index, (index + newItems.length) - 1);
}
function removeItemsAt(index, len) {
var _local3 = new Array();
var _local2 = 0;
while (_local2 < len) {
_local3.push(getItemID(index + _local2));
_local2++;
}
var _local6 = splice(index, len);
dispatchEvent({type:"modelChanged", eventName:"removeItems", firstItem:index, lastItem:(index + len) - 1, removedItems:_local6, removedIDs:_local3});
}
function removeItemAt(index) {
var _local2 = this[index];
removeItemsAt(index, 1);
return(_local2);
}
function removeAll(Void) {
splice(0);
updateViews("removeItems", 0, length - 1);
}
function replaceItemAt(index, itemObj) {
if ((index < 0) || (index >= length)) {
return(undefined);
}
var _local3 = getItemID(index);
this[index] = itemObj;
this[index].__ID__ = _local3;
updateViews("updateItems", index, index);
}
function getItemAt(index) {
return(this[index]);
}
function getItemID(index) {
var _local2 = this[index];
if ((typeof(_local2) != "object") && (_local2 != undefined)) {
return(index);
}
return(_local2.getID());
}
function sortItemsBy(fieldName, order) {
if (typeof(order) == "string") {
sortOn(fieldName);
if (order.toUpperCase() == "DESC") {
reverse();
}
} else {
sortOn(fieldName, order);
}
updateViews("sort");
}
function sortItems(compareFunc, optionFlags) {
sort(compareFunc, optionFlags);
updateViews("sort");
}
function editField(index, fieldName, newData) {
this[index][fieldName] = newData;
dispatchEvent({type:"modelChanged", eventName:"updateField", firstItem:index, lastItem:index, fieldName:fieldName});
}
function getEditingData(index, fieldName) {
return(this[index][fieldName]);
}
function updateViews(event, first, last) {
dispatchEvent({type:"modelChanged", eventName:event, firstItem:first, lastItem:last});
}
static var mixinProps = ["addView", "addItem", "addItemAt", "removeAll", "removeItemAt", "replaceItemAt", "getItemAt", "getItemID", "sortItemsBy", "sortItems", "updateViews", "addItemsAt", "removeItemsAt", "getEditingData", "editField"];
static var evtDipatcher = mx.events.EventDispatcher;
static var mixins = new mx.controls.listclasses.DataProvider();
}
Symbol 641 MovieClip [__Packages.mattel.utils.Preloader] Frame 0
class mattel.utils.Preloader
{
var __dataProvider, __graphic, preloadInt, bLoaded, bTotal, dispatchEvent;
function Preloader () {
mx.events.EventDispatcher.initialize(mattel.utils.Preloader.prototype);
}
function set dataProvider(dp) {
__dataProvider = dp;
//return(dataProvider);
}
function get dataProvider() {
return(__dataProvider);
}
function set graphic(mc) {
__graphic = mc;
//return(graphic);
}
function get graphic() {
return(__graphic);
}
function set loadRoot(b) {
bLoadRoot = b != false;
//return(loadRoot);
}
function get loadRoot() {
return(bLoadRoot);
}
function preload() {
var _local6;
_local6 = 0;
while (_local6 < __dataProvider.length) {
var _local4;
var _local3 = __dataProvider[_local6];
if (_local3.target == undefined) {
_local3.target = _root;
}
var _local5 = _local3.target;
if (_local5[_local3.clipName] == undefined) {
if (_local3.depth == undefined) {
_local3.depth = _local5.getNextHighestDepth();
}
_local4 = _local5.createEmptyMovieClip(_local3.clipName, _local3.depth);
if (_local3.x != undefined) {
_local4._x = _local3.x;
}
if (_local3.y != undefined) {
_local4._y = _local3.y;
}
} else {
_local4 = _local5[_local3.clipName];
}
_local4.loadMovie(_local3.path);
_local3.clip = _local4;
if (_local3.visibleDuringPreload == undefined) {
_local3.visibleDuringPreload = false;
}
_local6++;
}
clearInterval(preloadInt);
preloadInt = setInterval(this, "checkLoaded", 20);
}
function checkLoaded() {
if ((__dataProvider.length > 0) && (__dataProvider[0].clip.getBytesTotal() < 8)) {
return(undefined);
}
if (bLoadRoot) {
bLoaded = _root.getBytesLoaded();
bTotal = _root.getBytesTotal();
} else {
bLoaded = 0;
bTotal = 0;
}
var _local3;
var _local5 = __dataProvider.length;
_local3 = 0;
while (_local3 < _local5) {
var _local4 = __dataProvider[_local3];
var _local6 = _local4.clip;
bLoaded = bLoaded + _local6.getBytesLoaded();
bTotal = bTotal + _local6.getBytesTotal();
_local6._visible = _local4.visibleDuringPreload;
if ((_local6.getBytesLoaded() == _local6.getBytesTotal()) && (_local6.__onClipComplete == undefined)) {
_local6._visible = true;
_local6.__onClipComplete = true;
dispatchEvent({type:"onClipComplete", clip:_local6});
}
_local3++;
}
dispatchEvent({type:"onLoadProgress", loadedBytes:bLoaded, totalBytes:bTotal});
var _local7 = Math.ceil((bLoaded / bTotal) * graphic._totalframes);
graphic.gotoAndStop(_local7);
if (bLoaded == bTotal) {
_local3 = 0;
while (_local3 < _local5) {
var _local4 = __dataProvider[_local3];
_local4.target[_local4.clipName]._visible = true;
_local3++;
}
dispatchEvent({type:"onLoadComplete"});
clearInterval(preloadInt);
delete preloadInt;
}
}
static var mixIn1 = mx.controls.listclasses.DataProvider.Initialize(Array);
var defaultDepth = 1;
var bLoadRoot = true;
}
Symbol 41 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 6
stop();
Symbol 41 MovieClip Frame 12
stop();
Symbol 156 MovieClip Frame 30
stop();
Symbol 215 MovieClip Frame 1
_root.playsound("music_intro", 10, 100);
btn_skipIntro.onRelease = _root.startGame;
Symbol 215 MovieClip Frame 578
_root.startGame();
Symbol 256 MovieClip Frame 1
function setEnabled(b) {
enabled = (b == undefined) || (b);
if (enabled) {
gotoAndStop ("_up");
} else {
gotoAndStop ("_disabled");
}
}
stop();
Symbol 259 MovieClip Frame 1
function setEnabled(b) {
enabled = (b == undefined) || (b);
if (enabled) {
gotoAndStop ("_up");
} else {
gotoAndStop ("_disabled");
}
}
stop();
Symbol 260 MovieClip Frame 1
stop();
Symbol 284 MovieClip Frame 1
stop();
Symbol 285 MovieClip Frame 1
stop();
Symbol 307 MovieClip Frame 15
stop();
btn_next.onRelease = function () {
_root.gotoAndStop("page2");
};
Symbol 308 MovieClip Frame 1
if (_root.startScroll == "yes") {
if (_root.scrolldirection == "left") {
if (_root[_root.scrollpath1][_root.scrollpath2][_root.scrollpath3]._x < _root.scrollStop) {
_root.startScroll == "no";
} else {
_root[_root.scrollpath1][_root.scrollpath2][_root.scrollpath3]._x = _root[_root.scrollpath1][_root.scrollpath2][_root.scrollpath3]._x - _root.scrollspeed;
}
} else if (_root.scrolldirection == "right") {
if (_root[_root.scrollpath1][_root.scrollpath2][_root.scrollpath3]._x > _root.scrollStop) {
_root.startScroll == "no";
} else {
_root[_root.scrollpath1][_root.scrollpath2][_root.scrollpath3]._x = _root[_root.scrollpath1][_root.scrollpath2][_root.scrollpath3]._x + _root.scrollspeed;
}
}
}
Symbol 308 MovieClip Frame 2
gotoAndPlay (1);
Symbol 308 MovieClip Frame 3
stop();
Symbol 313 Button
on (release) {
gotoAndStop ("on");
}
Symbol 327 Button
on (release) {
if ((_root.s_playagain == "no") && (_root.s_helpfirsttime == "yes")) {
_root.play_ft.track();
}
_root.s_helpfirsttime = "no";
gotoAndStop ("off");
}
Symbol 329 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 2
stop();
btn_inv.useHandCursor = false;
Symbol 352 MovieClip Frame 1
stop();
Symbol 366 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 9
stop();
btn_next.onRelease = function () {
stopAllSounds();
_root.gotoAndStop("page3");
};
Symbol 402 MovieClip Frame 1
stop();
Symbol 418 MovieClip Frame 1
stop();
Symbol 429 MovieClip Frame 1
stop();
Symbol 429 MovieClip Frame 6
stop();
Symbol 429 MovieClip Frame 12
stop();
Symbol 430 MovieClip Frame 12
stop();
Symbol 445 MovieClip Frame 1
stop();
Symbol 459 MovieClip Frame 4
stop();
Symbol 464 MovieClip Frame 1
stop();
Symbol 464 MovieClip Frame 2
stop();
Symbol 464 MovieClip Frame 3
stop();
Symbol 464 MovieClip Frame 4
stop();
Symbol 464 MovieClip Frame 5
stop();
Symbol 467 MovieClip Frame 4
stop();
Symbol 470 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 2
stop();
Symbol 470 MovieClip Frame 3
stop();
Symbol 470 MovieClip Frame 4
stop();
Symbol 470 MovieClip Frame 5
stop();
Symbol 473 MovieClip Frame 4
stop();
Symbol 476 MovieClip Frame 1
stop();
Symbol 476 MovieClip Frame 2
stop();
Symbol 476 MovieClip Frame 3
stop();
Symbol 476 MovieClip Frame 4
stop();
Symbol 476 MovieClip Frame 5
stop();
Symbol 479 MovieClip Frame 4
stop();
Symbol 480 MovieClip Frame 1
stop();
Symbol 480 MovieClip Frame 2
stop();
Symbol 480 MovieClip Frame 3
stop();
Symbol 480 MovieClip Frame 4
stop();
Symbol 480 MovieClip Frame 5
stop();
Symbol 483 MovieClip Frame 4
stop();
Symbol 486 MovieClip Frame 1
stop();
Symbol 486 MovieClip Frame 2
stop();
Symbol 486 MovieClip Frame 3
stop();
Symbol 486 MovieClip Frame 4
stop();
Symbol 486 MovieClip Frame 5
stop();
Symbol 487 MovieClip Frame 1
stop();
Symbol 487 MovieClip Frame 6
stop();
Symbol 487 MovieClip Frame 11
stop();
Symbol 487 MovieClip Frame 16
stop();
Symbol 487 MovieClip Frame 21
stop();
Symbol 508 MovieClip Frame 1
stop();
Symbol 508 MovieClip Frame 6
stop();
Symbol 508 MovieClip Frame 11
stop();
Symbol 508 MovieClip Frame 16
stop();
Symbol 508 MovieClip Frame 21
stop();
Symbol 511 MovieClip Frame 1
stop();
Symbol 511 MovieClip Frame 6
stop();
Symbol 511 MovieClip Frame 11
stop();
Symbol 511 MovieClip Frame 16
stop();
Symbol 511 MovieClip Frame 21
stop();
Symbol 517 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 6
stop();
Symbol 517 MovieClip Frame 11
stop();
Symbol 517 MovieClip Frame 16
stop();
Symbol 517 MovieClip Frame 21
stop();
Symbol 518 MovieClip Frame 1
stop();
Symbol 527 MovieClip Frame 1
stop();
Symbol 534 MovieClip Frame 1
stop();
Symbol 534 MovieClip Frame 6
stop();
Symbol 534 MovieClip Frame 12
stop();
Symbol 540 MovieClip Frame 1
stop();
Symbol 540 MovieClip Frame 6
stop();
Symbol 540 MovieClip Frame 12
stop();
Symbol 546 MovieClip Frame 1
stop();
Symbol 546 MovieClip Frame 6
stop();
Symbol 546 MovieClip Frame 12
stop();
Symbol 560 Button
on (release) {
if ((((((_root.firstName == "") or (_root.friendName == "")) or (_root.friendEmail == "")) or (_root.firstName == null)) or (_root.friendName == null)) or (_root.friendEmail == null)) {
gotoAndStop ("sorry");
} else if ((mattel.data.StringExtensions_uk.isNaughty(_root.firstName) or mattel.data.StringExtensions_uk.isNaughty(_root.friendEmail)) or mattel.data.StringExtensions_uk.isNaughty(_root.friendName)) {
gotoAndStop ("oops");
} else if (mattel.data.StringExtensions_uk.isEmail(_root.friendEmail) == false) {
_root.gotoAndStop("uhoh");
} else {
gotoAndStop ("send");
}
}
Symbol 563 Button
on (release) {
_root.gotoAndStop("payoff");
}
Symbol 572 Button
on (release) {
_root.playAgain();
}
Symbol 575 Button
on (release) {
gotoAndStop ("email");
}
Symbol 577 Button
on (release) {
gotoAndStop ("email");
}
Symbol 594 MovieClip Frame 21
stop();
Symbol 595 MovieClip Frame 1
stop();
Symbol 595 MovieClip Frame 6
stop();
Symbol 595 MovieClip Frame 12
stop();
Symbol 595 MovieClip Frame 18
stop();
Symbol 599 MovieClip Frame 1
function setEnabled(b) {
enabled = (b == undefined) || (b);
if (enabled) {
gotoAndStop ("_up");
} else {
gotoAndStop ("_disabled");
}
}
stop();
Symbol 600 MovieClip Frame 57
stop();
Symbol 604 MovieClip Frame 1
function setEnabled(b) {
enabled = (b == undefined) || (b);
if (enabled) {
gotoAndStop ("_up");
} else {
gotoAndStop ("_disabled");
}
}
stop();
Symbol 613 MovieClip Frame 1
function setEnabled(b) {
enabled = (b == undefined) || (b);
if (enabled) {
gotoAndStop ("_up");
} else {
gotoAndStop ("_disabled");
}
}
stop();
Symbol 618 MovieClip Frame 1
function setEnabled(b) {
enabled = (b == undefined) || (b);
if (enabled) {
gotoAndStop ("_up");
} else {
gotoAndStop ("_disabled");
}
}
stop();
Symbol 627 MovieClip Frame 10
stop();
Symbol 633 MovieClip Frame 15
stop();
btn_go.onRelease = function () {
_root.exitClick_ft.track();
getURL ("/activities/fashion/ken/newlook/");
};
btn_close.onRelease = function () {
stopAllSounds();
_root.gotoAndStop("payoff");
};
btn_bag.onRelease = function () {
_root.exitClick_ft.track();
getURL ("/activities/fashion/ken/newlook/");
};
btn_keepplaying.onRelease = function () {
stopAllSounds();
_root.gotoAndStop("payoff");
};
btn_catalog.onRelease = function () {
_root.exitClick_ft.track();
getURL ("/activities/fashion/ken/newlook/");
};