View Single Post
  #1  
Old 06-02-2008, 08:38 AM
jaclyn.bill jaclyn.bill is offline
Member
 
Join Date: Oct 2007
Posts: 42
multiple mouse clicks

Dear users,

Sorry if this is a simple question but it there anything I can add to

Code:
def BallFlight():
	
	#Wait for left mouse button to be pressed
	yield viztask.waitMouseDown(viz.MOUSEBUTTON_LEFT)
so that vizard waits for more than one mouse click before starting my stimulus?

thank you.

Best, J
Reply With Quote