adventurist's Forum Posts

  • Just want to give a heads up to anyone who has purchased this set recently.

    The example project files included were the wrong ones that accidentally ended up in the set and were used for testing purposes, and the right one that should have been included has been added now. Please re-download the files from the store for the latest version. Other than that, everything else should be fine.

    Thank you!

  • Working on making some voxel assets. Not sure if it's very interesting to the Construct 2 Community, but these could be used both for 2D games

    and 3D really.

    Here's a picture of a few:

  • Isometric Nature Set #1 — Now for sale in the Scirra Store!

    https://www.scirra.com/store/isometric-game-assets/isometric-nature-set-1-3544

    <h3>About</h3><div class="deshr"></div><p>This is a pack of isometric nature graphics for isometric games. It includes individual nature elements as well as a tilemap for laying out repeating grass, water and roads.</p><p>You can use them with a tile map editor like Tiled Map Editor or open them directly in construct 2. </p><p>Please note, that Construct 2 engine does not directly support isometric tilemaps, but you can still make it work by using two or more layers with the tilemap (see screenshots section below).</p><h3>What's Included</h3><div class="deshr"></div> <p><p>You get:</p>

    • a tilemap for laying the ground, water and roads. The tiles are sized at 128 x 64px.
    • 17 nature and outdoor individual png elements.
    • Example project to show how the elements can be placed.
    • Example Images/Screenshots.

    <p>Check out the "Files" tab to see the files included and a preview of them.</p><h3>License</h3><div class="deshr"></div><p><p>You can find the license under the "License" tab. One addition/exception to this license is that you may buy this pack once, and use it for as many commercial or non-commercial games as you wish.</p><p>If you have any questions or feedback, feel free to leave a comment and I'll get back to you as soon as possible.</p>

    Use this topic to leave comments, ask questions and talk about Isometric Nature Set #1

  • Awesome! Thank you for your help.

  • Hi!

    I'm considering selling my newly created game assets in the scirra store, but I'm curious if it's possible to put some of my own terms on it. I know that it says on the license that you can only create one commercial game with one paid license, but I'd like to "override" that, so that you can use it for as many commercial games as preferred with one payment. Is that possible?

    Hope I'm not posting in the wrong place, wasn't sure where this would fit.

  • Hi!

    I'm guessing there's no possibility to share a screenshot from a construct 2 web game to twitter? Been googling and looking through twitters developer pages, but am not sure if it's a possibility since 2014 when they seemed to have changed things regarding images. Seems like now, you can only share images by linking to one via a meta tag in the header of a site.

    Does anyone know if there's a way, except for saving the picture to a computer and then manually uploading it to a twitter message?

  • Hi!

    Looks like an awesome plugin, but it's not available anymore? The link does not work and I can't find it by manual search in the store.

    Did you change it's name perhaps?

  • Yeah, I just figured that out! Thanks

  • Hey!

    I'm not so sure if I have missed something, but if I have an array, and put values into 1-11 by doing set value at 0, set value at 1, set value at 2 etc, when I later try and put the values into textboxes, the only values that work retrieving is 1-9, and 10 and 11 just displays 0 in the textbox. Does anyone know why it does that, and if it's supposed to be like that?

    Thanks.

  • Hi!

    Thanks for your tips! I appreciate that!

    I started thinking, it might be better if I go some other route at doing what I'm trying to achieve.

    Ill explain what I mean so it's easier to understand what I'm trying to achieve. I'm having this enemy eagle character that I want to be flying around forward and back, but in a specific path, and preferably smoothly.

    Here's a edited screenshot to show you what I mean:

    Do you have any suggestions on how I could achieve that? What behaviors would be best?

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi!

    I'm wondering if there's a way to let a pathfinding object, move to different points and not only one? So lets say I place 10 copies of one sprite, and then have

    an enemy move to each and every point with pathfinding? And then at the last point available, reverse the same route and keep doing this infinitely?

    Is this possible and how in that case?

    Thanks!

  • Actually my blocks consists of two conditions:

    Layer Objects1 is visible

    Cursor is over Objects1(family) -> Set cursor to Hand

    Layer Objects2 is visible

    Cursor is over Objects2(family) -> Set cursor to Hand

    etc.

    So "or" blocks wouldn't work here unfortunately.

  • Hi!

    Do anyone have any suggestions on how to change the mouse cursor to a hand for several different families?

    If I do for example:

    Cursor is over Menu(family) -> Set cursor to Hand

    Cursor is NOT over Menu(family) -> Set cursor to Normal

    Cursor is over Objects(family) -> Set cursor to Hand

    Cursor is Not over Objects(family) -> Set cursor to Normal

    The only one that will work is the Objects one, because its triggered last.

    How do I get around this? Any tips?

    Thanks for any help!

  • Awesome! Thank you for your time helping me out, works perfectly.

  • Thank you so much!

    I fiddled with your code a bit, and I wonder how I could make it so it starts at its normal scale at 1 at the farthest right of the slider, and you can only downsize it and bring it up to its normal size again.

    Hope you understand what I mean.