Transparent area around actors, are we done with this yet?
esso
Member Posts: 5
Hi all,
Is there a way to constrain the touch of an actor to the image itself rather than the actor?
IAW- if i touch the transparent area around the actor i dont want it to be selected in the game,
I read some posts since 2011, and it seems that the maximum sensitivity we get in GS is the rectangular shape around the actor.
Has this been solved or someone came up with a work around?
thanks a lot
Best Answer
-
Armelline Posts: 5,354
Custom collision shapes allow only the area you choose to be collidable. A slight workaround is needed for touching, though - but you can find that workaround here:
http://forums.gamesalad.com/discussion/comment/568711/#Comment_568711
Contact me for custom work - Expert GS developer with 15 years of GS experience - Skype: armelline.support
Answers
@Armelline Thanks man. ill go through it.
i thought of creating a pixel map (like a grid of tiny hidden actors 5X5 pixels) and use them to interact with the main actors. but im afraid it will slow down the performance.
have you ever done something like that?