dop2000's Recent Forum Activity

  • It's not recommended to mix Physics with any other movement behaviors, especially if you are using joints.

  • You can make your own drag&drop, it's quite easy, especially since you want to snap object position to the touch.

    On Sprite Touched - save Sprite.UID in a variable

    Is In Touch - pick sprite by the UID saved in that variable and set its position to touch x/y

    On Touch End - clear the variable.

  • Check out Ashley's comment to this bug report:

    github.com/Scirra/Construct-3-bugs/issues/3718

    You can try this trick - create a folder in the list of objects and move either the sprite or Touch object into the folder (but not both).

  • You can't load that JSON data into the dictionary directly. C3 dictionary requires a specific format of JSON string, it looks like this:

    {"c2dictionary":true,"data":{"A":"alpaca","B":"baboon","C":"cat"}}
    

    Your JSON string contains an array with several nested objects. A dictionary can't hold that data. I suggest you keep it in JSON object.

    If you want to convert it a dictionary, you'll need to parse it into JSON object (which you've already done), then loop through all entries and add them one by one to the dictionary.

    Check out the official template in C3:

    editor.construct.net

  • There are lots of ways to calculate the trajectory for such movement. Check out this demo:

    howtoconstructdemos.com/category/misc

  • Glad it worked! I highly recommend setting up automatic backup in Construct settings.

  • Yeah, it's really annoying that there is no way to align such objects.. I posted a bug report:

    github.com/Scirra/Construct-3-bugs/issues/5585

  • You mean the files are empty (with size 0 bytes)? In this case yet, this is definitely wrong.

    Are the duplicate files (for example text 2.json) also empty? If not, you can try renaming them. Make a backup copy of the project just in case.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I don't have any experience with 3D yet, but normally to convert coordinates between two layers you need these two expressions:

    Set X to CanvasToLayerX("UI", LayerToCanvasX("Game",Animals.X,Animals.Y), LayerToCanvasY("Game",Animals.X,Animals.Y))

    Set Y to CanvasToLayerY("UI", LayerToCanvasX("Game",Animals.X,Animals.Y), LayerToCanvasY("Game",Animals.X,Animals.Y))

  • You mean in a side view game? Why can't you use Platform behavior? You should be able to configure all the settings - max speed, jump height etc.

  • Can you see these files in the objectTypes folder - text.json, timeline.json, sprite3.json etc?

  • It's always a bad idea to use long running waits like that. You don't have any control - can't pause or cancel the delayed actions.

    I would do this with a global object+Timer, as oosyrag suggested. Another option is to compare system time from the Date plugin.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 279 followers

Connect with dop2000

Trophy Case

  • 10-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
  • x5
    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
  • x14
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

30/44
How to earn trophies