Create secondary thread
Hi, Is it possible to create a secondary thread in an autoplay.brs file? Specifically I have a the Main program loop wait for and process messages from a message port. On one specific message I'd like to create secondary thread running an infinte loop process. The main control would then return the message port loop when at some later time another user input would trigger code to kill off the previously created secondary thread. thanks Andrew