In case anyone is still having an issue with this... my solution was to add a label node to the main scene xml file: <Label id="exitApp" translation="[0,0]" text="" /> Then in my main.brs file, I observe the text value of the label node: m.exit_app = scene.findNode(&quo...