Flash dropdown
Flash dropdown
- Started
- Last post
- 2 Responses
- bk_shankz
Does anyone have a kickass dropdown script? I keep looking but can't find one. One where you don't create a giant invisible button for when you roll off the dropdown. i want to do something I can automate more because at this time I don't what's going to be in the subnavs. Thank you.
- bk_shankz0
bump
- unfittoprint0
I avoided the 'giant button bellow' by dynamically creating an empty MC, using the drawing API to create a square with a very thick outline [20px] with its _alpha=0 and the with size of the dropdow.
then just target a onRollOver event for it, making sure that its visibility is false until the dropdown is activated.