Ashley's Forum Posts

  • You do not have permission to view this post

  • My advice would be: don't use jQuery. Construct used to use it but we removed it years ago. Modern web platform features are now comprehensive and cross-browser compatibility is far better, and so you can just use the platform directly without needing a library to manage it.

  • You can update bundled addons by right-clicking the project name in the Project Bar, selecting Tools -> View used addons, and right-clicking the bundled addon. If you have a newer version of the same addon installed, there should be an option to update it.

  • Yeah, I got thinking about it and realised the WebGL 1 restrictions weren't too bad and the spritesheeting engine could relatively easily be adapted to do single sheets, so there's an option in the latest beta. However I'd say it's still kind of experimental and there may need to be a few weeks to make sure that no unexpected issues come up.

  • It looks like I already responded to this in a comment on this suggestion - it should already work without CSS. (Construct loads the web fonts with JavaScript.)

  • The current implementation of global layers is done entirely in the editor. It basically is a shortcut to copy and paste the content of one layer over multiple other layers. This means at runtime the concept of global layers does not currently exist, and so in its current form it's not really possible to implement a runtime form of global layers.

  • A few of Construct's strong points in education off the top of my head:

    • The full version runs in the browser. No need to install/configure anything, and runs on Chromebooks, which are used widely in education.
    • Data privacy: Construct does not require user accounts, and we do not have our own cloud hosting for user projects, meaning you can trust you and your student's data remains private.
    • Mature feature set, such as a fully integrated built-in animation/image editor, timeline animations, hierarchies, sub-layers, advanced effects; a whole host of objects like mature data storage capabilities with Array, Binary Data, Clipboard, Cryptography, CSV, Dictionary, File System, JSON, storage, XML; multimedia features like audio effects, geolocation, speech recognition/synthesis, QR codes, and using camera inputs; more advanced features like Bluetooth, drawing canvas, internationalization, sharing; sophisticated networking capabilities with AJAX, WebSockets, Multiplayer... there's really just too much stuff to list, and it all increases the creative possibilities and kinds of things that can be covered in lessons. One of the problems we have is Construct has so many features, it's actually hard to convey them all!
    • Mature block-based system with event sheets, which covers programming concepts like loops, functions and even polymorphism with custom actions, helping teach more complex concepts without needing to move to coding
    • Integrate not just JavaScript but also (as of recently) TypeScript, as well as HTML and CSS, all industry-standard technologies you can get a job in, so what students learn can directly help them in their future careers
    • A clear, easy-to-use user interface that is quick to get to grips with
    • 350+ built-in example projects
    • Construct has a free edition too, which can suffice for small scale use
    • Probably lots more I forgot to mention

    Free tools have been around for years, like Godot and Unity, and people still choose Construct for its strengths, and I think that will continue for a long time to come!

  • If you run in to a problem please file an issue following all the guidelines, as otherwise it's usually impossible to help.

  • If you run in to a problem please file an issue following all the guidelines, as otherwise it's usually impossible to help. I am not sure which issue you are referring to specifically but note that if an issue does not follow the bug report guidelines then as it is usually impossible for us to do anything about it, our policy is to close the issue. You can however file a new issue following the guidelines and then it may be possible for us to investigate.

  • WebView2Loader.dll is part of the Microsoft WebView2 control.

  • The "sad face" icon usually means the GPU crashed - most often that is caused by either the game using too much memory, or a buggy graphics driver. So I'd recommend reviewing the memory usage of the game in the debugger, and installing any available system software updates or graphics driver updates.

  • If you run in to a problem please file an issue following all the guidelines, as otherwise it's impossible to help.

    I'd point out some problems like this one may be an issue with your graphics drivers, system, browser extensions, or other third-party software on the system - it's not always Construct that is causing the problem.

  • See the section on Wrapper extensions in the Addon SDK documentation.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you run in to a problem please file an issue following all the guidelines, as otherwise it's usually impossible to help.

  • It should work. Try it.