1 Attachment(s)
My Button Won't Activate...
Hi all,
I know it's something simple but could someone please take a look at the attached file and tell me what I am doing wrong! There is an MC on the rollOver state of my button but it won't play, it starts to play and then stops... Any help would be much appreciated!
Problem with Flash Button
I just stumbled across this thread, and am having a similar problem.
I have just started working with Flash, and don't have much experience. I am trying to create a simple flash menu, where rolling over each menu items causes a different movie clip to play.
I have tried to model my .fla and Action Script after the files in this thread. My movie clip plays fine by itself, but nothing happens when I rollover my button.
I'd appreciate any assistance anyone can give.
--Uh oh. I tried to upload my .fla, but apparently it's too big (even .zipped).
Here's my action script for the button:
on(rollOver) {
_root.productsMC_mc.gotoAndPlay("xplay");
}
on(rollOut) {
_root.productsMC_mc.gotoAndStop("1");
}
I've name the second frame of my movie clip (productsMC_mc) xplay, and added
stop;
to the action script of the first and last frames of the movie clip.
Is there anyway to make my .fla smaller so I can upload it? It's almost 4MBs!
Thanks!