ok heres what i’m trying to do:
i have two scenes which both contain an mc of an animation that i made in swift 3d. what i’m trying to do is make it so that when you jump from scene 1 to scene 2 etc., the mc pics up from the frame of where the animation was in the previous scene. I think what i need to do is record the _currentframe of the mc in the first scene and the load that _currentframe variable in the second scene, i’m just not so sure how to go about doing this.
Here is the file if you’d like to look at it for yourself:
The two scenes i’m working with are “Main” and “Films”. (The films button is the second one from the top clockwise). The animation is the rotating logo in the center.
Any help would be greatly appreciated.
-Keith