Frame 1
endsplash = 0;
loadVariablesNum ("file:///c|/splashinit.txt", 0);
loadVariablesNum ("file:///c|/splashinit2.txt", 0);
loadVariablesNum ("file:///c|/splashinit3.txt", 0);
loadVariablesNum ("file:///c|/splashinit4.txt", 0);
this.attachMovie("messageboxlink", "messagebox", 9998);
messagebox._x = 400;
messagebox._y = 300;
Frame 2
if (((((varcolor ne "") and (varnumtool ne "")) and (varbgdalpha ne "")) and (varbrush2 ne "")) and (endsplash == 1)) {
gotoAndPlay ("layout");
} else if (wait == 66) {
gotoAndPlay ("layout");
}
wait = wait + 1;
Frame 3
gotoAndPlay ("checkloadingfile");
Frame 6
function swichlanguage() {
if (language == "english") {
_root.titbrushes = "brushes";
_root.titeffects = "effects";
_root.titcolor = "color picker";
_root.tittools = "tools";
_root.titeffect1 = "rainbow";
_root.titeffect2 = "splash";
_root.titeffect3 = "rotate";
_root.titeffect4 = "narrow";
_root.titeffect5 = "seurat";
_root.titeffect6 = "fade";
_root.setspeed = "speed:";
_root.titsettings = "settings";
_root.setwlx = "lenghtwave-x:";
_root.setwly = "lenghtwave-y:";
_root.setoffx = "offset-x:";
_root.setoffy = "offset-y:";
_root.setboff = "bright offset:";
_root.setran = "random";
_root.set1 = "rainbow settings";
_root.set2 = "splash settings";
_root.set3 = "rotate settings";
_root.set4 = "narrow settings";
_root.set5 = "seurat settings";
_root.set6 = "fade settings";
_root.setsize = "size:";
_root.butbgdcolor = "bgd color";
_root.disprecord = "record:";
_root.butclear = "clear";
_root.butsaveprefs = "save prefs";
_root.menulangue = "language";
_root.menuimage = "image";
_root.butsave = "save";
_root.butload = "load";
_root.butcopy = "copy";
_root.butpaste = "paste";
_root.menuoptions = "options";
_root.butdemo = "demo";
_root.butonlinegalery = "online galery";
_root.titchoiximage = "choose an image";
_root.butcancel = "cancel";
}
if (language == "francais") {
_root.titbrushes = "brosses";
_root.titeffects = "effects";
_root.titcolor = "sélecteur de couleur";
_root.tittools = "outils";
_root.titeffect1 = "arc-en-ciel";
_root.titeffect2 = "ondulation";
_root.titeffect3 = "rotation";
_root.titeffect4 = "minceur";
_root.titeffect5 = "seurat";
_root.titeffect6 = "dilution";
_root.setspeed = "vitesse";
_root.titsettings = "réglages";
_root.setwlx = "long. d'onde-x:";
_root.setwly = "long. d'onde-y:";
_root.setoffx = "décallage-x:";
_root.setoffy = "décallage-y:";
_root.setboff = "décallage valeur:";
_root.setran = "hasard";
_root.set1 = "réglages arc-en-ciel";
_root.set2 = "réglages ondulation";
_root.set3 = "réglages rotation";
_root.set4 = "réglages minceur";
_root.set5 = "réglages seurat";
_root.set6 = "réglages dilution";
_root.setsize = "taille:";
_root.butbgdcolor = "coul.fond";
_root.disprecord = "élément:";
_root.butclear = "effacer";
_root.butsaveprefs = "enr. prefs";
_root.menulangue = "langue";
_root.menuimage = "image";
_root.butsave = "enregistrer";
_root.butload = "charger";
_root.butcopy = "copier";
_root.butpaste = "coller";
_root.menuoptions = "options";
_root.butdemo = "démo";
_root.butonlinegalery = "galerie en ligne";
_root.titchoiximage = "choix d'une image";
_root.butcancel = "annuler";
}
}
function changeCursor(movieclip) {
Mouse.hide();
_root.attachMovie(movieclip, "customCursor", 9999);
_root.customCursor.startDrag(true);
}
messagebox.gotoAndPlay(10);
vardraw = 0;
varload = 0;
vardrawlimit = 250;
if (varpaint == "false") {
varpaint = false;
} else {
varpaint = true;
}
if ((((varcolor eq "") or (varnumtool eq "")) or (varbgdalpha eq "")) or (varbrush2 eq "")) {
messagebox.gotoAndPlay(2);
varcolor = 33;
varbright = 25;
varalpha = 33;
vartool = "paint";
varbrushsize = 100;
varpaint = false;
varbrush = 71;
varsize = 250;
varnumtool = 1;
vareffect1 = 1;
vareffect2 = 1;
vareffect3 = 1;
vareffect4 = 0;
vareffect5 = 1;
vareffect6 = 0;
varbgdcolor = 23;
varbgdbright = 54;
varbgdalpha = 100;
varnumbrush = 5;
varbrush1 = 1;
varbrush2 = 10;
varbrush3 = 32;
varbrush4 = 50;
varbrush5 = 71;
varbrush6 = 100;
rainbow1 = 1;
language = "francais";
}
_root.splashwlx = 1;
_root.splashwly = 2;
_root.rainbow1 = 0.2;
_root.splashxr = 0;
_root.splashyr = 0;
_root.rotate1 = 2;
_root.narrow1 = -0.1;
_root.seuratx = 1;
_root.seuraty = 1;
_root.seuratb = 7;
_root.seuratxr = 0;
_root.seuratyr = 0;
_root.fade1 = 2;
m.gotoAndStop(varbgdcolor);
m.valeur.gotoAndStop(varbgdbright);
m._alpha = varbgdalpha;
this.attachMovie("toolslink", "tools", 9994);
tools._x = 564;
tools._y = 285;
this.attachMovie("brusheslink", "brushes", 9995);
brushes._x = 327;
brushes._y = 490;
this.attachMovie("colorlink", "colorselector", 9996);
colorselector._x = 91;
colorselector._y = 495;
this.attachMovie("effectslink", "effects", 9993);
effects._x = 564;
effects._y = 370;
this.attachMovie("workarealink", "workarea", 9992);
workarea._x = 400;
workarea._y = 300;
this.attachMovie("samplesizelink", "sample", 9997);
sample._x = 290;
sample._y = 260;
if (language == "francais") {
workarea.butfrancais.gotoAndStop(3);
}
if (language == "english") {
workarea.butenglish.gotoAndStop(3);
}
swichlanguage();
changeCursor("cursor");
customcursor.gotoAndStop(1);
Frame 7
if ((vartool == "paint") and (varpaint == true)) {
vardraw = vardraw + 1;
this.attachMovie("brushlink", "brush" + vardraw, vardraw);
brushmov = eval ("brush" + vardraw);
brushmov._x = _xmouse;
brushmov._y = _ymouse;
brushmov.brushstyle.gotoAndStop(_root.varbrush);
brushmov.valeur.brushstyle.gotoAndStop(_root.varbrush);
if (vareffect1 == 1) {
rainbowcolor = rainbowcolor + rainbow1;
if (60 < rainbowcolor) {
rainbowcolor = rainbowcolor - 60;
}
if (rainbowcolor < 1) {
rainbowcolor = rainbowcolor + 60;
}
varcolor = int(rainbowcolor);
}
brushmov.gotoAndStop(_root.varcolor);
if (vareffect2 == 1) {
if (splashxr == 1) {
brushmov._xscale = varsize * (random(splashwlx) + 1);
}
if (splashyr == 1) {
brushmov._yscale = varsize * (random(splashwly) + 1);
}
if (splashxr == 0) {
splashcyclex = splashcyclex + (splashwlx / 20);
splashcosx = Math.cos(splashcyclex);
brushmov._xscale = varsize * splashcosx;
}
if (splashyr == 0) {
splashcycley = splashcycley + (splashwly / 20);
splashcosy = Math.cos(splashcycley);
brushmov._yscale = varsize * splashcosy;
}
}
if (vareffect2 == 0) {
brushmov._xscale = varsize;
brushmov._yscale = varsize;
}
if (vareffect3 == 1) {
rotate = rotate + _root.rotate1;
if (rotate == 361) {
rotate = 0;
}
brushmov._rotation = rotate;
}
if (vareffect3 == 0) {
rotate = 0;
}
if (vareffect4 == 1) {
narrow = narrow + (narrow1 / 20);
if (narrow < 0) {
narrow = 0;
}
brushmov._xscale = brushmov._xscale * narrow;
brushmov._yscale = brushmov._yscale * narrow;
}
brushmov.valeur.gotoAndStop(varbright);
if (vareffect5 == 1) {
brushmov._x = brushmov._x + ((varsize * random(seuratx)) / 20);
brushmov._y = brushmov._y + ((varsize * random(seuraty)) / 20);
seurat = int((varbright - random(seuratb * 4)) + random(seuratb * 4));
varbright = seurat;
}
brushmov.valeur.gotoAndStop(varbright);
if (vareffect6 == 1) {
fade = fade + (fade1 / 5);
varalpha = varalpha - fade;
if (varalpha < 0) {
varalpha = 0;
}
if (100 < varalpha) {
varalpha = 100;
}
}
brushmov._alpha = _root.varalpha;
brushmov._xscale = int(brushmov._xscale * 1) / 1;
brushmov._yscale = int(brushmov._yscale * 1) / 1;
brushmov._x = int(brushmov._x * 1) / 1;
brushmov._y = int(brushmov._y * 1) / 1;
brushmov._rotation = int(brushmov._rotation * 1) / 1;
if (vardraw == vardrawlimit) {
if (language == "francais") {
_root.messagebox.gotoAndStop(25);
} else {
_root.messagebox.gotoAndStop(26);
}
}
varsaveant = varsavetemp;
varsavetemp = ((((((((((((((((((((varsavetemp + "(") + vardraw) + "d") + brushmov._x) + "x") + brushmov._y) + "y") + brushmov._xscale) + "X") + brushmov._yscale) + "Y") + _root.varbrush) + "b") + _root.varcolor) + "c") + _root.varalpha) + "a") + _root.varbright) + "v") + brushmov._rotation) + "r";
}
if ((vartool == "object") and (varpaint == true)) {
this.attachMovie("brushlink", "brush" + vardraw, vardraw);
brushmov = eval ("brush" + vardraw);
brushmov._x = instantx;
brushmov._y = instanty;
brushmov.gotoAndStop(_root.varcolor);
brushmov._xscale = 9 * (_xmouse - instantx);
brushmov._yscale = 9 * (_ymouse - instanty);
brushmov.valeur.gotoAndStop(_root.varbright);
brushmov._alpha = _root.varalpha;
brushmov.brushstyle.gotoAndStop(_root.varbrush);
brushmov.valeur.brushstyle.gotoAndStop(_root.varbrush);
}
if ((vartool == "select") and (varpaint == true)) {
brushmov = eval ("brush" + vardraw);
brushmov._x = _xmouse;
brushmov._y = _ymouse;
}
if ((vartool == "rotate") and (varpaint == true)) {
brushmov = eval ("brush" + vardraw);
brushmov._rotation = _xmouse + _ymouse;
}
Frame 8
gotoAndPlay ("paint");
Symbol 2 MovieClip Frame 1
stop();
Symbol 3 MovieClip [round] Frame 1
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 62 MovieClip Frame 1
stop();
Symbol 63 MovieClip [brushlink] Frame 1
stop();
Symbol 79 MovieClip Frame 40
_root.endsplash = 1;
Symbol 88 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release, keyPress "<Enter>") {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (10);
}
Symbol 96 Button
on (release) {
getURL ("mailto:\"arasaka@free.fr\"");
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 129 MovieClip Frame 1
stop();
Symbol 131 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
if (pub == 1) {
pub.gotoAndStop(3);
} else {
pub.gotoAndStop(2);
}
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (press) {
if (pub == 1) {
pub = 0;
} else {
pub = 1;
}
}
on (dragOut, releaseOutside) {
if (pub == 1) {
case1.gotoAndStop(3);
} else {
case1.gotoAndStop(1);
}
}
on (release) {
if (pub == 1) {
case1.gotoAndStop(3);
} else {
case1.gotoAndStop(1);
}
}
Symbol 132 Button
on (release, keyPress "<Enter>") {
trace(_root.varsavetemp);
saveasvar = _root.varsavetemp;
loadVariables ("http://www.11h11.com/saveas.php", "", "POST");
trace("sendvariables");
gotoAndStop (10);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 133 Button
on (release, keyPress "<Enter>") {
a = getTimer();
images = "void";
loadVariables ("http://www.11h11.com/load_splash.php", "", "POST");
numberline = -1;
gotoAndPlay (11);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 139 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (10);
}
Symbol 144 Button
on (press) {
this.startDrag(false, 92.6, -48.5, 92.6, -48.5 + bot);
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
this.stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 152 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
_root.messagebox.saveas = saveas;
trace(_root.messagebox.saveas);
_root.messagebox.gotoAndPlay("loadimage0");
}
Symbol 159 Button
on (release, keyPress "<Enter>") {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (10);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 164 MovieClip [messageboxlink] Frame 1
stop();
Symbol 164 MovieClip [messageboxlink] Frame 2
stop();
Symbol 164 MovieClip [messageboxlink] Frame 3
stop();
Symbol 164 MovieClip [messageboxlink] Frame 4
stop();
Symbol 164 MovieClip [messageboxlink] Frame 5
stop();
Symbol 164 MovieClip [messageboxlink] Frame 6
longbar = (_root.workarea.stringpos / _root.workarea.varsavelenght) * 100;
loading._xscale = longbar;
Symbol 164 MovieClip [messageboxlink] Frame 7
gotoAndPlay ("loading");
Symbol 164 MovieClip [messageboxlink] Frame 8
pub = 0;
stop();
Symbol 164 MovieClip [messageboxlink] Frame 9
stop();
Symbol 164 MovieClip [messageboxlink] Frame 10
stop();
Symbol 164 MovieClip [messageboxlink] Frame 11
b = getTimer();
timer = b - a;
if ((5000 < timer) or (images != "void")) {
imagelenght = images.length;
stringpos = 1;
trace("end");
trace((images + "------") + stringpos);
gotoAndPlay (13);
}
Symbol 164 MovieClip [messageboxlink] Frame 12
gotoAndPlay (11);
Symbol 164 MovieClip [messageboxlink] Frame 13
Instance of Symbol 156 MovieClip "lignes" in Symbol 164 MovieClip [messageboxlink] Frame 13
/* no clip actions */
Symbol 164 MovieClip [messageboxlink] Frame 14
gotoAndPlay (13);
Symbol 164 MovieClip [messageboxlink] Frame 15
lignes._y = ((-(scrollbar._y + 48.5)) * scrollbar.prop) - 35;
Symbol 164 MovieClip [messageboxlink] Frame 16
gotoAndPlay (15);
Symbol 164 MovieClip [messageboxlink] Frame 17
variable = "void";
loadVariables ("http://www.11h11.com/load_splash2.php", "", "POST");
trace("sendvariables");
a = getTimer();
Symbol 164 MovieClip [messageboxlink] Frame 18
b = getTimer();
timer = b - a;
if ((5000 < timer) or (variable != "void")) {
imagelenght = variable.length;
stringpos = 1;
gotoAndPlay (20);
}
Symbol 164 MovieClip [messageboxlink] Frame 19
gotoAndPlay ("waiting for variable");
Symbol 164 MovieClip [messageboxlink] Frame 20
_root.varsave = variable;
gotoAndPlay ("loading");
_root.workarea.gotoAndPlay(2);
Symbol 164 MovieClip [messageboxlink] Frame 21
_root.messagebox.a = getTimer();
_root.messagebox.images = "void";
loadVariables ("http://www.11h11.com/load_public.php", "", "POST");
_root.messagebox.numberline = -1;
_root.messagebox.gotoAndPlay(11);
_root.workarea.highpanel.submenuoptions.play();
gotoAndPlay (11);
Symbol 164 MovieClip [messageboxlink] Frame 25
stop();
Symbol 175 Button
on (press) {
size.startDrag(false, -115, 125, 85, 125);
size._x = _xmouse - 15;
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (3);
}
Symbol 187 MovieClip Frame 1
stop();
Symbol 188 Button
on (press) {
slider.startDrag(false, -115, 125, -16, 125);
slider._x = _xmouse - 15;
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (6);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (6);
}
Symbol 189 Button
on (press) {
min.startDrag(false, -115, 156, -16, 156);
min._x = _xmouse - 15;
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (6);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (6);
}
Symbol 190 Button
on (rollOver) {
butsplashxr.gotoAndStop(2);
_root.customCursor.gotoAndStop(3);
gotoAndPlay (6);
}
on (rollOut) {
if (_root.splashxr == 1) {
butsplashxr.gotoAndStop(3);
} else if (_root.splashxr == 0) {
butsplashxr.gotoAndStop(1);
}
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (6);
}
on (release) {
if (_root.splashxr == 1) {
butsplashxr.gotoAndStop(1);
_root.splashxr = 0;
} else if (_root.splashxr == 0) {
butsplashxr.gotoAndStop(3);
_root.splashxr = 1;
}
}
Symbol 191 Button
on (rollOver) {
butsplashyr.gotoAndStop(2);
_root.customCursor.gotoAndStop(3);
gotoAndPlay (6);
}
on (rollOut) {
if (_root.splashyr == 1) {
butsplashyr.gotoAndStop(3);
} else if (_root.splashyr == 0) {
butsplashyr.gotoAndStop(1);
}
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (6);
}
on (release) {
if (_root.splashyr == 1) {
butsplashyr.gotoAndStop(1);
_root.splashyr = 0;
} else if (_root.splashyr == 0) {
butsplashyr.gotoAndStop(3);
_root.splashyr = 1;
}
}
Symbol 196 Button
on (press) {
size.startDrag(false, -115, 125, 85, 125);
size._x = _xmouse - 15;
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (8);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (8);
}
Symbol 201 Button
on (press) {
size.startDrag(false, -115, 125, 85, 125);
size._x = _xmouse - 15;
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (11);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (11);
}
Symbol 210 Button
on (press) {
offsetx.startDrag(false, -115, 125, -16, 125);
offsetx._x = _xmouse - 15;
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (15);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (15);
}
Symbol 211 Button
on (press) {
offsety.startDrag(false, -115, 156, -16, 156);
offsety._x = _xmouse - 15;
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (15);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (15);
}
Symbol 212 Button
on (press) {
offsetb.startDrag(false, -115, 185, -16, 185);
offsetb._x = _xmouse - 15;
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (15);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (15);
}
Symbol 217 Button
on (press) {
size.startDrag(false, -115, 125, 85, 125);
size._x = _xmouse - 15;
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (18);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (18);
}
Symbol 227 Button
on (rollOver) {
butsplashxr.gotoAndStop(2);
_root.customCursor.gotoAndStop(3);
gotoAndPlay (15);
}
on (rollOut) {
if (_root.seuratxr == 1) {
butsplashxr.gotoAndStop(3);
} else if (_root.seuratxr == 0) {
butsplashxr.gotoAndStop(1);
}
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (15);
}
on (release) {
if (_root.seuratxr == 1) {
butsplashxr.gotoAndStop(1);
_root.seuratxr = 0;
} else if (_root.seuratxr == 0) {
butsplashxr.gotoAndStop(3);
_root.seuratxr = 1;
}
}
Symbol 228 Button
on (rollOver) {
butsplashyr.gotoAndStop(2);
_root.customCursor.gotoAndStop(3);
gotoAndPlay (15);
}
on (rollOut) {
if (_root.seuratyr == 1) {
butsplashyr.gotoAndStop(3);
} else if (_root.seuratyr == 0) {
butsplashyr.gotoAndStop(1);
}
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (15);
}
on (release) {
if (_root.seuratyr == 1) {
butsplashyr.gotoAndStop(1);
_root.seuratyr = 0;
} else if (_root.seuratyr == 0) {
butsplashyr.gotoAndStop(3);
_root.seuratyr = 1;
}
}
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 2
size._x = (_root.rainbow1 * 10) - 15;
size._y = 125;
Symbol 229 MovieClip Frame 3
_root.rainbow1 = int(size._x + 15) / 10;
Symbol 229 MovieClip Frame 4
gotoAndPlay (3);
Symbol 229 MovieClip Frame 5
slider._x = ((_root.splashwlx - 11) * 10) - 15;
slider._y = 125;
min._x = ((_root.splashwly - 11) * 10) - 15;
min._y = 156;
Symbol 229 MovieClip Frame 6
_root.splashwlx = int(((slider._x + 15) / 10) + 11);
_root.splashwly = int(((min._x + 15) / 10) + 11);
Symbol 229 MovieClip Frame 7
gotoAndPlay (6);
Symbol 229 MovieClip Frame 8
size._x = (_root.rotate1 * 5) - 15;
size._y = 125;
Symbol 229 MovieClip Frame 9
_root.rotate1 = int(size._x + 15) / 5;
Symbol 229 MovieClip Frame 10
gotoAndPlay (9);
Symbol 229 MovieClip Frame 11
size._x = (_root.narrow1 * 20) - 15;
size._y = 125;
Symbol 229 MovieClip Frame 12
_root.narrow1 = int(size._x + 15) / 20;
Symbol 229 MovieClip Frame 13
gotoAndPlay (12);
Symbol 229 MovieClip Frame 14
offsetx._x = ((_root.seuratx - 11) * 10) - 15;
offsetx._y = 125;
offsety._x = ((_root.seuraty - 11) * 10) - 15;
offsety._y = 156;
offsetb._x = ((_root.seuratb - 11) * 10) - 15;
offsetb._y = 185;
Symbol 229 MovieClip Frame 15
_root.seuratx = int(((offsetx._x + 15) / 10) + 11);
_root.seuraty = int(((offsety._x + 15) / 10) + 11);
_root.seuratb = int(((offsetb._x + 15) / 10) + 11);
Symbol 229 MovieClip Frame 16
gotoAndPlay (15);
Symbol 229 MovieClip Frame 17
size._x = (_root.fade1 * 20) - 115;
size._y = 125;
Symbol 229 MovieClip Frame 18
_root.fade1 = int(size._x + 115) / 20;
Symbol 229 MovieClip Frame 19
gotoAndPlay (18);
Symbol 229 MovieClip Frame 20
offsetx._x = ((_root.seuratx - 11) * 10) - 15;
offsetx._y = 125;
offsety._x = ((_root.seuraty - 11) * 10) - 15;
offsety._y = 156;
offsetb._x = ((_root.seuratb - 11) * 10) - 15;
offsetb._y = 185;
Symbol 229 MovieClip Frame 21
_root.seuratx = int(((offsetx._x + 15) / 10) + 11);
_root.seuraty = int(((offsety._x + 15) / 10) + 11);
_root.seuratb = int(((offsetb._x + 15) / 10) + 11);
Symbol 229 MovieClip Frame 22
gotoAndPlay (15);
Symbol 232 Button
on (press) {
this.startDrag(false, -800, -500, 800, 600);
gotoAndPlay (4);
}
on (release) {
stopDrag();
this.stop();
_root.customCursor.startDrag(true);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 233 Button
on (release) {
gotoAndStop (5);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 237 MovieClip Frame 1
stop();
Symbol 239 Button
on (rollOver) {
but1.gotoAndStop(2);
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
if (_root.vareffect1 == 0) {
but1.gotoAndStop(1);
}
if (_root.vareffect1 == 1) {
but1.gotoAndStop(3);
}
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
if (_root.vareffect1 == 0) {
but1.gotoAndStop(3);
_root.vareffect1 = 1;
_root.rainbowcolor = _root.varcolor;
} else if (_root.vareffect1 == 1) {
but1.gotoAndStop(1);
_root.vareffect1 = 0;
}
}
Symbol 240 Button
on (rollOver) {
but2.gotoAndStop(2);
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
if (_root.vareffect2 == 0) {
but2.gotoAndStop(1);
}
if (_root.vareffect2 == 1) {
but2.gotoAndStop(3);
}
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
if (_root.vareffect2 == 0) {
but2.gotoAndStop(3);
_root.vareffect2 = 1;
} else if (_root.vareffect2 == 1) {
but2.gotoAndStop(1);
_root.vareffect2 = 0;
}
}
Symbol 241 Button
on (rollOver) {
but3.gotoAndStop(2);
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
if (_root.vareffect3 == 0) {
but3.gotoAndStop(1);
}
if (_root.vareffect3 == 1) {
but3.gotoAndStop(3);
}
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
if (_root.vareffect3 == 0) {
but3.gotoAndStop(3);
_root.vareffect3 = 1;
} else if (_root.vareffect3 == 1) {
but3.gotoAndStop(1);
_root.vareffect3 = 0;
}
}
Symbol 242 Button
on (rollOver) {
but6.gotoAndStop(2);
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
if (_root.vareffect6 == 0) {
but6.gotoAndStop(1);
}
if (_root.vareffect6 == 1) {
but6.gotoAndStop(3);
}
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
if (_root.vareffect6 == 0) {
but6.gotoAndStop(3);
_root.vareffect6 = 1;
} else if (_root.vareffect6 == 1) {
but6.gotoAndStop(1);
_root.vareffect6 = 0;
}
}
Symbol 243 Button
on (rollOver) {
but5.gotoAndStop(2);
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
if (_root.vareffect5 == 0) {
but5.gotoAndStop(1);
}
if (_root.vareffect5 == 1) {
but5.gotoAndStop(3);
}
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
if (_root.vareffect5 == 0) {
but5.gotoAndStop(3);
_root.vareffect5 = 1;
} else if (_root.vareffect5 == 1) {
but5.gotoAndStop(1);
_root.vareffect5 = 0;
}
}
Symbol 244 Button
on (rollOver) {
but4.gotoAndStop(2);
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
if (_root.vareffect4 == 0) {
but4.gotoAndStop(1);
}
if (_root.vareffect4 == 1) {
but4.gotoAndStop(3);
}
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
if (_root.vareffect4 == 0) {
but4.gotoAndStop(3);
_root.vareffect4 = 1;
} else if (_root.vareffect4 == 1) {
but4.gotoAndStop(1);
_root.vareffect4 = 0;
}
}
Symbol 249 MovieClip Frame 1
stop();
Symbol 250 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
case3.gotoAndStop(2);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
if (varcase[3] != 1) {
case3.gotoAndStop(1);
} else {
case3.gotoAndStop(3);
}
}
on (release) {
settings.gotoAndStop(8);
case3.gotoAndStop(3);
}
on (press) {
uncheck();
varcase[3] = 1;
}
Symbol 251 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
case1.gotoAndStop(2);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
if (varcase[1] != 1) {
case1.gotoAndStop(1);
} else {
case1.gotoAndStop(3);
}
}
on (press) {
uncheck();
varcase[1] = 1;
}
on (release) {
settings.gotoAndStop(2);
case1.gotoAndStop(3);
}
Symbol 252 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
case2.gotoAndStop(2);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
if (varcase[2] != 1) {
case2.gotoAndStop(1);
} else {
case2.gotoAndStop(3);
}
}
on (release) {
settings.gotoAndStop(5);
case2.gotoAndStop(3);
}
on (press) {
uncheck();
varcase[2] = 1;
}
Symbol 253 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
case4.gotoAndStop(2);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
if (varcase[4] != 1) {
case4.gotoAndStop(1);
} else {
case4.gotoAndStop(3);
}
}
on (release) {
settings.gotoAndStop(11);
case4.gotoAndStop(3);
}
on (press) {
uncheck();
varcase[4] = 1;
}
Symbol 254 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
case5.gotoAndStop(2);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
if (varcase[5] != 1) {
case5.gotoAndStop(1);
} else {
case5.gotoAndStop(3);
}
}
on (release) {
settings.gotoAndStop(14);
case5.gotoAndStop(3);
}
on (press) {
uncheck();
varcase[5] = 1;
}
Symbol 255 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
case6.gotoAndStop(2);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
if (varcase[6] != 1) {
case6.gotoAndStop(1);
} else {
case6.gotoAndStop(3);
}
}
on (release) {
settings.gotoAndStop(17);
case6.gotoAndStop(3);
}
on (press) {
uncheck();
varcase[6] = 1;
}
Symbol 263 Button
on (release) {
gotoAndPlay (1);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(1);
}
Symbol 265 MovieClip [effectslink] Frame 1
function changeCursor(movieclip) {
Mouse.hide();
_root.attachMovie(movieclip, "customCursor", 9999);
_root.customCursor.startDrag(true);
}
function uncheck() {
var i;
i = 1;
while (i < 7) {
casea = eval ("case" + i);
casea.gotoAndStop(1);
varcase[i] = 0;
i = i + 1;
}
trace((varcase1 + " ") + varcase2);
}
varcase = new Array();
var j;
j = 1;
while (j < 7) {
butinit = eval ("but" + j);
check = eval ("_root.vareffect" + j);
if (check == 1) {
butinit.gotoAndStop(3);
}
if (check == 0) {
butinit.gotoAndStop(1);
}
j = j + 1;
}
stop();
Symbol 265 MovieClip [effectslink] Frame 2
_root.customCursor._x = _root._xmouse;
_root.customCursor._y = _root._ymouse;
Symbol 265 MovieClip [effectslink] Frame 3
gotoAndPlay (2);
Symbol 265 MovieClip [effectslink] Frame 4
i = 1;
while (i < 7) {
butinit = eval ("but" + i);
check = eval ("_root.vareffect" + i);
if (check == 1) {
butinit.gotoAndStop(3);
}
if (check == 0) {
butinit.gotoAndStop(1);
}
i = i + 1;
}
gotoAndPlay (2);
Symbol 268 Button
on (press) {
this.startDrag(false, -800, -500, 800, 600);
gotoAndPlay (4);
}
on (release) {
stopDrag();
this.stop();
_root.customCursor.startDrag(true);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 269 Button
on (release) {
gotoAndStop (5);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 274 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 1
stop();
Symbol 278 MovieClip Frame 1
stop();
Symbol 279 Button
on (release) {
_root.varnumtool = 1;
_root.vartool = "paint";
_root.customcursor.gotoAndStop(1);
tool1.gotoAndStop(3);
tool2.gotoAndStop(1);
tool3.gotoAndStop(1);
tool4.gotoAndStop(1);
}
on (rollOver) {
if (_root.varnumtool != 1) {
tool1.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.varnumtool != 1) {
tool1.gotoAndStop(1);
}
}
Symbol 280 Button
on (release) {
_root.varnumtool = 2;
_root.vartool = "object";
_root.customcursor.gotoAndStop(2);
tool1.gotoAndStop(1);
tool2.gotoAndStop(3);
tool3.gotoAndStop(1);
tool4.gotoAndStop(1);
}
on (rollOver) {
if (_root.varnumtool != 2) {
tool2.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.varnumtool != 2) {
tool2.gotoAndStop(1);
}
}
Symbol 281 Button
on (release) {
_root.varnumtool = 4;
_root.vartool = "select";
_root.customcursor.gotoAndStop(4);
tool1.gotoAndStop(1);
tool2.gotoAndStop(1);
tool3.gotoAndStop(3);
tool4.gotoAndStop(1);
}
on (rollOver) {
if (_root.varnumtool != 4) {
tool3.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.varnumtool != 4) {
tool3.gotoAndStop(1);
}
}
Symbol 282 Button
on (release) {
_root.varnumtool = 5;
_root.vartool = "rotate";
_root.customcursor.gotoAndStop(5);
tool1.gotoAndStop(1);
tool2.gotoAndStop(1);
tool3.gotoAndStop(1);
tool4.gotoAndStop(3);
}
on (rollOver) {
if (_root.varnumtool != 5) {
tool4.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.varnumtool != 5) {
tool4.gotoAndStop(1);
}
}
Symbol 283 Button
on (release) {
gotoAndPlay (1);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(1);
}
Symbol 284 MovieClip [toolslink] Frame 1
function changeCursor(movieclip) {
Mouse.hide();
_root.attachMovie(movieclip, "customCursor", 9999);
_root.customCursor.startDrag(true);
}
function displaytools() {
i = 1;
while (i < 4) {
tooltarget = eval ("_root.tools.tool" + i);
if (i == _root.varnumtool) {
tooltarget.gotoAndStop(3);
} else {
tooltarget.gotoAndStop(1);
}
i = i + 1;
}
}
displaytools();
stop();
Symbol 284 MovieClip [toolslink] Frame 2
_root.customCursor._x = _root._xmouse;
_root.customCursor._y = _root._ymouse;
Symbol 284 MovieClip [toolslink] Frame 3
gotoAndPlay (2);
Symbol 284 MovieClip [toolslink] Frame 4
displaytools();
gotoAndPlay (2);
Symbol 287 Button
on (press) {
this.startDrag(false, -800, -500, 800, 600);
gotoAndPlay (6);
}
on (release) {
stopDrag();
this.stop();
_root.customCursor.startDrag(true);
gotoAndPlay (2);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 288 Button
on (release) {
gotoAndStop (7);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 289 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 290 Button
on (release) {
butnumber = substring(this._name, 6, 1);
_root.varbrush = eval ("_root.varbrush" + butnumber);
_root.varnumbrush = butnumber;
_root.brushes.displaybrushes();
if (Key.isDown(17)) {
gotoAndStop (4);
}
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 292 Button
on (release) {
butnumber = substring(this._name, 6, 1);
_root.varbrush = eval ("_root.varbrush" + butnumber);
_root.varnumbrush = butnumber;
_root.brushes.displaybrushes();
gotoAndStop (3);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 293 Button
on (press) {
slider.startDrag(false, 30, -150, 30, -50);
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
butnumber = substring(this._name, 6, 1);
_root.varbrush = eval ("_root.varbrush" + butnumber);
_root.varnumbrush = butnumber;
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (5);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (5);
}
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 4
slider._y = eval ("_root.varbrush" + butnumber) - 151;
Symbol 294 MovieClip Frame 5
newbrush = int(slider._y + 151);
Set("_root.varbrush" + butnumber, newbrush);
shape.gotoAndStop(newbrush);
Symbol 294 MovieClip Frame 6
gotoAndPlay (5);
Symbol 300 Button
on (press) {
size.startDrag(false, 0, 75, 200, 75);
size._x = _xmouse - 15;
_root.sample.gotoAndStop(1);
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
_root.sample.gotoAndStop(2);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (2);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (2);
}
Symbol 301 Button
on (release) {
gotoAndPlay (1);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(1);
}
Symbol 302 MovieClip [brusheslink] Frame 1
function displaytools(tool) {
i = 1;
while (i < 4) {
tooltarget = eval ("_root.tools.tool" + i);
if (i == tool) {
tooltarget.gotoAndStop(3);
} else {
tooltarget.gotoAndStop(1);
}
i = i + 1;
}
}
function displaybrushes() {
i = 1;
while (i < 7) {
brushtarget = eval ("_root.brushes.brush" + i);
if (i == _root.varnumbrush) {
brushtarget.gotoAndStop(3);
} else {
brushtarget.gotoAndStop(1);
}
brushtarget.shape.gotoAndStop(eval ("_root.varbrush" + i));
i = i + 1;
}
size._x = _root.varsize / 5;
size._y = 75;
}
displaybrushes();
stop();
Symbol 302 MovieClip [brusheslink] Frame 2
_root.varsize = int(getProperty(size, _x) * 5);
_root.sample._xscale = _root.varsize;
_root.sample._yscale = _root.varsize;
Symbol 302 MovieClip [brusheslink] Frame 3
gotoAndPlay (2);
Symbol 302 MovieClip [brusheslink] Frame 4
_root.customCursor._x = _root._xmouse;
_root.customCursor._y = _root._ymouse;
Symbol 302 MovieClip [brusheslink] Frame 5
gotoAndPlay (4);
Symbol 302 MovieClip [brusheslink] Frame 6
displaybrushes();
gotoAndPlay (4);
Symbol 304 Button
on (press) {
this.startDrag(false, -800, -500, 800, 605);
gotoAndPlay (6);
}
on (release) {
stopDrag();
this.stop();
_root.customCursor.startDrag(true);
gotoAndPlay (2);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 305 Button
on (release) {
gotoAndStop (7);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 309 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 1
stop();
Symbol 311 Button
on (release) {
_root.varcolor = varcolor;
_root.varbright = varbright;
_root.varalpha = varalpha;
_root.colorselector.colorsettings();
_root.colorselector.colorsample();
}
Symbol 312 MovieClip Frame 1
stop();
Symbol 313 Button
on (keyPress "b") {
_root.m.gotoAndStop(_root.varcolor);
_root.m.valeur.gotoAndStop(_root.varbright);
_root.m._alpha = _root.varalpha;
}
on (press) {
this.startDrag(true, -10, 40, 230, 80);
this._xscale = 45;
this._yscale = 45;
_root.colorselector.gotoAndPlay(6);
movswatch = 1;
i = 1;
}
on (release) {
this.stopDrag();
_root.customCursor.startDrag(true);
i = 1;
while (i < 23) {
thisswatch = eval ("_root.colorselector.swatch" + i);
if (hittest(thisswatch)) {
thisswatch.valeur.gotoAndStop(_root.varbright);
thisswatch.gotoAndStop(_root.varcolor);
thisswatch._alpha = _root.varalpha;
thisswatch.varcolor = _root.varcolor;
thisswatch.varbright = _root.varbright;
thisswatch.varalpha = _root.varalpha;
}
i = i + 1;
}
this._x = 29.4;
this._y = 57.3;
this._xscale = 78.8;
this._yscale = 78.8;
movswatch = 0;
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 314 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 1
stop();
Symbol 319 Button
on (press) {
pixel.startDrag(false, 0, 28, 199, 54);
pixel._x = _xmouse - 15;
pixel._y = _ymouse + 32;
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (2);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (2);
}
Symbol 320 Button
on (press) {
alpha.startDrag(false, 0, 62, 200, 62);
alpha._x = _xmouse - 15;
_root.customCursor.gotoAndStop(10);
}
on (release, releaseOutside) {
stopDrag();
_root.customCursor.startDrag(true);
_root.customCursor.gotoAndStop(3);
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
gotoAndPlay (2);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
gotoAndStop (2);
}
Symbol 321 Button
on (release) {
gotoAndPlay (1);
}
Symbol 322 MovieClip [colorlink] Frame 1
function colorsettings() {
alpha._x = _root.varalpha * 2;
alpha._y = 62;
pixel._x = (_root.varcolor * 3.333) - 1;
pixel._y = (_root.varbright / 2.05) + 27.5;
}
function colorsample() {
sample.gotoAndStop(_root.varcolor);
sample.valeur.gotoAndStop(_root.varbright);
sample._alpha = _root.varalpha;
}
SwatchColor = new Array(0, 10, 20, 30, 40, 50, 60, 0, 12, 22, 35, 47, 60);
SwatchBright = new Array(27, 27, 27, 27, 27, 27, 27, 10, 10, 10, 40, 40, 40);
SwatchAlpha = new Array(100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100);
i = 1;
while (i < 13) {
thisswatch = eval ("swatch" + i);
thisswatch.gotoAndStop(SwatchColor[i]);
thisswatch.varcolor = SwatchColor[i];
thisswatch.valeur.gotoAndStop(SwatchBright[i]);
thisswatch.varbright = SwatchBright[i];
thisswatch._alpha(SwatchAlpha[i]);
thisswatch.varalpha = SwatchAlpha[i];
i = i + 1;
}
colorsettings();
colorsample();
stop();
Symbol 322 MovieClip [colorlink] Frame 2
_root.varcolor = int(getProperty(pixel, _x) / 3.333) + 1;
_root.varbright = int((getProperty(pixel, _y) - 27.5) * 2.05);
_root.varalpha = int(getProperty(alpha, _x) / 2);
colorsample();
Symbol 322 MovieClip [colorlink] Frame 3
gotoAndPlay (2);
Symbol 322 MovieClip [colorlink] Frame 4
_root.customCursor._x = _root._xmouse;
_root.customCursor._y = _root._ymouse;
Symbol 322 MovieClip [colorlink] Frame 5
gotoAndPlay (4);
Symbol 322 MovieClip [colorlink] Frame 6
colorsettings();
gotoAndPlay (4);
Symbol 325 MovieClip [cursor] Frame 1
stop();
Symbol 325 MovieClip [cursor] Frame 2
stop();
Symbol 325 MovieClip [cursor] Frame 3
stop();
Symbol 325 MovieClip [cursor] Frame 4
stop();
Symbol 325 MovieClip [cursor] Frame 5
stop();
Symbol 330 Button
on (release) {
butfrancais.gotoAndStop(3);
butenglish.gotoAndStop(1);
_root.language = "francais";
_root.swichlanguage();
}
Symbol 331 Button
on (release) {
butfrancais.gotoAndStop(1);
butenglish.gotoAndStop(3);
_root.language = "english";
_root.swichlanguage();
}
Symbol 336 MovieClip Frame 1
stop();
Symbol 339 Button
on (rollOver) {
gotoAndStop (1);
}
Symbol 340 Button
on (rollOver) {
play();
}
Symbol 341 MovieClip Frame 1
varsubmenulangue = 0;
stop();
Symbol 341 MovieClip Frame 2
varsubmenulangue = 1;
Symbol 341 MovieClip Frame 6
if (_root.language == "francais") {
menulangue.butfrancais.gotoAndStop(3);
}
if (_root.language == "english") {
menulangue.butenglish.gotoAndStop(3);
}
stop();
Symbol 342 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
_root.messagebox.gotoAndStop(8);
_root.workarea.highpanel.submenuimage.Play();
}
Symbol 343 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
trace("varsavetemp = " + _root.varsavetemp);
_root.varsave = _root.varsavetemp;
_root.workarea.highpanel.submenuimage.Play();
}
Symbol 344 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
_root.messagebox.gotoAndStop(9);
_root.workarea.highpanel.submenuimage.Play();
}
Symbol 345 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
if (_root.varsave ne "") {
_root.messagebox.gotoAndPlay("loading");
}
_root.workarea.gotoAndPlay(2);
_root.workarea.highpanel.submenuimage.Play();
}
Symbol 351 Button
on (rollOver) {
gotoAndStop (1);
}
Symbol 352 Button
on (rollOver) {
play();
}
Symbol 353 MovieClip Frame 1
varsubmenuimage = 0;
stop();
Symbol 353 MovieClip Frame 2
varsubmenuimage = 1;
Symbol 353 MovieClip Frame 6
stop();
Symbol 354 Button
on (press) {
prefs = ((((((((((((((((((("varcolor=" + _root.varcolor) + "&") + "varbright=") + _root.varbright) + "&") + "varalpha=") + _root.varalpha) + "&") + "vartool=") + _root.vartool) + "&") + "varpaint=") + _root.varpaint) + "&") + "varbrush=") + _root.varbrush) + "&") + "varsize=") + _root.varsize) + "&";
prefs2 = ((((((((((((((((((("varnumtool=" + _root.varnumtool) + "&") + "vareffect1=") + _root.vareffect1) + "&") + "vareffect2=") + _root.vareffect2) + "&") + "vareffect3=") + _root.vareffect3) + "&") + "vareffect4=") + _root.vareffect4) + "&") + "vareffect5=") + _root.vareffect5) + "&") + "vareffect6=") + _root.vareffect6) + "&";
prefs3 = (((((((((((((((("varbgdcolor=" + _root.varbgdcolor) + "&") + "varbgdbright=") + _root.varbgdbright) + "&") + "varbgdalpha=") + _root.varbgdalpha) + "&") + "varnumbrush=") + _root.varnumbrush) + "&") + "language=") + _root.language) + "&") + "varbrush1=") + _root.varbrush1) + "&";
prefs4 = ((((((((((((("varbrush2=" + _root.varbrush2) + "&") + "varbrush3=") + _root.varbrush3) + "&") + "varbrush4=") + _root.varbrush4) + "&") + "varbrush5=") + _root.varbrush5) + "&") + "varbrush6=") + _root.varbrush6) + "&";
fscommand ("exec", ("command.com\t/c\techo\t" add prefs) add ">c:\\splashinit.txt");
fscommand ("exec", ("command.com\t/c\techo\t" add prefs2) add ">c:\\splashinit2.txt");
fscommand ("exec", ("command.com\t/c\techo\t" add prefs3) add ">c:\\splashinit3.txt");
fscommand ("exec", ("command.com\t/c\techo\t" add prefs4) add ">c:\\splashinit4.txt");
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
_root.workarea.highpanel.submenuoptions.play();
}
Symbol 355 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
loadVariablesNum ("imagedemo.txt", 0);
trace("loaddemo");
_root.messagebox.gotoAndPlay("loading");
i = 0;
_root.workarea.gotoAndPlay("demo");
_root.workarea.highpanel.submenuoptions.play();
}
Symbol 356 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
_root.messagebox.gotoAndStop(3);
_root.workarea.highpanel.submenuoptions.play();
}
Symbol 357 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
if (_root.language eq "francais") {
_root.messagebox.gotoAndStop(4);
}
if (_root.language eq "english") {
_root.messagebox.gotoAndStop(5);
}
_root.workarea.highpanel.submenuoptions.play();
}
Symbol 358 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
_root.messagebox.gotoAndPlay(21);
_root.workarea.highpanel.submenuoptions.play();
}
Symbol 364 Button
on (rollOver) {
gotoAndStop (1);
}
Symbol 365 MovieClip Frame 1
varsubmenuoptions = 0;
stop();
Symbol 365 MovieClip Frame 2
varsubmenuoptions = 1;
Symbol 365 MovieClip Frame 6
stop();
Symbol 367 Button
on (release) {
varclear = 0;
while (_root.vardraw >= varclear) {
brushmov = eval ("_root.brush" + varclear);
brushmov.removeMovieClip();
varclear = varclear + 1;
}
_root.vardraw = 0;
_root.varsavetemp = "";
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 372 Button
on (release) {
varclear = 0;
limit = _root.vardraw - 9;
if (0 < limit) {
while (9 >= varclear) {
brushmov = eval ("_root.brush" + (limit + varclear));
brushmov.removeMovieClip();
varsavelenght = length(_root.varsavetemp);
char = substring(_root.varsavetemp, varsavelenght, 1);
while (char != "(") {
trace(char);
varsavelenght = varsavelenght - 1;
_root.varsavetemp = _root.varsavetemp.substring(0, varsavelenght);
trace(_root.varsavetemp);
char = substring(_root.varsavetemp, varsavelenght, 1);
}
varsavelenght = varsavelenght - 1;
_root.varsavetemp = _root.varsavetemp.substring(0, varsavelenght);
trace("fin de boucle clear, char = " + char);
_root.vardraw = _root.vardraw - 1;
varclear = varclear + 1;
}
}
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 373 Button
on (release) {
limit = _root.vardraw;
if (0 < limit) {
brushmov = eval ("_root.brush" + limit);
brushmov.removeMovieClip();
_root.vardraw = _root.vardraw - 1;
varsavelenght = length(_root.varsavetemp);
char = substring(_root.varsavetemp, varsavelenght, 1);
while (char != "(") {
trace(char);
varsavelenght = varsavelenght - 1;
_root.varsavetemp = _root.varsavetemp.substring(0, varsavelenght);
trace(_root.varsavetemp);
char = substring(_root.varsavetemp, varsavelenght, 1);
}
varsavelenght = varsavelenght - 1;
_root.varsavetemp = _root.varsavetemp.substring(0, varsavelenght);
}
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 378 Button
on (release) {
submenulangue.Play();
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
if (((submenuimage.varsubmenuimage + submenuoptions.varsubmenuoptions) + submenulangue.varsubmenulangue) != 0) {
CloseOpenMenus();
submenulangue.Play();
}
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 379 Button
on (release) {
submenuoptions.Play();
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
if (((submenuimage.varsubmenuimage + submenuoptions.varsubmenuoptions) + submenulangue.varsubmenulangue) != 0) {
CloseOpenMenus();
submenuoptions.Play();
}
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 380 Button
on (rollOver) {
_root.customCursor.gotoAndStop(3);
if (((submenuimage.varsubmenuimage + submenuoptions.varsubmenuoptions) + submenulangue.varsubmenulangue) != 0) {
CloseOpenMenus();
submenuimage.Play();
}
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
on (release) {
submenuimage.Play();
}
Symbol 388 MovieClip Frame 1
function CloseOpenMenus() {
if (submenuimage.varsubmenuimage == 1) {
submenuimage.play();
}
if (submenuoptions.varsubmenuoptions == 1) {
submenuoptions.play();
}
if (submenulangue.varsubmenulangue == 1) {
submenulangue.play();
}
}
Symbol 389 Button
on (release) {
tellTarget ("_root.m") {
gotoAndStop(_root.varcolor);
};
tellTarget ("_root.m.valeur") {
gotoAndStop(_root.varbright);
};
setProperty("_root.m", _alpha , _root.varalpha);
_root.varbgdcolor = _root.varcolor;
_root.varbgdbright = _root.varbright;
_root.varbgdalpha = _root.varalpha;
}
on (rollOver) {
_root.customCursor.gotoAndStop(3);
}
on (rollOut) {
_root.customCursor.gotoAndStop(_root.varnumtool);
}
Symbol 391 MovieClip [workarealink] Frame 1
stop();
Symbol 391 MovieClip [workarealink] Frame 2
varclear = 0;
while (_root.vardraw >= varclear) {
brushmov = eval ("_root.brush" + varclear);
brushmov.removeMovieClip();
varclear = varclear + 1;
}
_root.varsavetemp = _root.varsave;
varsavelenght = length(_root.varsave);
trace("varsavelenght = " + varsavelenght);
stringpos = 1;
vardraw = 0;
_root.varload = 1;
Symbol 391 MovieClip [workarealink] Frame 3
if (varsavelenght >= stringpos) {
char = substring(_root.varsave, stringpos, 1);
trace("stringpos = " + stringpos);
trace("char = " + char);
if (char == "(") {
stringpos = stringpos + 1;
char = substring(_root.varsave, stringpos, 1);
while ((char != "(") and (char != "")) {
while (((Number(char) ne "NaN") or (char eq ".")) or (char eq "-")) {
digit = digit + char;
stringpos = stringpos + 1;
char = substring(_root.varsave, stringpos, 1);
}
digit = Number(digit);
if (char eq "d") {
vardraw = digit;
trace("vardraw = " + vardraw);
digit = "";
}
if (char eq "x") {
xpos = digit;
trace("xpos = " + xpos);
digit = "";
}
if (char eq "y") {
ypos = digit;
trace("ypos = " + ypos);
digit = "";
}
if (char eq "X") {
xscale = digit;
trace("xscale = " + xscale);
digit = "";
}
if (char eq "Y") {
yscale = digit;
trace("yscale = " + yscale);
digit = "";
}
if (char eq "b") {
varbrush = digit;
trace("varbrush = " + varbrush);
digit = "";
}
if (char eq "c") {
varcolor = digit;
trace("varcolor = " + varcolor);
digit = "";
}
if (char eq "a") {
varalpha = digit;
trace("varalpha = " + varalpha);
digit = "";
}
if (char eq "v") {
varbright = digit;
trace("varbright = " + varbright);
digit = "";
}
if (char eq "r") {
varotate = digit;
trace("varotate = " + varotate);
digit = "";
}
stringpos = stringpos + 1;
char = substring(_root.varsave, stringpos, 1);
}
_root.attachMovie("brushlink", "brush" + vardraw, vardraw);
_root.brushmov = eval ("_root.brush" + vardraw);
_root.brushmov._x = xpos;
_root.brushmov._y = ypos;
_root.brushmov._xscale = xscale;
_root.brushmov._yscale = yscale;
_root.brushmov._alpha = varalpha;
_root.brushmov._rotation = varotate;
_root.brushmov.brushstyle.gotoAndStop(varbrush);
_root.brushmov.valeur.brushstyle.gotoAndStop(varbrush);
_root.brushmov.gotoAndStop(varcolor);
_root.brushmov.valeur.gotoAndStop(varbright);
}
}
if (stringpos == (varsavelenght + 1)) {
trace("fin du LOADING");
_root.vardraw = vardraw;
_root.varsavetemp = _root.varsave;
_root.varload = 0;
_root.messagebox.gotoAndStop(10);
gotoAndStop (1);
}
Symbol 391 MovieClip [workarealink] Frame 4
gotoAndPlay (3);
Symbol 391 MovieClip [workarealink] Frame 5
i = i + 1;
Symbol 391 MovieClip [workarealink] Frame 6
if (i == 20) {
varclear = 0;
while (_root.vardraw >= varclear) {
brushmov = eval ("_root.brush" + varclear);
brushmov.removeMovieClip();
varclear = varclear + 1;
}
_root.varsave = _root.quote;
_root.varsavetemp = _root.varsave;
varsavelenght = length(_root.varsave);
trace("varsavelenght = " + varsavelenght);
stringpos = 1;
vardraw = 0;
_root.varload = 1;
_root.messagebox.gotoAndPlay("loading");
gotoAndPlay (3);
} else {
gotoAndPlay (5);
}
Symbol 391 MovieClip [workarealink] Frame 7
i = i + 1;
Symbol 391 MovieClip [workarealink] Frame 8
if (i == 50) {
varclear = 0;
while (_root.vardraw >= varclear) {
brushmov = eval ("_root.brush" + varclear);
brushmov.removeMovieClip();
varclear = varclear + 1;
}
_root.varsavetemp = _root.varsave;
varsavelenght = length(_root.varsave);
trace("varsavelenght = " + varsavelenght);
stringpos = 1;
vardraw = 0;
_root.varload = 1;
_root.messagebox.gotoAndPlay("loading");
gotoAndPlay (3);
} else {
gotoAndPlay ("demo");
}
Symbol 393 MovieClip [samplesizelink] Frame 2
stop();
Symbol 396 MovieClip Frame 1
stop();
Symbol 397 MovieClip Frame 1
stop();
Symbol 398 Button
on (release) {
if ((vartool == "object") and (varload == 0)) {
varsaveant = varsavetemp;
varsavetemp = ((((((((((((((((((((varsavetemp + "(") + vardraw) + "d") + brushmov._x) + "x") + brushmov._y) + "y") + brushmov._xscale) + "X") + brushmov._yscale) + "Y") + _root.varbrush) + "b") + _root.varcolor) + "c") + _root.varalpha) + "a") + _root.varbright) + "v") + brushmov._rotation) + "r";
}
if ((vartool == "rotate") and (varload == 0)) {
varsavetemp = ((((((((((((((((((((varsaveant + "(") + vardraw) + "d") + brushmov._x) + "x") + brushmov._y) + "y") + brushmov._xscale) + "X") + brushmov._yscale) + "Y") + _root.varbrush) + "b") + _root.varcolor) + "c") + _root.varalpha) + "a") + _root.varbright) + "v") + brushmov._rotation) + "r";
}
if ((vartool == "select") and (varload == 0)) {
varsavetemp = ((((((((((((((((((((varsaveant + "(") + vardraw) + "d") + brushmov._x) + "x") + brushmov._y) + "y") + brushmov._xscale) + "X") + brushmov._yscale) + "Y") + _root.varbrush) + "b") + _root.varcolor) + "c") + _root.varalpha) + "a") + _root.varbright) + "v") + brushmov._rotation) + "r";
}
if ((varpaint == true) and (varload == 0)) {
varpaint = false;
}
narrow = 1;
}
on (press) {
if ((vartool == "object") and (varload == 0)) {
_root.vardraw = _root.vardraw + 1;
_root.instantx = _xmouse;
_root.instanty = _ymouse;
}
if ((varpaint == false) and (varload == 0)) {
varpaint = true;
fade = 1;
}
}
on (rollOut, dragOut) {
if (varpaint == true) {
varpaint = false;
}
}