Frame 1
stop();
Instance of Symbol 8 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 10 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 12 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 16 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 20 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 4 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 6 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 14 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 18 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 22 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/");
}