I'm trying to make this arrow move diagonally using a sine behavior, but Construct 2 doesn't have the option, any ideas?
Develop games in your browser. Powerful, performant & highly capable.
Set Movement=Value only in Sine properties.
On every tick: Sprite set position to X=200-Self.Sine.Value , Y=200+Self.Sine.Value