Guys,
I�m working in a "sim game like" and I need a lot of variables for any situations. In my splash screen I reset the values for a new game. When I use the option system->set value I can see only 30 variables for set in the list. Is it a bug or a limitation ?
Cheers
Antonio
Can you provide your .capx? (See how to report bugs.)
Remember 'local variables' are not available outside their 'scope' (events outside their subevent). If you need a variable to be accessible to the whole game, use a global variable.
Ashley,
Here the capx : dl.dropbox.com/u/7911014/sewerhero.capx
Thanks again for support
Develop games in your browser. Powerful, performant & highly capable.
Which variables aren't you seeing exactly and where are they declared? Are any of them local variables?
Hi Ashley,
I?m declaring global variables. The names are :
cust_repar_fumaca = 0
cust_repar_gas = 0
I can?t see both in the list.
Oops, I see the bug. Fixed for next build, thanks!
Ok !!!
I�m waiting the next build !!!
Thanks again!