Copy link to clipboard
Copied
I have created a very simple banner in Animate. There is only one text that changes in to another text and then it should stay like that. The two texts are made into movieclips and I have used classic tween.
When I run the preview in the timeline everything goes as it should and the banner stops to the last frame where the second movieclip remains visible. This is how I would want it. But when I run the test (Control >> Test) something strange happens. When the animation reaches the last frame the second movieclip disappeares and the only elements that remaine are the ones that are not movieclips. In other words it looks like the banner doesn't stop where I want it to stop. This also happened when I tested the banner in Google DoubleClick HTML5 validator. What possibly could be the problem here?
Could it be because it is looping when you test movie?
Try this:
1. Add a new layer
2. Drag the layer to the top of your stack and named it "A" or "Actions"
3. Add a keyframe (F6) on the frame where your Movieclip is where you wanted it to stop.
4. the select that empty keyframe, and select Window > Actions (or press F9)
5. in the actions panel type
this.stop();
6. Save
Try testing your movie again!
Hope this helps!
mark
Copy link to clipboard
Copied
Could it be because it is looping when you test movie?
Try this:
1. Add a new layer
2. Drag the layer to the top of your stack and named it "A" or "Actions"
3. Add a keyframe (F6) on the frame where your Movieclip is where you wanted it to stop.
4. the select that empty keyframe, and select Window > Actions (or press F9)
5. in the actions panel type
this.stop();
6. Save
Try testing your movie again!
Hope this helps!
mark
Find more inspiration, events, and resources on the new Adobe Community
Explore Now