Interpolate as Timer Problem

MagoNicolasMagoNicolas Member, PRO Posts: 2,090
edited November -1 in Working with GS (Mac)
Hello Guys, how are you?
I have Successfully used interpolate to Replace timer for my enemies "Spawn" of my next project.
But Im having problem to make the following stuff.
I need to Subtract 1 from a number every 2 seconds.
Sounds Easy! How to do it with Interpolate?

What I did and didn't work was the following.

If MyTimer = 0
Interpolate My Timer to 1 Duration 0.2 Seconds.
Otherwise
Subtract 1 to my number
Change MyTimer to 0

But not working.

Any Clue?

Comments

Sign In or Register to comment.