would someone help me? please? i’m stuck.
I have been trying for hours to figure out how to use this function to change an objects alpha from 1 to 100 to make it fade in.
the object is named ‘box’,
there is a button which calls the function.
function fadein(){
z = 1;
while ( z < 100 ){
_root.box._alpha = z;
z = z+1;
}
}
why wont this work? any ideas anyone, im a newbie to scripting.
here is the fla http://www.sullyworld.co.uk/flash/fader.fla