how to change the animation frame
I have a question, how do I change the animation frame from 0 to 1 after destroying an object. I made 3 buttons and each of them opens its own map showing the missing objects. and after the object is collected, by pressing the same button that object should be visible on that map, that is, the animation should be displayed on frame 1
Like this?
I'm not very familiar with the program, I tried adding an event below like "after the object is destroyed, the second frame is displayed", but I believe that I'm missing something, since only the first frame is always displayed.
Develop games in your browser. Powerful, performant & highly capable.
if you have two frames of animation and you want to animated it manually you should set the animation speed to 0
But you could do a similar effect by creating another animation, and just switching to that animation using set animation in events.