Frame 1
timeV = 0;
naamV = "";
emailV = "";
scoreV = 0;
v_DATASEND = 0;
min = 0;
sec = 0;
v_drankbon = 0;
v_eetbon = 0;
v_entree = 0;
v_tshirt = 0;
v_camping = 0;
v_notes = 0;
v_secrets = 0;
musics_playing = 0;
v_gesproken = 0;
v_gesproken_2 = 0;
aantal_loops = 0;
IND_drankbon_a = 0;
IND_drankbon_b = 0;
IND_drankbon_c = 0;
IND_drankbon_d = 0;
IND_drankbon_e = 0;
IND_drankbon_f = 0;
IND_drankbon_g = 0;
IND_drankbon_h = 0;
IND_drankbon_i = 0;
IND_drankbon_j = 0;
IND_drankbon_k = 0;
IND_drankbon_l = 0;
IND_drankbon_m = 0;
IND_drankbon_n = 0;
IND_drankbon_o = 0;
IND_drankbon_p = 0;
IND_drankbon_q = 0;
IND_drankbon_r = 0;
IND_drankbon_s = 0;
IND_drankbon_t = 0;
IND_drankbon_u = 0;
IND_drankbon_v = 0;
IND_drankbon_w = 0;
IND_drankbon_x = 0;
IND_drankbon_y = 0;
IND_drankbon_z = 0;
IND_eetbon_a = 0;
IND_eetbon_b = 0;
IND_eetbon_c = 0;
IND_eetbon_d = 0;
IND_eetbon_e = 0;
IND_eetbon_f = 0;
IND_eetbon_g = 0;
IND_eetbon_h = 0;
IND_eetbon_i = 0;
IND_eetbon_j = 0;
IND_eetbon_k = 0;
IND_eetbon_l = 0;
IND_eetbon_m = 0;
IND_eetbon_n = 0;
IND_eetbon_o = 0;
IND_eetbon_p = 0;
IND_eetbon_q = 0;
IND_eetbon_r = 0;
IND_eetbon_s = 0;
IND_eetbon_t = 0;
IND_eetbon_u = 0;
IND_eetbon_v = 0;
IND_eetbon_w = 0;
IND_eetbon_x = 0;
IND_eetbon_y = 0;
IND_eetbon_z = 0;
IND_camping_1 = 0;
IND_finish = 0;
IND_tshirt_1 = 0;
IND_tshirt_2 = 0;
IND_tshirt_3 = 0;
IND_secret_1 = 0;
IND_secret_2 = 0;
IND_secret_3 = 0;
IND_entree_1 = 0;
IND_note_a = 0;
IND_note_b = 0;
IND_note_c = 0;
IND_note_d = 0;
IND_note_e = 0;
IND_note_f = 0;
IND_note_g = 0;
IND_note_h = 0;
IND_note_i = 0;
IND_note_j = 0;
IND_note_k = 0;
IND_note_l = 0;
IND_note_m = 0;
IND_note_n = 0;
IND_note_o = 0;
IND_note_p = 0;
IND_note_q = 0;
IND_note_r = 0;
IND_note_s = 0;
IND_note_t = 0;
IND_note_u = 0;
IND_note_v = 0;
IND_note_w = 0;
IND_note_x = 0;
IND_note_y = 0;
IND_note_z = 0;
Frame 2
stop();
Instance of Symbol 33 MovieClip in Frame 2
onClipEvent (load) {
bI = _parent.getBytesLoaded();
}
onClipEvent (enterFrame) {
data = int((_parent.getBytesLoaded() * 100) / _parent.getBytesTotal()) + "% geladen";
if (_parent.getBytesTotal() == _parent.getBytesLoaded()) {
_parent.gotoAndStop(3);
}
}
Frame 3
stop();
Instance of Symbol 538 MovieClip "floor" in Frame 3
onClipEvent (enterFrame) {
_root.roomNum = this._currentframe;
}
Instance of Symbol 596 MovieClip "walkable" in Frame 3
onClipEvent (enterFrame) {
c = _root.roomNum;
this.gotoAndStop(c);
}
Frame 4
row1 = "abcde";
row2 = "fghij";
row3 = "klmno";
row4 = "pqrst";
stop();
Instance of Symbol 611 MovieClip "talk2" in Frame 4
onClipEvent (load) {
_visible = 0;
}
Instance of Symbol 620 MovieClip "talk1" in Frame 4
onClipEvent (load) {
_visible = 0;
}
Instance of Symbol 631 MovieClip "talk" in Frame 4
onClipEvent (load) {
_visible = 0;
}
Instance of Symbol 637 MovieClip "uitgang" in Frame 4
onClipEvent (enterFrame) {
_root.v_CURRENTFRAME1 = "x" + _root.v_CURRENTFRAME;
if (_root.v_CURRENTFRAME1 == "x25") {
this._visible = 1;
} else {
this._visible = 0;
}
}
Instance of Symbol 721 MovieClip "hero" in Frame 4
onClipEvent (load) {
r = 1;
c = 1;
frame = substring(_root["row" + r], c, 1);
with (_root.floor) {
gotoAndStop(frame);
}
nearnpc = "";
talking = false;
pause = true;
speed = 0;
key_down = 0;
s = 0;
lock = true;
this.pinkpop.stop();
}
onClipEvent (keyDown) {
this.pinkpop.play();
}
onClipEvent (keyUp) {
key_down = 0;
this.pinkpop.gotoAndStop(1);
}
onClipEvent (enterFrame) {
function change_room(dir) {
if (_root.talk._visible == 1) {
_root.talk._visible = 0;
}
if (_root.talk1._visible == 1) {
_root.talk1._visible = 0;
}
if (_root.talk2._visible == 1) {
_root.talk2._visible = 0;
}
frame = substring(_root["row" + r], c, 1);
if (dir == "right") {
_root.v_CURRENTFRAME = _root.floor._currentframe + 1;
_root.floor.gotoAndStop(_root.floor._currentframe + 1);
locPosition = locPosition + 15;
} else if (dir == "left") {
_root.v_CURRENTFRAME = _root.floor._currentframe - 1;
_root.floor.gotoAndStop(_root.floor._currentframe - 1);
locPosition = locPosition - 15;
} else if (dir == "up") {
_root.v_CURRENTFRAME = _root.floor._currentframe - 4;
_root.floor.gotoAndStop(_root.floor._currentframe - 4);
} else if (dir == "down") {
_root.v_CURRENTFRAME = _root.floor._currentframe + 4;
_root.floor.gotoAndStop(_root.floor._currentframe + 4);
}
}
if (_root.IND_finish == 1) {
_root.gotoAndPlay(10);
}
if (!_root.pause) {
room = _currentframe;
if (!_root.floor.hitTest(this._x + Xstep, this._y + Ystep, true)) {
this._x = this._x + Xstep;
this._y = this._y + Ystep;
Ystep = 0;
Xstep = 0;
}
if (this._y >= 345) {
this._y = 77;
c = c + 1;
change_room("down");
}
if (68 >= this._y) {
this._y = 345;
c = c - 1;
change_room("up");
}
if (this._x >= 382) {
this._x = 100;
r = r + 1;
change_room("right");
}
if (92 >= this._x) {
this._x = 382;
r = r - 1;
change_room("left");
}
if (lock == true) {
old_x = this._x;
old_y = this._y;
if ((Key.isDown(38) and (!Key.isDown(37))) and (!Key.isDown(39))) {
Ystep = -4;
Xstep = 0;
if (moving == false) {
moving = true;
this.gotoAndPlay(2);
}
this.gotoAndStop("back");
} else if ((Key.isDown(40) and (!Key.isDown(37))) and (!Key.isDown(39))) {
Ystep = 4;
Xstep = 0;
if (moving == false) {
moving = true;
this.gotoAndPlay(2);
}
this.gotoAndStop("front");
} else if ((Key.isDown(37) and (!Key.isDown(38))) and (!Key.isDown(40))) {
Xstep = -4;
Ystep = 0;
if (moving == false) {
moving = true;
this.gotoAndPlay(2);
}
this.gotoAndStop("left");
} else if ((Key.isDown(39) and (!Key.isDown(38))) and (!Key.isDown(40))) {
Xstep = 4;
Ystep = 0;
if (moving == false) {
moving = true;
this.gotoAndPlay(2);
}
this.gotoAndStop("right");
} else if (Key.isDown(39) and Key.isDown(38)) {
Xstep = 3;
Ystep = -3;
if (moving == false) {
moving = true;
this.gotoAndPlay(2);
}
this.gotoAndStop("back");
} else if (Key.isDown(39) and Key.isDown(40)) {
Xstep = 3;
Ystep = 3;
if (moving == false) {
moving = true;
this.gotoAndPlay(2);
}
this.gotoAndStop("front");
} else if (Key.isDown(37) and Key.isDown(38)) {
Xstep = -3;
Ystep = -3;
if (moving == false) {
moving = true;
this.gotoAndPlay(2);
}
this.gotoAndStop("back");
} else if (Key.isDown(37) and Key.isDown(40)) {
Xstep = -3;
Ystep = 3;
if (moving == false) {
moving = true;
this.gotoAndPlay(2);
}
this.gotoAndStop("front");
}
if (_root.floor.hitTest(this._x + 40, this._y, true)) {
this._y = old_y;
this._x = old_x;
}
if (_root.floor.hitTest(this._x - 40, this._y, true)) {
this._y = old_y;
this._x = old_x;
}
if (_root.floor.hitTest(this._x, this._y + 40, true)) {
this._x = old_x;
this._y = old_y;
}
if (_root.floor.hitTest(this._x, this._y - 40, true)) {
this._x = old_x;
this._y = old_y;
}
if (_root.floor.hitTest(this._x + 40, this._y + 40, true)) {
this._y = old_y;
this._x = old_x;
}
if (_root.floor.hitTest(this._x - 40, this._y + 40, true)) {
this._y = old_y;
this._x = old_x;
}
if (_root.floor.hitTest(this._x + 40, this._y - 40, true)) {
this._x = old_x;
this._y = old_y;
}
if (_root.floor.hitTest(this._x - 40, this._y - 40, true)) {
this._x = old_x;
this._y = old_y;
}
}
}
_root.locator._x = (260 + locPosition) + (this._x / 16);
_root.locator._y = 371 + (this._y / 8);
}
Frame 10
var vTijd = 0;
var vMin = _root.min;
var vSec = _root.sec;
aantal_DRANK = _root.v_drankbon;
aantal_EET = _root.v_eetbon;
aantal_ENTREE = _root.v_entree;
aantal_TSHIRT = _root.v_tshirt;
aantal_CAMPING = _root.v_camping;
aantal_SECRETS = _root.v_secrets;
aantal_NOTES = _root.v_notes;
tot_DRANK = aantal_DRANK * 100;
tot_EET = aantal_EET * 100;
tot_ENTREE = aantal_ENTREE * 1000;
tot_TSHIRT = aantal_TSHIRT * 500;
tot_CAMPING = aantal_CAMPING * 1000;
tot_NOTES = aantal_NOTES * 10;
tot_SECRETS = aantal_SECRETS * 1000;
vTijd = 900 - ((vMin * 60) + vSec);
if (vTijd < 0) {
vTijd = 0;
}
tot_TIJD = vTijd;
tot_TOTAAL = ((((((vTijd + tot_DRANK) + tot_EET) + tot_CAMPING) + tot_TSHIRT) + tot_ENTREE) + tot_NOTES) + tot_SECRETS;
v_NAAM = "";
v_EMAIL = "";
V_TOTAALSCORE = tot_TOTAAL;
Frame 97
stop();
Frame 120
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
trace("1: " + _root.aantal_loops);
}
Frame 140
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
trace("2: " + _root.aantal_loops);
}
Frame 160
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
trace("3: " + _root.aantal_loops);
}
Frame 180
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
trace("4: " + _root.aantal_loops);
}
Frame 200
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
}
Frame 220
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
}
Frame 240
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
}
Frame 260
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
}
Frame 280
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
}
Frame 310
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
}
Frame 340
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
}
Frame 370
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
}
Frame 400
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
}
Frame 430
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
_root.v_DATASEND = 0;
_root.aantal_loops = 3;
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
}
Frame 460
if (_root.v_DATASEND != 1) {
if (_root.id != "ID") {
_root.v_DATASEND = 0;
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
}
Frame 490
_root.aantal_loops++;
if (_root.v_DATASEND != 1) {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
}
if (_root.aantal_loops >= 3) {
if (id == "ID") {
getURL ("http://www.pinkpop.nl/index.php?pagID=28", "_parent");
stop();
}
} else if (id == "ID") {
gotoAndPlay (100);
} else {
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
stop();
}
Instance of Symbol 10 MovieClip in Symbol 11 MovieClip [heartpickup] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
this._visible = 1;
_root.health = _root.health + 15;
if (_root.health < 150) {
this.removeMovieClip();
} else {
_root.health = "150";
this._visible = 0;
}
}
}
Symbol 41 Button
on (release) {
timeV = 0;
naamV = "";
emailV = "";
scoreV = 0;
v_DATASEND = 0;
v_drankbon = 0;
v_eetbon = 0;
v_entree = 0;
v_tshirt = 0;
v_camping = 0;
v_notes = 0;
v_score = 0;
v_secrets = 0;
aantal_loops = 0;
min = 0;
sec = 0;
v_gesproken = 0;
v_gesproken_2 = 0;
IND_drankbon_a = 0;
IND_drankbon_b = 0;
IND_drankbon_c = 0;
IND_drankbon_d = 0;
IND_drankbon_e = 0;
IND_drankbon_f = 0;
IND_drankbon_g = 0;
IND_drankbon_h = 0;
IND_drankbon_i = 0;
IND_drankbon_j = 0;
IND_drankbon_k = 0;
IND_drankbon_l = 0;
IND_drankbon_m = 0;
IND_drankbon_n = 0;
IND_drankbon_o = 0;
IND_drankbon_p = 0;
IND_drankbon_q = 0;
IND_drankbon_r = 0;
IND_drankbon_s = 0;
IND_drankbon_t = 0;
IND_drankbon_u = 0;
IND_drankbon_v = 0;
IND_drankbon_w = 0;
IND_drankbon_x = 0;
IND_drankbon_y = 0;
IND_drankbon_z = 0;
IND_eetbon_a = 0;
IND_eetbon_b = 0;
IND_eetbon_c = 0;
IND_eetbon_d = 0;
IND_eetbon_e = 0;
IND_eetbon_f = 0;
IND_eetbon_g = 0;
IND_eetbon_h = 0;
IND_eetbon_i = 0;
IND_eetbon_j = 0;
IND_eetbon_k = 0;
IND_eetbon_l = 0;
IND_eetbon_m = 0;
IND_eetbon_n = 0;
IND_eetbon_o = 0;
IND_eetbon_p = 0;
IND_eetbon_q = 0;
IND_eetbon_r = 0;
IND_eetbon_s = 0;
IND_eetbon_t = 0;
IND_eetbon_u = 0;
IND_eetbon_v = 0;
IND_eetbon_w = 0;
IND_eetbon_x = 0;
IND_eetbon_y = 0;
IND_eetbon_z = 0;
IND_camping_1 = 0;
IND_finish = 0;
IND_tshirt_1 = 0;
IND_tshirt_2 = 0;
IND_tshirt_3 = 0;
IND_secret_1 = 0;
IND_secret_2 = 0;
IND_secret_3 = 0;
IND_entree_1 = 0;
IND_note_a = 0;
IND_note_b = 0;
IND_note_c = 0;
IND_note_d = 0;
IND_note_e = 0;
IND_note_f = 0;
IND_note_g = 0;
IND_note_h = 0;
IND_note_i = 0;
IND_note_j = 0;
IND_note_k = 0;
IND_note_l = 0;
IND_note_m = 0;
IND_note_n = 0;
IND_note_o = 0;
IND_note_p = 0;
IND_note_q = 0;
IND_note_r = 0;
IND_note_s = 0;
IND_note_t = 0;
IND_note_u = 0;
IND_note_v = 0;
IND_note_w = 0;
IND_note_x = 0;
IND_note_y = 0;
IND_note_z = 0;
_root.gotoAndStop(4);
}
Symbol 177 MovieClip Frame 380
stop();
Symbol 239 MovieClip Frame 64
stop();
Symbol 335 MovieClip Frame 73
stop();
Symbol 365 MovieClip Frame 99
stop();
Symbol 368 MovieClip Frame 100
stop();
Symbol 538 MovieClip Frame 1
stop();
Instance of Symbol 76 MovieClip "testing" in Symbol 538 MovieClip Frame 1
onClipEvent (load) {
i = 0;
l = _root.inventory.length;
timer = false;
c = 0;
}
onClipEvent (enterFrame) {
_root.f = c;
if (this.hitTest(_root.hero)) {
_root.talk._visible = 1;
_root.talk.message = "Welkom bij Pinkpop in Landgraaf!! Zoek vlug een kaartje en een camping bandje en geniet van het festival";
c = 0;
timer = true;
}
if (timer == true) {
c++;
}
if (c >= 5) {
_root.talk._visible = 0;
c = 0;
timer = false;
}
}
Instance of Symbol 165 MovieClip "4" in Symbol 538 MovieClip Frame 1
onClipEvent (load) {
timer = false;
c = 0;
}
onClipEvent (enterFrame) {
_root.f = c;
if (this.hitTest(_root.hero)) {
_root.talk2._visible = 1;
_root.talk2.message = "Ga op zoek naar een campingbandje en een entreekaartje! Verzamel zoveel mogelijk drank & eet bonnen, zoek een t-shirt. En zorg ervoor dat je zo snel mogelijk op het festival terrein loopt te swingen!";
c = 0;
timer = true;
}
if (timer == true) {
c++;
}
if (c >= 5) {
_root.talk2._visible = 0;
c = 0;
timer = false;
}
}
Symbol 538 MovieClip Frame 2
stop();
Symbol 538 MovieClip Frame 3
stop();
Instance of Symbol 165 MovieClip "4" in Symbol 538 MovieClip Frame 3
onClipEvent (load) {
timer = false;
c = 0;
}
onClipEvent (enterFrame) {
_root.f = c;
if (this.hitTest(_root.hero)) {
_root.talk2._visible = 1;
_root.talk2.message = "Als je genoeg eetbonnen hebt kun je een t-shirt kopen... Zorg dat je genoeg drankbonnen verzamelt om een campingbandje te bemachtigen! En denk eraan: ZO SNEL MOGELIJK!!!!";
c = 0;
timer = true;
}
if (timer == true) {
c++;
}
if (c >= 5) {
_root.talk2._visible = 0;
c = 0;
timer = false;
}
}
Symbol 538 MovieClip Frame 4
stop();
Symbol 538 MovieClip Frame 5
stop();
Symbol 538 MovieClip Frame 6
stop();
Symbol 538 MovieClip Frame 7
stop();
Symbol 538 MovieClip Frame 8
stop();
Symbol 538 MovieClip Frame 9
stop();
Instance of Symbol 76 MovieClip in Symbol 538 MovieClip Frame 9
onClipEvent (load) {
timer = false;
c = 0;
if (_root.v_gesproken == 1) {
this._x = this._x - 20;
}
}
onClipEvent (enterFrame) {
_root.f = c;
if (this.hitTest(_root.hero)) {
if (_root.v_gesproken != 1) {
_root.talk._visible = 1;
if (_root.v_drankbon < 20) {
_root.talk.message = ("Je hebt maar " + _root.v_drankbon) + " drankbonnen, da's niet genoeg, zoek er 20 en je mag mijn campingbandje hebben!";
} else {
_root.talk.message = "Dankjewel voor de drankbonnen! Pak mijn campingbandje maar, het ligt daarachter!";
_root.v_drankbon = _root.v_drankbon - 20;
_root.v_SCORE = _root.v_SCORE - 2000;
_root.v_gesproken = 1;
this._x = this._x - 20;
}
}
c = 0;
timer = true;
}
if (timer == true) {
c++;
}
if (c >= 5) {
_root.talk._visible = 0;
c = 0;
timer = false;
}
}
Symbol 538 MovieClip Frame 10
stop();
Symbol 538 MovieClip Frame 11
stop();
Symbol 538 MovieClip Frame 12
stop();
Symbol 538 MovieClip Frame 13
stop();
Symbol 538 MovieClip Frame 14
stop();
Symbol 538 MovieClip Frame 15
stop();
Symbol 538 MovieClip Frame 16
stop();
Symbol 538 MovieClip Frame 17
stop();
Symbol 538 MovieClip Frame 18
stop();
Symbol 538 MovieClip Frame 19
stop();
Symbol 538 MovieClip Frame 20
stop();
Symbol 538 MovieClip Frame 21
stop();
Symbol 538 MovieClip Frame 22
stop();
Instance of Symbol 76 MovieClip in Symbol 538 MovieClip Frame 22
onClipEvent (load) {
timer = false;
c = 0;
if (_root.v_gesproken_2 == 1) {
this._x = this._x - 20;
}
}
onClipEvent (enterFrame) {
_root.f = c;
if (this.hitTest(_root.hero)) {
if (_root.v_gesproken_2 != 1) {
_root.talk._visible = 1;
if (_root.v_drankbon < 10) {
_root.talk.message = ("Je hebt maar " + _root.v_eetbon) + " eetbonnen, da's niet genoeg, zoek er 10 en je mag mijn t-shirt hebben!";
} else {
_root.talk.message = "Dankjewel voor de eetbonnen! Pak mijn t-shirt maar, daar ligt het!";
_root.v_eetbon = _root.v_eetbon - 10;
_root.v_SCORE = _root.v_SCORE - 1000;
_root.v_gesproken_2 = 1;
this._x = this._x - 20;
}
}
c = 0;
timer = true;
}
if (timer == true) {
c++;
}
if (c >= 5) {
_root.talk._visible = 0;
c = 0;
timer = false;
}
}
Symbol 538 MovieClip Frame 23
stop();
Symbol 538 MovieClip Frame 24
stop();
Instance of Symbol 344 MovieClip in Symbol 538 MovieClip Frame 24
onClipEvent (load) {
i = 0;
l = _root.inventory.length;
timer = false;
c = 0;
}
onClipEvent (enterFrame) {
_root.f = c;
if (this.hitTest(_root.hero)) {
if (_root.IND_campingbandje_1 != 1) {
_root.talk1._visible = 1;
_root.talk1.message = "Je zult toch echt een campingbandje moeten hebben om op de camping te komen!";
c = 0;
timer = true;
}
}
if (timer == true) {
c++;
}
if (c >= 5) {
_root.talk1._visible = 0;
c = 0;
timer = false;
}
}
Instance of Symbol 346 MovieClip in Symbol 538 MovieClip Frame 24
onClipEvent (load) {
if (_root.IND_campingbandje_1 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
Symbol 538 MovieClip Frame 25
stop();
Instance of Symbol 344 MovieClip in Symbol 538 MovieClip Frame 25
onClipEvent (load) {
i = 0;
l = _root.inventory.length;
timer = false;
c = 0;
}
onClipEvent (enterFrame) {
var reeds = 0;
_root.f = c;
if (this.hitTest(_root.hero)) {
if (_root.IND_campingbandje_1 != 1) {
_root.talk1._visible = 1;
_root.talk1.message = "Je zult toch echt een campingbandje moeten hebben om op het festivalterrein te kunnen komen";
c = 0;
timer = true;
reeds = 1;
}
if (reeds == 0) {
if (_root.IND_entree_1 != 1) {
_root.talk1._visible = 1;
_root.talk1.message = "Je zult toch echt een entreekaartje moeten hebben om op het festivalterrein te kunnen komen";
c = 0;
timer = true;
}
}
}
if (timer == true) {
c++;
}
if (c >= 5) {
_root.talk1._visible = 0;
c = 0;
timer = false;
}
}
Instance of Symbol 346 MovieClip in Symbol 538 MovieClip Frame 25
onClipEvent (load) {
if (_root.IND_campingbandje_1 == 1) {
if (_root.IND_entree_1 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
}
Symbol 538 MovieClip Frame 26
stop();
Symbol 596 MovieClip Frame 1
stop();
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
if (_root.IND_note_a1 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.v_SCORE = _root.v_SCORE + 10;
_root.IND_note_a1 = 1;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 16 MovieClip [RK:drankbon] "drankbon_1" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
if (_root.IND_drankbon_a == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_drankbon_a = 1;
_root.v_SCORE = _root.v_SCORE + 500;
_root.v_drankbon = _root.v_drankbon + 5;
song.start();
}
}
Instance of Symbol 558 MovieClip "secret" in Symbol 596 MovieClip Frame 2
onClipEvent (load) {
if (_root.IND_tshirt_2 != 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
if (_root.IND_secret_3 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_secret_3 = 1;
_root.v_SCORE = _root.v_SCORE + 1000;
_root.v_secrets = _root.v_secrets + 1;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 2
onClipEvent (load) {
if (_root.IND_note_b == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_b = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 3
onClipEvent (load) {
if (_root.IND_note_c == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_c = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 16 MovieClip [RK:drankbon] "drankbon_1" in Symbol 596 MovieClip Frame 3
onClipEvent (load) {
if (_root.IND_drankbon_c == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_drankbon_c = 1;
_root.v_SCORE = _root.v_SCORE + 500;
song.start();
_root.v_drankbon = _root.v_drankbon + 5;
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 4
onClipEvent (load) {
if (_root.IND_note_d == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_d = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 558 MovieClip "secret" in Symbol 596 MovieClip Frame 4
onClipEvent (load) {
if (_root.v_notes < 10) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
if (_root.IND_secret_1 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_secret_1 = 1;
_root.v_SCORE = _root.v_SCORE + 1000;
_root.v_secrets = _root.v_secrets + 1;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 5
onClipEvent (load) {
if (_root.IND_note_e == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_e = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 564 MovieClip "campingbandje_1" in Symbol 596 MovieClip Frame 5
onClipEvent (load) {
if (_root.IND_campingbandje_1 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_campingbandje_1 = 1;
_root.v_SCORE = _root.v_SCORE + 1000;
_root.v_camping = _root.v_camping + 1;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 6
onClipEvent (load) {
if (_root.IND_note_f == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_f = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 569 MovieClip "eetbon_1" in Symbol 596 MovieClip Frame 6
onClipEvent (load) {
if (_root.IND_eetbon_f == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_eetbon_f = 1;
_root.v_SCORE = _root.v_SCORE + 500;
_root.v_eetbon = _root.v_eetbon + 5;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 7
onClipEvent (load) {
if (_root.IND_note_g == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_g = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 8
onClipEvent (load) {
if (_root.IND_note_h == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_h = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 569 MovieClip "eetbon_1" in Symbol 596 MovieClip Frame 8
onClipEvent (load) {
if (_root.IND_eetbon_h == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_eetbon_h = 1;
_root.v_SCORE = _root.v_SCORE + 500;
_root.v_eetbon = _root.v_eetbon + 5;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 9
onClipEvent (load) {
if (_root.IND_note_i == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_i = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 10
onClipEvent (load) {
if (_root.IND_note_j == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_j = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 16 MovieClip [RK:drankbon] "drankbon_1" in Symbol 596 MovieClip Frame 10
onClipEvent (load) {
if (_root.IND_drankbon_j == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_drankbon_j = 1;
_root.v_SCORE = _root.v_SCORE + 500;
_root.v_drankbon = _root.v_drankbon + 5;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 11
onClipEvent (load) {
if (_root.IND_note_k == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_k = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 12
onClipEvent (load) {
if (_root.IND_note_l == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_l = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 569 MovieClip "eetbon_1" in Symbol 596 MovieClip Frame 12
onClipEvent (load) {
if (_root.IND_eetbon_l == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_eetbon_l = 1;
_root.v_SCORE = _root.v_SCORE + 500;
_root.v_eetbon = _root.v_eetbon + 5;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 13
onClipEvent (load) {
if (_root.IND_note_m == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_m = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 569 MovieClip "eetbon_1" in Symbol 596 MovieClip Frame 13
onClipEvent (load) {
if (_root.IND_eetbon_m == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_eetbon_m = 1;
_root.v_SCORE = _root.v_SCORE + 1000;
_root.v_eetbon = _root.v_eetbon + 10;
song.start();
}
}
Instance of Symbol 16 MovieClip [RK:drankbon] "drankbon_1" in Symbol 596 MovieClip Frame 13
onClipEvent (load) {
if (_root.IND_drankbon_m == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_drankbon_m = 1;
_root.v_SCORE = _root.v_SCORE + 500;
_root.v_drankbon = _root.v_drankbon + 5;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 14
onClipEvent (load) {
if (_root.IND_note_n == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_n = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 16 MovieClip [RK:drankbon] "drankbon_1" in Symbol 596 MovieClip Frame 14
onClipEvent (load) {
if (_root.IND_drankbon_4 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_drankbon_4 = 1;
_root.v_SCORE = _root.v_SCORE + 500;
_root.v_drankbon = _root.v_drankbon + 5;
song.start();
}
}
Instance of Symbol 569 MovieClip "eetbon_1" in Symbol 596 MovieClip Frame 14
onClipEvent (load) {
if (_root.IND_eetbon_n == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_eetbon_n = 1;
_root.v_eetbon = _root.v_eetbon + 5;
_root.v_SCORE = _root.v_SCORE + 500;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 15
onClipEvent (load) {
if (_root.IND_note_o == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_o = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 582 MovieClip "tshirt_1" in Symbol 596 MovieClip Frame 15
onClipEvent (load) {
if (_root.IND_tshirt_1 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_tshirt_1 = 1;
_root.v_SCORE = _root.v_SCORE + 500;
_root.v_tshirt = _root.v_tshirt + 1;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 16
onClipEvent (load) {
if (_root.IND_note_p == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_p = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 16 MovieClip [RK:drankbon] "drankbon_1" in Symbol 596 MovieClip Frame 16
onClipEvent (load) {
if (_root.IND_drankbon_5 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_drankbon_5 = 1;
_root.v_drankbon = _root.v_drankbon + 5;
_root.v_SCORE = _root.v_SCORE + 500;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 17
onClipEvent (load) {
if (_root.IND_note_q == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_q = 1;
_root.v_notes = _root.v_notes + 1;
_root.v_SCORE = _root.v_SCORE + 10;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 18
onClipEvent (load) {
if (_root.IND_note_r == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_r = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 19
onClipEvent (load) {
if (_root.IND_note_s == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_s = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 20
onClipEvent (load) {
if (_root.IND_note_t == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_t = 1;
_root.v_SCORE = _root.v_SCORE + 10;
_root.v_notes = _root.v_notes + 1;
song.start();
}
}
Instance of Symbol 569 MovieClip "eetbon_1" in Symbol 596 MovieClip Frame 20
onClipEvent (load) {
if (_root.IND_eetbon_t == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_eetbon_t = 1;
_root.v_eetbon = _root.v_eetbon + 5;
_root.v_SCORE = _root.v_SCORE + 500;
song.start();
}
}
Instance of Symbol 16 MovieClip [RK:drankbon] "drankbon_1" in Symbol 596 MovieClip Frame 20
onClipEvent (load) {
if (_root.IND_drankbon_t == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_drankbon_t = 1;
_root.v_drankbon = _root.v_drankbon + 5;
_root.v_SCORE = _root.v_SCORE + 500;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 21
onClipEvent (load) {
if (_root.IND_note_u == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_u = 1;
_root.v_notes = _root.v_notes + 1;
_root.v_SCORE = _root.v_SCORE + 10;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 22
onClipEvent (load) {
if (_root.IND_note_v == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_v = 1;
_root.v_notes = _root.v_notes + 1;
_root.v_SCORE = _root.v_SCORE + 10;
song.start();
}
}
Instance of Symbol 582 MovieClip "tshirt_1" in Symbol 596 MovieClip Frame 22
onClipEvent (load) {
if (_root.IND_tshirt_2 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_tshirt_2 = 1;
_root.v_tshirt = _root.v_tshirt + 1;
_root.v_SCORE = _root.v_SCORE + 500;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 23
onClipEvent (load) {
if (_root.IND_note_w == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_w = 1;
_root.v_notes = _root.v_notes + 1;
_root.v_SCORE = _root.v_SCORE + 10;
song.start();
}
}
Instance of Symbol 558 MovieClip "secret" in Symbol 596 MovieClip Frame 23
onClipEvent (load) {
if (_root.v_notes < 20) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
if (_root.IND_secret_2 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_secret_2 = 1;
_root.v_secrets = _root.v_secrets + 1;
_root.v_SCORE = _root.v_SCORE + 1000;
song.start();
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 24
onClipEvent (load) {
if (_root.IND_note_x == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_x = 1;
_root.v_notes = _root.v_notes + 1;
_root.v_SCORE = _root.v_SCORE + 10;
song.start();
}
}
Instance of Symbol 569 MovieClip "eetbon_1" in Symbol 596 MovieClip Frame 24
onClipEvent (load) {
if (_root.IND_eetbon_x == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_eetbon_x = 1;
_root.v_eetbon = _root.v_eetbon + 5;
_root.v_SCORE = _root.v_SCORE + 500;
song.start();
}
}
Instance of Symbol 16 MovieClip [RK:drankbon] "drankbon_1" in Symbol 596 MovieClip Frame 24
onClipEvent (load) {
if (_root.IND_drankbon_x == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_drankbon_x = 1;
_root.v_drankbon = _root.v_drankbon + 5;
_root.v_SCORE = _root.v_SCORE + 500;
song.start();
}
}
Instance of Symbol 590 MovieClip "entree_1" in Symbol 596 MovieClip Frame 24
onClipEvent (load) {
if (_root.IND_entree_1 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
if (_root.IND_campingbandje_1 != 1) {
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (_root.IND_campingbandje_1 == 1) {
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_entree_1 = 1;
_root.v_entree = _root.v_entree + 1;
_root.v_SCORE = _root.v_SCORE + 1000;
song.start();
}
}
}
Instance of Symbol 543 MovieClip "note" in Symbol 596 MovieClip Frame 25
onClipEvent (load) {
if (_root.IND_note_y == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_note_y = 1;
_root.v_notes = _root.v_notes + 1;
_root.v_SCORE = _root.v_SCORE + 10;
song.start();
}
}
Instance of Symbol 16 MovieClip [RK:drankbon] "drankbon_1" in Symbol 596 MovieClip Frame 25
onClipEvent (load) {
if (_root.IND_drankbon_y == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_drankbon_y = 1;
_root.v_drankbon = _root.v_drankbon + 10;
_root.v_SCORE = _root.v_SCORE + 1000;
song.start();
}
}
Instance of Symbol 582 MovieClip "tshirt_1" in Symbol 596 MovieClip Frame 25
onClipEvent (load) {
if (_root.IND_tshirt_3 == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_tshirt_3 = 1;
_root.v_tshirt = _root.v_tshirt + 1;
_root.v_SCORE = _root.v_SCORE + 500;
song.start();
}
}
Instance of Symbol 569 MovieClip "eetbon_1" in Symbol 596 MovieClip Frame 25
onClipEvent (load) {
if (_root.IND_eetbon_y == 1) {
this._x = 350;
this._y = 360;
this._visible = 0;
}
}
onClipEvent (enterFrame) {
song = new Sound();
song.attachSound("pop");
if (this.hitTest(_root.hero)) {
this._x = 350;
this._y = 360;
_root.IND_eetbon_y = 1;
_root.v_eetbon = _root.v_eetbon + 10;
_root.v_SCORE = _root.v_SCORE + 1000;
song.start();
}
}
Instance of Symbol 595 MovieClip "the_finish" in Symbol 596 MovieClip Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.v_FINISHED = "KLAAR!";
this._x = 350;
this._y = 360;
_root.IND_finish = 1;
}
}
Symbol 603 MovieClip Frame 2
var strMin;
var strSec;
if (_root.sec == 59) {
_root.min++;
_root.sec = 0;
} else {
_root.sec++;
}
strMin = _root.min;
strSec = _root.sec;
if (_root.min < 10) {
strMin = "0" + _root.min;
}
if (_root.sec < 10) {
strSec = "0" + _root.sec;
}
v_TIMER = (strMin + ":") + strSec;
Symbol 603 MovieClip Frame 31
gotoAndPlay (2);
Symbol 721 MovieClip Frame 1
stop();
Symbol 721 MovieClip Frame 2
stop();
Symbol 721 MovieClip Frame 3
stop();
Symbol 721 MovieClip Frame 4
stop();
Symbol 748 Button
on (release) {
var cnt = 0;
_root.timeV = 900 - ((min * 60) + sec);
if (_root.timeV == 0) {
_root.timeV = -1;
}
_root.naamV = v_NAAM;
_root.emailV = v_EMAIL;
_root.scoreV = V_TOTAALSCORE;
u = "http://www.pinkpop.nl/images/flash/highscore.php";
u = u + ("?time=" + _root.timeV);
u = u + ("&name=" + _root.naamV);
u = u + ("&email=" + _root.emailV);
u = u + ("&score=" + _root.scoreV);
loadVariablesNum (u, 0);
if (_root.id != "ID") {
u = u + ("&timw=" + t);
loadVariablesNum (u, 0);
_root.v_DATASEND = 1;
getURL ("http://www.pinkpop.nl/index.php?pagID=28&id=" + id, "_parent");
}
gotoAndPlay (98);
}
Symbol 777 Button
on (release) {
getURL ("http://www.theothersite.nl", "_blank");
}