|
I'm searching for a way to change the properties of a courselab object using javascript. I already had some success using functions like NextSlide(), ShowObject(), etc. Now I want to display a notifier object which by default has a opacity level of 0 %. When the user hovers over the notifier the opacity level should increase to 40 %. To accomplish this I wrote a javascript action for the event onmouseover: $OBJ_24.opacity = 40; ... but that throws a javascript error. Is there any possibility to achieve the above mentioned functionality without using two notifier objects?
Peter
|