How do I stop motion_add?

364 Views Asked by At

So, basically when I fire I want some recoil and motion_add does seem perfect but it wont stop so are there any good alternatives to just have a sudden push or a way to stop the motion_add from happening multiple times. Thanks in advance!

if oShotgun.hasFired
{
    motion_add(-oShotgun.image_angle, oShotgun.backBlast)
    hasFired = false;
}
1

There are 1 best solutions below

0
On BEST ANSWER

Maybe I'm wrong but you should set the built-in variable "speed" to 0.