this scene variables declaration makes my game bugs
Hi,
I don’t think there’s a problem with that.
Can you show how you’re using these variables in your events?
First character of a variable name (or object name, or animation name) cannot be a number, if I remember right.
I don’t remember if that holds true for children variables, but generally you should avoid it, to be consistent. If you need to reference something as a number, use an array instead. (It’ll start at 0 but each child will be a number.)
I keep having this bug I keep having this bug. Can't change anything in my code
I thought it might come from the scene variables but it is not apparently