glerikud's Forum Posts

  • I kinda sigh a little each time we get C2 updates lol.. thinking.. that was time he could have spent working on C3.. but i know others are helped by these updates so of course I know it's not really wasted effort!

    If you are referring to Ashley, as far as I know he only works on C3 at the moment. Scirra hired a new member to do the updates for C2.

  • Can you please describe your idea a bit more? Based on the "2 players in a very simple mobile game" description: Yes, Construct 2 can do that and a lot more.

  • This should be in every single school. Imagine what the next generation of creative minds could come up with using it.

    Working on it

  • At it's core, programming relates to logic. You tell the computer to do something based on conditions, if, else, loops, triggers etc.

    Traditional programming involves typing out instructions manually in that specific language's syntax.

    C2 bypasses this and replaces the manual typing of text with its event system. But it is still logic. It still requires you to think like a programmer. The difference is instead of learning C# or C+, you are learning "C2's event language", which is a lot easier to learn for most people (myself included, who have learnt Java before moving to C2).

    If you want to make a complex game, you have to understand C2's language very well. Like anything in life, to understand it well, one must learn.

    Well said.

  • I'm not sure it's work that way, but I use the "Else" event after a loop for doing actions that requires the loop to finish first.

  • However you make money with your apps, be it AdMob, Steam, Google Play, there are always records of the sales. So you can check how much money you made and act accordingly.

  • Welcome back.

  • The best thing that can happen for C3, is a native export option.

    Oh, not again Please don't bring that up again. Don't turn this topic into a native exporter requesting one.

    Maybe it has already been discuted, but does anyone know if Construct 3 will have a "children family" feature for the families ? C2 is greatly lacking this.

    Like a family "enemy" and a subfamily "shooter" which herits all the properties from enemy but have their own properties.

    Then you could do "if shooter collision with player -> shooter decreases HP" where HP is an "enemy" property which from "shooter" inherits.

    I'd love to see such thing implemented.

    C2/C3 needs to be the BEST 2D game engine, period.

    +1

  • I understand what you mean. And the collision example is a good one to demonstrate it.

    When a collision occurs, there are 2 objects involved in that situation. For ex. a player and an enemy. If we focus our events on the player and create the "Player on collision with enemy" then we could reference the other object with this expression (in this example, the enemy). Yes, it can be done with families, but not in the free edition. Also, you don't have to create families for different groups of objects if you can use the "other" expression. It may help developers who think differently to those who use families efficiently. Also, the collision is just one example, I'm sure it would be useful in differens situations as well.

    What if there are 5 other conditions in the event which all refer to different object types? What if there are hundreds of "other" instances to choose from? How do you know which will be referred to by "other"? This seems far too ambiguous to be useful at all.

    These are indeed problems with this idea. Maybe it should be a Sprite only expression. I don't think it would be a problem if there are hundreds of instances. Staying with the example: the collision event would run for every collision, so picking the other instance there can work.

  • No, you don't need plugins to make a great game. You can build almost anything with the event system. However, it's a good idea to look around for interesting addons if you feel like you mastered the event system and looking for more features.

  • Maybe you can try handling this with the execute JavaScript action from the browser object. But as far as I can see, it's not possible to override the user's settings.

    Our Darker Purpose http://steamspy.com/app/262790

    Wow, 60.000+ sales? Congratulations. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    Steam is not everything, but it's definitely something. And it's a very big something. So I believe supporting it is a must have for every engine.

  • I believe it has been stated that Construct 3 will be available at a discount for people who purchased C2.

    C2 is quite good, and I would recommend it even though C3 might be a year or two away.

    I also remember a post like that.

    Anyway, i think i'll buy it, seems a good deal.

    It definetly is. Construct 3 is far away and we have no idea when can we expect even an alpha version. So in my opinion, if you can afford it and you see Construct 2 as a product that fits your needs, then go for it. You won't regret buying it.

    He really puts a lot of time and effort into this so I really thinks he deserves some kind of response here.

    +1

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes, mobile performance can be a problem. I saw projects that run well on mobile and was made with Construct 2. It depends on your game and how well you can optimize it.