Frame 1
stop();
Instance of Symbol 10 MovieClip "but5" in Frame 1
onClipEvent (load) {
this.a = 1;
this.timesmorz = 0.82;
this.maxang = 70;
this.n_osc = 1;
}
onClipEvent (enterFrame) {
setProperty(_root.but5, _rotation , (Math.sin(this.n_osc * this.a) * Math.pow(this.timesmorz, this.a)) * this.maxang);
this.a = this.a + 0.1;
}
Instance of Symbol 12 MovieClip "but6" in Frame 1
onClipEvent (load) {
this.a = 1;
this.timesmorz = 0.82;
this.maxang = 70;
this.n_osc = 1;
}
onClipEvent (enterFrame) {
setProperty(_root.but6, _rotation , (Math.sin(this.n_osc * this.a) * Math.pow(this.timesmorz, this.a)) * this.maxang);
this.a = this.a + 0.1;
}
Instance of Symbol 14 MovieClip "but1" in Frame 1
onClipEvent (load) {
this.a = 1;
this.timesmorz = 0.82;
this.maxang = 70;
this.n_osc = 1;
}
onClipEvent (enterFrame) {
setProperty(_root.but1, _rotation , (Math.sin(this.n_osc * this.a) * Math.pow(this.timesmorz, this.a)) * this.maxang);
this.a = this.a + 0.1;
}
Instance of Symbol 16 MovieClip "but2" in Frame 1
onClipEvent (load) {
this.a = 1;
this.timesmorz = 0.82;
this.maxang = 70;
this.n_osc = 1;
}
onClipEvent (enterFrame) {
setProperty(_root.but2, _rotation , (Math.sin(this.n_osc * this.a) * Math.pow(this.timesmorz, this.a)) * this.maxang);
this.a = this.a + 0.1;
}
Instance of Symbol 20 MovieClip "but3" in Frame 1
onClipEvent (load) {
this.a = 1;
this.timesmorz = 0.82;
this.maxang = 70;
this.n_osc = 1;
}
onClipEvent (enterFrame) {
setProperty(_root.but3, _rotation , (Math.sin(this.n_osc * this.a) * Math.pow(this.timesmorz, this.a)) * this.maxang);
this.a = this.a + 0.1;
}
Instance of Symbol 24 MovieClip "but4" in Frame 1
onClipEvent (load) {
this.a = 1;
this.timesmorz = 0.82;
this.maxang = 70;
this.n_osc = 1;
}
onClipEvent (enterFrame) {
setProperty(_root.but4, _rotation , (Math.sin(this.n_osc * this.a) * Math.pow(this.timesmorz, this.a)) * this.maxang);
this.a = this.a + 0.1;
}
Symbol 6 Button
on (rollOver) {
_root.but1.a = 1;
_root.but1.timesmorz = 0.82;
_root.but1.maxang = 70;
_root.but1.n_osc = 1;
}
on (release) {
getURL ("/projects/");
}
Symbol 8 Button
on (rollOver) {
_root.but2.a = 1;
_root.but2.timesmorz = 0.82;
_root.but2.maxang = 70;
_root.but2.n_osc = 1;
}
on (release) {
getURL ("/studio/");
}
Symbol 18 Button
on (rollOver) {
_root.but3.a = 1;
_root.but3.timesmorz = 0.82;
_root.but3.maxang = 70;
_root.but3.n_osc = 1;
}
on (release) {
getURL ("/forum/");
}
Symbol 22 Button
on (rollOver) {
_root.but4.a = 1;
_root.but4.timesmorz = 0.82;
_root.but4.maxang = 70;
_root.but4.n_osc = 1;
}
on (release) {
getURL ("/links/");
}
Symbol 26 Button
on (rollOver) {
_root.but5.a = 1;
_root.but5.timesmorz = 0.82;
_root.but5.maxang = 70;
_root.but5.n_osc = 1;
}
on (release) {
getURL ("/extra/");
}
Symbol 29 Button
on (release) {
getURL ("/");
}
Symbol 48 MovieClip Frame 1
_root.zz = _root.zz + 1;
if (3 < _root.zz) {
gotoAndPlay (100);
}
Symbol 48 MovieClip Frame 120
stop();
Symbol 49 Button
on (rollOver) {
_root.but6.a = 1;
_root.but6.timesmorz = 0.82;
_root.but6.maxang = 70;
_root.but6.n_osc = 1;
}
on (release) {
getURL ("/chat/");
}