Discussion:
newbie dynamic text question
(too old to reply)
Auddog
2008-03-20 01:41:19 UTC
Permalink
I have been trying for a while to get my dynamic text to fade, but I've
decided to try my website another way for now. I've gotten everything
working (with the exception of the fade), but there seems to be some flakey
stuff going on with the existing dynamic text. When loading the second set
of text via action script (loadVariablesNum("scene2.txt",0);), I can see the
first set of text for a blink of an eye. Is there someway to unload the
text when I'm done or am I missing something in my existing action script.
Thanks for any help you can provide.

A
Johnny Walker
2008-03-20 12:14:22 UTC
Permalink
You can hide it before loading the data by setting the alpha to 0% or
turning the _visible attribute of the movieclip containing the text to
false and then show it when the new data has been loaded.

Y dijo Auddog, el 20/03/2008 2:41:<br>
Post by Auddog
I have been trying for a while to get my dynamic text to fade, but I've
decided to try my website another way for now. I've gotten everything
working (with the exception of the fade), but there seems to be some flakey
stuff going on with the existing dynamic text. When loading the second set
of text via action script (loadVariablesNum("scene2.txt",0);), I can see the
first set of text for a blink of an eye. Is there someway to unload the
text when I'm done or am I missing something in my existing action script.
Thanks for any help you can provide.
A
Loading...