by DilloDude » Sun Oct 14, 2007 7:57 am
Create actor takes place only once, when the CreateActor function is called, and the actor is first created. That's where you initialize variables and things like that. Draw actor takes place every time the actor is drawn on the screen, IE every frame (which at standard rate is thirty times a second). That's where you put stuff that the actor constantly refers to.