Hey! I am kinda new here (just made the account) and i am making an uncomplicated interactive animation. The idea is that a bug-gnome-like creature plays the flute. I am in the process of making art for the game (little bit Samorost 3 style) but i am not sure how to bring it to live by Wick Editor. Summaring: how to make a simple system, in which you would click the creature, and the animation of creature playing the flute would start?
1 Like
hi this would be called more of a game when you are done with the flute animation i will explain
1 Like
once you have the animation, on the first frame in the default script, put stop();
to stop the animation. then make a button at the start, and in the mouseClick script, put play();
to start the animation. that button can be just a normal button, or you can make the first drawing of the animation the button so that you click the actual animation to start it, not just some random button.
1 Like
thanks a lot man!