Christopher
08-29-2001, 04:18 PM
If you add a button to your scene in the first keyframe.
And later you move the position of that button by inserting a new keyframe (say keyframe 5) and drag the button to a new location for that keyframe.
My question is: If I want to trap the on rollover event for that button no matter where I move it on the screen how do I do that?
If I rightmouse on the button and click on actions - goto the mouse events and add say trace("over me"); it will only work for that location, even though its the same button.
I hope this is a silly question, and appreciate any help.
Thanks,
--Chris
And later you move the position of that button by inserting a new keyframe (say keyframe 5) and drag the button to a new location for that keyframe.
My question is: If I want to trap the on rollover event for that button no matter where I move it on the screen how do I do that?
If I rightmouse on the button and click on actions - goto the mouse events and add say trace("over me"); it will only work for that location, even though its the same button.
I hope this is a silly question, and appreciate any help.
Thanks,
--Chris