Skip to main content
November 1, 2007
Answered

TextInput inside MovieClip

  • November 1, 2007
  • 2 replies
  • 431 views
Hello,

I am creating a game pretty much like jeopardy. What is happening is that you click on the number value you want, like 100 for example. When it gets clicked on, there is a tween that occurs and then the question appears on the screen along with all of the contestant names.

If one of the contestants knows the answer, the 'host' clicks on their name. I won't go any deeper than that. I can get the names to appear in as text, but it will not appear inside of a movieclip.

Attached is my code.

Any help would be greatly appreciated.

Thanks

Doug

This topic has been closed for replies.
Correct answer kglad
all your movieclips have the same instance name. fix that.

and use the following to reference your textfields:

2 replies

kglad
Community Expert
Community Expert
November 1, 2007
you're welcome.
kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
November 1, 2007
all your movieclips have the same instance name. fix that.

and use the following to reference your textfields:

November 1, 2007
Thanks again kglad