Only just realized that the frog goes after the small triangles and sticks its tongue out to eat them.
Also, pressing and holding the left mouse button while moving it over the objects is the way to go. Originally, I was just trying to individually click on an object.
Nice demo. Is this going to migrate into a pond with a frog eating stuff game?
FillPolygon draws outline (stroke).
Have not seen this. Is there a minimum code that produces this?
sgn(1) --> 0
Fixed. Will be in next release.
For now you can edit bb_core.js and replace :
Sgn(e){if(e==0){return 0}else{if(e<0){return-1}else{return 0}}}
with
Sgn(e){if(e==0){return 0}else{if(e<0){return-1}else{return 1}}}
unlimited elseif's
superfluous brackets
will look into