Hi,
I'm using the scrollable textfield SWF that was kindly provided to us by jeffouille although I'm not sure if this is relevant.
The issue I am experiencing is, when I close the textfield using this simple action:
<action name="close_textfield">
tween(plugin[text_field].alpha,0,,
set(plugin[text_field].visible,false);
);
</action>
The textfield itself disappears but the text stays visible.
Kev
EDIT: Sorry, this should be in the beginners questions section.
EDIT 2: ...ahh.... it is...