I'm having the hardest time with this...
I have moved well beyond my level of understanding with this one..
I have a small flash file with a text scroller. You can see it here:
what i'd like to do is embed this guy in a "main" movie - so one button on my screen says "history" and when you click on it, it calls open this movie (history.swf)
I'm loading the movie by using the command: on (release)loadMovie ("history.swf", "holder"
;
- where holder is a movie clip that just sits there and waits for me to load things into.
It works great - but the text scroller does not show up. Eveything else does, but the scroller is not visible.
To see, take look at: and click "history"
I'm loading the text in the scroller from an external text file - using the command:
loadVariablesNum("./text.txt",0);
I have a feeling that the 0 level is the problem, but i don't know what to do - when I change it to 1, nothig shows up in either movie.
Thanks in advance
I have moved well beyond my level of understanding with this one..
I have a small flash file with a text scroller. You can see it here:
what i'd like to do is embed this guy in a "main" movie - so one button on my screen says "history" and when you click on it, it calls open this movie (history.swf)
I'm loading the movie by using the command: on (release)loadMovie ("history.swf", "holder"
- where holder is a movie clip that just sits there and waits for me to load things into.
It works great - but the text scroller does not show up. Eveything else does, but the scroller is not visible.
To see, take look at: and click "history"
I'm loading the text in the scroller from an external text file - using the command:
loadVariablesNum("./text.txt",0);
I have a feeling that the 0 level is the problem, but i don't know what to do - when I change it to 1, nothig shows up in either movie.
Thanks in advance