Can i make moving image buttons? Is there a way to import animation data?
Hello, I'm new to making visual novels and have only worked on 3d games in unity previously. Now I'm trying to decide how to make my first visual novel and renpy seems really great, but i couldn't figure out if the following things would be possible:
I have learned so far that if you want something to happen when an image is clicked, you can use an Image Button. Can this Image Button be animated? So for example i want a bird flying across the screen and the player can click it as it is moving to trigger dialog, how would I do that? (To be clear I don't mean the bird flapping its wings, I mean it traveling across the screen)
Is there a way to import animation data from a software like blender, not rendered as an mp4 but as an object with key frames? So if that bird from the previous example was flying complicated patterns across the screen I wouldn't want to do that in renpy, I would animate it in blender but the bird still needs to be clickable, is that possible?
Thank you! :D