How to make a spot the difference(puzzle) game?

jimmmmjimmmm Member Posts: 12

Hi guys! I’m trying to make a spot the difference game with gamesalad. So the function I want to make is when you touch two particular actors, the scene changes to complete scene. Is there any way to make this function? Thanks.

Comments

  • adriangomezadriangomez Member, PRO Posts: 440

    This is how I would do it.

    1. Create 1 attribute in the game or scene. Let us call it "selected".
    2. When you touch a particular actor. Check to see if "selected" is filled => if not fill it with the type else compare actor 1 type with if they match move onto the next scene or make them disappear with some fancy animation.
  • goliathgoliath Member Posts: 1,440

    There was a template way back in the day with this EXACT idea.... Anyone know where it is?

  • adent42adent42 Key Master, Head Chef, Executive Chef, Member, PRO Posts: 3,223
Sign In or Register to comment.