|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
blending from one color to other
What's the best way to make a button over state that blend from one color to another. Basically, the only part I need to know is what's the best way to make a color blend from one shape to another.
__________________
Some day I'll create a smart quote to put here. |
|
#2
|
||||
|
||||
|
I think I would make a movie clip that tweens the tint to the desired color, with stop actions and labels at each keyframe. Then change its behavior to act as a button, and put in some code to say:
Code:
on(rollover){
movieClip.gotoandplay("tintIt");
}
on(rollout){
movieClip.gotoandplay("untintIt");
}
make sense? anybody else have a better idea? |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > blending from one color to other |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|