If I have an actor that has multiple animations but of the same graphics (i.e. bird-001 to bird-015.gif), just different speeds, does that take up more memory or resources, or get stored multiple times in the final EXE or DAT file, or does it just get reused?
Here's the application of the idea:
I make a "Matrix Bullet Time" slow motion effect of the same graphic, so that one animation runs much slower than normal. If I understand it correctly, you cannot change that current animation's speed once it is defined in the actor's animation. So, what I would have to do is create animation #1 to be at 20 fps, for example, then animation #2 with the same graphics to be at 10 fps.
I'm just concerned that it would take up twice as much memory for the actor and be a resource hog.
Any insight on this?