Alright... I'm having another problem with animations and it has been giving me headaches for quite a while now.
All I want is to make a simple animation for when you throw an item(kinda like Mario in Super Mario World). When "lançou" is true, set the animation to the throwing animation and when finished, set the "lançou" variable to false. The problem is that the animation itself never ends, probably because as long as "lançou" is true, it will keep looping itself, but I don't know how I can solve this.
Sorry to bother ^^'