ArcadEd's Forum Posts

  • I don't believe there is a way to do it. Might be a cool feature though.

  • Weird, I could have swore there was a post on here I was responding too.

    Anyway, it must have been deleted, but I will post anyway :).

    No, I did not mean don't ask questions. Of course not. I spend tons of time on here answering questions because I enjoy doing it. 90 percent of my posts are being helpful, and that is how I try to inspire new users. What I am saying is many of the new users come on these forums without ever looking at the manual, or going through the tutorials. You sir, are obviously not one of those people.

    I am in no way trying to put myself on a pedestal. What I am simply trying to do is get through to people that it's much easier to get help and understand the help given if you actually understand a bit more of how Construct 2 works.

    Sorry if I came off as arrogant and all "High and Mighty." Not my intention at all, but I had a feeling some might feel that way. I apologize.

  • I wanted to take a few moments and write an article about being a newbie to Construct 2. The reason I want to do this is because I am finding more and more people on the forums that just seem to want quick answers without actually understanding Construct 2. This happens because C2 is so easy to use that people want to jump right in without realizing that making a game is more than dragging and dropping.

    Construct 2 is awesome, and it really makes creating a game so much easier than writing out a bunch of code. However, you still need to have some basic knowledge of game logic and design. Sure, C2 takes out the programming side of it, but it doesn't take out the logic.

    It?s frustrating to try and help out a new user that has obviously taken no time to try and learn anything about making games or even about Construct 2. So many of the simple questions are answered in the beginner tutorials that Scirra provides on the website. I went through countless hours of tutorials as I made my way through building my first game. I also read the manual, searched the manual, and read the manual again. I didn't post on the forums until I was really stuck or just didn't understand something after trying for hours.

    Don?t expect to learn by constantly asking for example code for every aspect of your game. You need to struggle with the concept of game logic and how the events work in Construct 2. As you push forward, you begin to understand how the game logic works and how the flow of the events works with making your game. If you have no knowledge of this, not only does it make creating a game more difficult, but it makes debugging your game even harder. What makes a good mechanic is their understanding of how a car works at its basic level. Making a game is no different. You need to understand how the system of C2 works before attempting to create and debug anything with it.

    So to all the newbie Constructors out there, please, take some time to understand the logic behind Construct 2. Read the manual, do the beginner tutorials, understand system expressions and your career in making games will be so much more rewarding.

    Don?t get me wrong, I really do enjoy helping out with answering questions on the forums the best I can. However, don?t get upset if I tell you to go look in the manual, go through a tutorial or learn Construct 2 first. I mean it with love while trying to help you to become a better game maker. If you are serious about this craft, learn, learn and then learn some more.

    Maybe posting this isn't even appropriate, I'm not sure. I can just feel the frustration of many of us that do take the time to try and help and answer questions.

  • Are you using phonegap build or xcode?

    I know in xcode you change it from within xcode, it's all the Launch images. Not sure about phonegap build.

  • You are trying to start too fast.

    First you need to figure how you want to package your HTML5 app (that construct 2 makes) for use on iOS. Are you going with CocoonJS, PhoneGap, Ejecta, etc.

    Once you determine that, you start the next part like how to get inApp purchases working with the wrapper you decide to go with.

  • Try Construct 3

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

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

    I'm getting the same javascript error as above when trying to use custom text on an input dialog.

    Hopefully you can get it fixed. This plugin is nice and I'm using it for the new parent gateway apple is making devs use for apps for kids. Thanks.

  • Ok, so your frames for jumping and falling are all in the same animation? You might try working it with a jumping animation and a falling animation. Using suggestions from others above.

  • You can also use scale.

    I did a video a while back called Growing Buttons. You might be able to use something from it.

  • Is it kicking into your fall animation before it finishes?

  • If your map is your entire layout, this shouldn't happen as there is no white space to show.

    Can you give an example?

  • I ran into this issue as well recently. I can't remember exactly what I was working on, but I did like Colludium did and just set the array.at to a variable and used the variable to compare.

    I tried recreating it in a blank capx and I couldn't get it to happen so I assumed it was something else in my project. One thing was, I remember it being an older project that was started in a much earlier version of Construct 2.

  • Not sure if it will help, but I was planning on doing a Contra course, but the controls got so crazy that I decided to abandon it as it was far from beginner. Here is the capx of what I had done so far. Most of the controls are working, so maybe you can learn something from it.

    https://www.dropbox.com/s/btbantlrd4eo6q2/contra.capx

  • No problem and if you need to get a positive value from the meter you can use abs(power) to make it positive and int(abs(power)) to make it a positive int value :).

    Good luck.

  • Like this?

    https://www.dropbox.com/s/sr0ip6y8y4qbru5/meter-angle.capx

    The trick is not using 270, but -90

  • Have you checked your firewall/router settings to make sure you have the port open you need to connect to the server?