View Single Post
  #5  
Old 02-13-2006, 12:44 PM
dellatails dellatails is offline
Member
 
Join Date: Jan 2006
Posts: 8
Hi farshizzo, thanks, the code looks very clear and helpful. Just one minor thing and it would be perfect.. how can I avoid keyboard input and just let the avatars working on their own randomly and endlessly?

I noted that in the gallery demo, they created an action using a bunch of actions.append(), and then called avatar.act(vizact.sequence(actions,viz.FOREVER)). Because I only have one random walk action, do I also need to create an action sequence first using actions.append? Many thanks!
Reply With Quote