Confine Touch to a Specific Area

harlin36harlin36 Member Posts: 101
edited November -1 in Working with GS (Mac)
I want to flick actor/disc but only allow it to be controlled/touched in a specific area. It starts at the bottom of the screen and you flick/throw it over a start line, when it crosses over this line I don't want the player to be able to retouch it.

I have got the throw action but it still allows me to keep touching/moving the actor after it has crossed over the start line. I constrained the actor to touch area actor but this won't let me fling the disc and only moves it in the touch area.

Please can anyone help? Not sure what I am missing?
Thanks

Comments

  • BSideGamesBSideGames Member Posts: 392
    add a rule to the actor... if self y position is less then 250 or wherever or start line is then do flick.

    that way if actor is above that line the rule won't happen

    hope that helps

    Asher Scott
    B-Side Games
Sign In or Register to comment.