I’m still getting the hang of syntax on certain things.
If I’ve got a movie clip (let’s say it’s called 1) and on rollover, I want another MC (container_mc, an empty, dynamic text box) to display a certain set of text, would the following script work?
this.onRollOver = function(){
_root.container_mc.trace(‘You have rolled over button 1!’)
};
Ok, it doesn’t work. Does anyone know what will?