I’m trying to create a button where a rollOver function triggers an alpha fade function of a separate MovieClip (main) to go to 100. (I’ve got the Alpha function working)
However, I want this Movieclip to fade out, not throught a rollOut function from the initial button, but when the user takes their mouse from the MovieClip itself* and not from the original button*.
A simple rollOut function referencing the main movieclip would normally do, but the problem is, the movieclip has seperate buttons within it which will interfere with the interaction.
I’ve tried triggering the Alpha function for the movieclip with hittest but its not worked, is this something to do with mouse listeners, or onload?
Please help, I’m really stuck!!
attached is how far I’ve got