Flash rollOut feature

lordtron

New Member
Messages
85
Reaction score
0
Points
0
I am having troubles with the Flash rollOut feature in Flash 8


I have tried many many different ways of doing it, but none work at all for me. I want it so that when the user moves the cursor outside of the buttons rage it loads a Movie-Symbol. The movie fades the button out.


So if anyone can help me out, that wold be greatful.
 

port5900

New Member
Messages
150
Reaction score
0
Points
0
i'm not sure i got this right but you want the person to move off of the button and the button fade away?

place the button in a movie clip. and on roll out have the movie that has the button inside of it fadeout.
your actionScripting this right?
 

lordtron

New Member
Messages
85
Reaction score
0
Points
0
Ok heres the whole story.


When the user rollOver's it the button glows.
When the user onRelease the fade goes away(fades out)
What I want is when the user rollOut the button, it does the same thing as the onRelease, it fades the glow away.

For the rollOver and onRelease thats easy in Flash, but the rollOut is not as easy. All the glow effects and everything are already a movie. I have them all setup.
The button is a button. And it contains movies within it.


So far all that I have seen is all done by actionscripting, if thats what I need to do then I am fine. But what code do I use to do this action?
 

lordtron

New Member
Messages
85
Reaction score
0
Points
0
Thanks a lot, that so helped me out.
I got it working, I just have to try to finger out how to get the on(release) function to work...But heck thats no biggy thanks for the help.
 
Top