I can't change the name of my variables! See in videos (for more resolution, use full-screen mode).
My computer is OK, all requiments, i never saw something like this, and is so fast (the video is slow because the program to record is heavy)
And it's only in this layout. Please help me!
try the global variable editor. I think that's a known bug.
Develop games in your browser. Powerful, performant & highly capable.
i don't wanna really change the name of the variable, i wanna change the variable; see the videos.
Ah.. hmm.. Does it work if you remove the space in Global ("HT1")?
That is, instead of
Global ("HT1")
make it into
Global("HT1")
or even try:
global("HT1")
I'd say submit it as a bug to the tracker with an example .cap.
Looks nasty.
Ah.. hmm.. Does it work if you remove the space in Global ("HT1")? That is, instead of Global ("HT1") make it into Global("HT1") or even try: global("HT1")
it worked! thanks a lot!!!
Haha.. wow, well, it should probably still work, but it's not really a problem.