How to make something like this
Upon pressing "Space Bar" add 5 to "Counter" _IF_ animation "stopped" frame is between 17 and 21...?
It sounds easy, but I cant figure it out.
Printable View
How to make something like this
Upon pressing "Space Bar" add 5 to "Counter" _IF_ animation "stopped" frame is between 17 and 21...?
It sounds easy, but I cant figure it out.
How about this one:
upon pressing spacebar
current frame of active >=17
current frame of active <=21 then add 5 to counter
I tried and it worked for me and it worked only between those frames.
Thanks!Quote:
Originally Posted by mega21
I'll give it a shot today and see how it works
Edit: Yup, works like a charm. Thanks for help! :)
I think what you are working on is an interesting project. good luck on that.