Frame 1
namebox.text = "Object: " + _root.n;
numberbox.text = "No. of objects: " + _root.item;
Instance of Symbol 3 MovieClip "basket" in Frame 1
onClipEvent (load) {
_root.item = 0;
kerta = 0;
_rotation = 0;
d = false;
_root.n = "none";
umbrella = 0;
cd = 0;
car = 0;
pentagram = 0;
tentacle = 0;
}
on (press) {
if (_root.item == 2) {
kerta = 4;
}
}
onClipEvent (enterFrame) {
if ((_root.item == 2) and (kerta > 0)) {
if (_rotation > 20) {
d = false;
} else if (_rotation < -20) {
d = true;
} else if (_rotation == 0) {
kerta = kerta - 1;
}
if (d == true) {
_rotation = (_rotation + 2);
} else if (d == false) {
_rotation = (_rotation - 2);
}
} else if ((kerta == 0) and (_rotation > 0)) {
_rotation = 0;
if (umbrella == 2) {
_root.mongler._x = _x;
_root.mongler._y = _y - 175;
_root.mongler._alpha = 100;
} else if (cd == 2) {
_root.wryy._x = _x;
_root.wryy._y = _y - 175;
_root.wryy._alpha = 100;
} else if (car == 2) {
_root.jammu._x = _x;
_root.jammu._y = _y - 175;
_root.jammu._alpha = 100;
} else if (pentagram == 2) {
_root.pope._x = _x;
_root.pope._y = _y - 175;
_root.pope._alpha = 100;
} else if (tentacle == 2) {
_root.tenc._x = _x;
_root.tenc._y = _y - 175;
_root.tenc._alpha = 100;
} else if ((umbrella == 1) and (cd == 1)) {
_root.pump._x = _x;
_root.pump._y = _y - 175;
_root.pump._alpha = 100;
} else if ((car == 1) and (cd == 1)) {
_root.goatse._x = _x;
_root.goatse._y = _y - 175;
_root.goatse._alpha = 100;
} else if ((car == 1) and (umbrella == 1)) {
_root.cosplay._x = _x;
_root.cosplay._y = _y - 175;
_root.cosplay._alpha = 100;
} else if ((pentagram == 1) and (umbrella == 1)) {
_root.vista._x = _x;
_root.vista._y = _y - 175;
_root.vista._alpha = 100;
} else if ((pentagram == 1) and (car == 1)) {
_root.aazu._x = _x;
_root.aazu._y = _y - 175;
_root.aazu._alpha = 100;
} else if ((pentagram == 1) and (cd == 1)) {
_root.mario._x = _x;
_root.mario._y = _y - 175;
_root.mario._alpha = 100;
} else if ((tentacle == 1) and (pentagram == 1)) {
_root.none._x = _x;
_root.none._y = _y - 175;
_root.none._alpha = 100;
} else if ((tentacle == 1) and (cd == 1)) {
_root.bush._x = _x;
_root.bush._y = _y - 175;
_root.bush._alpha = 100;
} else if ((tentacle == 1) and (umbrella == 1)) {
_root.coc._x = _x;
_root.coc._y = _y - 175;
_root.coc._alpha = 100;
} else if ((tentacle == 1) and (car == 1)) {
_root.loli._x = _x;
_root.loli._y = _y - 175;
_root.loli._alpha = 100;
}
}
}
Instance of Symbol 5 MovieClip "umbrella" in Frame 1
onClipEvent (load) {
_xstart = _x;
_ystart = _y;
}
on (press) {
g = true;
_root.n = "An Umbrella";
}
on (release) {
g = false;
_root.n = "none";
if (this.hitTest(this._parent.basket) and (_root.item < 2)) {
_root.basket.umbrella = _root.basket.umbrella + 1;
_root.item = _root.item + 1;
g = false;
_x = _xstart;
_y = _ystart;
}
}
onClipEvent (enterFrame) {
if (g == true) {
_x = (_xmouse + _x);
_y = (_ymouse + _y);
}
}
Instance of Symbol 7 MovieClip "cd" in Frame 1
onClipEvent (load) {
_xstart = _x;
_ystart = _y;
}
on (press) {
g = true;
_root.n = "CD";
}
on (release) {
g = false;
_root.n = "none";
if (this.hitTest(this._parent.basket) and (_root.item < 2)) {
_root.basket.cd = _root.basket.cd + 1;
_root.item = _root.item + 1;
g = false;
_x = _xstart;
_y = _ystart;
}
}
onClipEvent (enterFrame) {
if (g == true) {
_x = (_xmouse + _x);
_y = (_ymouse + _y);
}
}
Instance of Symbol 9 MovieClip "car" in Frame 1
onClipEvent (load) {
_xstart = _x;
_ystart = _y;
}
on (press) {
g = true;
_root.n = "A Car";
}
on (release) {
g = false;
_root.n = "none";
if (this.hitTest(this._parent.basket) and (_root.item < 2)) {
_root.basket.car = _root.basket.car + 1;
_root.item = _root.item + 1;
g = false;
_x = _xstart;
_y = _ystart;
}
}
onClipEvent (enterFrame) {
if (g == true) {
_x = (_xmouse + _x);
_y = (_ymouse + _y);
}
}
Instance of Symbol 11 MovieClip "pentagram" in Frame 1
onClipEvent (load) {
_xstart = _x;
_ystart = _y;
}
on (press) {
g = true;
_root.n = "PENTAGRAM";
}
on (release) {
g = false;
_root.n = "none";
if (this.hitTest(this._parent.basket) and (_root.item < 2)) {
_root.basket.pentagram = _root.basket.pentagram + 1;
_root.item = _root.item + 1;
g = false;
_x = _xstart;
_y = _ystart;
}
}
onClipEvent (enterFrame) {
if (g == true) {
_x = (_xmouse + _x);
_y = (_ymouse + _y);
}
}
Instance of Symbol 13 MovieClip "tentacle" in Frame 1
onClipEvent (load) {
_xstart = _x;
_ystart = _y;
}
on (press) {
g = true;
_root.n = "Tentacle Monster";
}
on (release) {
g = false;
_root.n = "none";
if (this.hitTest(this._parent.basket) and (_root.item < 2)) {
_root.basket.tentacle = _root.basket.tentacle + 1;
_root.item = _root.item + 1;
g = false;
_x = _xstart;
_y = _ystart;
}
}
onClipEvent (enterFrame) {
if (g == true) {
_x = (_xmouse + _x);
_y = (_ymouse + _y);
}
}
Instance of Symbol 19 MovieClip "reser" in Frame 1
on (release) {
_root.item = 0;
_root.basket.kerta = 0;
_rotation = 0;
_root.basket.d = false;
_root.n = "none";
_root.umbrella._x = _root.umbrella._xstart;
_root.umbrella._y = _root.umbrella._ystart;
_root.cd._x = _root.cd._xstart;
_root.cd._y = _root.cd._ystart;
_root.car._x = _root.car._xstart;
_root.car._y = _root.car._ystart;
_root.basket.umbrella = 0;
_root.basket.cd = 0;
_root.basket.car = 0;
_root.basket.tentacle = 0;
_root.basket.pentagram = 0;
_root.mongler._alpha = 0;
_root.pump._alpha = 0;
_root.goatse._alpha = 0;
_root.wryy._alpha = 0;
_root.vista._alpha = 0;
_root.cosplay._alpha = 0;
_root.none._alpha = 0;
_root.loli._alpha = 0;
_root.coc._alpha = 0;
_root.bush._alpha = 0;
_root.pope._alpha = 0;
_root.jammu._alpha = 0;
_root.tenc._alpha = 0;
_root.aazu._alpha = 0;
_root.mario._alpha = 0;
}
Instance of Symbol 22 MovieClip "pump" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 25 MovieClip "goatse" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 28 MovieClip "mongler" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 31 MovieClip "wryy" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 34 MovieClip "loli" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 37 MovieClip "vista" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 40 MovieClip "cosplay" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 43 MovieClip "wtf" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 46 MovieClip "none" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 49 MovieClip "coc" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 52 MovieClip "tenc" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 55 MovieClip "bush" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 58 MovieClip "pope" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 61 MovieClip "jammu" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 64 MovieClip "aazu" in Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 67 MovieClip "mario" in Frame 1
onClipEvent (load) {
_alpha = 0;
}