def update(self): if self.cover_help.isshowstate(): self.wait = -1 PushSpaceStart.update(self)
def __init__(self): PushSpaceStart.__init__(self) self.opaque = 0 self.speed = 3
def __init__(self, cover_help): PushSpaceStart.__init__(self) self.wait = sys.maxint self.cover_help = cover_help