#How does the Doors heartbeat minigame work?
1 messages · Page 1 of 1 (latest)
I'm not fully sure myself but I would assume that you would have a function for creating each single "beat"
and in the function, you would spawn the object and assign a time for it to be perfect. Then you would probably tween it using that time.
When the player clicks, I assume you would just ccheck how far off from the time it was.
I'm not fully sure on this either but that's just how I would do it.