Make an actor do nothing?

SwaggedSwagged Member Posts: 50
edited November -1 in Working with GS (Mac)
i want an actor to do exactly nothing at all. just make a touch barrier so i cant touch whatever is behind it.

Comments

  • devjohnsondevjohnson Member Posts: 94
    If you want to do it exactly like that, you could make a new actor and place it on top of certain items

    In those other actors behind your new one, place a rule that says when overlaps or collides with your new actor do nothing, otherwise, when it isn't on top of them you can put all the behaviors in there.

    Rule if overlaps or collides with new actor
    do nothing
    Otherwise
    do everything
Sign In or Register to comment.