On Scratch 1.4, setting sprite size to zero actually sets it to 5. So then increasing it by 5 nineteen times results in a Size of 100. A comparison using the equality operator shows that it is an exact integer match. Flash is setting the Size to some non-integer value so the subsequent operations do not end in a value that matches 100.