This is a very basic program that demonstrates the onTap capabilities of an EDGE device. Tap the screen and it simply displays on the top, the X/Y coordinates of the tap location. And it is SUPPOSED to create a diminishing radar point where you tapped, in red. It should display a red circle with radius 15, then 10, and then a filled red circle with radius 5, then disappear.
Except for some unknown (to me) reason, it does not display the radius 15 view. It does print the radius 15 iteration to the console. I'm stumped. Why is drawCircle not working on the first iteration? I'm sure there is a simple explanation. Anyone care to take a quick look and/or run this in your simulator? Edge 820 or 1030 will show the issue.
CODE: (I can't put code in this post - I get a JSON error, so here it is)
https://docs.google.com/document/d/1...it?usp=sharing