hey, i have a textbox (totaltxt) within a movieclip (link_mc) which is on frame1, and i am trying to access the contents of totaltxt and put it in another textbox called totalround1 in frame2...e.g. if totaltxt = 100 then totalround1 should equal 100 aswell
this is my failed attempt:
ask any questions if you are unsure...thank you in advancePHP Code:
totalround1.text = Number(link_mc.totaltxt.text);