Do you know how to improve the touching sensitivity of an actor or expand it

ok so im working on this game where the actors of 64x64 are falling and when touched they destroy so what happens is that sometimes you touch them but they don't destroy its like you didn't touch them

is there anyways to increase the touching size of the actor so that with any minimum touch they actually still destroy
increase the touching area of the actor

thanks!!!

Comments

  • SocksSocks London, UK.Member Posts: 12,822
    Do these actors collide with anything ?
  • quique13quique13 Member Posts: 99
    edited May 2013
    Yes with the end that will destroy it if you dont tap them @socks
  • SocksSocks London, UK.Member Posts: 12,822
    edited May 2013
    I'm not sure how your project is set up, but a quick way would be to simply enlarge the area around the image . . . . (see attached file)

    Or otherwise you would need to constrain an invisible (and larger) touching area to the actor with the image.

    Attached file: 64 x 64 actor on a 128 x 128 actor.
  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273
    Maybe you could use this method -



  • SocksSocks London, UK.Member Posts: 12,822
    Same file as above, but I've drawn a blue line around the edge of the actor so you can see what is going on.
Sign In or Register to comment.