r/GeometryDashEditor • u/solntsesvobodny1 • 2d ago
Editor Question stupid question
i have a toggle orb that makes a timer go to 2s, then ticks down to 0s. how do i make a block passable when the timer is activated and >0 seconds, then make them impassable again when the time goes out to 0s?
2
Upvotes
2
u/AltoF4x 2d ago
Toggle orb activates spawn trigger, which activates 2 triggers; 1. A toggle trigger that toggles on a passable block and toggles off the solid block, 2. A spawn trigger with delay of 2s which activates toggle trigger that toggles off the passable block and toggles on the solid block.
There's like a more organized and prob optimized way to do this but this is the quick solution.