making an invisible wall

ExploboomExploboom Member Posts: 8
edited November -1 in Working with GS (Mac)
before the new update to Game Salad i was able to make invisible walls so my player couldnt get out of the level. But now this does not work. Any help on how to make this work?

Comments

  • zombotszombots Member Posts: 186
    make the actors(wall) alpha attribute 0, thats how i have done n e thing invisible in my games
  • CodeMonkeyCodeMonkey Head Chef, Member, PRO Posts: 1,803
    All actors by default do not collide with each other. You will need to add a Collide behavior to one of those actors to have it be able to collide with the other.

    I've updated the how-to to reflect the new collision updates. http://gamesalad.com/wiki/how_to_gsc_create_a_wall
Sign In or Register to comment.