PDA

View Full Version : Setting a rollover Action


butty
08-14-2007, 04:06 PM
Hello,

I'm totally new to Actionscript and would like to request a little help.

I want to have an image fade in as the mouse hovers over the stage and fade out again as the mouse moves off the stage. After trying to learn a bit I understand that I need to put an on rollover event over the stage area.

Trouble is, I don't know where to go from there. I know I need to convert the image that I want to fade in and out to a symbol. I just don't know how to connect the rollover event to changing the alpha property of the image.

If anyone could give me a few pointers in the right direction so I can figure it out for myself I'd really appreciate it, Thanks.

:thumbsup:

srule_
08-14-2007, 04:57 PM
Maybe this resouces will help: http://www.kirupa.com/forum/showthread.php?t=203608

It deals with your question.