I'm currently working on a small platforming game that requires resetting the current frame whenever the player gets through it. I need a way to count how many times the frame has reset, but naturally any counter I try to use just gets reset back to zero when the frame resets. Is there any way to work around this?
Thanks and appreciation in advance.