dop2000's Recent Forum Activity

  • 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.

  • If one key is created each day, how do I call all the keys on start of layout?

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

    Would that be too many on a single mobile device?

    If it's an app, it should probably be fine. Unless you are storing huge images in each key. You can run a stress test - save 2000 keys and see if there are any problems.

  • Did you set its type to "Text area"?

  • You need to use raycasting feature of LOS behavior. See this official example:

    editor.construct.net

  • Looks like something has happened to many icons and other images on the website. My avatar disappeared, I had to re-upload it. And now I noticed that the icons on the Manual page are missing too.

    I wanted to upload a screenshot, but it also not working!

  • Physics is not compatible with Solid or other behaviors, see the official documentation:

  • the Greenworks/Steamworks condition "Is running on Steam Deck" doesn't work for me, but I've found a workaround:

    Perhaps a better solution would be reporting it:

    github.com/Scirra/Construct-bugs/issues

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • However, I do know that the dev for Repella Fella was able to get it working.

    Are you sure that the achievements are working in Repella Fella?

    I will try not packaging the assets, thanks!

dop2000's avatar

dop2000

Member since 26 May, 2016

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