#Toggle a Toggle Trigger

2 messages · Page 1 of 1 (latest)

fringe jasper
#

Im trying to make a platformer level, and I want to be able to touch an Activate Group Toggle (AGT) trigger that activates another AGT. Although when I use touch the first AGT, the second AGT doesn't spawn in. Is this a problem with the editor or am I doing something wrong?

**Goal: By hitting the box with my cube, I want to be able to toggle the info texts. **
Step 1: Hitting the row 1 triggers would despawn the row 1 triggers, and spawn in the row 2 triggers and the info texts.
Step 2: Hitting the row 2 triggers after they spawned in would despawn teh row 2 triggers and the info texts, but will respawn the row 1 triggers.

Problem: When I try to execute step 2, the row 1 triggers dont respawn.

Lmk if I am trying to achieve this in the wrong way, and how I should fix it as well.

Row 1 triggers are added to groups 24 & 25
Row 2 triggers are added to groups 23 & 26
Info Texts are added to groups 23 & 26

All triggers are on multi-trigger, by the way.