Changing values using Sub-Applications
Good day! Question about Sub-applications:
So I'm using a sub-application as a debug menu for my game, since using the debugger can be a bit daunting at times. (Don't want to include the debugger in my main frame because it's gonna be quite event heavy in the first place, don't need more processing power going to it unless I need it) One thing I've noticed though is that the values I want to change with the debug menu aren't changing in the main frame.
I have the option to share global values and strings checked on the sub-app menu, but I'm trying to change alterable values within global objects. And for some reason, they don't seem to want to change, and I can't figure out why. It changes fine within the debug menu itself but it never wants to carry over to the main frame. =\
Any ideas?