jen2650
06-30-2005, 08:38 PM
i am having tons of problems with a rollover i'm trying to do :( . what i want to have happen is for a scrolling image to stop when the mouse is over it and i can't get it to work.
here is the script i am trying...
onClipEvent (mouseMove) {
scrollBar.onRollOver = function() {
stop();
}
}
any help at all will be usefull, thankyou ;)
here is the script i am trying...
onClipEvent (mouseMove) {
scrollBar.onRollOver = function() {
stop();
}
}
any help at all will be usefull, thankyou ;)