Jump to content
BomosBoy

Remove addAction after fading out

Recommended Posts

Is it possible to remove a addAction after fading out? My structure: addAction calls a script -> script removes first Action and adds new Actions -> when they fading out or are just closed by pressing backspace then the first Action should be added again. I dont want to use a timer, etc. Has someone an idea or is there a eventhandler for handling such case?

Share this post


Link to post
Share on other sites

You can remove actions as long as you define them for example:

myfirstaction = player addAction ["myfirstaction", {}]; removeaction myfirstaction;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×