I am scripting a thumbnial horizontal scroller, it will included (loaded) into a main .swf.
my problem is this, I have a big hidden button on the top layer that detects the rollOver and gets the thumbs moving, works great, except it prevents all my other other rollOvers from working… I undstand why it does this, what I would like to know is some kind of alternate way to trigger my function… or some trick other than swapDepths, or if swapDepths is the only way, how do I trigger it to swap the moveHit for the urlHit…
I have tried everything from a hidden button that covers the stage, to using:
this.onRollOver = function() {
_root.moveStrip();
};
on everything.
hopefully I am missing something small.
I forgot to mention that the strip will reset on(rollOut) as well, or else I wouldn’t worry about it, and just let the mouse drive it constantly.
sorry for being so verbose : )
Mayhem
www.2muchinfo.com