action script question
action script question
Out of context: Reply #7
- Started
- Last post
- 7 Responses
- jking760
if you don't want it to fade, crap easy:
on(rollOver) {
target._visible = 1;
}
on(rollOut) {
target._visible = 0;
}
if you don't want it to fade, crap easy:
on(rollOver) {
target._visible = 1;
}
on(rollOut) {
target._visible = 0;
}