Does anyone know how to do the following things sequentially on an HTML5 canvas (using javascript).
- Text appears (I already know how to do this :P)
- Text flashes several times at one second intervals
- Text disappears after 5 seconds (or whenever)
The reason I find this so hard to do, is because there is no way to create a pause in a script. Any help would be greatly appreciated!
Something like that.