Page 1 of 1

How to correctly use timer?

PostPosted: Wed Jul 22, 2009 8:46 pm
by Kingdaro
I'm making a shooter that creates enemies at the top of the screen at random amounts of time. Problem is I don't know how to correctly use the timer event. I went to Add > Timer > Script Editor and typed in CreateActor("enemy", "enemy", "(none)", "(none)", rand(600), -300, false); The enemies aren't being created T.T

Re: How to correctly use timer?

PostPosted: Wed Jul 22, 2009 8:58 pm
by jimmynewguy
how long is your timer? if i'm not wrong i believe 1000 = 1 second

Re: How to correctly use timer?

PostPosted: Wed Jul 22, 2009 9:01 pm
by Kingdaro
It's random 10-1000 ms.