Game Development Community

Slow motion

by CodingChris · in Torque Game Engine Advanced · 01/14/2008 (10:51 am) · 3 replies

Hi,
for my game I need a slow motion function. I already read a thread where it says this is possible by changing the value of $timescale, but I didn't find that variable. Does anyone know how to do that?

#1
01/14/2008 (11:56 am)
Quote:$timescale = ;

1.0 = Normal Speed
0.0 = "paused"
>1.0 = Fast Forward

I got this from this page which lists global variables.

Also found a resource that can change the animations timescale in a datablock.
link
#2
01/15/2008 (5:11 am)
Thanks. I'll try that out.
#3
01/15/2008 (6:12 am)
Works great.