ramones - can't reproduce with those steps either. Does this only reproduce with the Sprite Font plugin?
I'm not sure we can fix this. The 'set group active' action identifies a group by its name. So using that action you could not set either group individually active or inactive. The same happens with the initially active state. And if we then disallow naming two groups the same, what about existing projects that already do it?
It's the same popup, yes. I've done an attempted workaround for Windows XP in the next build. Let me know if that fixes it.
Note Construct 2 already does lots of image recompression on export so generally tools like this are not necessary.
You can set up plugins however you like. It's just javascript code.
Closing, note we wouldn't have investigated this anyway without a .capx, and the AAC format extension is .m4a (mp4 is for video).
Your screenshot does not show any code we've written. It looks like a third party addon of some kind. You should contact the author of the code, it's not us.
You can already do this. Just use a folder project and paste over the files.
That could be the correct display, depending on your settings. If you're using unbounded scrolling, try scrolling to the correct position every tick, so even when the screen changes size it's still centered where you want it.
You do not have permission to view this post
Congratulations! Any idea if PS4 will support HTML5 games? We're all for supporting it if so.
ghost - in this case there appears to be nothing we can do. The audio file is passed to Safari and it crashes decoding it. It's not like there's some Javascript we can change to work around that.
Of course. That's how all the input plugins work. You just have to be careful that if you capture an event and stop its propagation, other plugins won't see it.