I have the index parameter from a switch TOP mapped to both the play and reload settings of a movieIN TOP. Play works but the movie does not start from the beginning when both are mapped. if I only map the index to reload, that works. I’m assuming that the reload call is somehow being blocked by the play call or something?
Yup you’re correct. I’ll look into fixing that.
You may want to consider use the Cue parameter instead though. Reload fully closes and re-opens the file, while the Cue parameter will just start playing from the Cue Point. It’s much faster. It shouldn’t suffer from the above bug either.
exactly what i needed, thanks!