Page 1 of 1
Step Event?

Posted:
Wed Jun 20, 2007 5:51 am
by Letchford
Hello, I making a very small little thing in GE, and need to know where to put a code that always checks for something, like a step event something that is always active.
Thanks.

Posted:
Wed Jun 20, 2007 6:01 am
by d-soldier
Not real sure what you mean, but any "DRAW ACTOR" script is constant...

Posted:
Wed Jun 20, 2007 6:56 am
by Letchford
Well, i mean like the event is always active, and you can put something like "if (thing) do this" like that always checks, and is always running

Posted:
Wed Jun 20, 2007 7:06 am
by Letchford
I just tried what I wanted, using DRAW ACTOR, and it worked 1+ score for you!


Posted:
Wed Jun 20, 2007 8:27 pm
by Fuzzy
dont forget that the view is an actor too, and has its own draw actor event. Its useful to use at times.

Posted:
Wed Jun 20, 2007 8:35 pm
by Troodon
And the checking time depends on the fps you've set in the configuration. For example if your fps is 50, the thing is checked 50 times in a second.


Posted:
Wed Jun 20, 2007 10:13 pm
by Letchford
Yeah, thanks alot Guys! My program is working fine.