flash dudes
- Started
- Last post
- 7 Responses
- Kiko
I have a white button which goes pink when rolled over, however I would like it to stay pink when cliked, and go back to white when another button is clicked.
Any ideas please?
- ********0
I gather from your question you havn't used flash much, so Quick and dirtiest way is to put yur button in a two-frame movieclip
- ********0
Um... how about you code it so that is what happens?
As a start, you need to move away from it being a button. Make it a movieclip and use as to colour it either white or pink depending on it's state. Over / Active / Inactive etc...
- Timson0
use mc's instead of buttons.
mc.onRelease -> gotoAndStop frame 2 (wich is another color than the original).
When another button (mc) is pushed make the previous one gotoAndStop frame 1 (original color).
You can easely sort out the active button (mc) by using a variable.
- kelpie0
Introduction to Greek, 101
- Kiko0
yeap your right, I have not used flash much, or lt least the spripting part of it. Ill look on the net for more information. thanx
- Timson0
if that's greek you obviously never used flash kelpie.
or did i misunderstood the question? if you're just looking for a fla, simply email me.
- ********0
yeap your right, I have not used flash much, or lt least the spripting part of it. Ill look on the net for more information. thanx
Kiko
(Jan 5 06, 04:26)I didn't mean it as a dig, more that there are manny ways to skin a cat in flash..and if you're new and not that knowlegable on scripting, then the two from movieClip technique suggested by Timson and myself will work fine.