GOTO Command - Printable Version +- Highlite Forum (https://forum.highlite.com) +-- Forum: Infinity Chimp (https://forum.highlite.com/forumdisplay.php?fid=46) +--- Forum: Chimp General Questions (https://forum.highlite.com/forumdisplay.php?fid=47) +--- Thread: GOTO Command (/showthread.php?tid=1544) |
GOTO Command - keilsi87 - 10-10-2023 Hello everyone, I built a color picker with cues. If I now want to switch between the cues, I would like to do this with the GOTO command. Unfortunately, it always selects the first or last color directly without paying attention to the Assert commands. Can you help me ? RE: GOTO Command - louperrodin - 20-11-2024 When using the GOTO command, make sure to include the Assert commands in your cue structure. Here’s how you can implement it: plaintext Copy [code]GOTO Cue1 ASSERT ColorRed[/code] |