Frame 1
stop();
Instance of Symbol 22 MovieClip "chainR" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 24 MovieClip "body" in Frame 1
onClipEvent (load) {
_visible = true;
}
Instance of Symbol 26 MovieClip "chinaHandR" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 34 MovieClip "openLeg" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 36 MovieClip "neneki" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 44 MovieClip "osikko" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 59 MovieClip "manjiru" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 61 MovieClip "closeLeg" in Frame 1
onClipEvent (load) {
_visible = true;
}
Instance of Symbol 154 MovieClip "panty" in Frame 1
onClipEvent (load) {
_visible = true;
}
Instance of Symbol 156 MovieClip "altairP" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 158 MovieClip "altairB" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 160 MovieClip "buruma" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 162 MovieClip "skirt2" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 164 MovieClip "sealar" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 166 MovieClip "chinad" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 168 MovieClip "sweater" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 170 MovieClip "ribongata" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 172 MovieClip "ribongata2" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 174 MovieClip "taiso" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 176 MovieClip "socks" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 178 MovieClip "skirt" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 180 MovieClip "socks2" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 182 MovieClip "bistue" in Frame 1
onClipEvent (load) {
_visible = true;
}
Instance of Symbol 184 MovieClip "normalCos" in Frame 1
onClipEvent (load) {
_visible = true;
}
Instance of Symbol 186 MovieClip "birabira" in Frame 1
onClipEvent (load) {
_visible = true;
}
Instance of Symbol 188 MovieClip "boots" in Frame 1
onClipEvent (load) {
_visible = true;
}
Instance of Symbol 190 MovieClip "boots2" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 192 MovieClip "chain" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 196 MovieClip "toiki2" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 197 MovieClip "toiki3" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 199 MovieClip in Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (keyDown) {
var theKeyCode = Key.getCode();
if (theKeyCode == 32) {
_root.gotoAndPlay(2);
}
}
Instance of Symbol 202 MovieClip "catHead" in Frame 1
onClipEvent (load) {
_visible = true;
}
Instance of Symbol 209 MovieClip "chinaHandL" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 211 MovieClip "chainL" in Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 213 MovieClip "grass" in Frame 1
onClipEvent (load) {
_visible = false;
}
Frame 2
normalCos._visible = false;
stop();
Instance of Symbol 217 MovieClip in Frame 2
onClipEvent (load) {
this._visible = false;
}
onClipEvent (keyDown) {
var theKeyCode = Key.getCode();
if (theKeyCode == 32) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 213 MovieClip "grass" in Frame 2
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 239 MovieClip "hair3" in Frame 2
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 243 MovieClip "hair2" in Frame 2
onClipEvent (load) {
_visible = false;
}
Frame 3
stop();
Instance of Symbol 257 MovieClip "hair3" in Frame 3
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 266 MovieClip "hair2" in Frame 3
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 269 MovieClip "hair1" in Frame 3
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 287 MovieClip in Frame 3
onClipEvent (load) {
this._visible = false;
}
onClipEvent (keyDown) {
var theKeyCode = Key.getCode();
if (theKeyCode == 32) {
_root.gotoAndPlay(1);
}
}
Instance of Symbol 213 MovieClip "grass" in Frame 3
onClipEvent (load) {
_visible = false;
}
Symbol 22 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 24 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 26 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 28 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 34 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 = 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 61 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 = 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 63 Button
on (press) {
bistue.changeVisible();
}
Symbol 64 Button
on (press) {
normalCos.changeVisible();
}
Symbol 65 Button
on (press) {
birabira.changeVisible();
}
Symbol 66 Button
on (press) {
if (closeLeg._visible == true) {
boots.changeVisible();
}
if (openLeg._visible == true) {
boots2.changeVisible();
}
}
Symbol 67 Button
on (press) {
taiso.changeVisible();
}
Symbol 68 Button
on (press) {
skirt.changeVisible();
}
Symbol 69 Button
on (press) {
if (closeLeg._visible == true) {
socks.changeVisible();
}
if (openLeg._visible == true) {
socks2.changeVisible();
}
}
Symbol 70 Button
on (press) {
sweater.changeVisible();
}
Symbol 71 Button
on (press) {
sealar.changeVisible();
}
Symbol 72 Button
on (press) {
panty._visible = false;
panty2._visible = false;
closeLeg._visible = false;
openLeg._visible = true;
neneki._visible = true;
osikko._visible = true;
manjiru._visible = true;
toiki2._visible = true;
toiki3._visible = true;
mozaic._visible = true;
if (boots._visible == true) {
boots._visible = false;
boots2._visible = true;
}
if (socks._visible == true) {
socks._visible = false;
socks2._visible = true;
}
if (ribongata._visible == true) {
ribongata._visible = false;
ribongata2._visible = true;
}
}
Symbol 73 Button
on (press) {
panty.changeVisible();
}
Symbol 74 Button
on (press) {
eye.gotoAndPlay("close");
mayu1.gotoAndPlay(2);
}
Symbol 75 Button
on (press) {
catHead.changeVisible();
}
Symbol 76 Button
on (press) {
skirt2.changeVisible();
change = new Object();
change.ra = 0;
change.ga = 0;
change.ba = 60;
change.aa = 100;
change.rb = 0;
change.gb = 0;
change.bb = 0;
change.ab = 0;
theColor = new Color(_root.skirt2);
theColor.setTransform(change);
}
Symbol 77 Button
on (press) {
sweater.changeAlpha();
}
Symbol 78 Button
on (press) {
skirt2.changeVisible();
change = new Object();
change.ra = 100;
change.ga = 0;
change.ba = 0;
change.aa = 100;
change.rb = 0;
change.gb = 0;
change.bb = 0;
change.ab = 0;
theColor = new Color(_root.skirt2);
theColor.setTransform(change);
}
Symbol 114 Button
on (press) {
face.colorBlack();
body.colorBlack();
oppai.colorBlack();
hand.colorBlack();
closeLeg.colorBlack();
openLeg.colorBlack();
}
Symbol 115 Button
on (press) {
face.colorWhite();
body.colorWhite();
oppai.colorWhite();
hand.colorWhite();
closeLeg.colorWhite();
openLeg.colorWhite();
}
Symbol 117 Button
on (press) {
if (closeLeg._visible == true) {
ribongata.changeVisible();
}
if (openLeg._visible == true) {
ribongata2.changeVisible();
}
}
Symbol 119 Button
on (press) {
closeLeg._visible = true;
openLeg._visible = false;
neneki._visible = false;
osikko._visible = false;
manjiru._visible = false;
toiki2._visible = false;
toiki3._visible = false;
mozaic._visible = false;
if (boots2._visible == true) {
boots2._visible = false;
boots._visible = true;
}
if (socks2._visible == true) {
socks2._visible = false;
socks._visible = true;
}
if (ribongata2._visible == true) {
ribongata2._visible = false;
ribongata._visible = true;
}
}
Symbol 121 Button
on (press) {
chinad.changeVisible();
}
Symbol 122 Button
on (press) {
chinaHandL.changeVisible();
chinaHandR.changeVisible();
}
Symbol 126 Button
on (press) {
chinad.changeAlpha();
}
Symbol 127 Button
on (press) {
chain.changeVisible();
chainR.changeVisible();
chainL.changeVisible();
}
Symbol 129 Button
on (press) {
buruma.changeVisible();
change = new Object();
change.ra = 80;
change.ga = 0;
change.ba = 0;
change.aa = 100;
change.rb = 0;
change.gb = 0;
change.bb = 0;
change.ab = 0;
theColor = new Color(_root.buruma);
theColor.setTransform(change);
}
Symbol 131 Button
on (press) {
buruma.changeVisible();
change = new Object();
change.ra = 100;
change.ga = 100;
change.ba = 100;
change.aa = 100;
change.rb = 0;
change.gb = 0;
change.bb = 0;
change.ab = 0;
theColor = new Color(_root.buruma);
theColor.setTransform(change);
}
Symbol 132 Button
on (press) {
grass.changeVisible();
}
Symbol 134 Button
on (press) {
sweater.colorBlack();
}
Symbol 135 Button
on (press) {
sweater.colorRed();
}
Symbol 136 Button
on (press) {
sweater.colorWhite();
}
Symbol 137 Button
on (press) {
sweater.colorYellow();
}
Symbol 138 Button
on (press) {
ribongata.colorBlack();
ribongata2.colorBlack();
}
Symbol 139 Button
on (press) {
ribongata.colorWhite();
ribongata2.colorWhite();
}
Symbol 140 Button
on (press) {
ribongata.colorRed();
ribongata2.colorRed();
}
Symbol 141 Button
on (press) {
altairB.changeVisible();
}
Symbol 142 Button
on (press) {
altairP.changeVisible();
}
Symbol 148 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 151 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 154 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 156 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 158 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 160 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 162 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
var _local1 = this;
if (_local1._alpha != 100) {
_local1._alpha = 100;
} else {
_local1._alpha = 80;
}
}
Symbol 164 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
var _local1 = this;
if (_local1._alpha != 100) {
_local1._alpha = 100;
} else {
_local1._alpha = 80;
}
}
Symbol 166 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
var _local1 = this;
if (_local1._alpha != 100) {
_local1._alpha = 100;
} else {
_local1._alpha = 60;
}
}
Symbol 168 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
var _local1 = this;
if (_local1._alpha != 100) {
_local1._alpha = 100;
} else {
_local1._alpha = 60;
}
}
function colorWhite() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 100;
setList.aa = 100;
setList.rb = 0;
setList.gb = 50;
setList.bb = 80;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.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;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
function colorYellow() {
setList = new Object();
setList.ra = 100;
setList.ga = 90;
setList.ba = 0;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
function colorRed() {
setList = new Object();
setList.ra = 100;
setList.ga = 30;
setList.ba = 30;
setList.aa = 100;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
Symbol 170 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 = 70;
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 = 30;
setList.ga = 20;
setList.ba = 10;
setList.aa = 70;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
function colorRed() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 100;
setList.aa = 70;
setList.rb = 50;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
Symbol 172 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 = 70;
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 = 30;
setList.ga = 20;
setList.ba = 10;
setList.aa = 70;
setList.rb = 0;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
function colorRed() {
setList = new Object();
setList.ra = 100;
setList.ga = 100;
setList.ba = 100;
setList.aa = 70;
setList.rb = 50;
setList.gb = 0;
setList.bb = 0;
setList.ab = 0;
theBodyColor = new Color(this);
theBodyColor.setTransform(setList);
}
Symbol 174 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
var _local1 = this;
if (_local1._alpha != 100) {
_local1._alpha = 100;
} else {
_local1._alpha = 80;
}
}
Symbol 176 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 178 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
var _local1 = this;
if (_local1._alpha != 100) {
_local1._alpha = 100;
} else {
_local1._alpha = 80;
}
}
Symbol 180 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 182 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 184 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 186 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 188 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
open = this._visible;
Symbol 190 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 192 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 194 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 202 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
function changeAlpha() {
var _local1 = this;
if (_local1._alpha != 100) {
_local1._alpha = 100;
} else {
_local1._alpha = 80;
}
}
Symbol 207 MovieClip Frame 45
this.gotoAndPlay("open");
Symbol 207 MovieClip Frame 65
this.gotoAndPlay("aheahe");
Symbol 209 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 211 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 213 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 220 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 229 MovieClip Frame 15
function dropTinpo() {
this.gotoAndPlay(16);
}
this.gotoAndPlay(1);
Symbol 229 MovieClip Frame 20
this.gotoAndPlay(16);
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 2
stop();
Symbol 236 MovieClip Frame 27
this.gotoAndPlay("open");
Symbol 236 MovieClip Frame 52
this.gotoAndPlay("aheahe");
Symbol 247 Button
on (press) {
_root.hair3._visible = false;
_root.hair2._visible = true;
_root.hair1._visible = false;
}
Symbol 248 Button
on (press) {
_root.hair1._visible = true;
_root.hair2._visible = false;
_root.hair3._visible = false;
}
Symbol 255 Button
on (press) {
_root.hair3._visible = true;
_root.hair2._visible = false;
_root.hair1._visible = false;
}
Symbol 257 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 262 Button
on (press) {
hair1._visible = true;
hair2._visible = false;
hair3._visible = false;
}
Symbol 263 Button
on (press) {
hair1._visible = false;
hair2._visible = true;
hair3._visible = false;
}
Symbol 264 Button
on (press) {
hair1._visible = false;
hair2._visible = false;
hair3._visible = true;
}
Symbol 266 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 269 MovieClip Frame 1
function changeVisible() {
this._visible = !this._visible;
}
Symbol 271 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 286 MovieClip Frame 47
this.gotoAndPlay("open");
Symbol 286 MovieClip Frame 75
this.gotoAndPlay("aheahe");