C2 r58; Windows XP SP3; FireFox 6.0.2; ATI Radeon HD 4870
http://dl.dropbox.com/u/36472942/construct/bugs/Spawnbug.capx
Event 3: Action Create object "ball" on layer, I expect each ball to have a different position, related to the current indexloop (cols).
When I launch the preview, all balls are created around the position of the first instance of the "ball" object.
Whether it is on screen, or destroyed at startup (untoggle event 1's action)
I expected an horizontal alignement, and got a "grape" instead ^^
I got a bit surprised, is there something I'm missing there in my code or is it a legit bug ?
EDIT2: http://dl.dropbox.com/u/36472942/construct/bugs/creationpos2.capx
Getting further in the dev of my app.
It seems like the horizontal alignement is created as expected, but as soon as created, balls instance gets set to the first instance's position (and around it, according to physic behaviour).
I don't mess with balls position in the capx, I only create them and from there, they are free to go.
Sounds like something messing in the physic behavior.
I took a quick look, but the minified library makes it quite hard to follow along <img src="smileys/smiley4.gif" border="0" align="middle">
EDIT1: And another example encountered while doing a capx for this topic.
The first "Grid_section" is spawned at 0,0. This is unexpected.
The following "Grid_Section" are spawned as expected in the right position though.