How do I make my laser speed up or slow down after it is spawned?
bij_s
Member Posts: 23
Is there any way to speed up or slow down a spawned laser after player shots it?
Comments
Do you mean how to speed up or slow down an actor? (Lasers can't speed up or slow down they just go at a constant speed -- the speed of light.)
You can use several behaviors to speed up or slow down an actor:
Accelerate
Accelerate toward
Change Velocity
Change Attribute
Constrain Attribute
Move
Move to
haha. Thanks.