Help

Is there a way to make an actor do something when it overlaps with a certain color on the screen? I was trying to make a game where the player must keep their finger within the bounds of an oddly shaped path as they travel forward but now it seems impossible since the collision shape is a rectangle. It stops the actor immediately :(

Comments

  • CasualEvolutionCasualEvolution Member, PRO Posts: 543

    Hi @SamsonSimhonScomp you can try put objects in the border of your path or use "custom collision shapes" (search for that in this forum)

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    You're not able to detect the color of a pixel or shape so like @CasualEvolution suggests your best bet will probably be a custom collision shape.

Sign In or Register to comment.