Actionscript Colour Change
- Started
- Last post
- 8 Responses
- Fleaguru
hi all, can anyone help or direct me to a tutorial for a function in Actionscript that will allow me to call the function by targeting a clip and telling it the hex colour I want it to fade to.
Found some bits that have me play with the RGB bits, but I'm sure there's another way!
Cheers
P
- UndoUndo0
http://www.kirupa.com check the color object
- PonyBoy0
Enter response:
http://laco.wz.cz/tween/?page=do…
download and install the proper extension and corresponding .as file...
the link goes immediatly to the colorTo() function so you get an idea of how it all works.
enjoy.
- silencer0
what pony boy said.
- Fleaguru0
Thanks guys!
- Fariska0
laco.wz.cz/tween/?page...
download and install the proper extension and corresponding .as file...
the link goes immediatly to the colorTo() function so you get an idea of how it all works.
PonyBoy
(Jul 6 05, 04:17)What is this? Custom methods?
- silencer0
Custom functions for changing properties in flash.
There are delays, callbacks etc. Very useful.
- shaft0
I was a bit disappointed with those functions when I noticed that when you try to tween an object that is already being tweened, it jams and won't budge anymore.
Possibly I'm doing something wrong.
- silencer0
works fine here.