Good morning everyone! Hope you all are having a great start to the week. I am usually a pretty resourceful person, so I wouldn’t ask this question if I wasn’t truly stumped.
I have a component called “liveTEXT” that I purchased that allows for the client to edit certain text sections to be edited by them on the front end of the site. Right there in the site.
The problem I am having is that if I have this liveTEXT on say frame 100, and I go to frame 101, the text is still their overlayed over the content of that page. The text is called with this actionscript in frame 1:
#include "liveTEXT/liveTEXT.as"
And then this actionscript in frame 100:
hpnews.liveText(“hpnews”);
Anyone know how I can make the text invisible on the other frames? I have tried putting this actionscript in the other frames with no luck:
hpnews._visible = false;
Any help would me far more than appreciated. I am ready to hang myself over this, lol.
Thank you for reading my question…I am waiting with hope!