[haXe] accessing the current Stage in Flash v9

Nicolas Cannasse ncannasse at motion-twin.com
Tue Sep 12 09:12:35 CEST 2006


> I am attempting to access the Stage in Flash v9 but am stuck.
> The goal is to access/set these property in the (current) stage:

Did you check the following ?

var s = flash.Lib.current.stage;
trace(s.align);

Nicolas



More information about the Haxe mailing list