#someone know how to detect the laser of projectile gizmo

26 messages · Page 1 of 1 (latest)

crude patio
#

i want to create a object with life and i want when someone shoot this object is life go down but i cant use gun i need help for all thé circuit but more thé détection of thé object is touche than the life system

vivid cairn
#

But if you don’t have gravity enabled, use this

#

This will only work if you have both gravity and spread disabled

#

If you want it to work with spread use this instead

crude patio
#

ok i dont have Gravity i want to create a Space battle and i dont use spread but this système work if the launcher move like in a spaceship ?

vivid cairn
#

Yes

crude patio
#

ok the delay is connected with what

vivid cairn
#

Whatever you want to happen when the bullet hits

crude patio
#

ok thx

vivid cairn
#

Yw

crude patio
#

you know how to do a life sistem with dead for a object like a spaceship or car

vivid cairn
#

Use an int variable for the health

crude patio
#

i am New in circuit so i need help

vivid cairn
#

And subtract from it whenever it takes damage

#

If the int variable is less than or equal to 0 then despawn/kill it

crude patio
#

but how i do thé first circuit do thé damage on the object touch who have thé life sistem

vivid cairn
#

Basically have a setup like this (sorry for crap drawing)

#

The top chip is the int variable

#

And the bottom is a subtract chip

vivid cairn
# vivid cairn

Wire the after delay port from here to the int variable

crude patio
#

thx

#

you know how to make a cooldown ?

vivid cairn
#

Yeah it’s a little complicated to explain over text tho I can send a screen shot soon