PDA

View Full Version : Trying to make overhead view bound type obstacle



eric916
01-22-2012, 09:15 PM
So basically, I want the sackboy to be in a small vehicle controlled by a controllinator in an above view fashon, driving over blocks that will become lethal and unlethal on a timer but how can I make it explode the vehicle if they are on the block when it becomes lethalized? I appreciate the help. -Eric

CalebJThe1st
01-22-2012, 11:26 PM
Have the same piece of logic that is lethalizing the blocks turn on a tag on the block and then put a tag sensor on the vehicle hooked up to a destroyer that's hooked up to the vehicle. Make sure the destroyer is set to explode and also to destroy rigid connections and that the tag sensor's radius is around the width of the vehicle. That should make your vehicle explode.

Antikris
01-23-2012, 12:34 PM
Instead of a tag and tag sensor (which has a radius ofsensitivity) you may also opt for an impact sensor that collides with a tag; Then you stick a detailed shape of 0% holographic material on top of the lethal block with a tag stuck to it.

CalebJThe1st
01-23-2012, 08:29 PM
I never liked working with impact sensors as they can be a bit iffy. Had one glitch on me last night where I had to reset the touching setting in order to get it to work properly. But whatever floats your boat.