Create a layer over the tween if both exist in same layer. Otherwise if would be simple. Posy if I not very clear.
on (rollOver) {
_movieClipName.stop();
}
vishesh
Nearly a Posting Virtuoso
1,381 posts since Oct 2006
Reputation Points: 85
Solved Threads: 42
Then this would work:
movieclipname.onRollOver = function(){
stop();
}
I removed this because if you use that it will stop the clip playing inside that movie clip will stop, not the current layer. Otherwise if you have put actionscript a level above then put this . LOL its much hard to explain as compared to what it really is. :D
vishesh
Nearly a Posting Virtuoso
1,381 posts since Oct 2006
Reputation Points: 85
Solved Threads: 42