I am new to AS
How to access variable page_green if not using external AS file?
Example:
var page_green:PageGreen = new PageGreen();
addChild(page_green);
function loadPage(event:MouseEvent):void {
page_green.width=stage.stageWidth;
page_green.height=stage.stageHeight;
page_green.visible...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.