Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. valladares

    Input text

    Thankx Khoshaba for you help. I improved the code a bit but it works great, thanks a lot. Btn.onRelease = function() { //If txt text = "1". if (txt.text == "1") { //Show the movie on the stage. attachMovie("01_mc", "01", 4); tab1._y = 0; tab1._x = 0; } else { (txt.text="00")...
  2. valladares

    Input text

    I need help with input text box. I want to load a movie from Library into main stage. if input box = 1 or dynamic text box = 1 loadMyMovie is this possible?

Part and Inventory Search

Back
Top