actually I have the following "setup":
- some moving heads
- separately different chasers for color and movements, so I can do more effects with only a few chasers
- - example
- - - chasers for blue, red or green light effects within a solo frame
- - - chasers for left-right, up-down and up-down-left movements within a solo frame
now I have some new chasers with special combined scenes/collections with light AND movement commands. If I now want to start one of them, I had to stop the possible running others chasers for lights and movements. I cannot place new buttons in one of the solo frame because in the other is also another one running. The best way I think I can realize that are different scripts like the one below:
Code: Select all
stopfunction:1414 // stop Movement-Chaser 01 if this is running
stopfunction:1415 // stop Movement-Chaser 02 if this is running
stopfunction:1416 // stop Movement-Chaser 03 if this is running
stopfunction:1433 // stop Light-Chaser 01 if this is running
stopfunction:1434 // stop Light-Chaser 02 if this is running
stopfunction:1435 // stop Light-Chaser 03 if this is running
stopfunction:1502 // stop Combined-Chase 02 if this is running
stopfunction:1503 // stop Combined-Chase 03 if this is running
startfunction:1501 // start Combined-Chaser 01
During the search for the error I have placed a cue list with the "Combinec-Chaser 01" on the virtual console to see what happens. If I push the button to start the script I see something happening at this cue list, but the function/chaser did not start and runs alone. Whats wrong here, any hints?
Bye
Alhifi