how bad is this practice?
I am having trouble getting to some stuff so i am taking the easy way out
private static var _interrupted:Boolean;
public static function setInterrupted(value:Boolean):void{
_interrupted = value;
}