Matt1
September 30, 2004, 11:33pm
1
ok look:
http://www.guidone.com/matt/test.swf
see how when u rollover it starts changing colors and when u rolloff it flips straight back to normal?
well how do the people make it so when u hover over for so long and its not dont going through it goes back? instead of flipping back?
thx if anyone knows how…
system
October 1, 2004, 3:53am
2
what the heck nobody knows how??? :h:
system
October 1, 2004, 4:08am
3
system
October 1, 2004, 8:34am
4
I don’t think that’s what you mean, is it?!
…
Make a movie clip with the animation of the button in it. When you roll the mouse over it plays and when you roll the mouse out, you can use a script like this on the mc:
onClipEvent (enterFrame) {
if (_root.mouseOutCheck == true) {
this.prevFrame();
}
}
…remember to create the variable: _rrot.mouseOutCheck and assign the ‘true’ value when the mouse rools out.
system
October 1, 2004, 12:39pm
5
You can also just put a the fading animation in the rollover state of a button.