Tom,

Thanks...

I'm a bit new to AS... But I'll tell you one thing... It's a very different way to program compared to what I'm used to...

It's not a simple transition from c/c++

-Christopher


Tom Chiverton wrote:
On Thursday 24 May 2007, Christopher Olsen wrote:
Quick question may sound a bit silly.... But if I include a .as file in
my project it can't directly reference variables in the mxml file that's
imported it...

You need to either have both the AS and MXML include a common place to store variables (like Cairngorm's ModelLocator), or have the MXML set properties in the AS class.


Reply via email to