all groups > macromedia flash sitedesign > may 2005 >
You're in the

macromedia flash sitedesign

group:

Making Fading image rollover a link



Making Fading image rollover a link Herrjosua
5/5/2005 4:33:25 PM
macromedia flash sitedesign: I have got my fading image rollover to work, but now I need to make it a link.
How would I go about this?
You can view what the fading image rollover looks like and download the source.
http://www.howlingwolfstudios.net/source.htm
Re: Making Fading image rollover a link derobinson
5/19/2005 2:11:55 AM
Can't see your source files (404 error). But the answer is pretty simple.
SOunds like you already have code using onRollOver and onRollOut to handle the
fading in and out. Simply add an onRelease for the same MC...so something like
this:

myMC.onRelease = function(){
//whatever the action should be when the MC is clicked
}

Hope that helps!

AddThis Social Bookmark Button