:: HELP ::
:: HELP ::
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- Chip_Duggit0
If the nav is on some sort of a background, you can use the hit test function to use as a trigger to have something play. Hit Test only sees if you are on an object, it doesn't use the button functions, so you don't see the little hand. its really nice to use for this application, otherwise you have to figure out your max and min x & y coordinates, and then to a translate to see if the mouse is in that range, then do the movie clip function.
more than likely you can use the Hit Test and get away with that. Let me know how this works for you.
chip