Link to .capx file (required!):
accessingLocalConstantVariables.capx
Steps to reproduce:
1. create a group
2. create a local constant inside the aforementioned group
3. create an event that reads this variable (ex: on start of layout -> Text: set text to LOCAL_CONSTANT)
4. run the preview
Observed result:
If you open the console, you should see the following line:
"Check: local var stack holds undefined value"
Expected result:
Nothing. But it's a problem when you have such access constantly in different places since it will flood the console.
Browsers affected:
Chrome: yes
Firefox: unchecked
Internet Explorer: unchecked
Operating system & service pack:
Windows server 2008 r2 SP1
Construct 2 version:
r117
Yann2013-02-01 19:00:54