var optin:Boolean = true;optinbut.onPress = function():Void {var isOptin:Boolean = (optin) ? optin : !optin ;}