Frame start with transitions questions
Question regarding the start of a frame that has a fade-in transition:
I have a platformer game where the main character sprite changes depending on what weapon they are holding (this is determined by reading a Global Value)
With a fade-in transition however, the dynamic sprite is only loaded after the transition effect, which makes the character suddenly appear in the level unrealistically instead of already being there as the frame fades in.
Does anyone know if its possible to get around this problem without getting rid of the transitions? I know the individual sprites can be given fade-in transitions, but it probably looks even worse if the frame fades in and then the sprites fade in afterwards.
Thanks for any help