Forum: JavaScript programming
03-21-2010, 05:04 PM
|
|
Replies: 2
Views: 5,847
It worked! Thank you TinyScript so much!
...
It worked! Thank you TinyScript so much!
I guess the clearing wasn't causing the problem because any one I choose now works.
My code now is:
c2d.save();
c2d.beginPath();
/* Drawing...
|
Forum: JavaScript programming
03-21-2010, 02:46 AM
|
|
Replies: 2
Views: 5,847
Html5 Canvas Game Drawing
I am trying to create an Asteroids type game using JavaScript along with html5's canvas element for drawing. I have searched around and have looked at examples but I can't figure out what is wrong...
|