I'm trying to figure out a way to do a SubRoutine with my Actions. I seem to be doing a lot of cutting and pasting of the same Actions into several buttons. The only things that really change are some seed variables to the Actions.
What I've tried is loading a silent MP3 and then use the MP3.Play action to fire the OnPlay Action of the MP3 Player. Within that Action I do my core manipulation.
It seems to work very well, but my biggest question is: Does the OnPlay Action fire and process all the way through even if the MP3.Stop Action is called immediately after the MP3.Play?
Or, is there a way to do a subroutine already that I am overlooking??
What I've tried is loading a silent MP3 and then use the MP3.Play action to fire the OnPlay Action of the MP3 Player. Within that Action I do my core manipulation.
It seems to work very well, but my biggest question is: Does the OnPlay Action fire and process all the way through even if the MP3.Stop Action is called immediately after the MP3.Play?
Or, is there a way to do a subroutine already that I am overlooking??
Comment