home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
filler.swf
/
scripts
/
mx
/
core
/
ScrollPolicy.as
< prev
next >
Wrap
Text File
|
2008-09-02
|
432b
|
23 lines
package mx.core
{
use namespace mx_internal;
public final class ScrollPolicy
{
public static const AUTO:String = "auto";
public static const ON:String = "on";
mx_internal static const VERSION:String = "2.0.1.0";
public static const OFF:String = "off";
public function ScrollPolicy()
{
super();
}
}
}