Help with Flash MX
Im doing a summer placement with a company that needs to get into selling online, all is going fine and the site with coding is nearly finished (Using ColdFusion to pull data from databases etc).
All was going fine, but then I was asked to do "An animation"/introduction for the site. So I fired up flash for the 1st time.
Ive got to grips with the basics but am stuck now. I have 4 buttons on a page which are all instances of the same button. When I roll the mouse over each button I want it to display a small text box with a few words about the section the button referes to. I cant change the "over" state of the button to include this as then all the buttons display the same text.
I set about looking for a way to show text boxes by making them visible when the mouse is over a button. I would have thought it would be something like
on(rollover){
_root.txt1.visible=true;
}
but no, no methods like that exist.
Does anyone know how I can do this?
Thanks in advance
Phob
All was going fine, but then I was asked to do "An animation"/introduction for the site. So I fired up flash for the 1st time.
Ive got to grips with the basics but am stuck now. I have 4 buttons on a page which are all instances of the same button. When I roll the mouse over each button I want it to display a small text box with a few words about the section the button referes to. I cant change the "over" state of the button to include this as then all the buttons display the same text.
I set about looking for a way to show text boxes by making them visible when the mouse is over a button. I would have thought it would be something like
on(rollover){
_root.txt1.visible=true;
}
but no, no methods like that exist.
Does anyone know how I can do this?
Thanks in advance
Phob
0
Comments
Thanks for the reply