Hello,
i am building an angry birds like game. Can you help me with this : I need to limit the distance of bird (sprite) from slingshot to a reasonable distance when aiming
As it is, I can move the bird all over the screen which is not natural.
I have posted a link for .capx :
https://www.dropbox.com/s/b33pjfivyjh68 ... .capx?dl=0
Thank you for Your help
Limit the swing. Using clamp(n, lower, upper).
Easy to adapt if you build that .capx
Develop games in your browser. Powerful, performant & highly capable.
I managed to get it to work. I will post a working capx as soon as i get a chance. It will benefit a lot of people. Cheers!