Hello.
I have made a Camera Shake with a function.
It work fine when I use real values.
But When I want to use Function.Param() for more flexibility, it doesen't work....
Any Idee why ??
Develop games in your browser. Powerful, performant & highly capable.
The problem is that by the time the wait ends, the function has already returned and the Params are gone. Use a Timer instead - you have complete control.
Thanks blackhornet.
Hm... Ok I understand value are reseted to 0...
What do you mean by Use a timer ? Is this a behaviour ? I don't see it in construct 3.
Or is it the condition "every X second" ?
Timer is a behaviour. It's there.
OK I see it now ^^ sorry.
Thanks. I will try something with that.