Hi,
Still in learning stage so please help.
please look thru the code, i have a sofa-button scrolling from left to right, i want to display the sofa-large during a rollover event and hide during rollout event..how do i go abt doing that.
Thanks in advance.
==============code=============
sofa_large is a movie.
sofa-button is a button
sofa-sym is the pic that is used for the button as well as the movie
Scene 1
sofa_large, (SL)
actions for sofa_large
onClipEvent (load) {
_visible = false;
}
sofa-button
actions for sofa-button
on (rollOver) {
stop ();
}
on (rollOut) {
play ();
}
sofa-sym
Symbol Definition(s)
sofa_large
sofa-sym
sofa-button
sofa-sym
sofa-sym
=================================
further to that ..i realise that -visible property can only be used for movie...if that is the case if i have a graphic how do i go abt creating the above output...
Still in learning stage so please help.
please look thru the code, i have a sofa-button scrolling from left to right, i want to display the sofa-large during a rollover event and hide during rollout event..how do i go abt doing that.
Thanks in advance.
==============code=============
sofa_large is a movie.
sofa-button is a button
sofa-sym is the pic that is used for the button as well as the movie
Scene 1
sofa_large, (SL)
actions for sofa_large
onClipEvent (load) {
_visible = false;
}
sofa-button
actions for sofa-button
on (rollOver) {
stop ();
}
on (rollOut) {
play ();
}
sofa-sym
Symbol Definition(s)
sofa_large
sofa-sym
sofa-button
sofa-sym
sofa-sym
=================================
further to that ..i realise that -visible property can only be used for movie...if that is the case if i have a graphic how do i go abt creating the above output...