geoff, thanks a ton... however one question. I want to disallow onslide too. how would I accomplish that?
def slide(id,obj): f = open(slidestatus,'r') status = f.read() f.close() if status == "closed\n": new_orientation = "closed" rotate(new_orientation) elif status == "open\n": new_orientation = "open" rotate(new_orientation)