I'm building a game based on the flying template built into Construct 2 and I want to export it to CocoonJS.
Does anyone know what is the difference in performance using the bullet behavior to move sprites across the screen versus creating the movement through actions (i.e. every tick, move X + 5 pixels)?
Many thanks!