Kyatric's Forum Posts

  • You can always name a constant global variable "N" with value 0 in your example.

    Instead of having to use the "0" index with less meaning, you can instead replace it with the "N" variable (if that makes more sense to you).

    Example capx

  • Same as Joannak, no issue under windows 7 either in FF (27.0.1) or Chrome (32).

  • Actually, you should go back and read/view again the "basic" tutorials you think you already know.

    For example, I'm pretty sure that in Yann and I's online class we talked about loops such as "for each".

    Those course were a lot of informations to digest and are worth going back to. With how the "basic" informations have already sinked in into you, those lectures can offer you another read/layer of given informations.

    Don't hesitate to look back at my tutorials too (shameless plug) where I always try to explain this kind of behavior.

    Asteroid clone in less than 100 events as well as the video tutorials I did for gamedev tutsplus.

    Also, never forget that Construct 2 relies on some of the same principles as regular coding. So somewhere along the line, you can read about those principles for "true languages" and still adapt this knowledge and apply in the frame of C2.

    Finally, you can read tutorials as much as you want, I believe you can't get around the actual experience of making your own games and mistakes that you'll learn the most from.

    It's like for anything, it is years of practice that help you achieving mastery. And it takes time, trials and errors, no magic recipe or ultimate tutorial/book there unfortunately ^^

    I hope this answer helps nevertheless !

  • WebGL effect - Replace color.

    You select the RGB tone to replace with another RGB tone.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There isn't really a server feature.

    It's taking advantage, for preview, of Windows' tools to provide a local server, that's it.

    The preview server is not something packaged with Construct2 or maintained by Scirra.

    And once again, SVN server is a different/external feature as well.

  • For the SVN suggestion, I guess it has to do with how you've setted up the SVN server and is out of C2's scope.

    How to collaborate on projects with SVN

    ollaborating on projects

    Construct 2 does not contain any of its own collaboration features, since there are already good free professional-grade tools available which can work with Construct 2 projects.

  • Yes.

  • For the sound/music volume, check in the "How do I FAQ" at the section "Audio".

    For the menu, I don't remember if it is listed in the FAQ but you can find/search for "older than 6 months" topic in the forum advanced search for the keyword "unlock level" I think.

    My Asteroid clone in less than 100 events tutorial might also be of help to you.

    Don't hesitate to check other/more recent of my tutorials.

  • Simply put the link as text.

    This measure is to prevent spammers. - Reputation

  • You can already cut/copy/paste events.

    Holding down ctrl key and drag droping an event will copy/paste it.

    And for cut you can right click the event and select "Cut".

    Also are you familiar with the Function plugin and picking ?

    For everything you've described, I think Functions would be of great help to you.

  • You should post your capx.

    It would make it easier by seeing directly the code to find what may go wrong.

  • Search : The ribbon - Events tab

    Replace : In event sheet view

    ress R or right-click and use the Replace object option to quickly swap objects referenced in the selection. Note that objects with references to instance variables or behaviors in the selection can only be swapped with other objects with the same instance variables and behaviors which have the same names and types.

    You can even replace an action in the same manner.

    As you mentioned, GameDevelop has poor documentation, but C2 has a great one. Be sure to read/study it.

  • - It has Search and Replace

    So does Construct2.

    Also what makes the expression editor "more advanced" in your opinion ?

  • I don't understand what you mean and I don't know what you are talking about.