gezzus234
04-07-2002, 08:13 AM
how do i get it so when i rollover a button, it stops n hides a mc thats on the stage?
and also, im using this coding for the motion effect
frame one ....
loops = "0";
blurs = "6";
frame 2...
if (Number(loops)<Number(Number(blurs)+1)) {
duplicateMovieClip ("clip1", "clip" add loops, loops);
setProperty ("clip" add loops, _alpha, 75-(loops*(50/blurs)));
loops = Number(loops) +1;
}
frame 3...
gotoAndPlay (2);
how can i use that so that all the objects named "clip1" will have this action script to it?
and also, im using this coding for the motion effect
frame one ....
loops = "0";
blurs = "6";
frame 2...
if (Number(loops)<Number(Number(blurs)+1)) {
duplicateMovieClip ("clip1", "clip" add loops, loops);
setProperty ("clip" add loops, _alpha, 75-(loops*(50/blurs)));
loops = Number(loops) +1;
}
frame 3...
gotoAndPlay (2);
how can i use that so that all the objects named "clip1" will have this action script to it?