Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Gav (HeyBud) on March 24, 2018, 03:49:08 PM

Title: Game Feel When Hitting Enemy- Pausing time [SOLVED]
Post by: Gav (HeyBud) on March 24, 2018, 03:49:08 PM
In a lot of games when you hit an enemy or are hit, it holds the screen for a few frames. What's the best practice of this in playmaker.

Should I use Scale time to 0 with a Wait action of like 0.2 or something?
Or is there a better way to freeze the screen shortly?

Thanks
Title: Re: Game Feel When Hitting Enemy- Pausing time for split second.
Post by: djaydino on March 24, 2018, 05:15:45 PM
Hi, this will probably be the easiest way.
Else you would need to pause animations, constrain movement or set as kinematic and maybe "pause" certain fsms when needed
Title: Re: Game Feel When Hitting Enemy- Pausing time for split second. [SOLVED]
Post by: Gav (HeyBud) on March 24, 2018, 07:01:08 PM
Good point I could tweak the animations too. Thanks