Accessing the Document class in AS3

后端 未结 3 803
青春惊慌失措
青春惊慌失措 2020-12-31 06:28

How can instantiated classes access the Document class?

Even after I name the Document class using the Properties bar in Flash, att

3条回答
  •  天命终不由人
    2020-12-31 06:54

    Just a side note, but the shortest answer to this question is: the same way any class access any other class. That is, with either a direct reference or a static exposure. The document class is no different from any other class in this regard.

提交回复
热议问题