PDA

View Full Version : Best way to?


sippy2002
02-28-2002, 03:36 PM
What is the best to import the a scrolling text into my movie?
i tried the scroling tutorial, it works out fine but when i try to insert / import it, i lose my scrolling text.
could somebody tell me how to do it? coudnt find it in the forum.
so that i can put it anywhere on my screen?

thanks.

farafiro
02-28-2002, 03:41 PM
Originally posted by sippy2002
insert / import it

thanks.

??

sippy2002
02-28-2002, 03:49 PM
i want to insert a scrolling text beside some pic.
i want to import it in a movie, witch is importied on level 2 in my main movie.
but when i import it the buttons are ther but the text has disapeard, and it is on the left upperside of the movie.
so how do i insert it correctly and on the right place?

Billy T
02-28-2002, 04:25 PM
load your movie into a target and check the load path for your text

eg

loadMovie("myText.swf","_root.targMC");

then in your external file have

loadVariables("myTextFile.txt","_root.targMC.textBoxVar");

or something like that anyway

cheers

sippy2002
02-28-2002, 08:30 PM
still doesnt get it to work, i just pyut in all the codeson the right plaece (i think), hope somebody can take a look at the attached file.

thanks

Billy T
02-28-2002, 11:36 PM
there were many basic problems with these files

eg your target clip didnt have an instance name

anyway its working - check out the attached file and the loadmovie tutorial here

I'll upload a load movie example as well

cheers

Billy T
02-28-2002, 11:37 PM
see attached

sippy2002
03-01-2002, 08:43 AM
Thanks Billy T, works great now.
Keep up the good work and dont forget once i will be joining you guys by sending in answesr instead of questions.

thanks men.

Billy T
03-01-2002, 09:00 AM
Originally posted by sippy2002
...and dont forget once i will be joining you guys by sending in answesr instead of questions.


hope so :p

cheers