BlueSkies's Forum Posts

  • On a side note, that game "Ascent" on your page, is there an ending to that, I got really far. But then I ran out of time.

    Aye, the game ends at the top of the thermosphere, which is 600,000 metres. That sounds a lot, but the higher you get the faster the counter ticks over

  • Good little game, that ninja must have some serious magic pockets, n yeah I can agree with the finger ache...

    That's odd, did you try it with touch? I designed the game to have three different ways of attacking so the player doesn't get RSI repeating the same movements. With a combination of taps, swipes and hold-release the player's finger shouldn't ache.

    Thanks for the comments everyone!

  • Ah but it's excellent finger exercise!

    Thank you for playing and liking it)

  • Whilst I've made a few C2 games, this was my first directed at mobiles. It does work on desktops too, but it's simply more satisfying to fling ninja stars with a quick flick of the finger as opposed to clicking a mouse.

    It's a score attack game inspired by old school arcade games.

    Hope you enjoy it!

    http://www.scirra.com/arcade/addicting- ... ninja-star

  • After beating up Jill Valentine and stealing her clothes

  • slanw Have a read of Construct 2s export time optimisations

    Two points to take away:

    1. If you compress images before importing them to C2 you are wasting your time because C2 converts them to an uncompressed format on import.

    2. C2 performs its own image compression on project export (note: not on image export)

    So save your time and let C2 take care of it.

  • If I have a tiled background or a sprite and I set its size to 1x1 in the image editor, then I resize it later in the layout editor or via an event, how does it impact project download size and memory usage, when compared with directly saving the image as the target size in the image editor?

  • I tried a few implementations of that but none would work. The problem is all time periods seem to be frozen when the time scale is 0.

    It's not an issue now though. Slowing the game to very small fractions gets the same effect as an outright pause.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The effect I want is where the whole game freezes for a fraction of second after dying, and then unpauses for your character to respawn.

    What I've gathered from my own testing, as well as reading the manual and searching the forum is that setting the time scale to 0 still permits trigger events, but other events on the event list don't run while the time scale is zero. Is this accurate?

    Right now I have it working so that the player can press a key to unpause the game and respawn, but I want that to happen automatically.

    UPDATE: Okay, I have the results I want just by setting the time scale to a small fraction so that no movement is noticeable, and setting the time scale back to 1 after a wait of an even smaller fraction of a second.

  • Ashley The blog post you linked to is incredibly informative and I've found myself referring to it several times. Might you consider reposting it under the tutorial section so it can be translated and favourited?

  • Appreciated! Thank you.

  • An inspiring report Pixel, thanks for the disclosure. I have a few questions.

    I love the music in Surface. Was it created specifically for the game, and might you offer a download of the OST or at least the title/tutorial music? That one's so catchy. Who is Kevin A Rojas and where can I hear more of his work?

    What's the native resolution of Surface, and what kind of scaling does it use?

    Finally, what was the development time?

  • You do not have permission to view this post

  • Ah cool, I expect it should return in the next stable release then.

  • Are you running the latest stable release, 152, ?