Wednesday, May 23, 2012

[Action Script] Sending var from document class to subclass? May,2012

Probably the noobest question ever, how to send a variable from the document class to a different class?
I tried using
Public var blah:Number;
...
blah=1
And on the other class I attempted calling the variable but it was just a null object.
Sending var from document class to subclass?

Related Post



0 comments: