Simple timer atribute question, just cant get my head round it

slevslev Member Posts: 99
edited May 2012 in Working with GS (Mac)
Hi,

Im having trouble with a really simple problem, i just cant seem to get my head around it.

How would i write : actor overlaps or colides with actor "rock" for 0.3 seconds --> do task ?

the bit im having trouble with is the for 0.3 seconds section

thanks in adnvace

Answers

  • RAS_BryanRAS_Bryan Member Posts: 5
    Off the top of my head, I would think of using a custom boolean attribute and the Attribute Condition. When PointThreeSecondsElapsed = true Do X

    You can start the timer when the collision occurs, and the timer would set the attribute to true.
Sign In or Register to comment.