Y
Y
yll32013-12-04 10:03:37
Programming
yll3, 2013-12-04 10:03:37

How to display text in ActionScript 2?

You need to display the entry: "Relax!" after 10 minutes have passed from the start of the program.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Plotnikov, 2013-12-04
@fzn7

place the movie on the stage, name it tf, write the text "Relax" inside, set visible to false. Next, in the first frame, we write setTimeout(10 * 60 * 1000, function() {tf.visible = true}). In general, you are on the flasher.ru forum

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question