Author Topic: -Inorder event  (Read 1107 times)

Like to make key pads and other things in order

Meaning

-Onactivate then -nextorder = that event

Also -onoutorder to make it to where you disrupt the flow of events and it restarts

So basically -onactivate     -nextorder     -BRICKNAME     -onactivateorder -setcolor    -red

So you would have to press that button RIGHT after the first one for the second then third one to be pressed
« Last Edit: November 21, 2008, 08:05:38 PM by Blocklandman111 »


I'm sorry but I don't understand.

Okay so you  would have print buttons 1-9  lined up in a row.    So you would hit 1 to start it. You want your code to be 1642  so you hit 1 then the event makes it to where you HAVE to hit the 6 to keep the flow going. If you hit any others you stop the of events

or you could just rig something in variable events or just do as others did to do the same.

why even do all that? this is completly possible with seteventenabled, i make keypads which you have to hit the right number or you dead

Like to make key pads and other things in order

Meaning

-Onactivate then -nextorder = that event

Also -onoutorder to make it to where you disrupt the flow of events and it restarts

So basically -onactivate     -nextorder     -BRICKNAME     -onactivateorder -setcolor    -red

So you would have to press that button RIGHT after the first one for the second then third one to be pressed

Wow, I didn't even read yours when I posted the SAME SUGGESTION! Amazing. Maybe I worded it better to everyone? I dunno, I'm not them :P

Basically he likes an relay-like event system that activates events on brick.

Which, in my conclusion, failure to use all events of other bricks in just the same brick.

You could use setEventEnabled, toggleEventEnabled or combinations of the Variable Events to achieve this.

Don't just ask for the Automatic "do everything I want" event, be creative with existing ones.

You could use setEventEnabled, toggleEventEnabled or combinations of the Variable Events to achieve this.

Don't just ask for the Automatic "do everything I want" event, be creative with existing ones.

Agreed. ._.

You could use setEventEnabled, toggleEventEnabled or combinations of the Variable Events to achieve this.

Don't just ask for the Automatic "do everything I want" event, be creative with existing ones.

no fair, i said this first and nobody agrees with me =(