Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: countft on December 24, 2018, 01:59:39 PM

Title: Playmaker Timer
Post by: countft on December 24, 2018, 01:59:39 PM
I want to scale an object according to time but at a slower rate. So i haVe countup timer ...a variable ...that stores time and set property ...but things are happening too fast. So i added a float sub but that doesnt seem to work so in a few words i want to use the timer to store it to the variable as now but in half at least speed .
When i subtrack it doesnt work .COUNTUP TIMER and SETProperty doesnt work cause things are growing too faaaast !!!!
Title: Re: Playmaker Timer
Post by: Thore on December 24, 2018, 07:06:23 PM
No idea how you do it, but simply reduce the variable(s), or multiply by a fraction (e.g. 0.2 = 20% the speed) before you scale.