Author Topic: Event Relay  (Read 931 times)

Don't know if this is the right section (:D)

But what do the relays do?

I don't know if i can explain this to well, but its kinda like a signal thats fired through connecting bricks and bricks can react to the relay that it recives from something, be it a switch,  or w/e.

You send it and it sends the signal to the brick that it fires it to and that does the same. If a brick that has an onRelay is hit it's events will be used that has On relay.

it seems to activate any adjacent bricks in the direction you fire.  Idk what fire relay does.  I only know about the directional ones.  Maybe it fires in all directions.

Ex:
TRIGGER
OnActivate>NameBrick-Bob>Firerelay
BOB
OnRelay>Self>SpawnExplosion

When you click the trigger Bob explodes

EDIT: I also use it for loops