Ashley's Recent Forum Activity

  • The full license is here: https://www.scirra.com/store/licensing#license3

    It says each purchase gives you the right to use the asset in unlimited non-commercial projects, or one commercial project. So if you want to use it in two commercial projects, you need to purchase it twice.

  • Android uses exactly the same code as all the other platforms, so I don't know any technical reason this would be the case, other than your game works differently and requires more data on Android because of your own changes, or the measurements you are looking at are inaccurate.

  • There is nothing Construct 2 can do to work around popup blockers - they are designed to block popup ads that would irritate the user, and anything C2 could do to circumvent it would be done by ads as well.

    Generally the workaround is to only open a window in a user input trigger, such as "on object touched". Browser popup blockers allow popups in user input events, since they are treated as intentional actions by the user.

  • Can you test the latest version r230, as well as Firefox, as per the bug report requirements?

  • You should report these issues to Intel - Construct 2 does not control the build process, that's done by the Intel XDK.

  • Closing as won't fix: the expected result is incorrect, text boxes are single-line by design unless you choose textarea mode. This is how browsers implement them, not Construct 2. The positioning isn't centered but I don't think this aspect is standardised. The editor representation is never going to be exact either since form controls are rendered differently in browsers so it's just basically a placeholder; for example the checkbox control doesn't really look like what you really get either.

  • Closing, please see the bug report guidelines, we never investigate reports like this.

  • I wanted to make an app to process insanely long chunck of HTML, (I'm speaking of several millions of caracters), but just found that construct would truncate any string I give it to the 524.288th caracter

    That shouldn't happen. Does every browser do it? Can you make a minimal test case and file a bug report for it?

  • Ashley , How does the current method increase performance?

    Because not doing work is always faster than doing work.

  • And then when checking instance list, cycle through the would-be indices- if they are greater than the instance list length, then check the new object list instead?

    This is also extra work that would add a great deal of complexity and degrade the performance of all projects, just for this corner case.

  • Would it be possible to request a new type of top level event related to creation of objects that allows for picking? Would there be any drawbacks to changing the "On created" condition to be a pure top level event?

    No, this does not solve the underlying problem. The engine cannot support potentially modifying the instance lists while it is using them, and so there can neither be a new kind of event, nor a special kind of trigger, that works around this.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The image you see in the image editor is the source image. Objects in the layout are always rendered from the source image and stretched to their display size. So resizing objects in the layout has no effect on the source image. The source image will be fully loaded in memory regardless of the display size, but resizing an image from 64x64 to 32x32 will only save about 12kb of memory, so it's kind of pointless to do it in the name of memory. In this case I think just stretching them in the layout view is fine.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,779,089 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
  • x126
    Coach One of your tutorials has over 1,000 readers
  • x74
    Educator One of your tutorials has over 10,000 readers
  • x5
    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
  • x42
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs