Okay, Just a quick question. How did you define your function? What is pause? Is it a list or something that you have added attributes to? Or maybe a class? Your function pause.getKey() might look this no doubt? class pause: def getKey(): raw_input() Is that how it is? I'm just curious. Jacob Schmidt