Hi Everyone
I have been using Construct for a few months and my first game is near completion!
One thing that i don't understand is why my game is not super smooth..
I started a new layout and tested this code, (similar to what is in my game)
every 0.5 seconds: Create Object SPRITE on X co-ordinate choose (100,200,300,400 etc..) and Y co-ordinate 0
SPRITE has Destroy outside layer and Bullet, and is moving down the layout. The speed is set to about 800
on a 720 x 1280 screen (test phone is a galaxy S4 - 1080 x 1920), Both 9:16.
when i test this on my phone using cocoonjs launcher it runs good but occasionally get a bit choppy for a split second, i expected
it to be like ultra smooth since it is so basic and runs at a constant 62fps.
does anyone know why this is or have a similar experience?