Hi, I have a dumb question. I'm trying to call a function from main.brs, getting the usual error about it unable to see it.
//main.brs
scene = screen.CreateScene("HomeScene") //Function is located in the "HomeScene.brs, not the .xml"
scene.myfunction() <-- Error
Thanks,
-T