Game Development Community

Vehicle Animation on Key Press

by Kevin Ostrowski · in Artist Corner · 02/21/2003 (3:10 pm) · 1 replies

How would I get an animation thread to work every time I press a key for a vehicle? Something along the lines of the Wave cell animation for the player. What happens currently is the animation will play the first time I press the key, but then will not play again. I can add it to another thread and it will play again, but I can't get a thread to reset. Is there something I'm missing, or do I have to go rip the code from the player and add it into vehicles?

#1
02/22/2003 (2:01 pm)
I'm still not having luck with this... Is there a way to just kill a thread through script?