flash gubbins...
- Started
- Last post
- 8 Responses
- jevad
I have 6 graphics on the same stage (main timeline), and would like to change their alpha value when you click a button - any kop?
ta
- jevad0
come awwwwwn!
: )
- gabriel_pc0
You're kidding right? The stuff in that little banner animation on your portfolio site is way more advanced than changing alphas.
- jevad0
whaaaahhhhaaaa!
mate - it's 3am and I'm seeing double.
I can't even spell my name right.
I know I'm fucking something really simple up because I have done this so many times before only this time it isn;t working..
ah fuck it I'm going to bed
- gabriel_pc0
no prob, understandable, should just be a few imgId._alpha's to do it.
- jevad0
thick as shit i am sometimes
setProperty (thumb5, _alpha, 40)
- Bozilla0
jev baby forget about setProperty thing it's waay too old. Use this:
imgMC._alpha=40;
- versa0
function fooOnPressHandler ()
{
for(i=0,i < 6,i++)
mc[i]._alpha = 0;
}fooButton.onPress = fooOnPressHandler;
*i am assuming your graphics can just be put into MCs name 1-6*
- jevad0
word boz!
cheers!