PDA

View Full Version : Buttons


ketan9
12-03-2003, 03:17 AM
I have been trying to work on creating multiple instances of same button. My problem is I want each instance of the same button (mainBttn) to have different color. I have gone crazy trying to figure it out but haven't come up with anything useful yet.

Also another question is kinda related to above. I have text instance(bttnLabel) in mainBttn. I want to have different bttnLabel for each of the instance created for mainBttn. Is it possible? or will I have to create separate buttons for each of my requirements. I need at least 30 buttons. So if creating instances of the same button would help me then it would be great.. Please reply soon.

Million Thanks in advance for your reply

webguy
12-03-2003, 06:47 PM
you want to check out the colorTransform object and you can't use buttons for it. Flash MX allows for the use of movieClips as buttons and colorTransform only works on movieClips. webG