How do you make a boomerang
Hi, just downloaded this today (had a game idea pop in my head overnight). I'm wondering how i would go about making a boomerang like object that would accelerate out of the main character towards a mouse click and then, at a certain distance, return to the character. Anybody have any experience doing something like this?
Comments
touch1 X > PlayerX
then
ChangeImage to "FaceRightImage"
if
touch1 X < PlayerX
then
ChangeImage to "FaceLeftImage"