Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
bojamels #1
MovieClip Buttons won't work
I have a very simple movie clip - one frame which contains several buttons
(it's a sub-menu). When this clip is placed on the stage, it works perfectly.
When I use ActionScript to make the movie clip visible with the rollOver of a
seperate button, the clip appears, but it's buttons don't work. This code is on
the first frame of my fla file
stop()
subServices._visible = false
subServices.onRollOver = btnServices.onRollOver = function()
subServices._visible = true
subServices.onRollOut = btnServices.onRollOut = function()
subServices._visible = false
Any ideas as to what I'm doing wrong
Thanks
bojamels Guest
-
Form does not work when it?s laying in a movieclip
I have isolated the problem and it?s seems to be concentrated to the path ?mcForm.skickat eq "yes" below: (the serverside script is done in Php) ... -
buttons in mc buttons don't work ?
I'd like to make a menu that is off the page. The only part showing would be a tab that says "menu". So I made an MC that is off the page and has... -
Button inside movieclip ... don?t work
Ok, that?s the case I have a button that changes the _alpha with the RollOver/RollOut event, it works fine when I put it alone in the movie ... -
Buttons on Movieclip
Hi. I am a Flash MX newbie. I work on a number of projects where I try to create a complete menu in a movieclip. The usual idea is to include an... -
trying to get a button to work within a movieclip
Hi There -- I am trying to do something that I do not think is that complex, but I am frustrated! So, let's see if anyone can help me here! I... -
ovydiu #2
Re: MovieClip Buttons won't work
from what i understand, in the first case, the submenu is placed in _root and
in the second case in _root.moviecli
maybe that's your problem. you should check any other ascionscripts you used
in your movi
ovydiu Guest
-
pazzoboy #3
Re: MovieClip Buttons won't work
Okay, you have a button that, when rolled over, causes your submenu to appear.
Now, if you rollOut of the button, your submenu should disappear, yeah? So how
can you test your submenu? The second you leave the button, the submenu's
gone? Do you have an invisible button or something on top of your first button
and maybe the submenu? If so, then you're clicking the invisible button, not a
submenu item....and if the only action on that button is the rollOver, then
nothing will happen when you click it, eh
pazzoboy Guest



Reply With Quote

