How to make a splash screen intro in hyperpad
-
I’m making my very first mobile game on hyperpad and I was thinking of doing a splash screen intro with a logo or image that you encounter before booting the game, I have managed to get an image and set up the splash screen, but I’m having trouble finding a way on how to animate it, is there anyway I could the splash screen animations for the logo or image?
-
@Ethan-D This is late but for those who still are interested in how you can achieve this, you can use transform behaviors (the cyan behaviors) such as Move By, Scale To, and Rotate to Angle.
You can use a combination of these behaviors to make your logo move, scale, and rotate.
You can also fade its opacity by using Set Color. For a simple fade in effect, you can set the object's opacity to be 0% so that it is completely transparent. Then in the behaviors, you can place a Set Color behavior to make it change to white with full opacity over time.
A lot of this is knowing how the behavior system works, so I recommend watching YouTube videos from the hyperPad YouTube channel to get a grasp on it. You'll be able to customize exactly how your logo animates by using transform behaviors and some other behaviors.