Page 1 of 1

create and draw actors

PostPosted: Thu Feb 21, 2008 6:58 am
by kingqui
what are the difference between the 2 and when would use them and how??

Re: create and draw actors

PostPosted: Thu Feb 21, 2008 7:59 am
by Bee-Ant
If you put any event in Create Actor, the effect will be just when that actor created. (no loop)
But if you put any event in Draw Actor, the effect will be when that actor created until destroyed. (looped)