Frame 1
k = 0;
while (k < 50) {
duplicateMovieClip (_root.snow, "snow" + k, k);
k++;
}
Instance of Symbol 5 MovieClip "snow" in Frame 1
onClipEvent (load) {
movieWidth = 450;
movieHeight = 400;
i = 1 + (Math.random() * 2);
k = -3.14159265358979 + (Math.random() * Math.PI);
this._xscale = (this._yscale = 50 + (Math.random() * 100));
this._alpha = 75 + (Math.random() * 100);
this._x = -10 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * Math.PI);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 20 MovieClip "instance" in Frame 1
onClipEvent (mouseMove) {
Mouse.hide();
_y = _root._ymouse;
_x = _root._xmouse;
updateAfterEvent();
}
Frame 2
bgSound1 = new Sound(this);
bgSound1.attachSound("sound1");
bgSound2 = new Sound(this);
bgSound2.attachSound("sound2");
bgSound3 = new Sound(this);
bgSound3.attachSound("sound3");
stop();
Instance of Symbol 23 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 24 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 24 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 24 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 24 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 24 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 23 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 23 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 23 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 23 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 26 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 28 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 30 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 32 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 34 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 36 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 38 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 40 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 42 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 44 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 44 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 46 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 48 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 13 Button
on (release) {
_root.play();
}
Symbol 14 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 14 MovieClip Frame 2
gotoAndPlay (1);
Symbol 51 MovieClip Frame 1
stop();
Symbol 53 Button
on (release) {
((!played) ? (bgSound1.start(0, 99)) : (bgSound1.stop()));
((!played) ? ((played = 1)) : ((played = 0)));
if (played) {
(_root.tab1.gotoAndStop(2));// not popped
} else {
(_root.tab1.gotoAndStop(1));// not popped
}
_root.tab2.gotoAndStop(1);
_root.tab3.gotoAndStop(1);
}
Symbol 54 Button
on (release) {
((!played) ? (bgSound2.start(0, 99)) : (bgSound2.stop()));
((!played) ? ((played = 1)) : ((played = 0)));
if (played) {
(_root.tab2.gotoAndStop(2));// not popped
} else {
(_root.tab2.gotoAndStop(1));// not popped
}
_root.tab1.gotoAndStop(1);
_root.tab3.gotoAndStop(1);
}
Symbol 55 Button
on (release) {
((!played) ? (bgSound3.start(0, 99)) : (bgSound3.stop()));
((!played) ? ((played = 1)) : ((played = 0)));
if (played) {
(_root.tab3.gotoAndStop(2));// not popped
} else {
(_root.tab3.gotoAndStop(1));// not popped
}
_root.tab1.gotoAndStop(1);
_root.tab2.gotoAndStop(1);
}
Symbol 57 Button
on (release) {
getURL ("http://www.newgrounds.com");
}
Symbol 59 Button
on (release) {
getURL ("http://www.newgrounds.com/gold/profile/template.php3?id=683373");
}
Symbol 61 Button
on (release) {
getURL ("http://www.newgrounds.com/gold/profile/template.php3?id=1387976");
}