R0J0hound - Why does changing the last part of the line (animation frame to 1-sprite.animationframe) break everything if you simply change it to "set animation frame to 1"
isnt the code simply picking any sprite that's inside the lines, and changing their animation frame?
The code is setting the sprite to frame 0, then after it picks all of the circles inside the drawn loop, to frame 1? (1 minus 0?) why doesn't simply having "set animation frame to frame 1 work instead?