If you've read this thread you know that Clickteam implemented Timer based movement. It would be very nice if we could take advantage of this with our own custom movements.
To do this we need to calculate the time passed since the previous loop. Of course Clickteam already does this, and François just told me the relevant bit. The value to get is:
So my request is pretty simple. Could an extension developer be kind enough to write a very quick extension? It only needs to return the one expression above.Code:rhPtr->rhTimerDelta;
Clickteam will most probably implement this via a new system expression in a future build. So the use of the extension will be temporary.
