shinkan's Forum Posts

  • Yeah my first thought was the same, I've expect to find it there as well

    but instead You will find it in Properties bar -> Configuration Settings -> Preview Browser in the Layout Editor.

    <img src="https://dl.dropboxusercontent.com/u/34375299/Construct%202/examples/node_prev.PNG" border="0" />

  • Alt+Left/Right maybe? It does not do anything in C2 (not that I know) and as far I can remember it's used in quite many applications as a "go back/forward".

  • Well I want to say that this is not the best shortcut to switch event wizard/parameters dialog.

    Using Ctrl+Left/Right usually make you jump very fast between words and now in C2 it does something different which I've noticed makes my work a lot slower. Ctrl+Shift+Left/Right is not the same, cause of that you have to press more keys to get what you want. I think You should really find a better shortcut for changing event wizard/parameters dialog.

  • Don't have that specific file any more but I've made You a new one. With better normal map to see the effect.

    bumpmap.capx

  • ohh for fuc...sake I'm an idiot.

    I've been helping my friend with file saving system in CC for all day and now when I returned to my own C2 project I've completly forgot that preview is in the "browser".

    Sorry my lame mistake.

  • Link to .capx file (required!):

    r137NodeWebkit.capx

    Steps to reproduce:

    1. Run preview

    2. Click on sprite or press any key.

    3.

    Observed result:

    NodeWebkit plugin "Show folder dialog", "Show open dialog", "Show save dialog" don't work in chrome browser.

    But it works if you export with nodeWebkit to exe.

    Browsers affected:

    Chrome: yes

    Firefox:

    Internet Explorer:

    Operating system & service pack:

    Win 7 64bit sp1

    Construct 2 version:

    r137

  • Could this not be done using disabled collisions and distance expression?

  • You can click right mouse button on event you want to change and select "Replace object" or "Replace Acion".

  • linkman2004 great and much appreciated update! :)

  • Set angle to lerp(self.Angle, x, dt) where x is a positive number from 0 - 360 or use anglelerp(a, b, x).

    It depends what you want.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • more like a blog post "Making of The Mortar Melon"... nice post by the way.

  • For some reason, I find this coloring very confusing.

  • nialloc22

    Try EaseTween

    It's probably fastest and easiest way to do what you want.

  • I can be an agent to control and sort games out. But I'm affraid 90% of them will vanish in first hour of my cadency.

    Besides that, I 'am perfect candidate.

  • I think it would be great if C2 were the best 2D tool for all types of games, but for certain genres it would take much more support for certain elements specific to it. (Right now you can make a platform in seconds, but there's no "inventory" type which is fundamental to an RPG, for example.)

    You will never find perfect tool for doing everything everybody wants.

    C2 is a perfect tool for any 2d game genre (not 2.5d, not 3d). It's more like a game engine or framework and it's only up to You how You want to use it.

    Inventory? I've made full inventory system with options like examine items/logs, read logs, combine items, use items.. in one day using arrays and families - with only simple knowledge about arrays.

    There is no game making software which allows you to do everything with one mouse click. You have to do some work manually.