Frame 1
stop();
Instance of Symbol 12 MovieClip "tebukuro" in Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 20 MovieClip "legopen" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 26 MovieClip "manko_r" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 30 MovieClip "yubi" in Frame 1
onClipEvent (load) {
_visible = false;
thisSoundObj = new Sound(this);
thisSoundObj.setVolume(0);
}
Instance of Symbol 32 MovieClip "manko_l" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 40 MovieClip "RobinP" in Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 44 MovieClip "RobinPS" in Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 48 MovieClip "RobinB" in Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 50 MovieClip "stocking" in Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 52 MovieClip "stocking2" in Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 54 MovieClip "socks" in Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 56 MovieClip "socks2" in Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 59 MovieClip "hair3" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 63 MovieClip "hair2" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 69 MovieClip "sweater" in Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 71 MovieClip "tenis_top" in Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 73 MovieClip "tenis_under" in Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 77 MovieClip "china" in Frame 1
onClipEvent (load) {
myColor = new object();
myColor.ra = 100;
myColor.ga = 0;
myColor.ba = 0;
myColor.aa = 100;
myColor.rb = 0;
myColor.gb = 0;
myColor.bb = 0;
myColor.ab = 0;
}
Instance of Symbol 82 MovieClip "sdrRed" in Frame 1
onClipEvent (load) {
MaxValue = 255;
myColor = new object();
myColor.ra = 100;
myColor.ga = 100;
myColor.ba = 100;
myColor.aa = 100;
myColor.rb = 0;
myColor.gb = 0;
myColor.bb = 0;
myColor.ab = 0;
Value = 0;
}
Instance of Symbol 82 MovieClip "sdrGreen" in Frame 1
onClipEvent (load) {
MaxValue = 255;
myColor = new object();
myColor.ra = 100;
myColor.ga = 100;
myColor.ba = 100;
myColor.aa = 100;
myColor.rb = 0;
myColor.gb = 0;
myColor.bb = 0;
myColor.ab = 0;
Value = 0;
}
Instance of Symbol 82 MovieClip "sdrBlue" in Frame 1
onClipEvent (load) {
MaxValue = 255;
myColor = new object();
myColor.ra = 100;
myColor.ga = 100;
myColor.ba = 100;
myColor.aa = 100;
myColor.rb = 0;
myColor.gb = 0;
myColor.bb = 0;
myColor.ab = 0;
Value = 0;
}
Instance of Symbol 84 MovieClip in Frame 1
onClipEvent (load) {
function ChangeColor(objTarget, ra, ga, ba, aa, rb, gb, bb, ab) {
var TargetColor = objTarget.myColor;
if (ra.length != 0) {
TargetColor.ra = ra;
}
if (ga.length != 0) {
TargetColor.ga = ga;
}
if (ba.length != 0) {
TargetColor.ba = ba;
}
if (aa.length != 0) {
TargetColor.aa = aa;
}
if (rb.length != 0) {
TargetColor.rb = rb;
}
if (gb.length != 0) {
TargetColor.gb = gb;
}
if (bb.length != 0) {
TargetColor.bb = bb;
}
if (ab.length != 0) {
TargetColor.ab = ab;
}
objTarget.setMyColor();
}
this._visible = false;
strPreColors = "";
}
onClipEvent (enterFrame) {
var strRed = new String(_parent.sdrRed.Value);
var strGreen = new String(_parent.sdrGreen.Value);
var strBlue = new String(_parent.sdrBlue.Value);
if (strPreColors != ((strRed + strGreen) + strBlue)) {
strPreColors = (strRed + strGreen) + strBlue;
ChangeColor(_parent.china, strRed, strGreen, strBlue, "", "", "", "", "");
}
}
Instance of Symbol 131 MovieClip in Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (keyDown) {
var theKeyCode = Key.getCode();
if (theKeyCode == Key.SPACE) {
_root.gotoAndPlay(2);
}
}
Instance of Symbol 133 MovieClip "ppo" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 144 MovieClip "mayu2" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 150 MovieClip "grass" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 178 MovieClip "pero1" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 178 MovieClip "pero3" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 178 MovieClip "pero2" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 181 MovieClip in Frame 1
onClipEvent (load) {
_visible = false;
keyword = "lei";
keywordCount = 0;
}
onClipEvent (keyDown) {
var ch = key.getAscii();
if (((keywordCount < keyword.length) && (ch >= 48)) && (122 >= ch)) {
if (keyword.charAt(keywordCount) != String.fromCharCode(ch)) {
keywordCount = 0;
trace("“ü—Í‚µ‚È‚¨‚µ`");
} else {
keywordCount++;
trace(keywordCount + "•¶Žš‰Ÿ‚³‚ꂽ‚æ");
if (keywordCount >= keyword.length) {
_visible = true;
trace("“ü—ÍŠ®—¹`");
}
}
}
}
Frame 2
stop();
Instance of Symbol 186 MovieClip "body" in Frame 2
onClipEvent (load) {
_visible = true;
}
Instance of Symbol 189 MovieClip "catHead" in Frame 2
onClipEvent (load) {
_visible = true;
}
Instance of Symbol 197 MovieClip in Frame 2
onClipEvent (load) {
this._visible = false;
}
onClipEvent (keyDown) {
var theKeyCode = Key.getCode();
if (theKeyCode == Key.SPACE) {
_root.gotoAndPlay(3);
}
}
Frame 3
stop();
Instance of Symbol 202 MovieClip "hair3" in Frame 3
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 211 MovieClip "hair2" in Frame 3
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 213 MovieClip "hair1" in Frame 3
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 230 MovieClip in Frame 3
onClipEvent (load) {
this._visible = false;
}
onClipEvent (keyDown) {
var theKeyCode = Key.getCode();
if (theKeyCode == Key.SPACE) {
_root.gotoAndPlay(1);
}
}
Symbol 12 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function colorBlue() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 100;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 70;
setList.ab = -50;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
function colorBlack() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 100;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
function colorWhite() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 100;
setList.aa = 100;
setList.rb = 200;
setList.gb = 150;
setList.bb = 200;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
Symbol 15 Button
on (press) {
_root.tebukuro.changeVisible();
_root.tebukuro.colorBlack();
}
Symbol 17 Button
on (press) {
_root.tebukuro.changeVisible();
_root.tebukuro.colorBlue();
}
Symbol 18 Button
on (press) {
_root.tebukuro.changeVisible();
_root.tebukuro.colorWhite();
}
Symbol 20 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 22 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 30 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 36 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
if (this._alpha != 100) {
this._alpha = 100;
} else {
this._alpha = 60;
}
}
Symbol 38 MovieClip Frame 1
function colorOrenge() {
setList = new Object();
setList.ra = 100;
setList.ga = 60;
setList.ba = 0;
setList.aa = 100;
setList.rb = 70;
setList.gb = 30;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
function colorWhite() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 100;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
function colorYellow() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 0;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
function colorBlack() {
setList = new Object();
setList.ra = 30;
setList.ga = 30;
setList.ba = 30;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
Symbol 40 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 42 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 44 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function colorOrenge() {
setList = new Object();
setList.ra = 100;
setList.ga = 60;
setList.ba = 0;
setList.aa = 100;
setList.rb = 70;
setList.gb = 30;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
function colorWhite() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 100;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
function colorYellow() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 0;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
function colorBlack() {
setList = new Object();
setList.ra = 30;
setList.ga = 30;
setList.ba = 30;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
Symbol 46 MovieClip Frame 1
function colorOrenge() {
setList = new Object();
setList.ra = 100;
setList.ga = 60;
setList.ba = 0;
setList.aa = 100;
setList.rb = 70;
setList.gb = 30;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
function colorWhite() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 100;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
function colorYellow() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 0;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
function colorBlack() {
setList = new Object();
setList.ra = 30;
setList.ga = 30;
setList.ba = 30;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theGroveColor = new Color(this);
theGroveColor.setTransform(setList);
}
Symbol 48 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 50 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function colorWhite() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 100;
setList.aa = 60;
setList.rb = 0;
setList.gb = 50;
setList.bb = 0;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
function colorBlack() {
setList = new Object();
setList.ra = 40;
setList.ga = 20;
setList.ba = 0;
setList.aa = 60;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
Symbol 52 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function colorWhite() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 100;
setList.aa = 60;
setList.rb = 0;
setList.gb = 0;
setList.bb = 50;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
function colorBlack() {
setList = new Object();
setList.ra = 40;
setList.ga = 20;
setList.ba = 0;
setList.aa = 60;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
Symbol 54 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 56 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 64 Button
on (press) {
_root.hair3._visible = false;
_root.hair2._visible = true;
_root.hair1._visible = false;
}
Symbol 65 Button
on (press) {
_root.hair1._visible = true;
_root.hair2._visible = false;
_root.hair3._visible = false;
}
Symbol 67 Button
on (press) {
_root.hair3._visible = true;
_root.hair2._visible = false;
_root.hair1._visible = false;
}
Symbol 69 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
if (this._alpha != 100) {
this._alpha = 100;
} else {
this._alpha = 60;
}
}
Symbol 71 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
if (this._alpha != 100) {
this._alpha = 100;
} else {
this._alpha = 60;
}
}
Symbol 73 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
if (this._alpha != 100) {
this._alpha = 100;
} else {
this._alpha = 60;
}
}
Symbol 77 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
if (this._alpha != 100) {
this._alpha = 100;
} else {
this._alpha = 60;
}
}
function setMyColor() {
var objColor = new Color(dress);
objColor.setTransform(myColor);
}
Instance of Symbol 75 MovieClip "dress" in Symbol 77 MovieClip Frame 1
onClipEvent (load) {
myColor = new object();
myColor.ra = 100;
myColor.ba = 0;
myColor.ga = 0;
myColor.aa = 100;
myColor.rb = 0;
myColor.bb = 0;
myColor.gb = 0;
myColor.ab = 0;
}
Symbol 80 Button
on (press) {
startDrag (this, true, 0, 0, 0, 50);
}
on (release) {
stopDrag();
}
Instance of Symbol 81 MovieClip "button" in Symbol 82 MovieClip Frame 1
onClipEvent (enterFrame) {
_parent.Value = Math.floor(150 - ((this._y * _parent.MaxValue) / 100));
}
onClipEvent (load) {
var objColor = new Color(this);
objColor.setTransform(_parent.myColor);
}
Symbol 88 Button
on (press) {
_root.tenis_under.changeAlpha();
}
Symbol 89 Button
on (press) {
_root.tenis_top.changeAlpha();
}
Symbol 90 Button
on (press) {
_root.tenis_under.changeVisible();
}
Symbol 91 Button
on (press) {
_root.tenis_top.changeVisible();
}
Symbol 92 Button
on (press) {
sweater.changeVisible();
}
Symbol 93 Button
on (press) {
_root.sweater.changeAlpha();
}
Symbol 97 Button
on (press) {
_root.china.changeVisible();
}
Symbol 98 Button
on (press) {
_root.china.changeAlpha();
}
Symbol 99 Button
on (press) {
_root.legopen._visible = false;
_root.legclose_l._visible = true;
_root.legclose_r._visible = true;
if (socks2._visible == true) {
socks._visible = true;
socks2._visible = false;
}
if (stocking2._visible == true) {
stocking._visible = true;
stocking2._visible = false;
}
}
Symbol 101 Button
on (press) {
_root.panty._alpha = 100;
_root.panty.changeVisible();
}
Symbol 103 Button
on (press) {
_root.panty.changeAlpha();
}
Symbol 105 Button
on (press) {
_root.mayu1._visible = false;
_root.mayu2._visible = true;
_root.eye.gotoAndPlay("close");
_root.ppo._alpha = _root.ppo._alpha + 5;
_root.pero1.gotoAndPlay(2);
_root.pero1._visible = true;
_root.pero2.gotoAndPlay(20);
_root.pero2._visible = true;
}
Symbol 106 Button
on (press) {
_root.mayu1._visible = false;
_root.mayu2._visible = true;
_root.eye.gotoAndPlay("close");
_root.ppo._alpha = _root.ppo._alpha + 5;
_root.pero3.gotoAndPlay(2);
_root.pero3._visible = true;
}
Symbol 107 Button
on (press) {
_root.mayu1._visible = true;
_root.mayu2._visible = false;
_root.eye._yscale = 100;
_root.ppo._alpha = _root.ppo._alpha - 5;
_root.pero1.stop();
_root.pero1._visible = false;
_root.pero2.stop();
_root.pero2._visible = false;
}
Symbol 108 Button
on (press) {
_root.mayu1._visible = true;
_root.mayu2._visible = false;
_root.eye._yscale = 100;
_root.ppo._alpha = _root.ppo._alpha - 5;
_root.pero3.stop();
_root.pero3._visible = false;
}
Symbol 109 Button
on (press) {
_root.mayu1._visible = false;
_root.mayu2._visible = true;
_root.eye.gotoAndPlay("aheahe");
_root.ppo._alpha = _root.ppo._alpha + 5;
}
Symbol 110 Button
on (press) {
_root.mayu1._visible = true;
_root.mayu2._visible = false;
_root.eye.gotoAndPlay("open");
_root.ppo._alpha = _root.ppo._alpha - 5;
}
Symbol 114 Button
on (press) {
_root.grass.changeVisible();
}
Symbol 115 Button
on (press) {
stocking.colorWhite();
stocking2.colorWhite();
if (legclose_r._visible == true) {
stocking.changeVisible();
}
if (legopen._visible == true) {
stocking2.changeVisible();
}
}
Symbol 117 Button
on (press) {
_root.legopen._visible = true;
_root.legclose_l._visible = false;
_root.legclose_r._visible = false;
if (socks._visible == true) {
socks._visible = false;
socks2._visible = true;
}
if (stocking._visible == true) {
stocking._visible = false;
stocking2._visible = true;
}
}
Symbol 118 Button
on (press) {
if (legclose_r._visible == true) {
socks.changeVisible();
}
if (legopen._visible == true) {
socks2.changeVisible();
}
}
Symbol 120 Button
on (press) {
stocking.colorBlack();
stocking2.colorBlack();
if (legclose_r._visible == true) {
stocking.changeVisible();
}
if (legopen._visible == true) {
stocking2.changeVisible();
}
}
Symbol 121 Button
on (press) {
_root.mayu1._visible = true;
_root.mayu2._visible = false;
_root.eye.gotoAndPlay("open");
_root.ppo._alpha = _root.ppo._alpha - 5;
_root.yubi._visible = false;
_root.manko_l._visible = false;
_root.manko_r._visible = false;
_root.manko_0._visible = true;
yubiSoundObj = new Sound(_root.yubi);
yubiSoundObj.setVolume(0);
}
Symbol 122 Button
on (press) {
_root.mayu1._visible = false;
_root.mayu2._visible = true;
_root.eye.gotoAndPlay("close");
_root.ppo._alpha = _root.ppo._alpha + 5;
_root.yubi._visible = true;
_root.manko_l._visible = true;
_root.manko_r._visible = true;
_root.manko_0._visible = false;
yubiSoundObj = new Sound(_root.yubi);
yubiSoundObj.setVolume(100);
}
Symbol 124 Button
on (press) {
_root.RobinB.changeVisible();
}
Symbol 125 Button
on (press) {
_root.RobinP.changeVisible();
_root.RobinPS.changeVisible();
}
Symbol 127 Button
on (press) {
_root.RobinB.RobinBIn.colorYellow();
_root.RobinP.RobinPIn.colorYellow();
_root.RobinPS.colorYellow();
}
Symbol 128 Button
on (press) {
_root.RobinB.RobinBIn.colorWhite();
_root.RobinP.RobinPIn.colorWhite();
_root.RobinPS.colorWhite();
}
Symbol 129 Button
on (press) {
_root.RobinB.RobinBIn.colorBlack();
_root.RobinP.RobinPIn.colorBlack();
_root.RobinPS.colorBlack();
}
Symbol 130 Button
on (press) {
_root.RobinB.RobinBIn.colorOrenge();
_root.RobinP.RobinPIn.colorOrenge();
_root.RobinPS.colorOrenge();
}
Symbol 140 MovieClip Frame 15
function dropTinpo() {
this.gotoAndPlay(16);
}
this.gotoAndPlay(1);
Symbol 140 MovieClip Frame 20
this.gotoAndPlay(16);
Symbol 142 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 144 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 147 MovieClip Frame 27
this.gotoAndPlay("open");
Symbol 147 MovieClip Frame 52
this.gotoAndPlay("aheahe");
Symbol 150 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 178 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 44
gotoAndPlay (2);
Symbol 180 Button
on (press) {
this.startDrag();
_alpha = 50;
}
on (release) {
this.stopDrag();
_alpha = 100;
eval (_droptarget).dropTinpo();
}
Symbol 186 MovieClip Frame 1
function colorWhite() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 100;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
function colorBlack() {
setList = new Object();
setList.ra = 80;
setList.ga = 60;
setList.ba = 50;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
Symbol 189 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
if (this._alpha != 100) {
this._alpha = 100;
} else {
this._alpha = 80;
}
}
Symbol 196 MovieClip Frame 45
this.gotoAndPlay("open");
Symbol 196 MovieClip Frame 65
this.gotoAndPlay("aheahe");
Symbol 198 Button
on (press) {
_root.catHead.changeVisible();
}
Symbol 202 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 207 Button
on (press) {
hair1._visible = true;
hair2._visible = false;
hair3._visible = false;
}
Symbol 208 Button
on (press) {
hair1._visible = false;
hair2._visible = true;
hair3._visible = false;
}
Symbol 209 Button
on (press) {
hair1._visible = false;
hair2._visible = false;
hair3._visible = true;
}
Symbol 211 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 213 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 229 MovieClip Frame 47
this.gotoAndPlay("open");
Symbol 229 MovieClip Frame 75
this.gotoAndPlay("aheahe");