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")...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.