Problem with incrementing variable with html5 output (Captivate 8)
In my project, I increment a variable with 1 to count the clics.
In flash, it works fine, but in HTML5, it is adding 1....
Normaly: clic =1 clic =2 clic=3
HTML5: clic=1 clic=11 clic=111
Help?
