Problem Description
"Create Object" action not working upon start of layout.
Attach a Capx
https://drive.google.com/file/d/0B1WHy6HMPuyoMWY2Yk0wbmtzaWc/view?usp=sharing
Description of Capx
Capx contains 2 layouts and 1 event sheet. The "Object Repo" layout contains a single object called "global". The "Loading" layout contains no objects, and is tied to event sheet "ES Global". The "ES global" event sheet contains a single event that creates a "global" object upon the start of the layout.
Steps to Reproduce Bug
- Run preview of the "Loading" layout
Observed Result
No "global" instance is created.
Expected Result
An instance of the "global" object should be created.
Affected Browsers
- Chrome: (YES)
- FireFox: (YES)
- Internet Explorer: (YES)
Operating System and Service Pack
Windows 8.1
Windows 7
Construct 2 Version ID
r211
Note: This issue does not appear in r208. I rolled back just to confirm.