PDA

View Full Version : major Rollover problems!!!


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 ;)

Bufffy
07-01-2005, 07:37 AM
I think this is what you're looking for:

http://www.actionscripts.org/forums/showthread.php3?t=75360&highlight=scrolling

jen2650
07-02-2005, 05:27 PM
thankyou for the help :)