flash gubbins...
flash gubbins...
Out of context: Reply #7
- Started
- Last post
- 8 Responses
- 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*