i was trying to avoid to post the whole code, since it gets a bit scary to read all that stuff and then I don't get any feedback. :) I have tryed your advice, but it didn't work.
I'm learning javascript and for this I'm building a space shooting game. I'm have problems to limit the shots fired or to set s firing rate. Can you please help?
oh, sooooorry. i was not reading it well. your suggestion helps a bit, but now a funny thing happened. circle is drawn in the top left corner. center coordinates are 0,0. strange...
StopDraw is being called. I have put on the beginning of the drawCircle function an alert and as I have touched and moved my finger it showed up. I can send you the complete code so you can see
all the others are working just fine. also this drawCircle function works fine, but just in a browser. As soon as I export it to my android phone, it stops.
I working on a drawing app using HTML 5 and canvas. And I'll get a strange situation. The app enables the user to change settings as linewidth and fillStyle. The problem is that, as I draw a...