elektroluse
elektroluse

Reputation: 29

Flash/AS3 Animating an object in an application

So I have an application which the user enters data and then the stuff the person enters are used in calculations which are shown to the user. To the application I am adding an animation of a rotating circle. All the objects that are used in the application are in frame 1. The rotation animation is displayed from frame 1 to lets say frame 10.

The problem is then that the objects other than the rotating circle are only visible on frame 1. I want the objects on frame 1 to be visible at all times while the circle rotates. At the same time the objects must not be altered in between frames. Is this possible?

Upvotes: 0

Views: 38

Answers (1)

Atriace
Atriace

Reputation: 2558

Yes. Put the animation of your rotating circle into its own MovieClip. Everything will be at frame1, and the circle will continue animating in its own "space"

Upvotes: 1

Related Questions