I am working on a project, and I am trying to incorporate the get timer to pause a movie tutorial. I have a main movie and my second movie(2nd movie) that is being placed on the main stage. In my second movie I have two other movies with the get timer tutorial being implemented to pause those two movies. The problem that I am having is that my movies don’t seem to pause, and for some reason I am having a difficult time lining up my two movies. They are supposed to play one after the other and in place of the first, once the pause has lapsed. I am providing the .fla I hope I haven’t confused anyone. Any help would be appreciated.
yeah vogue 1 plays, pause then vogue 2. The reason there is a main timeline is because in the actual movie that I am working on those movies (vogue1 and vogue 2) will be sitting in another movie (one that contains the two(both vogues)) with the pause that will be place on the main time line
In the first two lines of the code the variables are defined. No problems here, right?
[AS]this.onEnterFrame = function() {[/AS]
This line defines the function that will be executed in the onEnterFrame handler.