Frame 1
ifFrameLoaded (20) {
gotoAndStop (20);
}
Frame 2
gotoAndPlay (1);
Frame 20
setProperty("/options", _visible , "0");
setProperty("/readme", _visible , "0");
stop();
Frame 21
x = getProperty("/mouse", _x);
y = getProperty("/mouse", _y);
if (/:target == "5") {
gotoAndStop (1);
}
Frame 22
gotoAndPlay(_currentframe - "1");
Frame 23
Set("/:time", "5000");
Set("/:score", "0");
text1 = "";
gotoAndPlay (27);
Frame 27
pop1x = getProperty("/pop1", _x);
pop1y = getProperty("/pop1", _y);
pop2x = getProperty("/pop2", _x);
pop2y = getProperty("/pop2", _y);
pop3x = getProperty("/pop3", _x);
pop3y = getProperty("/pop3", _y);
pop4x = getProperty("/pop4", _x);
pop4y = getProperty("/pop4", _y);
pop1x = getProperty("/pop1", _x);
pop1y = getProperty("/pop1", _y);
if (("0" < pop1y) and (pop1y < "70")) {
setProperty("/pop1", _xscale , "50");
setProperty("/pop1", _yscale , "50");
} else if (("70" < pop1y) and (pop1y < "135")) {
setProperty("/pop1", _xscale , "75");
setProperty("/pop1", _yscale , "75");
} else if (("135" < pop1y) and (pop1y < "190")) {
setProperty("/pop1", _xscale , "100");
setProperty("/pop1", _yscale , "100");
} else if (("190" < pop1y) and (pop1y < "240")) {
setProperty("/pop1", _xscale , "150");
setProperty("/pop1", _yscale , "150");
} else if (("240" < pop1y) and (pop1y < "300")) {
setProperty("/pop1", _xscale , "200");
setProperty("/pop1", _yscale , "200");
}
if (("0" < pop2y) and (pop2y < "70")) {
setProperty("/pop2", _xscale , "50");
setProperty("/pop2", _yscale , "50");
} else if (("70" < pop2y) and (pop2y < "135")) {
setProperty("/pop2", _xscale , "75");
setProperty("/pop2", _yscale , "75");
} else if (("135" < pop2y) and (pop2y < "190")) {
setProperty("/pop2", _xscale , "100");
setProperty("/pop2", _yscale , "100");
} else if (("190" < pop2y) and (pop2y < "240")) {
setProperty("/pop2", _xscale , "150");
setProperty("/pop2", _yscale , "150");
} else if (("240" < pop2y) and (pop2y < "300")) {
setProperty("/pop2", _xscale , "200");
setProperty("/pop2", _yscale , "200");
}
if (("0" < pop3y) and (pop3y < "70")) {
setProperty("/pop3", _xscale , "50");
setProperty("/pop3", _yscale , "50");
} else if (("70" < pop3y) and (pop3y < "135")) {
setProperty("/pop3", _xscale , "75");
setProperty("/pop3", _yscale , "75");
} else if (("135" < pop3y) and (pop3y < "190")) {
setProperty("/pop3", _xscale , "100");
setProperty("/pop3", _yscale , "100");
} else if (("190" < pop3y) and (pop3y < "240")) {
setProperty("/pop3", _xscale , "150");
setProperty("/pop3", _yscale , "150");
} else if (("240" < pop3y) and (pop3y < "300")) {
setProperty("/pop3", _xscale , "200");
setProperty("/pop3", _yscale , "200");
}
if (("0" < pop4y) and (pop4y < "70")) {
setProperty("/pop4", _xscale , "50");
setProperty("/pop4", _yscale , "50");
} else if (("70" < pop4y) and (pop4y < "135")) {
setProperty("/pop4", _xscale , "75");
setProperty("/pop4", _yscale , "75");
} else if (("135" < pop4y) and (pop4y < "190")) {
setProperty("/pop4", _xscale , "100");
setProperty("/pop4", _yscale , "100");
} else if (("190" < pop4y) and (pop4y < "240")) {
setProperty("/pop4", _xscale , "150");
setProperty("/pop4", _yscale , "150");
} else if (("240" < pop4y) and (pop4y < "300")) {
setProperty("/pop4", _xscale , "200");
setProperty("/pop4", _yscale , "200");
}
if (/:time < "0") {
gotoAndStop (32);
}
Frame 28
gotoAndPlay(_currentframe - "1");
Frame 32
if (highscore < score) {
highscore = "score";
}
if (("0" < score) and (score < "25")) {
text1 = "Go practice !";
} else if (("25" < score) and (score < "50")) {
text1 = "Try better !";
} else if (("50" < score) and (score < "75")) {
text1 = "That's starting to like on it !";
} else if (("75" < score) and (score < "100")) {
text1 = "You can do better than that !";
} else if (("100" < score) and (score < "125")) {
text1 = "You're lucky !";
} else if (("125" < score) and (score < "150")) {
text1 = "Almost the best !";
} else if (("150" < score) and (score < "175")) {
text1 = "You're one of the best !";
} else if (("175" < score) and (score < "200")) {
text1 = "A real Pro has born !!";
} else if ("200" < score) {
text1 = "No one can beat you !!!";
}
Frame 33
gotoAndPlay(_currentframe - "1");
Symbol 15 Button
on (release) {
_visible = "0";
}
Symbol 19 Button
on (press) {
gotoAndStop (2);
toggleHighQuality();
}
Symbol 21 Button
on (press) {
gotoAndStop (1);
toggleHighQuality();
}
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 2
stop();
Symbol 24 Button
on (press) {
gotoAndStop (2);
fscommand ("fullscreen", "true");
fscommand ("allowscale", "true");
}
Symbol 26 Button
on (press) {
gotoAndStop (1);
fscommand ("fullscreen", "0");
fscommand ("allowscale", "0");
}
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 2
stop();
Symbol 33 Button
on (press) {
gotoAndPlay (23);
}
on (rollOver) {
Set("/:url", "Play Deltaflash !");
}
on (rollOut) {
Set("/:url", "");
}
Symbol 34 Button
on (press) {
gotoAndPlay (21);
}
on (rollOver) {
Set("/:url", "Practice Deltaflash !");
}
on (rollOut) {
Set("/:url", "");
}
Symbol 35 Button
on (press) {
setProperty("/options", _visible , "0");
setProperty("/readme", _visible , "1");
}
on (rollOver) {
Set("/:url", "The Readme !");
}
on (rollOut) {
Set("/:url", "");
}
Symbol 36 Button
on (press) {
setProperty("/options", _visible , "1");
setProperty("/readme", _visible , "0");
}
on (rollOver) {
Set("/:url", "Highres&Fullscreen");
}
on (rollOut) {
Set("/:url", "");
}
Symbol 37 Button
on (press) {
getURL ("http://www.geocities.com/flashra_jrj");
}
on (rollOver) {
Set("/:url", "Visit my website !!");
}
on (rollOut) {
Set("/:url", "");
}
Symbol 40 Button
on (press) {
fscommand ("quit");
}
on (rollOver) {
Set("/:url", "ExiT !!");
}
on (rollOut) {
Set("/:url", "");
}
Symbol 51 Button
on (keyPress "3") {
tellTarget ("/mouse") {
gotoAndStop(_currentframe + "1");
}
}
Symbol 55 Button
on (press) {
play();
}
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 21
Set("/:target", /:target + "1");
stop();
Symbol 67 MovieClip Frame 1
startDrag ("", true);
stop();
Symbol 67 MovieClip Frame 2
stop();
Symbol 67 MovieClip Frame 3
stop();
Symbol 67 MovieClip Frame 4
stop();
Symbol 67 MovieClip Frame 5
stop();
Symbol 67 MovieClip Frame 6
stop();
Symbol 67 MovieClip Frame 7
stop();
Symbol 67 MovieClip Frame 8
stop();
Symbol 67 MovieClip Frame 9
stop();
Symbol 67 MovieClip Frame 10
gotoAndStop (1);
Symbol 68 Button
on (press) {
if ((((pop1x1 < x) and (x < pop1x2)) and (pop1y1 < y)) and (y < pop1y2)) {
tellTarget ("/pop1") {
play();
};
} else if ((((pop2x1 < x) and (x < pop2x2)) and (pop2y1 < y)) and (y < pop2y2)) {
tellTarget ("/pop2") {
play();
};
} else if ((((pop3x1 < x) and (x < pop3x2)) and (pop3y1 < y)) and (y < pop3y2)) {
tellTarget ("/pop3") {
play();
};
} else if ((((pop4x1 < x) and (x < pop4x2)) and (pop4y1 < y)) and (y < pop4y2)) {
tellTarget ("/pop4") {
play();
};
}
}
on (keyPress "3") {
tellTarget ("/mouse") {
gotoAndStop(_currentframe + "1");
}
}
Symbol 71 Button
on (press) {
play();
}
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 20
_x = ("20" + random("360"));
_y = ("30" + random("230"));
Set("/:score", /:score + "1");
Symbol 87 MovieClip Frame 1
Set("/:time", /:time - "1");
Symbol 87 MovieClip Frame 2
gotoAndPlay(_currentframe - "1");
Symbol 95 Button
on (press) {
gotoAndPlay (23);
}