all groups > macromedia flash sitedesign > december 2003 >
You're in the

macromedia flash sitedesign

group:

Image Roll Over on flash buttons


Image Roll Over on flash buttons cvedesigns
12/7/2003 3:01:52 PM
macromedia flash sitedesign:
I want to create on my main page a menu system which contains 4 buttons and when some one moves over that button it will show and image related to the subject on the right hand side in a wierd shape and this will happen with the othe buttons, now I know how to create simple buttons but a little help would be preffered on this one please

Re: Image Roll Over on flash buttons stwingy
12/7/2003 8:22:41 PM
All you have to do is create 4 movieclips corresponding to your 4 buttons and set _visible to false.
eg/on the timeline
//movieclip mc1, button button1
mc1._visible = false;
button1.onRollOver = function(){
mc1._visible = true;
}
button1.onRollOut = function(){
mc1._visible = false;
}


Certified but not by Macromedia!
Re: Image Roll Over on flash buttons cvedesigns
12/7/2003 10:34:28 PM
Thank you For this It will help me lots


AddThis Social Bookmark Button