Link to .capx file (required!):
dl.dropboxusercontent.com/u/25721687/HeightBugTest-v001.capx
Steps to reproduce:
1. Run the demo and watch the sequence of sprites being created.
2. A sequence of sprites (1 big green, 1 small blue, 1 small blue) will be created. After a short gap the sequence will restart.
Observed result:
The vertical position of the second small sprite is different than the others even though the same code is used. I have noticed this to occur when different sized sprites are created. The timing is also important since the error seems to depend on which sprites are on screen or maybe which ones have just been destroyed. (e.g. when I changed the timer to 4 seconds the result is different and all sprites are created in the centre)
Expected result:
I expected the objects to be created in the same position given that the same code is used.
Browsers affected:
Chrome: yes
Firefox: yes
Internet Explorer: yes
Operating system & service pack:
Win 7 SP1 (2 machines) and a few Ice Cream Sandwiches
Construct 2 version:
Release 128.2 (32 bit)