Ashley's Recent Forum Activity

  • If you save your project to the browser storage, and then you clear your browser storage, it also clears your project. Construct warns about this when you save there. You should always keep backups of all digital work you do, for this reason and many others.

  • C3 should already be preventing this. It might be selecting on the parent page though (the Newgrounds page), in which case Newgrounds would need to prevent it.

  • Mipmaps improve the rendering quality and performance when downscaling sprites smaller than their source image. It's a similar case to a far-away texture in 3D - it's just another way it appears resized smaller.

  • Citation needed! I'd argue iframes are more secure and more performant, since in the case of cross-origin iframes the browser can put the game frame in its own independent process.

  • The runtime has to control the position of the canvas in order to know how mouse/touch input event co-ordinates relate to layouts, and to correctly position form controls. That's pretty difficult if it gets placed in a div. It's also not clear why you would want to do that instead of using an iframe.

  • I'm afraid without reliable steps to reproduce the problem, it's virtually impossible to do anything. This ought to be impossible. I have no idea how it could happen.

  • The problem is cross-image bleed in spritesheets when downscaling (because the smaller mipmaps are lower resolution, and combine areas of the image in to single pixels). It's a normal result in computer graphics when using spritesheets and mipmaps, it's not specific to Construct.

    The 'Downscaling quality' property was added to Construct specifically to solve this. It pads images on spritesheets out to power-of-two offsets which largely avoids the problem. The reason it's marked as "not recommended" is because this makes it use more memory, and so you shouldn't choose it for no reason at all. (I'd noticed in the past people choosing it because they "want better quality graphics" without understanding what it does or what the trade-off is, so I added the "not recommended" label to discourage that usage.) You should only use it if you really have the problem with seams, which you do, so you should use it.

  • It might be a Tiled Background wrapping around the other side of the image, or it might be spritesheet bleed from an adjacent image. As ever it's hard to say for sure without seeing a project file. If it's the latter, changing the downscaling quality may help.

  • Please note issues should be filed to the bug tracker following all the guidelines, otherwise they may not have enough information to be fixed, or may be buried in the forum and forgotten.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • NW.js and Chrome use the same browser engine - Chromium - so I'd expect performance to be identical.

  • Events and JavaScript programming are different paradigms which is why they are not directly callable. Things like picking instances are fundamental concepts that only apply to events and have no built-in equivalent in JavaScript, so things are done differently. We're expanding the available APIs over time, it's a huge amount of work to cover everything.

  • Please only post in English on these forums as per the Forum & Community guidelines.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,446,035 followers

Connect with Ashley

Trophy Case

  • 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
  • Forum Mega Brain Made 20,000 posts in the forums
  • x109
    Coach One of your tutorials has over 1,000 readers
  • x63
    Educator One of your tutorials has over 10,000 readers
  • x3
    Teacher One of your tutorials has over 100,000 readers
  • Sensei One of your tutorials has over 1,000,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x36
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs