Text for 3 seconds?
I was wondering if there is any way to make text only pop up for 3 seconds in microscript 2.0?
I was wondering if there is any way to make text only pop up for 3 seconds in microscript 2.0?
Use the after
keyword to start a new thread.
// show text
after 3 seconds do
// hide text
end
Is there a specific code to hide text?
Also thx that does help a lot!
Define a boolean variable for the visibility of the text. In the draw() function, only draw the text if it is true.