View Single Post
  #1  
Old 08-25-2005, 04:37 PM
shai shai is offline
Member
 
Join Date: Oct 2004
Posts: 29
question about avatar

Hey,

I want to have an avatar animation in my program and want to wait until the whole animation has finished and then let the program keep on running.

What is the easiest way to do this? Is there some function I can use (waitfor?)?

.
.
.
male.act(2)
#command that has to be executed AFTER male.act(2) has completed

thanks,

dominic
Reply With Quote