You don't want to put 'Do After' inside a Drawing event. Drawing takes place 60 times per second... every time the screen refreshes.
If you want text, images, or anything else to be drawn after a delay, replace the 'Do After' with an 'if (attribute)' and then set the attribute to true/false in another event.