Trigger circle disable after key press

Hello!When i press the key"1" the trigger is run the animation,but how can i make it the circle to the trigger80434-img-18102016-234805.png

to disable after i press the key? Now when i run the game i press the key and the trigger do not disabling while the animation play… meaning that how to enable the trigger for 3 seconds and then disable?

“Set Trigger” will play the Whole animation and when it finishes it will disable

  • If you want to control when it is disabled
  • Use “Set Bool” instead
  • So you can set the bool True or false by scripting

Hope it works