Haematite's Forum Posts

  • zendorf Yeah, it goes via an array into XML. Not sure if there's any tutorials on this as I just use my own method - incorporating the use of tiling tiled backgrounds if there was a row of grass etc.

    I'll try and get round to posting a demo in the near future as I imagine more people will benefit from it.

  • I regularly use construct 2 for making level editors for games, even if I'm making the actual game in a different language just because it's so much quicker to develop and is cross-platform.

  • Thanks for the kind words guys. And robert yeah, the zoom was something just put in temporarily to help me, needs a bit of work =)

  • Hey guys,

    Some of you may remember that I started creating a game called Fred a while back. I wasn't particularly happy with how it turned out so I decided to remake it, twice. Below is a demonstration of what I've achieved so far - hopefully you'll agree that it's better than the original.

    It's simply a puzzle game where you have to get Fred to the goal at the end by placing blocks - collecting the required items along the way.

    <img src="http://jargogle.co.uk/Fred5/SS1.jpg" border="0">

    <img src="http://jargogle.co.uk/Fred5/SS2.jpg" border="0">

    <img src="http://jargogle.co.uk/Fred5/SS3.jpg" border="0">

    There's 15 levels so far, there will be probably around 50 in total - across different worlds etc.

    Here's a link to the actual game:

    http://jargogle.co.uk/Fred5

    Looks good in fullscreen.

    Please let me know what you think and feedback!

  • Ashely ok, thanks for your help, I'll have a play around

    newt yeah, I wouldn't normally be testing in IE, but I want to export a game to the Windows 8 Store so need to test it.

  • Ashley - I'm aware that that was a poor example, but it will still occur in a situation like this:

    https://www.dropbox.com/s/xxru9raecksvefi/IEtiles2.capx

    where there is no way to avoid it if I wanted to create a pyramid for example, or any shape that is not a rectangle. Any advice?

  • I'm having this problem, but only in Internet Explorer if it's set to scale mode - does anyone know of a workaround for this?

    As at the moment it makes creating anything for the Windows 8 store pretty tricky if you want to support multiple resolutions.

    Here is a capx showing the problem - preview it in Internet Explorer and adjust the window size.

    https://www.dropbox.com/s/07jitwourupus47/IEtiles.capx

  • Ah, thanks for the quick response, good to know =)

  • A lot of menus in the games I make rely on just changing the font colour as you move up and down on the arrow keys, however in one of the recent updates (not sure when, I haven't been very active of late) this has stopped working when webGL is enabled.

    Works fine when it's disabled though, which suggests to me it may have been broken when there was that update that prevented webgl text always being at the top.

    Anyway, here is a capx demonstrating what's going on:

    http://www.jargogle.co.uk/test/FontColourChange.capx

    Hope it can be fixed as it's broken the menus in a lot of my games...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I pretty much agree with every suggestion here, especially the applying positions etc. globally. Although having a 'global layer' would probably save a lot of effort too (in fact, that's probably the thing I want most from Contruct2).

  • Indeed, this is a problem that's been annoying me for ages now.

    R0J0hound came up with a pretty decent solution here, but this is still quite annoying if you have a huge level and don't want to replicate it, or if your level can be changed by the user in some way.

  • That's a pretty clever way of doing it, never occured to me! Thanks, I'll give it a shot =)

  • Hmm, sounds like yet another thing to add to Ashley 's ever growing to-do list =P Would be a nice feature to have though!

  • The keys appear to be local to a specific layout unless you change Global to 'Yes' under the Dictionary properties.

    I personally don't use it, as haven't had a use for it yet. If I start developing a new game though I'll probably use it as it looks like a much neater way of organising all your variables and offers some neat functions. Bit late to alter everything on my current game though! =P

  • Hmm, that's what I fear!