I'm new here from the US.
So anyways. I have this little project I'm working on.
I have successfully created the buttons and mouse over movies and everything works great.
But on when the mouse rolls out the button just snaps back to 1. Yes this is how it is supposed to be...
BUT instead of snapping back to frame 1 I would like it to GLIDE or FADE back to frame 1.
The button in the code below is 10 frames with stop frame at 10.
On frame 11 I made the reversal of frames 1 - 10 to fade the button back in to 100% alpha.
for an example:
The button goes from 100% alpha to 0% (frame 1 - 10) on rollover
ON rollout it snaps back to frame 1 with 100% alpha. (this is what is supposed to happen but not what I want).
I want to make the roll out fade from 0% alpha to 100% alpha on roll out.
Neither code does what I am looking for
this.pro.onRollOut = function(){
gotoAndStop._11 = 100;
}
this.pro.onRollOut = function(){
gotoAndPlay._11 = 100;
}
I found this thread.
http://www.dreaminco...h...c=15726&hl=
Not exactly what I'm looking for, but I believe the original poster was looking for similar answer that I am seeking.
I hope I have been descriptive enough.
If not I found this website.... (not the one I am working on)
http://www.makeupforever.fr/
If you mouse over the center it does whatever (this is not a problem for me to make)
but when you mouse out it GLIDES/FADES back to frame 1.... this is what i want!!
=)
This post has been edited by Adaptive: 16 January 2009 - 08:58 PM

New Topic/Question
Reply



MultiQuote






|