[F8] Why wont my pointer work with a createTextFeild() action?
Hello everyone,
I would be grateful if someone could tell me why when I use the following code to assign the action to the variable, when I try and reference that variable later on it doesn't work.
Code:
create_btn = btn.createTextField("txt",0,25,0,100,15);
I've also tried to trace this action and it returns 'undefined'. Unfortunately, the help files shipped with the program do not offer any help. I was wondering if the createTextField() action returned something other than it's name? Or maybe my problem lies elsewhere.
Greenham.