Author Topic: How to event a light.  (Read 472 times)

I want to begin learning the basics of eventing so I can at least have semi-decent and realistic builds. Could someone explain the process of eventing a light/light switch so when the light switch is flipped, a light turns on?



(THIS IS WITH THE ON AND OFF JVS ITEM)
First, name the brick you want the light to be. Got that? Good.

Then I'll show you how to event the Jvs switch.
OnContentStarted >> [Named Brick] >> SetLight >> (Pick your choice.)
OnContentStopped >> [Named Brick] >> SetLight >> NONE (Well you want it to be none. Unless you want it to switch dif colors.)

[Named Brick] = The Brick where the light is gonna come from. (Well thats what were working with right now.)

Thanks, I appreciate it, I knew it couldn't be too complex.