dop2000's Recent Forum Activity

  • Can you post a screenshot of your events?

    "Trigger once" without any conditions will run on the first tick. If the dictionary or the key does not exist yet, it won't work. You can try adding "Dictionary key 'foo' exists" as the first condition.

  • You need to put the FileChooser object on the layout - it can be outside of the visible area.

    In "On changed" event use "AJAX request FileChooser.FileURLAt(0)" to read the file.

  • You can simply use different animations in the character sprite - with and without the armor.

    Or spawn the armor sprite and attach it to the character with the hierarchy - "Character add child Armor".

  • Many people use AI to help with Construct programming, but it often requires a lot of back-and-forth..

    GDevelop's native AI integration is likely much more efficient and therefore has a smaller carbon footprint on average.

    Frankly, I'd be happy to have a built-in AI in C3 to assist with mundane and repetitive tasks.

  • This is a very basic and easy task, have you tried studying any examples or tutorials?

  • What exactly do you need help with - displaying the armor sprite on top of the character sprite? Or with HP and damage calculations?

  • I do however agree that Construct shouldn't save all that extra data to the project. I think that is an oversight, and at that point the data should be truncated, much like nobody expects undo to still be there after opening a project, in order to save memory.

    Ashley This sounds like a reasonable solution, thanks.

    My only concern is that some people may temporarily shrink tilemaps while working on them. For example, if a map consists of three layered tilemaps, they might shrink the top two while editing the bottom one. If the project is saved in that state, any data in the shrunken tilemaps would be permanently lost.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I also have a PointValues array object - but have no idea how to populate it with data - unable to figure out how to insert data into the array object.

    Use "PointValues Load" action.

    -> PointValues: Load from JSON string AJAX.LastData

  • Look at the PointValues object in your project - what is its type, what icon does it have?

    I'm almost certain that your PointValues object is JSON, which is wrong. You need to delete it and add a new Array object instead.

  • set PointsValue json from parse AJAX.LastData

    Consol log PointValues.Get(".Value1")) - returns value of 0 - which is incorrect.

    Looks like your PointsValue object is a JSON object. It needs to be an Array object.

    You use "Array Load" (not "Parse") action to load the data, and Array.At() expression (not Array.Get()) to access it.

  • See the official "Blend modes" example. You need to place both objects on the same layer and enable own textures on the layer. The blend mode should be applied to the top object. For example, you can bring the 9patch to front and set its blend mode to Source Atop.

  • Check the collision polygon, if it has some weird shape, this can cause the bullet to collide again after bouncing.

    If your bullet is animated, make sure the collision masks and origin image points are the same in all frames.

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