humm good question...
I assume that when you use loadmovie you give the new movie an instance name. So you could just use the instance as you would any to send the varable to it.
ActionScript Code:
on(rollover){//press or what ever floats you boat//text load script
myloadedmovie.textvarable=newtext;
}
avoide to use _root in the swf that's gonna be loaded
__________________
â€* GOD Is Near â€*
Questions Don't PM for Questions . Thanks
An eye for an eye, make the whole world blind
_____________________________________________GHANDI
i have a movie named test123.swf which is the main movie.
now i loaded a menu in it which is called 123.swf
what actions do i have to set on the buttons to for example move to another frame in the test123.swf or load somehtign in a textbox in the test123.swf ?