Forum Moderators: open
I then use:
imgObjText.filters[0].apply();
imgObjText.innerHTML = 'myCode'
imgObjText.filters[0].play();
I was wondering does anyone know how to reverse the above script? The layer now slides in and displays the message, I would like to call another script to slide the layer off and remove the message using this filter.
Again thanks in advance,
-Gs