PDA

View Full Version : multiple on(rollOver) possible?


mandrews
10-26-2005, 03:12 PM
frame 1 -

i have 4 movie clips in a row that all have this on them:
on(rollOver) {gotoAndPlay(2);}
on(rollOut) {gotoAndPlay(7);}
on(release) {_parent.gotoAndPlay(2);}

the last line changes per clip ({_parent.gotoAndPlay(2);})

i also have a movie clip on a layer above that is "constantly" moving. it actually is the "look" as if you would rollover the clips individually, its just to let you know they are dynamic.

so, i am trying to put in a script to stop the top layer animation - basically, i want to have a rollover on any of the 4 movie clips stop this one animation in the same frame. but it doesn't work. probably because each one already has a on(rollOver) on them. any suggestions.

www.a-mja.com/v01.html

THANKS!!!