RE: [Flashcoders] splitting classes into subdirectories?

2009-01-09 Thread Merrill, Jason
Should be the same. Is MainModel in ca.bentonconsulting.ca or is it in the model package? Seems you put it in the former. Also, classes need to be declared public: package myPackage { public class MainModel { public function MainModel() {

Re: [Flashcoders] splitting classes into subdirectories?

2008-12-17 Thread Taka Kojima
Hey Geoff, Try this for your import instead... import cal.bentonconsulting.ca.model.mainModel; should work like charm. - Taka On Wed, Dec 17, 2008 at 4:48 PM, Benton Consulting ge...@bentonconsulting.ca wrote: Hi I'm moving from AS2 to AS3, very late to make the switch because