Skip to main content
Inspiring
January 28, 2008
Answered

Best way to display error message to end user?

  • January 28, 2008
  • 1 reply
  • 209 views
I'd like a small error message box to popup on the top layer when a user makes a an incorrect and/or invalid selection.

Can anyone help me find the easiest way to do this?
This topic has been closed for replies.
Correct answer kglad
use attachMovie() to instantiate a library movieclip that contains a dynamic textfield. you can assign the text property of the textfield and position the movieclip to suit your needs.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
January 28, 2008
use attachMovie() to instantiate a library movieclip that contains a dynamic textfield. you can assign the text property of the textfield and position the movieclip to suit your needs.