flash headz
flash headz
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- czrock0
I have this on the button:
on(rollOver){
fade = true;
invis.useHandCursor = false;
}
on(rollOut, dragOut){
fade = false;
}
I have this on the button:
on(rollOver){
fade = true;
invis.useHandCursor = false;
}
on(rollOut, dragOut){
fade = false;
}