Tween to another frame?
Ok, I ran into a problem with tweening from one frame to another. It is hard to explain, but I'm gonna try
. I have a class Main.as. In it I put my stuff on the Stage via addChild() method. Now I want to have another empty Stage at frame 25 where I can put different things on it. And I would like to tween from frame 1 to 25. Is that possible? I have read the class definition for Tween and it always needs an object to tween. Do I have to wrap everything on frame 1 into a sprite and on fram 25 into another sprite?
I hope someone understands my explanation ![]()
Thanks
