Author Topic: How to make bricks repeat events.  (Read 644 times)

How do I make a brick keep shooting bullets with the click of a button?


Heres how:
0. On activate: Firerelay
1. Onrelay: Whatever you want
2. OnRelay: Firerelay.

Heres how:
0. On activate: Firerelay
1. Onrelay: Whatever you want
2. OnRelay: Firerelay.

Although with relays you'll only be able to use events that do something to the brick itself.

So wait, if I wanted to shoot projectile out of myself (lawl), would I have to put onActivate>Player>FireRelay?

So wait, if I wanted to shoot projectile out of myself (lawl), would I have to put onActivate>Player>FireRelay?
No, because you can't event yourself.. You would have a relay loop and have an event on the brick to fire a projectile from you.

Although with relays you'll only be able to use events that do something to the brick itself.
Unless you have VCE

Unless you have VCE
even then it's only to itself, the relay outputs to self, the VCE is what targets the player, not the relay still, although in effect it does