home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
filler.swf
/
scripts
/
mx
/
core
/
ContainerGlobals.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-02
|
283 b
|
17 lines
package mx.core
{
import flash.display.InteractiveObject;
public class ContainerGlobals
{
public static var focusedContainer:InteractiveObject;
public function ContainerGlobals()
{
super();
}
}
}