What Wick Editor Version are you using?
1.9 test editor
Describe the Problem
I cant seem to create a bullet machanic in wick editor.
What have you tried so far?
Well I wrote this if (isMouseDown()) { this.opacity = 1; this.x = mouseX; this.a = mouseY; } else { this.x = arrow.x; this.y = arrow.y; }
I want it so that when you click, it goes half way between the mouse and the arrow. then after a half second i want it to go to the mouse. then after another half second dissapear.