Author Topic: Upgraded events  (Read 370 times)

Code: [Select]
onActivate
    pixel1
    pixel2
    pixel3
    pixel4
        setColor
            red

Basically how Colten shows it, instead of having to re-write each individual event line and just changing one little thing, such as the brick name/output if you wanted a massive amount of events for one brick, to be able to just "add on" an extra target, output, or duplicate the entire line and just change the delay.

Just name all the brick the same name so you can do stuff to all of them at once.


Just name all the brick the same name so you can do stuff to all of them at once.
What if you want to use another event that only targets one of them?