i am using a sliding effect for the navigation on a client site.
www.broadcastsolutionsllc.com/goulds
but i have so many on(rollOver)'s on the button that i think its not letting the on(release) get threw.
on (release) {
getURL("http://www.broadcastsolutionsllc.com");
}
on (rollOver) {
_root.targetx = 200;
_root.targety = 1;
}
on (rollOver) {
boat.xMove = boatBtn_1._x;
}
on (rollOver) {
sky.xMove = skyBtn_1._x;
}
on (rollOver) {
w3.xMove = w3Btn_1._x;
}
on (rollOver) {
w2.xMove = w1Btn_1._x;
}
on (rollOver) {
w1.xMove = w1Btn_1._x;
}
There is the code…if anyone can tell whats going on, other than the fact that i don’t know how to code for ****, then let me know.
Thanks