i'm trying a global constant and it does not appear in dropdown for changing the global var,
normal globals are in the list, am i missing something?
Develop games in your browser. Powerful, performant & highly capable.
constant means it cannot be modified so it makes sense that it's not in the list. You can compare it but not change it.
— thanx, needed to refresh my memory on this, was trying to set the variable thru code , but you set it basicly in the var dialog box