Tagged Questions
4
votes
1answer
800 views
haXe: Keyframe animation without frames
I would like to do simple (looping) animation (moving, changing alpha etc) in haXe (flash9). I don't have anything that resembles frames in my library, just single frame assets.
Since I am a ...
1
vote
3answers
286 views
Is there documentation on how flash manages named instances across key frames?
I'm looking for technical documentation on how Flash manages object instances with the same name across key frames.
So far, I've noticed that when the play head moves to another frame, if an object ...
1
vote
2answers
325 views
More efficient keyframe animation in Flash CS4/5
I'm doing a lot of keyframe masking of vines/flowers for a project I'm working on, and it looks really good but is, of course, very time consuming.
I'm curious if there's any techniques/tools for ...
0
votes
1answer
18 views
How to refer to object from other keyframe
I want to get information of an object from a previous keyframe.
_root. works only for objects on the same keyframe as the code right?
0
votes
1answer
129 views
Flash like Animation ONLY Library for C/C++ (no GUI)
I'm looking for an opensource C/C++ library for managing keyframe or time based animation.
I already have a graphic layer, so it doesn't need to do any drawing, I just want it to manage tweening or ...