Target a frame of movieclip on the timeline? (HTML5)
I am working on a HTML5 presentation that has about 100 layers and 400 frames. About 75% through the development my boss throws me a curve ball and I don't want to start from scratch.
Since I can't use scenes everything is laid out on a timeline. In the 10th keyframe I have a movieclip named "header" with an instance name of "header". That movie clip consists of 2 keyframes with a different logo on each frame. One logo on frame 0 and one on frame 9.
When the user clicks option one at frame 1 of my main timeline, it jumps to a specified keyframe on the main timeline and I want the "header" clip to display the logo on keyframe 0. When the user selects option 2 at frame 1 of my main timeline, I want the header clip to display the logo on keyframe 9.
Easy?
