dop2000's Recent Forum Activity

  • I want to add two resolution options, 3840x2160 and 1920x1080, for my game. Should I design the game using a 3840x2160 viewport?

    I’ve never seen Construct games offer resolution selection. From what I understand, changing canvas size will not change the physical resolution of the display. So if you make the canvas 50% smaller and zoom everything to 50%, it will basically have no effect.

    So just choose a resolution which provides the best balance between quality and performance.

  • You need to set the variable to (time+5), which means the current time +5 seconds.

    And then you add this condition to all "On touch" and "On tap" events:

    IgnoreTouch<time

    It will prevent them from triggering until those 5 seconds have passed.

  • It's not about displaying more content, it's about the quality of graphics.

    You can choose to use higher resolution images, 4K backgrounds etc. - in this case set viewport size to 3840x2160.

    If you want faster loading times, smaller download size, lower memory usage - prepare all graphics for 1080p screens and set viewport size to 1920x1080.

  • I don't think it's possible. But you can make a reminder for yourself. Add a couple of events:

    If in preview :
     Read version number from Local Storage
     If it's the same as the project version number -> display a warning
     Else -> Save new version number in LS
    
  • Just ignore touch events. You can do this with a variable:

    Set variable IgnoreTouch to (time+5)

    And add this condition to all "On touch" events:

    IgnoreTouch<time

  • Here is an old but still relevant tutorial from Ashley:

    construct.net/en/blogs/construct-official-blog-1/remember-not-waste-memory-796

  • At this point it will be very difficult to help you without the project file. Check the logic, use the debugger, add Browser logging to key events - this are the usual troubleshooting steps.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes, it's a common thing. You can store global variables and functions on event sheets without linking them.

  • JSON is just a data storage format. You can add any values to it, but you will need to program the events to process these values. For example:

    JSON has ".Sound" key : Audio play by name JSON.Get(".Sound")
    

    .

    Wait, did you mean "Custom Visual Novel Engine" template? In this case all the information is loaded into an array, it's not using JSON object.

    You can add another column to the array for sounds:

    StatesArr Value at (9, gameState)≠""
     : Audio Play StatesArr.At(9, gameState) 
    
  • In event #2 you have "On left button clicked on Terra", it should simply be "On left button clicked". There may be other mistakes. I suggest running the game in Debug mode (Shift+F4). There you can pause the game at any time and check the values in the array, instance variables etc.

dop2000's avatar

dop2000

Online Now

Member since 26 May, 2016
Last online 10 Jan, 2025

Twitter
dop2000 has 255 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