views:

9

answers:

0

I receive the 1120 Access of undefined property myList.

Background:

I'm writing the program in Flash cs5. I'm trying to create an application with multiple screens. I'm using movie clips as screens (a la Jody Hall's tutorial "Better Flash Navigation using AS3 Classes").

Specifically I am trying to create an AIR application in which I use SQLite data to populate a list control and input text boxes.

I'm new to programming with classes. So far I have a main.as file, AS3 files for each of the movie clips, and of course the fla containing the movie clips, and I can navigate among the screens.

Where do I set the definitions for these embedded components?

Thank you very much.

Kristin