View Single Post
  #1  
Old 05-08-2009, 11:39 AM
durf durf is offline
Member
 
Join Date: Feb 2009
Posts: 61
run multiple actions simultaneously

Hello,

I cannot seem to figure out how to run actions simultaneously. Everything I try does one before another. Is there a way to make two things happen at once.

resize = vizact.size(.15,.15,.15,30,viz.time)
move = vizact.goto(0,14,-20,2)

any way to make these happen at the same time?

Thanks
Reply With Quote