sji1981
06-22-2004, 01:04 AM
This code is working fine when I test "the scene" but it is not working when I test the Movie. Why?
for(i=0; i<10; i++){
_root["fname"+i].text = this["name"+i];
trace(("fname"+i) + ("name"+i));
}
This code is in the third frame of my movie. Second frame calls the third frame using a button where code is gotoAndPlay(3);
Any help will be appreciated.
for(i=0; i<10; i++){
_root["fname"+i].text = this["name"+i];
trace(("fname"+i) + ("name"+i));
}
This code is in the third frame of my movie. Second frame calls the third frame using a button where code is gotoAndPlay(3);
Any help will be appreciated.