say you're inside a symbol that is a movie. can all the aspects of that symbol be created on the first frame actionscript of it? e.g can one go, 'create new symbol' => 'movie' => first frame type something like "
- Code: Select all
createClassObject(mx.controls.TextInput, "subscribeInput", 1, {text:""});
subscribeInput.setSize(198, 27);
subscribeInput.move(9,9);
" and it will position that input in that spot? this code works for me when i put it in the first frame of the scenes actionscript but not the symbol. am I missing something about how this works?