dop2000's Recent Forum Activity

  • And again - press F12 and check errors in console log.

  • Try this:

    1. Start the preview. Don't close it.

    2. Switch back to the editor window.

    3. Press F12 in the editor window. Scroll to the end of the console log, make a screenshot.

    .

    By the way, why does your URL say "startTour"?

    Maybe you are in the "construct tour" mode and that's why it doesn't work. Try to start the Construct normally from this link:

    editor.construct.net

  • This is an English forum, please write in English. You can use Google Translate.

    Most likely one of the addons you installed is invalid. What addons are you using? Try downloading the latest versions from these links:

    construct.net/en/make-games/addons

    construct.net/en/forum/construct-3/plugin-sdk-10/erens-ported-plugins-modules-159391

    You can also press F12 in preview and check error messages in console.

  • After trying to open the file, press F12 and check for error messages in the console log.

    If you are using addons in your project, you will need to install the same addons in C3.

  • You mean the framerate was set to "unlimited"? Yeah, that option should only be used for stress-testing.

    Check the refresh rate of your monitor - if it's high like 120-240Hz, as an experiment try reducing it to 60. See if this improves the CPU usage even further.

  • Where are you planning to store these words?

    If it's a comma-separated string (like "apple,banana,pear"), you can use tokenat/tokencount expressions:

    Set word to tokenat(list, random(tokencount(list,",")), ",")

    You can also store words in an array, then you can get a random word using Array.At(random(self.width))

  • It depends on what you do with these images. If you allow to load many of them, then yes, this may cause problems.

    One solution would be loading an image into a sprite, resize the sprite to the size of the drawing canvas, paste it on the canvas, then destroy the sprite and unload it from memory.

    This way you'll end up with a small version of the image.

  • Now, to figure out why my bullet spawns at my feet every so often when I fire too fast...

    Do you spawn the bullet at a specific image point on the character sprite? Maybe that image point is missing in one of the frames.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You've done a great job troubleshooting!

    34% usage by engine seems quite high.. It's possible that the issue is not with your project. Have you checked CPU usage in other projects? For example, try the Kiwi Story game - is the performance much better there? For reference, on my pretty old laptop I'm getting about 25% total CPU utilization, 10% draw calls and only 2% engine.

    If the numbers are much higher on your machine, try different browsers - Edge, Chrome, Firefox. Try enabling/disabling worker mode in project properties.

    Check in debug mode if webgl2 is enabled. If not, then all graphic tasks are handled by the CPU.

  • You can use Array.indexOf(value) expression. If Array.indexOf(value)<0, this means the value was not found in the array. For example:

    System Compare Two Values: Array.indexOf(Sprite.var)<0
    ... Sprite set animation frame 0
    Else 
    ... Sprite set animation frame 1
    
  • It could be a bug similar to this:

    github.com/Scirra/Construct-bugs/issues/5570

    After using the Crop tool, try closing the animation editor. Then open it and adjust the positions of image points.

    If you are certain you found a bug and can reproduce it - please post a bug report.

  • If you are writing to different keys, there shouldn't be any problems.

    If you are setting the same key multiple times in one tick, I'm guessing the latest value will always be recorded.

    You should avoid writing to LS and reading the same key from LS at the same time, because in this case the results may be unpredictable.

dop2000's avatar

dop2000

Member since 26 May, 2016

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