Drag&Drop research help

0 favourites
  • 2 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • Hi, I'm currently working on a drag and drop based game.

    It'll be like simply putting treasures into a chest, and making them fit as the chests and treasures gets bigger or smaller, etc...

    I wanted to know if there some games i can check out. Cause where in the early stages of developing and wanted to check out more references for our projects. It can be games, not finished projects, tutorials. anything you'll think is relevant for this study.

    And also does this type of game have an especific genre, or is just a drag and drop style?

    I'm new here, so i don't know for sure if this question is in the right forum. Seemed apropriate.

    thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There are some good samples in this thread.

    One thing to be careful of when using drag+drop is hitbox sizes. It's quite common to have a sprite like a piece of treasure that has a fairly small hitbox that is dragged around the level, but it makes clicking on the actual sprite very hard. Usually you want a large hitbox for clicking and dragging and a small hitbox for actual game collisions. I suggest having a pinned sprite that is used for interaction with the mouse cursor and keep all collisions to the game world on the treasure sprite itself.

    It might seem obvious in retrospect, but when you end up fiddling about for 3 hours because you thought it was a bug elsewhere in your code you end up feeling a bit of the fool <img src="smileys/smiley9.gif" border="0" align="middle">

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