package { // Stores constants representing levels of user privilege for the // control panel application public class actionscript_events_UserType { public static const GUEST:int = 0; public static const ADMIN:int = 1; } }