Showing movie and then image
Hi,
I have a code that runs a movie using PyGaze using MovieStim:
tracker.log('START MovieStim; movie=%s' % (movie))
mov = MovieStim(win, movie, flipVert=False)
movscr = Screen()
movscr.screen.append(mov)
tracker.log('movie = %s' % (movie))
After the movie I want to show some images (with questions about the movie)
I was trying ImageStim but it didn't work.
Which command should I use ?
Thanks!
Noa.