dop2000's Recent Forum Activity

  • I've been using Construct on 5 different laptops in the past years - three of them had Intel processors (5-10th gen) and two AMD Ryzen 7.

    I can tell that Intel integrated graphics is noticeably slower than AMD, and generally runs hotter. But if you are working on small projects, there probably won't be much difference.

    My current everyday laptop is a Ryzen 7 5700U ultrabook with 32 GB RAM. It can easily handle C3 projects that are gigabytes in size.

    I can also confirm that C3 runs smoothly on a gaming laptop (Ryzen 7 + RTX 2060).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • fedca Oh, I missed that. There've been so many changes lately. Thanks!

  • You can use System Wait action or Timer behavior. I recommend Timer in this case because you can stop/cancel/restart it if the player taps several times.

  • FWIW I submitted a WebView2 suggestion to fix that. I think a relatively small addition to WebView2 could potentially allow full file system access without prompts using the existing browser File System Access API from JavaScript.

    Ashley Do you know if there has been any progress with this issue? We were planning to use WebView2+FileSystem in our next project, but that picker dialogue is a deal breaker.

    Also, it will be impossible to set up Steam Cloud sync if players are able to pick the location of save files.

  • Did you check the browser console?

    Also your JSON is an array. You probably need to use JSON.Get("0.status")

  • The "uniqueID" is generated when you create a new project in C3 and you can find it in .caproj file.

    So if you can't restore the object store, I think you can change the uniqueID to a random string, and the store should be re-generated next time you run the project.

  • Press F12 in preview and check the console log. I bet the problem is with CORS. You can search this forum for the ways to fix it.

  • Awesome, thank you!

  • I don't see any improvement to be honest. On this page, for example, all images are broken and the icons in the left menu too:

    construct.net/en/make-games/manuals/construct-3/behavior-reference/pathfinding

  • LocalStorage.KeyAt(LoopIndex) returns only the name of the key. So if there are 100 keys in local storage, this loop will print all 100 names (but not their content)

    + LocalStorage: On all key names loaded
    ----+ System: Repeat LocalStorage.KeyCount times
    -----> Text: Append LocalStorage.KeyAt(LoopIndex)
    

    If you need to display 100 images from these keys, you will have to retrieve each key into BinaryData object and then into a sprite. And you need enough empty frames in the sprite for all 100 images.

    Here is a demo:

    dropbox.com/scl/fi/ip3l882ooiiwt69kpq5v2/LS_SaveLoadMultipleImages.c3p

    Click Draw+Save a few times. Then click Load.

  • I've filed a bug report, but also tagging Tom here as this is a serious issue.

  • Please read the quote from the documentation again -

    You can't directly change object's angle, position or size if you want it to interact properly with other physics objects. You also should not use behaviors like Tween or MoveTo. Use only Physics actions - set velocity, apply force, set angular velocity etc.

dop2000's avatar

dop2000

Member since 26 May, 2016

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