Slowmotion

Hey, i need some slowmotion effect to my ragdoll game. So do you now an good example that showes slowmotion?:smiley:

Iā€™ve never seen anyone attempt to create slowmotion in the GE, but from what Iā€™ve seen it should be doableā€¦

anything??

Im sure you could use python to slow Physics dow somehow, but i donā€™t know how.

i use this method:

GameLogic.setPhysicsTicRate(60)
GameLogic.setLogicTicRate(60)

for slowmotion - (1000) or more, but it messes up physics and physical objects sometimes ā€œexplodeā€ :wink:

Nice method, works very well over here XD

I think you should ā€œenable all framesā€ also, to get this working properly

Cant get it work:S
NameError: Name ā€œgameLogicā€ is not Defined

okā€¦ here you go
http://www.savefile.com/files/1069355

Thanks, that help very much. But now i have one move problem:S
I do when properly prop is near object head then the slowmotion should come. But it will not go away again:S Can you help mee with that?

try it with collision sensor, and enable TRUE level triggering, it should actually work anywayā€¦
or post your blend ill try to fix this problem

Didā€™nt work:S

nice file Martinshā€¦ very sweet!