Question
frame number controlled by location
I have a movie that I want to play the frame number based on
the y location of an object gotoAndStop(slider._y);
the y direction can move the same number as there are frames of the movie. it is a movie on a frame that I am trying to control, so I was thinking it would have to look like:
_root.movies.gotoAndPlay(slider._y);
I want it to move the frame number when the object moves, so not on(release)
any help would be great
the y direction can move the same number as there are frames of the movie. it is a movie on a frame that I am trying to control, so I was thinking it would have to look like:
_root.movies.gotoAndPlay(slider._y);
I want it to move the frame number when the object moves, so not on(release)
any help would be great