crodo
04-18-2001, 08:03 PM
here is my problem:
I've made a first movie (single frame movie) with an input text and a button
the input text variable is "send"
on the button I've placed:
on (release) {
loadMovieNum ("loadmov1.swf", 2);
_level2.receive=send;
}
loadmov1.swf is the second movie... it is a one frame movie with a dynamic text with the variable "txt"; in the first frame I put the
ehi = receive;
when I run the first movie I put in a text then I press the button but the text in the dynamic text block appears and then immediately disappears...
WHY IS THAT? I would like the text to remain in the box...
I've made a first movie (single frame movie) with an input text and a button
the input text variable is "send"
on the button I've placed:
on (release) {
loadMovieNum ("loadmov1.swf", 2);
_level2.receive=send;
}
loadmov1.swf is the second movie... it is a one frame movie with a dynamic text with the variable "txt"; in the first frame I put the
ehi = receive;
when I run the first movie I put in a text then I press the button but the text in the dynamic text block appears and then immediately disappears...
WHY IS THAT? I would like the text to remain in the box...