dop2000's Recent Forum Activity

  • Just change the properties in the same event you spawn the object.

    -- Object Spawn Object

    -- Object Set Height 200

  • ChatGPT doesn't know Construct as well as other programming languages. It can only help with very basic questions. And will very often give wrong and confusing results.

    It can help with Javascript code, if it's not Construct-specific.

    Construct is intended for people with little or even zero programming experience. Study a few tutorials and built-in examples, and you could start making games in Construct in no time!

  • but in my exported NWjs game file, the locations are the same, being NWjs.UserFolder & "savefile.json"

    And you see the file actually created in that folder?

    It's hard to tell what can be wrong. Add "Browser Log" actions to both events to see which one is triggered. Export the game with DevTools enabled, press F12 and check messages in the console log.

  • Can you show your events and JSON string?

  • An invisible layer for the dialogue may not be such a bad idea. It's probably the easiest solution. Make sure to disable "interactive" in layer properties until you need it, to prevent clicking invisible buttons.

    Alternatively you can create this dialogue on an unused layout, add all objects to a hierarchy. And then when you need to show it - create the entire dialogue from the hierarchy.

  • You can set the volume when you start playing a sound, or while it's still playing. Of course you can't change the volume of a sound which has finished playing.

    You can store the current volume in a variable, and use this variable in all "Play audio" actions.

  • Your sound is too short. When you are changing the slider, it has already finished. So changing "SFX" volume has no effect.

    But when you click "X" sprite, it plays at the correct volume set on the slider.

    I suggest using my example with log10() function though, because it's more accurate and allows to change the volume from 0% to 100%

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ObjectTypeName, not TemplateName.

    Here is what I meant:

    Pick BodyPartsFamily where BodyPartsFamily.ObjectTypeName="Head"
    Body add child BodyPartsFamily
    

    This will attach Head to Body in the hierarchy.

  • The only way is to add all such objects to a family, pick family instance by ObjTypeName and then add this family instance to the hierarchy.

    System pick by evaluate Family.ObjTypeName=variable
    
  • Or there's another object with ScrollTo behavior.

  • As I mentioned in another post, we have no problems with gamepad on Steam Deck in our game. We are using Linux64 export.

dop2000's avatar

dop2000

Online Now

Member since 26 May, 2016
Last online 23 Feb, 2025

Twitter
dop2000 has 260 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
  • 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
  • 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