Hello again
I have another question, im creating a first person adventure, and i have a 1 sprite animation that i want to repeat until another text dissapears, what im doing is:
-The animation is set to 20 ms with infinite loop
-and then i do "Play animation", "Narration text" and then "Hide animation", everything without the "wait until the animation is finished" and the narration text without "Show as background text", but when i run, it seems the animation doesnt stop instantly, it continues for a few seconds, what am i doing wrong?
Thanks everyone