View Full Version : rollover button
wdaniel
02-21-2008, 12:01 AM
ok i have rollover button in flash that plays a movie clip, when i press it and got to that page i dont want the clip to play any more. but i still need to press the button again for further navigation. any ideas.
pleassssssssssse help
w........................
ArtOfWork
02-21-2008, 12:38 AM
ok i have rollover button in flash that plays a movie clip, when i press it and got to that page i dont want the clip to play any more. but i still need to press the button again for further navigation. any ideas.
pleassssssssssse help
w........................
When setting buttons in a movie in flash they should be on their own layer and above everything else, in otherwords the top most layer this way they become static throughout the entire movie.
In order for the movie clip to stop playing create a new layer call it actions and create a blank keyframe while adding the stop() function at which point in the timeline you wish the movie to stop playing.
If the movie is loading external content i.e. flv or some other media format then you can specify on the button itself code such as:
on(release){
stopAllSounds();
stop();
gotoAndPlay(5);
}
which in turn will stop any sound then stop the timeline at that point and finally go to and play at another point in the main timeline.
Could you be more specific on what you need done, then i or someone else might be able to help you further along with what your trying to accomplish.
wdaniel
02-21-2008, 09:43 PM
that works, but when i roll over the button again it still play the animation. the animation gets in the way of the content. the blurry button is my roll over button the picture you see is the animation that scrolls down when you rollover the button and when you roll out it goes away the problem is that when you goto anther page the. the content is going to be where the animation is so if i could disable the roll over and keep the release that would be great.
w............
wdaniel
02-22-2008, 01:32 PM
anyone please help
wdaniel
02-22-2008, 06:06 PM
please hellllllllllllllllllllllllllllllllllp someone.
w.........................
wdaniel
02-22-2008, 09:13 PM
heeeeeeeeeeeeeeeeeeeeeeeeeeeeeellllllllllllllllllllllllllllllllllllllppppppppppppppppppppppppppppp
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.