Hello again.
I just created a hover captions where I followed the following tutorial:
http://www.kirupa.com/developer/mx/captions.htm
Does anyone know how to solve this issue: When previewing in a browser the hover blinks once while the page is loading depending on where my mouse is. It looks awful. I looked at the code from the tutorial and it says:
onClipEvent (enterFrame) {
if (_root.x==1) {
this._alpha = 50;
} else {
this._alpha = 0;
}
}
Since the alpha is 0 unless you roll over …why is this happening?
Please help…Showing freelance site in 29 minutes!!!