Ashley's Recent Forum Activity

  • Should be fixed in r51 onwards so moving to closed - let me know if there are any more problems with this.

  • I don't know much about Texture Packer, but I can say:

    • Construct 2 stores all images as PNG, so transparency around an image should all be compressed away. Still, it's good practice to crop them because images are stored as bitmap in memory for drawing, so the extra space means more memory used. Right now C2 also only has bounding box collision so empty space around the player will also collide, but you can work around that with a hidden collision sprite, or just wait until we add collision polygons.
    • You have the option to recompress PNGs (via PNGCrush) on export, making them even smaller.
  • You do not have permission to view this post

  • I'm not sure Android's browser supports audio, so I'm guessing they need to add support first.

  • Great! Is the image editor working OK as well? Try opening an image and flipping and mirroring it, does that work? Strangely enough if there's still a problem it will turn up there.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It's not a bug, it's how you've written the events. I wouldn't advise you activate and deactivate groups of events like that - it looks like you're trying to use them as functions, but they work more like a big "if group of events is activated" statement.

    What you've done works like this:

    1. Bullet collides with plane -> the "PlaneHit" group activates.

    2. In PlaneHit: If the plane health is <= 0, it destroys with an explosion.

    3. In PlaneHit: the next event is empty, so 'subtract 1 from health' affects all the planes. That's where your problem is. It doesn't remember the affected plane because it's an entirely different event.

    To make sure you reference the right objects, put the actions in the relevant event, and use subevents beneath that. Have you tried the beginner's guide? It shows how to take health off the ghosts and destroy them correctly, like you're trying to do with the planes.

  • Hey, thanks for stopping by :)

    In addition, many amateur indie game developers can afford USD65 for the indie version.

    Don't forget right now it's only $32! We're doing 50% off for the early adopter period, which should last at least a couple of months.

    . The demand of HTML5 exporter is actually not so high. I believe that the demand of EXE exporter is much much higher.

    When we only had an EXE exporter with Construct Classic, everyone wanted their games to run on the web. Now Construct 2 exports to HTML5, everyone wants their games to run in EXEs. (Well, not literally everyone, but you see my point.) There's demand for both. We started with HTML5 because it runs everywhere, it's new, and it's going to replace Flash. We are planning other exporters in future - Construct 2 exporters can be written as plugins, so it can be extended forever, even by third parties.

    ctually, the demand of SWF exporter is also high.

    Given we think HTML5 is going to replace Flash, I don't want to make a SWF exporter, because it's only a matter of time before it will be ignored in favour of the HTML5 exporter.

    f Construct 2 wants to compete with GameMaker, detailed official tutorials for different types of games in PDF format are really necessary.

    We realise the high importance of tutorials and documentation and we're hoping to get all that written up and documented ASAP. Have you also seen the Beginner's Guide? It's not in PDF format, but is the format of the tutorial that important? I guess I could make a PDF if there's some advantage to it.

    Thanks for the comments, let me know if you have any more questions :)

  • You do not have permission to view this post

  • You do not have permission to view this post

  • There are lots of reasons people don't update software:

    • they don't understand what it is,
    • they don't care,
    • they don't want to go through the hassle of half hour or more installs, especially if it might break something,
    • they might not have bought the software through "proper channels" and are nervous about updates,
    • they work at a large corporation with an IT department with an "if it ain't broke don't fix it" ethic,

    etc. etc. It's definitely best for everyone to use up-to-date software - usually it's faster, better and more secure. However, not everyone is knowledgable about technology, and might not see it that way.

  • 1. When we get a exe exporter? This is very important for many people.

    We understand this is a popular request, but we're stretched to the limit working on the editor and HTML5 exporter! Once those are done we'll consider other runtimes like an OpenGL EXE exporter.

    . Construct Classic give us a lots of awesome graphic effects, shaders, blurs etc. When we see this in Construct 2?

    Possibly with a WebGL runtime after HTML5 is done, or with the OpenGL EXE runtime.

    . Does the current version of Construct 2 gives us the opportunity to create advanced rpg engines?

    It should do - there may be missing features but we're filling in the holes as fast as we can.

    . What with sprite editor? Construct Classic sprite editor its very cool!

    We're still working on it!

  • The first time the character flips it mirrors the texture on-the-spot, which can cause a temporary pause if the image is large.

    You should not have such a large image though! Your game will perform a lot better - and download a lot faster - if you resize the large image to be small outside of C2, then import the small image. You should not design games to use such large images! If it performs badly with large images, there's nothing we can do. You're giving the browser too much work to do. You just have to use smaller images.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,770,859 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