In my game the circle hav a sword pinned to it, and i want to use a tween or anything so it swings to the direction of my mouse and then goes back to it's previous state
when it's not used the sword stays in that position, any help?
Develop games in your browser. Powerful, performant & highly capable.
youtu.be/GJL8odjNZ2A[/url]
If it doesn’t load video just search Zelda Construct 3 attack by actioncancel.
Go towards ends to see how it looks and if does watch whole video.
He shows you in nice easy steps to spin your sword in four different directions.
Add a Tween behaviour to sword
On Any Touch
Property: Angle
End Value: angle(sword.X, sword.Y, Touch.X, touch.Y)
Time: 0.5 seconds
Ease: Out Cubic
Ping-pong = Yes