Hey people…
I was following the tutorial for the RollOver/RollOut effects button…and I came into a snag. Everything worked great…with exception for a little bit that I wanted to change.
I wanted the rollover/rollout effect but have multiple buttons with different links. In this tutorial, you can only go to one URL. I was interested in using the rollover/rollout feature as part of a dropdown menu in flash.
To get a better understanding of exactly what I’m trying to do…here is a link to my swf file…
http://smartnetnyc.com/2007/top_nav.html
Here is the tutorial I was using:
http://www.kirupa.com/developer/mx2004/button_effect.htm
Is there any way to take the following line of code and play with the instance names?
[FONT=Arial][SIZE=2] [/SIZE][/FONT][FONT=Arial][SIZE=2]this.onRelease = function(){ [/SIZE][/FONT][FONT=Arial][SIZE=2] getURL(“http://www.kirupa.com”,"_blank"); [/SIZE][/FONT][FONT=Arial][SIZE=2] } [/SIZE][/FONT]