PDA

View Full Version : flash navigation and selected states


jason@pixelpark
09-03-2001, 10:34 AM
hi

I am having trouble with a nav bar I made in flash. thru java script I am going to the coresponding html page and frame in the flash movie, my problem is how can I get a selected state or how can I go to the frame and then show the "over" frame on the button of that frame?

in other words how can I send two variables to the flash
movie


1. go to frame #
2. show the "over" state on the button of that frame

thanks in advance

Jesse
09-03-2001, 12:09 PM
you would have to make your button a movieclip as you can't send a button to a frame, it reacts only to mouse events.
how about a mc with 2 frames. frame 1 = button for actual interaction, frame 2 = psuedo button 'over' state for visual effect.