Author Topic: Event Tactics  (Read 747 times)

Here we can discuss event tactics. I WILL add them to a list.

Here's my question. How do I onRelay infinite loop? I could do it earlier today but I somehow managed to forget.

Edit: Tactis is now spelled correctly.
« Last Edit: August 09, 2008, 10:32:42 AM by Dyed Brownie »

Well, what is a tactis?  :cookieMonster:

Multiple of 'tacti', clearly.

Give the brick 2(or more) events onRelay, have it trigger itself (target self->FireRelay) and the other(s) doing whatever you want the brick to do.
Add an event that starts the relay loop off. (e.g. onActivate -> target self -> FireRelay)
Use setEventEnabled (The Loop's Number, off) to stop the loop.