def initTextStim(self):
self.stimArea = widgets.TextStim(self, stimText='',
stimColor=self.stimColor, stimFont=self.stimFont)
self.stimTimer = wx.Timer(self)
self.Bind(wx.EVT_TIMER, self.changeStim, self.stimTimer)