playMaker

Author Topic: Score Counter  (Read 1229 times)

maxxiedivine

  • Playmaker Newbie
  • *
  • Posts: 5
Score Counter
« on: April 05, 2014, 10:36:59 AM »
I have tried to get this to work with not luck. I want to make a score counter so that if my 2D character collides with a game object with a box collider 2d, then it will increment my guiText game object. My question is should I have the character have a collision event 2D or should this be a trigger?

Think the coins in mario that have been collected are the GuiText, mario has a collider 2D component and the coin in the game has a collider 2D component. (see pic attached)Thank you! For some reason this is hard for me to get working with playmaker.