Problem Description
After creating an object, it will not be available for object picking in triggered events until the next tick (pick by UID still works)
Attach a Capx
https://dl.dropboxusercontent.com/u/207 ... cking.capx
Description of Capx
Clicking anywhere spawns a sprite on the left side of the screen. It travels to the right.
It sets the width to 4. It should also set the height to 4, and turn it from red to blue.
Steps to Reproduce Bug
- Run project.
- Click anywhere.
- Observe size and color of the box.
- Click again while the box is still on the screen.
- Observe size and color of both boxes.
Observed Result
The created box is still red and 16 pixels high.
Expected Result
The created box should be blue and 4x4.
Affected Browsers
- Chrome: (YES)
- FireFox: (YES)
- Internet Explorer: (YES)
Operating System and Service Pack
Windows 7 Home SP1 (x64)
Construct 2 Version ID
Release 180 (64 bit)
Release 183 (64 bit)
Additional Notes
There may be more cases where this problem manifests, ones that don't involve triggered events at all.