简体   繁体   中英

how to show my mc in stage, Flash

i have this in my public class :

public function SoyleDiagram(_Stage:Stage, startx:int, starty:int, 
                              bredde:int, hoyde:int, arrayen:Array)

but in my flash file i dont know what to wright in the _Stage:Stage spot

please help :D

Your main class is some display object, so it has a stage property. By main I mean document class :) So there this.stage would be the stage that you need to pass.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM