1119: Access of possibly undefined property nameInput through a reference with static type Class.
Hi
I have had problems with the input code and keep getting this error: 1119: Access of possibly undefined property nameInput through a reference with static type Class.
The code is here below
function captureText():void
{
var myText = Page5.nameInput.text;
Page6.nameOutput.text = "Hello "+myText+"!"
}
Page 5 is the page the input is on
Page 6 is where the outpu is
nameInput and nameOutput are my text area and dynamic text boxes
Apparently they are static classes??
Any ideas will be greatfully appreciated
Thanks
