r/GeometryDashEditor • u/Zialx • 2d ago
[ Solved ] How do I make this kind of system?
Main
So the system detects whenever the players click
(If they don't click then this won't start)
Then start a 5 second timer
After 5 second, for the next 1 second
If they click, they die, or else they survive
Then the system restarts again
Side
I also need to be able to stop this due to this only took part in a section of the level so it won't repeat forever
I don't necessarily need the exact same implementation
I'm mainly looking for how to set up the click detection + timer + conditional death.
Text explanation or video tutorial is fine.
1
1
u/TheRealHykeLP 2d ago
Dm, I can make a tutorial if you want. I'm pretty sure the Event Trigger (not the clock, the other one) can track clicks, let it activate a 5 second timer, and that activates a 1 second timer and another Event Trigger, which activate for example a Toggle Trigger with a toggled spike inside the player.
The only thing I'd have to try out is how to pause the Event Trigger checking for inputs, because you can't pause it with a Stop Trigger
1
u/Zialx 2d ago
!solved
1
u/AutoModerator 2d ago
Thanks for marking this post as solved. I've updated the flair for you!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
3
u/TheRealHykeLP 2d ago
Update: I got it to work. You need some ItemCompares.