Filed under:hznp.com — cfz @ January 8, 2009 edit
Hello boys & girls...
Well, I have a button that shows 2 movieclips.
These movieclips are used as options for the interface.
It's driving me crazy because only one of the two buttons
changes its state (on/off).If you put them in seperate layers,
only the upper layer works...
Can some help me plz???
I have the fla movie attached....
Thanks in advance!I put a trace on the second frame of the sndFX red line animation and it traces out. Not sure what the heck is going on with that!!I got it........you didn't convert the red line on the FX animation to a symbol. The BG one is a symbol. I removed the vector and placed a copy of your line symbol on there and it works beautiful!
39171
:party:I'm not sure if I understand you correctly but try this in your buttons code and see if it's what you're looking for.
sndFX.onPress = function() {
play();
};
sndBG.onPress = function() {
play();
};
this.stop();thanks but this didn't worked because using just play(); targets to the movieclip tha contains the script.I want to target those two movielcips that are used as buttons ('background', 'fx & sounds');
Have you noticed that only one button changes state when you click on it?
I want both of them to do the same thing...#If you have any other info about this subject , Please add it free.# |
|
