Frame 1
fscommand ("showmenu", false);
this.stop();
Instance of Symbol 36 MovieClip in Frame 1
/* no clip actions */
Frame 3
so = SharedObject.getLocal("pp2");
_root.hiscore = so.data.hiscore;
Selection.setFocus(_root.hiscore);
_root.yarikomi = so.data.yarikomi;
Selection.setFocus(_root.yarikomi);
color_yuka = 3381657 /* 0x339999 */;
color_sen = 16763904 /* 0xFFCC00 */;
color_waku = 3368601 /* 0x336699 */;
color_pad = 10079232 /* 0x99CC00 */;
color_padz = 10053324 /* 0x9966CC */;
color_ball = 16777215 /* 0xFFFFFF */;
col = 16777215 /* 0xFFFFFF */;
Instance of Symbol 50 MovieClip in Frame 3
onClipEvent (load) {
_root.typea = 1;
}
Instance of Symbol 86 MovieClip "windowRAN" in Frame 3
onClipEvent (mouseDown) {
this.swapDepths(0);
}
Instance of Symbol 118 MovieClip "window" in Frame 3
onClipEvent (mouseDown) {
this.swapDepths(0);
}
Instance of Symbol 136 MovieClip "padz" in Frame 3
onClipEvent (enterFrame) {
this._rotation = this._rotation - 0.02;
}
Instance of Symbol 145 MovieClip "pad" in Frame 3
onClipEvent (enterFrame) {
this._rotation = this._rotation - 0.02;
}
Frame 4
Mouse.show();
_root.ball.stop();
stopDrag();
SC = 0;
px = 0;
py = 0;
bx = 0;
by = 0;
ball._x = 300;
ball._y = 225;
pad._x = 300;
pad._y = 225;
myColor = new Color(_root.MAP_yuka);
myColor.setRGB(_root.color_yuka);
myColor = new Color(_root.MAP_sen);
myColor.setRGB(_root.color_sen);
myColor = new Color(_root.MAP_waku);
myColor.setRGB(_root.color_waku);
myColor = new Color(_root.pad.hitarea);
myColor.setRGB(_root.color_pad);
myColor = new Color(_root.padz.hitarea);
myColor.setRGB(_root.color_padz);
myColor = new Color(_root.ball.bb.bbb);
myColor.setRGB(_root.color_ball);
stop();
Frame 5
a = pad._x - ball._x;
b = pad._y - ball._y;
c = Math.sqrt((a * a) + (b * b));
dist = 77.4259999999;
if (c < dist) {
_root.ball.play();
if (v) {
bx = getProperty(ball, _x);
by = getProperty(ball, _y);
px = getProperty(pad, _x);
py = getProperty(pad, _y);
if ((go._visible == 0) && (menu._visible == 0)) {
score = score + 1;
ballsound.play();
}
}
}
tubo = ((240 - _root.menu.optionsmenu.sliderhead._x) / 112) / 5;
ball._x = ball._x - ((((px - bx) * score) * tubo) / 27);
ball._y = ball._y - ((((py - by) * score) * tubo) / 27);
if ((c > dist) && (drop)) {
lose = 1;
}
if (typea) {
_root.menu.optionsmenu.typea._xscale = 30;
_root.menu.optionsmenu.typea._yscale = 40;
_root.menu.optionsmenu.typeb._xscale = 50;
_root.menu.optionsmenu.typeb._yscale = 60;
hair._visible = 0;
m = ball._x - 300;
n = ball._y - 225;
o = Math.sqrt((m * m) + (n * n));
if (o > 225) {
lose = 1;
}
}
if (lose) {
lose = 0;
go._visible = 1;
gotoAndPlay (7);
}
Instance of Symbol 157 MovieClip "time" in Frame 5
onClipEvent (load) {
tempbyou = 0;
tempfun = 0;
tempjikan = 0;
this.time = "00:00:00";
inittime = getTimer();
}
onClipEvent (enterFrame) {
tempbyou = Math.floor((getTimer() - inittime) / 1000);
_root.time = getTimer() - inittime;
tempfun = Math.floor(tempbyou / 60);
tempjikan = Math.floor(tempfun / 60);
tempbyou = (tempbyou - ((tempjikan * 60) * 60)) - (tempfun * 60);
if (String(tempbyou).length == 1) {
tempbyou = "0" + tempbyou;
}
if (String(tempfun).length == 1) {
tempfun = "0" + tempfun;
}
if (String(tempjikan).length == 1) {
tempjikan = "0" + tempjikan;
}
this.time = (((tempjikan + ":") + tempfun) + ":") + tempbyou;
if (_root.score > _root.hiscore) {
_root.times = time;
}
if ((_root.score >= 40) && (_root.jama == 0)) {
rand2 = Number(random(10));
if (rand2 == 1) {
_root.jama = 1;
s = new Sound();
s.attachSound("bgm001_128.mp3");
s.start();
} else if (rand == 2) {
_root.jama = 1;
s = new Sound();
s.attachSound("\u30B5\u30B6\u30A8\u3055\u3093064.mp3");
s.start();
}
}
}
Frame 6
gotoAndPlay (5);
Frame 7
Mouse.show();
stopDrag();
stopAllSounds();
px = 0;
py = 0;
bx = 0;
by = 0;
_root.ball.stop();
if (_root.score >= 15) {
_root.yarikomi++;
}
Frame 8
s = new Sound();
s.attachSound("Mystery.mp3");
s.start();
Frame 122
if (_root.score <= _root.hiscore) {
gotoAndStop (4);
}
Frame 127
hiscore = score;
yarikomi = yarikomi + hiscore;
yarikomi = yarikomi + count;
if (((_root.color_yuka == 0) && (_root.color_sen == 0)) && (_root.color_yuka == 0)) {
yarikomi = yarikomi + hiscore;
}
if (rand1 == 1) {
s = new Sound();
s.attachSound("\u62CD\u624B.wav");
s.start();
} else {
s = new Sound();
s.attachSound("M52.mp3");
s.start();
}
_root.window.hiscore = _root.hiscore;
_root.window.yarikomi = _root.yarikomi;
Frame 165
if (_root.hiscore <= 9) {
stop();
}
Frame 166
if (_root.window._currentframe == 1) {
_root.window.gotoAndStop(3);
}
Frame 167
stop();
Frame 168
stopAllSounds();
Frame 169
rand1 = Number(random(40) + 1);
if (dand1 == 1) {
s = new Sound();
s.attachSound("\u732B\u6012.mp3");
s.start();
} else {
s = new Sound();
s.attachSound("yf064.mp3");
s.start();
}
if (_root.windowRAN._currentframe == 1) {
_root.windowRAN.gotoAndStop(3);
}
Frame 174
stop();
Frame 175
prevFrame();
Frame 176
Mouse.hide();
myColor = new Color(_root.MAP_yuka);
myColor.setRGB(_root.color_yuka);
myColor = new Color(_root.MAP_sen);
myColor.setRGB(_root.color_sen);
myColor = new Color(_root.MAP_waku);
myColor.setRGB(_root.color_waku);
myColor = new Color(_root.pad.hitarea);
myColor.setRGB(_root.color_pad);
myColor = new Color(_root.padz.hitarea);
myColor.setRGB(_root.color_padz);
myColor = new Color(_root.ball.bb.bbb);
myColor.setRGB(_root.color_ball);
myColor = new Color(_root.ballz);
myColor.setRGB(_root.color_ball);
Instance of Symbol 168 MovieClip "point" in Frame 176
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 257 MovieClip "windowCOL" in Frame 176
onClipEvent (mouseDown) {
this.swapDepths(0);
}
Instance of Symbol 128 MovieClip "ballz" in Frame 176
on (press) {
myColor = new Color(this);
myColor.setRGB(_root.col);
_root.color_ball = _root.col;
}
Instance of Symbol 147 MovieClip "MAP_sen" in Frame 176
on (press) {
myColor = new Color(this);
myColor.setRGB(_root.col);
_root.color_sen = _root.col;
}
Instance of Symbol 152 MovieClip "MAP_waku" in Frame 176
on (press) {
myColor = new Color(this);
myColor.setRGB(_root.col);
_root.color_waku = _root.col;
}
Instance of Symbol 154 MovieClip "MAP_yuka" in Frame 176
on (press) {
myColor = new Color(this);
myColor.setRGB(_root.col);
_root.color_yuka = _root.col;
}
Frame 178
gotoAndStop (176);
Symbol 36 MovieClip Frame 1
loadedSize = _root.getBytesLoaded();
totalSize = _root.getBytesTotal();
ber._xscale = (loadedSize / totalSize) * 100;
if (loadedSize >= totalSize) {
_root.play();
}
Symbol 36 MovieClip Frame 2
loadedSize = _root.getBytesLoaded();
totalSize = _root.getBytesTotal();
ber._xscale = (loadedSize / totalSize) * 100;
if (loadedSize >= totalSize) {
_root.play();
}
Symbol 36 MovieClip Frame 3
loadedSize = _root.getBytesLoaded();
totalSize = _root.getBytesTotal();
ber._xscale = (loadedSize / totalSize) * 100;
if (loadedSize >= totalSize) {
_root.play();
}
Symbol 36 MovieClip Frame 14
loadedSize = _root.getBytesLoaded();
totalSize = _root.getBytesTotal();
ber._xscale = (loadedSize / totalSize) * 100;
if (loadedSize >= totalSize) {
gotoAndPlay (16);
}
Symbol 36 MovieClip Frame 15
gotoAndPlay (14);
Symbol 36 MovieClip Frame 227
_root.play();
Symbol 48 MovieClip Frame 1
stop();
Symbol 51 Button
on (release) {
_root.pad.xicht.gotoAndStop(1);
Mouse.hide();
startDrag (pad, true);
go._visible = 0;
_root.score = 0;
}
Symbol 54 Button
on (release) {
gotoAndStop (3);
}
Symbol 56 Button
on (release) {
gotoAndStop (1);
}
Symbol 58 Button
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 60 Button
on (release) {
gotoAndStop (2);
}
Symbol 61 Button
on (release) {
gotoAndStop (1);
}
Symbol 66 MovieClip Frame 1
stop();
errorMsg = "";
Symbol 73 Button
on (release, keyPress "<Right>") {
page = page + 10;
if (page > maxScore) {
page = maxScore;
}
if (page > (maxScore - 20)) {
NextBtn._visible = false;
}
BackBtn._visible = true;
showScores();
}
Symbol 76 Button
on (release, keyPress "<Left>") {
page = page - 10;
if (page < 0) {
page = 0;
}
if (page < 10) {
BackBtn._visible = false;
}
NextBtn._visible = true;
showScores();
}
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 2
stop();
Symbol 86 MovieClip Frame 3
function showScores() {
var i = 10;
while (i > 0) {
var ss = scoreboard["hiscore" + (page + i)];
var yy = scoreboard["yarikomi" + (page + i)];
var nn = scoreboard["name" + (page + i)];
var mm = scoreboard["message" + (page + i)];
var L = this["Line" + i];
L.RankRan.text = (page + i) + ".";
L.HiscoreRan.text = (ss.length ? (ss.toLowerCase()) : "---");
L.YarikomiRan.text = (yy.length ? (yy.toLowerCase()) : "---------");
L.NameRan.text = (nn.length ? (nn.toLowerCase()) : "----------");
L.MessageRan.text = (mm.length ? (mm.toLowerCase()) : "---------------------");
L._visible = true;
Loading._visible = false;
i--;
}
}
System.useCodepage = true;
page = 0;
maxScore = 100;
BackBtn._visible = (NextBtn._visible = false);
scoreboard = new LoadVars();
scoreboard.game = "taq";
scoreboard.sendAndLoad("index2.cgi", scoreboard, "POST");
scoreboard.onLoad = function (success) {
if (success) {
if (Boolean(scoreboard.success)) {
NextBtn._visible = true;
showScores();
} else {
Loading.errorMsg = scoreboard.errorMsg.toLowerCase();
Loading.gotoAndStop(2);
}
} else {
Loading.errorMsg = "could not load scores";
Loading.gotoAndStop(2);
}
};
stop();
Symbol 87 Button
on (release) {
gotoAndStop (3);
}
Symbol 88 Button
on (release) {
gotoAndStop (1);
}
Symbol 90 Button
on (release) {
gotoAndStop (2);
}
Symbol 91 Button
on (release) {
gotoAndStop (1);
}
Symbol 108 Button
on (release) {
System.useCodepage = true;
so.data.hiscore = hiscore;
so.data.yarikomi = yarikomi;
so.data.name = _root.window.name;
so.data.mail = _root.window.mail;
so.data.message = _root.window.message;
loadVariablesNum ("index.cgi", 0, "POST");
stopAllSounds();
play();
}
Symbol 113 Button
on (release) {
_root.touroku = _root.tempbyous;
System.useCodepage = true;
so.data.name = name;
so.data.mail = mail;
loadVariablesNum ("index.cgi", 0, "POST");
stopAllSounds();
play();
}
Symbol 116 Button
on (release) {
gotoAndStop (2);
}
Symbol 117 Button
on (release) {
gotoAndStop (1);
}
Symbol 118 MovieClip Frame 1
stop();
Symbol 118 MovieClip Frame 2
stop();
Symbol 118 MovieClip Frame 3
so = SharedObject.getLocal("pp2");
_root.window.name = so.data.name;
Selection.setFocus(_root.window.name);
_root.window.mail = so.data.mail;
Selection.setFocus(_root.window.mail);
_root.window.message = so.data.message;
Selection.setFocus(_root.window.message);
stop();
Symbol 118 MovieClip Frame 74
rand1 = Number(random(50));
if (rand1 >= 30) {
s = new Sound();
s.attachSound("\u3048\u3044128.mp3");
s.start();
} else if (rand == 31) {
s = new Sound();
s.attachSound("\u3042\u305F\u30FC\u3063\uFF01.wav");
s.start();
} else {
s = new Sound();
s.attachSound("\u3068\u30FC128.mp3");
s.start();
}
Symbol 118 MovieClip Frame 115
_root.gotoAndPlay("ranking");
Symbol 124 Button
on (release) {
SC = 1;
_root.window._x = 10;
_root.window._y = 40;
if (_root.window._currentframe == 3) {
_root.window.gotoAndStop(2);
}
_root.windowRAN._x = 10;
_root.windowRAN._y = 10;
if (_root.windowRAN._currentframe == 3) {
_root.windowRAN.gotoAndStop(2);
}
gotoAndStop (176);
}
Symbol 129 Button
on (release) {
Mouse.hide();
stopAllSounds();
startDrag (_root.pad, true);
_root.menu._visible = 0;
_root.go._visible = 1;
_root.score = 0;
_root.go._visible = 0;
_root.score = 0;
_root.ball.play();
_root.play();
_root.count++;
}
Instance of Symbol 134 MovieClip "hitarea" in Symbol 136 MovieClip Frame 1
on (press) {
if (_root.SC == 1) {
myColor = new Color(this);
myColor.setRGB(_root.col);
_root.color_padz = _root.col;
}
}
Symbol 144 MovieClip Frame 1
_root.v = 0;
_root.drop = 0;
Symbol 144 MovieClip Frame 13
_root.drop = 1;
Symbol 144 MovieClip Frame 14
_root.v = 1;
Symbol 144 MovieClip Frame 15
_root.v = 0;
_root.drop = 0;
Symbol 144 MovieClip Frame 42
_root.drop = 1;
Symbol 144 MovieClip Frame 43
_root.rand = Number(random(30));
if (_root.rand == 1) {
gotoAndPlay (115);
} else if (_root.rand == 2) {
gotoAndPlay (80);
} else if (_root.rand == 3) {
gotoAndPlay (44);
} else {
gotoAndPlay (14);
}
Symbol 144 MovieClip Frame 44
stop();
_root.v = 1;
Symbol 144 MovieClip Frame 45
_root.v = 0;
_root.drop = 0;
Symbol 144 MovieClip Frame 78
_root.drop = 1;
Symbol 144 MovieClip Frame 79
_root.rand = Number(random(20));
if (_root.rand == 1) {
gotoAndStop (115);
} else if (_root.rand == 2) {
gotoAndStop (80);
} else if (_root.rand == 3) {
gotoAndStop (44);
} else {
gotoAndStop (14);
}
Symbol 144 MovieClip Frame 80
stop();
_root.v = 1;
Symbol 144 MovieClip Frame 81
_root.v = 0;
_root.drop = 0;
Symbol 144 MovieClip Frame 113
_root.drop = 1;
Symbol 144 MovieClip Frame 114
_root.rand = Number(random(20));
if (_root.rand == 1) {
gotoAndStop (115);
} else if (_root.rand == 2) {
gotoAndStop (80);
} else if (_root.rand == 3) {
gotoAndStop (44);
} else {
gotoAndStop (14);
}
Symbol 144 MovieClip Frame 115
stop();
_root.v = 1;
Symbol 144 MovieClip Frame 116
_root.v = 0;
_root.drop = 0;
Symbol 144 MovieClip Frame 167
_root.drop = 1;
Symbol 144 MovieClip Frame 168
_root.yarikomi++;
_root.rand = Number(random(6));
if (_root.rand == 1) {
_root.yarikomi++;
gotoAndStop (115);
} else if (_root.rand == 2) {
gotoAndStop (80);
} else if (_root.rand == 3) {
gotoAndStop (44);
} else {
gotoAndStop (14);
}
Instance of Symbol 134 MovieClip "hitarea" in Symbol 145 MovieClip Frame 1
on (press) {
if (_root.SC == 1) {
myColor = new Color(this);
myColor.setRGB(_root.col);
_root.color_pad = _root.col;
}
}
Symbol 164 Button
on (release) {
SC = 0;
_root.window._x = 10;
_root.window._y = 40;
if (_root.window._currentframe == 3) {
_root.window.gotoAndStop(2);
}
_root.windowRAN._x = 10;
_root.windowRAN._y = 10;
if (_root.windowRAN._currentframe == 3) {
_root.windowRAN.gotoAndStop(2);
}
gotoAndPlay (4);
}
Instance of Symbol 167 MovieClip in Symbol 168 MovieClip Frame 1
onClipEvent (enterFrame) {
myColor = new Color(this);
myColor.setRGB(_root.col);
delete myColor;
}
Symbol 173 Button
on (press) {
_root.color_yuka = 3381657 /* 0x339999 */;
myColor = new Color(_root.MAP_yuka);
myColor.setRGB(_root.color_yuka);
_root.color_sen = 16763904 /* 0xFFCC00 */;
myColor = new Color(_root.MAP_sen);
myColor.setRGB(_root.color_sen);
_root.color_waku = 3368601 /* 0x336699 */;
myColor = new Color(_root.MAP_waku);
myColor.setRGB(_root.color_waku);
_root.color_pad = 10079232 /* 0x99CC00 */;
myColor = new Color(_root.pad.hitarea);
myColor.setRGB(_root.color_pad);
_root.color_padz = 10053324 /* 0x9966CC */;
myColor = new Color(_root.padz.hitarea);
myColor.setRGB(_root.color_padz);
_root.color_ball = 16777215 /* 0xFFFFFF */;
myColor = new Color(_root.ball.bb.bbb);
myColor.setRGB(_root.color_ball);
_root.color_ball = 16777215 /* 0xFFFFFF */;
myColor = new Color(_root.ballz);
myColor.setRGB(_root.color_ball);
}
Symbol 175 Button
on (release) {
_root.col = 16711935 /* 0xFF00FF */;
}
Symbol 176 Button
on (release) {
_root.col = 16711680 /* 0xFF0000 */;
}
Symbol 177 Button
on (release) {
_root.col = 6737100 /* 0x66CCCC */;
}
Symbol 178 Button
on (release) {
_root.col = 16777215 /* 0xFFFFFF */;
}
Symbol 179 Button
on (release) {
_root.col = 16764159 /* 0xFFCCFF */;
}
Symbol 180 Button
on (release) {
_root.col = 16751103 /* 0xFF99FF */;
}
Symbol 181 Button
on (release) {
_root.col = 16738047 /* 0xFF66FF */;
}
Symbol 182 Button
on (release) {
_root.col = 16724991 /* 0xFF33FF */;
}
Symbol 183 Button
on (release) {
_root.col = 16777164 /* 0xFFFFCC */;
}
Symbol 184 Button
on (release) {
_root.col = 16764108 /* 0xFFCCCC */;
}
Symbol 185 Button
on (release) {
_root.col = 16751052 /* 0xFF99CC */;
}
Symbol 186 Button
on (release) {
_root.col = 16737996 /* 0xFF66CC */;
}
Symbol 187 Button
on (release) {
_root.col = 16724940 /* 0xFF33CC */;
}
Symbol 188 Button
on (release) {
_root.col = 16711884 /* 0xFF00CC */;
}
Symbol 189 Button
on (release) {
_root.col = 65535;
}
Symbol 190 Button
on (release) {
_root.col = 16777113 /* 0xFFFF99 */;
}
Symbol 191 Button
on (release) {
_root.col = 16764057 /* 0xFFCC99 */;
}
Symbol 192 Button
on (release) {
_root.col = 16751001 /* 0xFF9999 */;
}
Symbol 193 Button
on (release) {
_root.col = 16737945 /* 0xFF6699 */;
}
Symbol 194 Button
on (release) {
_root.col = 16724889 /* 0xFF3399 */;
}
Symbol 195 Button
on (release) {
_root.col = 16711833 /* 0xFF0099 */;
}
Symbol 196 Button
on (release) {
_root.col = 16776960 /* 0xFFFF00 */;
}
Symbol 197 Button
on (release) {
_root.col = 16777062 /* 0xFFFF66 */;
}
Symbol 198 Button
on (release) {
_root.col = 16764006 /* 0xFFCC66 */;
}
Symbol 199 Button
on (release) {
_root.col = 16750950 /* 0xFF9966 */;
}
Symbol 200 Button
on (release) {
_root.col = 16737894 /* 0xFF6666 */;
}
Symbol 201 Button
on (release) {
_root.col = 16724838 /* 0xFF3366 */;
}
Symbol 202 Button
on (release) {
_root.col = 16711782 /* 0xFF0066 */;
}
Symbol 203 Button
on (release) {
_root.col = 255;
}
Symbol 204 Button
on (release) {
_root.col = 16777011 /* 0xFFFF33 */;
}
Symbol 205 Button
on (release) {
_root.col = 16763955 /* 0xFFCC33 */;
}
Symbol 206 Button
on (release) {
_root.col = 16750899 /* 0xFF9933 */;
}
Symbol 207 Button
on (release) {
_root.col = 16737843 /* 0xFF6633 */;
}
Symbol 208 Button
on (release) {
_root.col = 16724787 /* 0xFF3333 */;
}
Symbol 209 Button
on (release) {
_root.col = 16711731 /* 0xFF0033 */;
}
Symbol 210 Button
on (release) {
_root.col = 65280;
}
Symbol 211 Button
on (release) {
_root.col = 16763904 /* 0xFFCC00 */;
}
Symbol 212 Button
on (release) {
_root.col = 16750848 /* 0xFF9900 */;
}
Symbol 213 Button
on (release) {
_root.col = 16737792 /* 0xFF6600 */;
}
Symbol 214 Button
on (release) {
_root.col = 16724736 /* 0xFF3300 */;
}
Symbol 215 Button
on (release) {
_root.col = 6750207 /* 0x66FFFF */;
}
Symbol 216 Button
on (release) {
_root.col = 6737151 /* 0x66CCFF */;
}
Symbol 217 Button
on (release) {
_root.col = 6724095 /* 0x6699FF */;
}
Symbol 218 Button
on (release) {
_root.col = 6711039 /* 0x6666FF */;
}
Symbol 219 Button
on (release) {
_root.col = 6697983 /* 0x6633FF */;
}
Symbol 220 Button
on (release) {
_root.col = 6684927 /* 0x6600FF */;
}
Symbol 221 Button
on (release) {
_root.col = 6750156 /* 0x66FFCC */;
}
Symbol 222 Button
on (release) {
_root.col = 6724044 /* 0x6699CC */;
}
Symbol 223 Button
on (release) {
_root.col = 6710988 /* 0x6666CC */;
}
Symbol 224 Button
on (release) {
_root.col = 6697932 /* 0x6633CC */;
}
Symbol 225 Button
on (release) {
_root.col = 6684876 /* 0x6600CC */;
}
Symbol 226 Button
on (release) {
_root.col = 13421772 /* 0xCCCCCC */;
}
Symbol 227 Button
on (release) {
_root.col = 6750105 /* 0x66FF99 */;
}
Symbol 228 Button
on (release) {
_root.col = 6737049 /* 0x66CC99 */;
}
Symbol 229 Button
on (release) {
_root.col = 6723993 /* 0x669999 */;
}
Symbol 230 Button
on (release) {
_root.col = 6710937 /* 0x666699 */;
}
Symbol 231 Button
on (release) {
_root.col = 6697881 /* 0x663399 */;
}
Symbol 232 Button
on (release) {
_root.col = 6684825 /* 0x660099 */;
}
Symbol 233 Button
on (release) {
_root.col = 10066329 /* 0x999999 */;
}
Symbol 234 Button
on (release) {
_root.col = 6750054 /* 0x66FF66 */;
}
Symbol 235 Button
on (release) {
_root.col = 6736998 /* 0x66CC66 */;
}
Symbol 236 Button
on (release) {
_root.col = 6723942 /* 0x669966 */;
}
Symbol 237 Button
on (release) {
_root.col = 6710886 /* 0x666666 */;
}
Symbol 238 Button
on (release) {
_root.col = 6697830 /* 0x663366 */;
}
Symbol 239 Button
on (release) {
_root.col = 6684774 /* 0x660066 */;
}
Symbol 240 Button
on (release) {
_root.col = 0;
}
Symbol 241 Button
on (release) {
_root.col = 6750003 /* 0x66FF33 */;
}
Symbol 242 Button
on (release) {
_root.col = 6736947 /* 0x66CC33 */;
}
Symbol 243 Button
on (release) {
_root.col = 6723891 /* 0x669933 */;
}
Symbol 244 Button
on (release) {
_root.col = 6710835 /* 0x666633 */;
}
Symbol 245 Button
on (release) {
_root.col = 6697779 /* 0x663333 */;
}
Symbol 246 Button
on (release) {
_root.col = 6684723 /* 0x660033 */;
}
Symbol 247 Button
on (release) {
_root.col = 3355443 /* 0x333333 */;
}
Symbol 248 Button
on (release) {
_root.col = 6749952 /* 0x66FF00 */;
}
Symbol 249 Button
on (release) {
_root.col = 6736896 /* 0x66CC00 */;
}
Symbol 250 Button
on (release) {
_root.col = 6723840 /* 0x669900 */;
}
Symbol 251 Button
on (release) {
_root.col = 6710784 /* 0x666600 */;
}
Symbol 252 Button
on (release) {
_root.col = 6697728 /* 0x663300 */;
}
Symbol 253 Button
on (release) {
_root.col = 6684672 /* 0x660000 */;
}
Symbol 254 Button
on (release) {
_root.col = 0;
}
Instance of Symbol 256 MovieClip "content" in Symbol 257 MovieClip Frame 1
on (press) {
if (spuit._visible == true) {
this = new Color(this);
value = _root.spuit.hude.tmpcolor.getRGB();
this.setRGB(value);
}
}
Symbol 258 Button
on (release) {
SC = 0;
_root.window._x = 10;
_root.window._y = 40;
if (_root.window._currentframe == 3) {
_root.window.gotoAndStop(2);
}
_root.windowRAN._x = 10;
_root.windowRAN._y = 10;
if (_root.windowRAN._currentframe == 3) {
_root.windowRAN.gotoAndStop(2);
}
gotoAndStop (4);
}