Current Frame

From Fancade Wiki
Revision as of 15:08, 17 May 2024 by Osmo (talk | contribs) (Updated the page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Current Frame
Current_Frame.png
TypeScript block
ColliderNone
FolderGame
Ports
Outputs Counter

Outputs the current frame count.

On play, it outputs 0 and increases by 1 with every frame.

Notes

There are 60 frames in 1 second, so you can divide the output of frame by 60 and you'll get a timer in seconds.