Hi, sine behavior does not work after doing this.
Is it a bug? Does anyone know?
https://www.dropbox.com/s/yy3jzftrivikgd6/testSine.capx?dl=0
Develop games in your browser. Powerful, performant & highly capable.
It's the "Update Sine initial state" action that is stopping the behaviour restarting - not sure why though.
Not sure if this helps, but you can start oscillating at the new angle using timers:
https://www.dropbox.com/s/wzyz2fitxth5r ... .capx?dl=0
Timers also make it much easier to interrupt a behaviour than using Wait X seconds, by using the Stop Timer action.
Not sure if this helps, but you can start oscillating at the new angle using timers: https://www.dropbox.com/s/wzyz2fitxth5r ... .capx?dl=0 Timers also make it much easier to interrupt a behaviour than using Wait X seconds, by using the Stop Timer action.
Yeah, it's kind of weird and I think it should work.
Thanks for the solution.
You're welcome
Is this what you want to do ?
https://www.dropbox.com/s/pdkz7yrfgtc3t ... .capx?dl=0
Thank you, that's another way to do it.
So why does not my example work?