Custom sequence Stop()
Posted: Wed Jul 28, 2021 9:45 am
Hello again. I am making a bunch of custom sequencer commands and got in a bit of an issue with one function.
I have a camera zoom function in an external file. I created a custom sequencer file and will call the zoom function from there. However I am not sure how to call the Stop() function after the zoom has finished.
I want to somehow call the Stop() function from the external file, after the zoom has finished. Though I am not quite sure how to achieve that... Do I somehow access the sequencer file and then call Stop() when the zoom finishes, or do I make a event or message inside the sequencer file so it waits for the zoom to finish?
I have a camera zoom function in an external file. I created a custom sequencer file and will call the zoom function from there. However I am not sure how to call the Stop() function after the zoom has finished.
I want to somehow call the Stop() function from the external file, after the zoom has finished. Though I am not quite sure how to achieve that... Do I somehow access the sequencer file and then call Stop() when the zoom finishes, or do I make a event or message inside the sequencer file so it waits for the zoom to finish?