我在公开课上有这个:
public function SoyleDiagram(_Stage:Stage, startx:int, starty:int,
bredde:int, hoyde:int, arrayen:Array)
但是在我的flash文件中,我不知道在_Stage:Stage
点
请帮助:D
答案 0 :(得分:0)
您的主类是一些显示对象,因此它具有stage
属性。主要我的意思是文档类:)所以this.stage
将是你需要传递的阶段。