Drag and throwing problem
bullshin
Member Posts: 8
Hi,
I am studying tshirtbooth 's template abt drag and throw.
I want to combine this function to the "Pachinko Template" by GS.
The problem is,i dont want player directly drag and release the ball to the Goal and get score.I want them drag and release the ball at the top "only" so that it will fall down and go through the pads.
How to make the dragging ball can "only be" released at the top limited area after i drag?
Thanks!
I am studying tshirtbooth 's template abt drag and throw.
I want to combine this function to the "Pachinko Template" by GS.
The problem is,i dont want player directly drag and release the ball to the Goal and get score.I want them drag and release the ball at the top "only" so that it will fall down and go through the pads.
How to make the dragging ball can "only be" released at the top limited area after i drag?
Thanks!
Comments
another problem is,after the rule stopped the ball dragging,it fall down but i can still drag it again at that "unwanted dragging area"
thanks!
if touch is pressed and self.position.Y is greater then 260 (ie: check to see that that actor instance is above the line .. if not then the touch and drag is disabled?