zeech26
04-08-2009, 10:47 PM
hello, this stems from another post:
I have built my masking images inside one movie clip that open and close upon roll over for menu options on a homepage.
The client wants a dropdown menu underneath the rollovers, which you can see here.http://contentx.com/MINAHASA_WEB/homepage.html
Rolling over the "Resort" tab in the movie clip, I have placed the dummy dropdown, but when I try and make each text item in the drop down a button, you can see what happens with the first text treatment, it turns orange and then fades away. If you continue towards the other options which are not active, it works visually, but I don't have a clue on how to make the text link.
Anyone want to offer a decent solution to this problem?
Note: I am using lots of tweens and very little Action Script, as I am learning AS.
This is the script I use in my movie clips for the roll over and roll out:
this.btnw05.onRollOver = function() {
gotoAndPlay("btnw05_over");
}
this.btnw05.onRollOut = function() {
gotoAndPlay("btnw05_out");
}
stop();
One more thing to add to my hideously long post, there is some confusion within my movie clip when you try and navigate with the mouse going horizontally... If anyone has any insight on why this is happening, thank you!
cheers
zack
I have built my masking images inside one movie clip that open and close upon roll over for menu options on a homepage.
The client wants a dropdown menu underneath the rollovers, which you can see here.http://contentx.com/MINAHASA_WEB/homepage.html
Rolling over the "Resort" tab in the movie clip, I have placed the dummy dropdown, but when I try and make each text item in the drop down a button, you can see what happens with the first text treatment, it turns orange and then fades away. If you continue towards the other options which are not active, it works visually, but I don't have a clue on how to make the text link.
Anyone want to offer a decent solution to this problem?
Note: I am using lots of tweens and very little Action Script, as I am learning AS.
This is the script I use in my movie clips for the roll over and roll out:
this.btnw05.onRollOver = function() {
gotoAndPlay("btnw05_over");
}
this.btnw05.onRollOut = function() {
gotoAndPlay("btnw05_out");
}
stop();
One more thing to add to my hideously long post, there is some confusion within my movie clip when you try and navigate with the mouse going horizontally... If anyone has any insight on why this is happening, thank you!
cheers
zack