Hi
I want to click an image in order to open another movie2.dir. I've managed to do it:
on mouse up
play movie "movie2.dir"
end
I don't want it to start playing the 1st frame, but the 15th frame, or another marker.
How do I script it inside the first movie?