NT/QBN rollovers?!
- Started
- Last post
- 2 Responses
- pixelEngine
Alright....so I am trying to create a nav using a system similar to the NT rollovers below here...the Refresh, Find, Broadcast buttons.
I can't seem to get the functions properly coded. I get the button to rolldown, but then it comes back.....and I do have a stop action on the MC.
Do I have to declare some sort of hitTest() to see if still over the MC or is there another way.... or unless anyone knows of some code lying around I could tear through that would be great!
Thanks NT!
- Reconfine0
on the movie clip, on rollover play( ) , make sure theres a stop frame then on rollout play (frame with the exit anim) and on the final frame of the movie clip, goto frame1 and stop.
- Reconfine0
alternatively created an invisible button around the thing so when you roll over that, it plays the rollback animation. If that makes sense. email me if it doesnt.