boycetown
11-16-2007, 02:19 AM
hey everyone, i have a question, i have several moving objects on the stage. what i want to happen is that when i rollover a moving object, it stops and text/data appears below the object. when i roll off, it goes back to moving. i have everything down except for the data appearin below. what i've tried is converting the object into a button and a movie and have gotten none to work.
when i converted it to a button, i added the data/text on the over state of the button. it never appears when previewing the movie.
when i converted it to a movie, i placed the following script onto it:
on (rollOver) {
gotoAndPlay(2);
}
when i converted it to a button, i added the data/text on the over state of the button. it never appears when previewing the movie.
when i converted it to a movie, i placed the following script onto it:
on (rollOver) {
gotoAndPlay(2);
}