Idea
-
Can hyper pad add gif and video support for cutsenes
-
@Bryce678 Just frames and sprite sheets. If there's a specific gif you need you can import into an image editing app then export the frames. Videos there's free automated apps.
It seems convoluted but the engine needs serialized control over the frames and compression prevents that. -
No. Generally these are not optimized for games. So they will take up a lot of memory and cause performance issues.
Typically cut scene are done by creating gameplay that is controlled by preprogrammed events. So instead of a joystick controlling the characters, you would make it on a series of timer based events.