Hello.
I have a very simple sketch with 2 tabs.
When i try to load a function from the second tab into my main tab it gives me:
NameError: global name ‘scene1’ is not defined
I tried debugging by making the codes as basic as possible, renaming the two tabs, and it still gives this error.
tried the same code translated in java and everything worked fine. Is this a known issue? Are there any fixes? Is there something i don’t know?
I work in processing 3.5.4 (because the newer version had other issues with python mode)
Thanks a lot