Multiple lights

Hi. In my game I wanted to add lamps (each has a light effect and glow effect) and I want them to fall when hit ( when they fall both of the lights have to turn off). Is there a way to use just copies of one sprite(lamp) and light with different object id’s each? Is it possible to just destroy one and have the others still lit up?It is possible when I copy each lamp and light as a different sprite but its not optimal. I don’t want to add any more objects to my game cause there are a lot of them.

Hi,
If you know how to use copies of objects, and it works with everything except lights, maybe that’s a limitation.
I haven’t used the new lights feature, so I can’t answer specifically.

On a general note, instead of asking if something is possible, do it yourself, and if it fails, share a screenshot and ask why it fails.

2 Likes