How can I create a Mystery Case file-like-game?

0 favourites
  • 3 posts
From the Asset Store
Fully commented source code/event sheet & sprites to create a space shooter game
  • Hello! I want to learn on how to create a game just like Mystery case file games, finding stuffs/items on one picture. TIA! <img src="smileys/smiley1.gif" border="0" align="middle" />

  • That sounds like a standard point-and-click system. The main system of the game would rely on reacting to touch/click events, touching certain images or invisible hitboxes would trigger an action, be it a text dialog, move to another screen, etc. (Example: Touch --> Is Touching --> Torn Paper)

    You'll also want to heavily rely on lots of global variables, to tell if you've already picked up evidence or talked to someone, because you'll want different things to appear (or disappear) depending on how much you've progressed in the game.

    After you build that system, you'll find it easy to place all the different sprites together at the right times!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thanks for the reply bWard :D. Hmmm... Seems complicated but i will try to make it. It's for our project btw. :)

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)