dop2000's Recent Forum Activity

  • It works for me.

    All events ("On touched", "On tap gesture" and "On double-tap") work with the list on my Android phone.

    The list looks different though, not the same as it is on PC.

  • (deleted)

    EDIT: Sorry, I misunderstood your issue.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • RozekEnhance

    Is there an Enhance plugin for C2?

    If it's so great, why is it free, what's the catch?

  • Ok, I think I fixed it. Or at least made it slightly less broken <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    (link removed)

    I changed the way you select dots that should be moved (nearest dot which is above the cell) and I put the entire "For each cell" loop into a function, because I think it should not be executed on each tick.

    I call this function after a line has been completed or after all dots have stopped moving.

    It still uses pathfinding just to move dots, and not for its true purpose <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    You should probably replace it with MoveTo behavior or Custom Movement or something similar.

    Edit: Fixed a few more things, here is a new link:

    https://www.dropbox.com/s/5tw3tg8ilfs0b ... .capx?dl=0

  • I don't have much experience with Pathfinding plugin, but I believe it needs obstacles to find path around them. Otherwise there is no point in having it. As soon as I add solid behavior to your cell sprite, dots start falling to emptied slots.

    EDIT: sometimes they start falling, sometimes not.

    I still don't quite understand how the pathfinding behavior is supposed to work in your code.

    If you want your dots to move to a free cell, I think you need to fill occupied cells with transparent hexagonal solid blocks and then use pathfinding to find path between them.

  • I think you forgot to add solid behavior to your Cell.

    Or change pathfinding Obstacles property to Custom and add obstacles with events.

  • Your link is broken.

    Try posting it without the "https://"

  • It's probably the way physics engine does forces calculations.

    Why don't you apply just one force to the center of the car when you need it to drive straight?

  • Using more detectors will not be good for performance.

    You can add an instance variable "isOverlapping" to the Detector sprite and use it to determine when Detector is no longer overlapping asteroid - that would be your second point to spawn particles.

  • No worries!

    Here is a new version with improved graphics and lots of new features:

    https://www.dropbox.com/s/xo1u70v2zpgu6 ... .capx?dl=0

  • I see you prefer "hacking" methods

    Don't think Scirra developers would approve your ways though...

  • Have you seen the Tutorials section?

    https://www.scirra.com/tutorials/top/pa ... de=compact

    There are literally hundreds of tutorials, I'm sure you can find something relevant.

    Even if you don't know how to make the movement look natural, you can leave it as it is for now and start working on other parts of your game. Return to this problem when you become more experienced with C2.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 247 followers

Connect with dop2000

Trophy Case

  • 8-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • x4
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies