Problem Description
When I create an object, I cannot select or interact with instances of that object created in the same event.
Attach a Capx
https://dl.dropboxusercontent.com/u/770 ... p_bug.capx
Description of Capx
Demonstrates that objects spawned in the same top-level event are inaccessible via selection. If it worked as expected, three yellow "spawnee" objects would be left, right, and below a central sprite. There are log messages that help demonstrate some of the weirdness. In particular, note that there's something weird going on with the count: the spawnees have a count of 0 at the top of a loop, but increments as I would expect within the loop.
Steps to Reproduce Bug
- Create an object in one scope within a top-level event
- Try to interact with that object in a sibling scope.
Observed Result
No interactions with the object seem possible.
Expected Result
I expect to be able to select and interact with other objects that have been spawned in the same top-level event. I'm a little baffled that I apparently can't.
Affected Browsers
- Chrome: (YES)
- FireFox: (YES)
- Internet Explorer: (?)
Operating System and Service Pack
Windows 7 SP1
Construct 2 Version ID
r163