JavaScript forum,
I have been writing C, C++ and many kinds of code for many years and am currently learning HTML, CSS and JavaScript. I have some HTML and CSS working and am adding JavaScript. Since I'll be doing some animation I need to find out how to execute something like this:
<script>
execute some JavaScript to draw in a canvas. I can do this.
wait for some time in ms. I've tried loops and several other things I found on the internet but none work.
execute some JavaScript that draws more things in the canvas.
</script>
jerdonald
I have been writing C, C++ and many kinds of code for many years and am currently learning HTML, CSS and JavaScript. I have some HTML and CSS working and am adding JavaScript. Since I'll be doing some animation I need to find out how to execute something like this:
<script>
execute some JavaScript to draw in a canvas. I can do this.
wait for some time in ms. I've tried loops and several other things I found on the internet but none work.
execute some JavaScript that draws more things in the canvas.
</script>
jerdonald