Creating a simple scene with drawing event that does:
if [random between 1 and 8] < 4
set fill color
otherwise
set fill color
fill rect 0,0 to 500,500
Run this on HTML5 and open the task manager. Look at the CPU (and memory) consumption.
This didn't happen on Stencyl 3.4 (build 9300)
Tested on Builds 10214 , 30318
Doesn't appear to be effected on Mac build 10310
if [random between 1 and 8] < 4
set fill color
otherwise
set fill color
fill rect 0,0 to 500,500
Run this on HTML5 and open the task manager. Look at the CPU (and memory) consumption.
This didn't happen on Stencyl 3.4 (build 9300)
Tested on Builds 10214 , 30318
Doesn't appear to be effected on Mac build 10310