Thread
:
pausing director/timer functions
View Single Post
#
2
01-25-2006, 10:02 AM
farshizzo
WorldViz Team Member
Join Date: Mar 2003
Posts: 2,849
Hi,
If you only need to wait for a key press then use the viz.waitkey command. For example, if you wanted to wait for the spacebar to be pressed you would do the following inside your director function:
Code:
viz.waitkey(' ')
farshizzo
View Public Profile
Find all posts by farshizzo