OddConfection's Recent Forum Activity

  • Yeah, you definitely need to change the firing key. I think the spacebar would work well for that.

  • Use the System->Else condition

    If Red -> set Blue

    Else

    If blue -> set Green

  • I'm guessing you're using a global variable, try using an instance/local variable to control direction instead.

    Also, check out Ashley's platform game tutorial, it has the enemy unit movement you are after on page 7.

  • No idea why you're getting errors with the example. Try downloading it again.

    Definitely don't do x10 every tick, just update the text when the buttons are pressed <img src="smileys/smiley17.gif" border="0" align="middle" />

    <img src="http://i841.photobucket.com/albums/zz338/perpetual_noob/Construct/Multi-digit_numbers.png" border="0" />

  • They accept Flash games, so Construct 2 games wrapped in an exe should be accepted too.

    3. Do you take XNA, Flash or Adobe Air games?

    Yes, we accept all three types on Steam. Flash games need to be wrapped so that they launch from a stand-alone executable.

    steampowered.com/steamworks/FAQ.php

  • When you hit the 1 it appears in the bar at the top and you hit a 7 it appears as 17. I'm trying to make it do that. When I hit 1 and 7 it appears in text 1. I can't make double digits, I'm not sure what set up to use or how to do it.

    To make multi-digit numbers when you press the buttons, simply have it multiply a variable by 10 then add the value of the button to the variable, you then set the Text to this variable.

    For example, you press the buttons 1, 3, 7 so you want it to display 137

    Variable = 0

    Press 1

    Variable = (Variable * 10) + 1 = (0 * 10) + 1 = 0 + 1 = 1

    Press 3

    Variable = (Variable * 10) + 3 = (1 * 10) + 3 = 10 + 3 = 13

    Press 7

    Variable = (Variable * 10) + 7 = (13 * 10) + 7 = 130 + 7 = 137

    Example capx

  • Hey Tom

    I did this test for you but the value of scirrasLID remained the same between scirra.com and scirra.com/forum.

    There was a difference in the format of the value though when using my changed password (which can't access the forums) and when using the requested password (which can access forums).

    I've emailed you the details.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ashley - thanks for the welcome and yeah, I noticed the thread was on 999 replies before I posted so thought it was a good time to introduce myself :D

    It's good to see that the forums are active and that C2 is continuously being improved.

    I hope to add to your income soon by purchasing a license after making a few test games with the free version.

  • Hi everyone,

    I'm new to the forums having only downloaded the free version of Construct 2 recently.

    I've been playing around with it and going through a few tutorials. It looks like a great game making tool.

    I hope to release a demo game some time soon.

OddConfection's avatar

OddConfection

Member since 26 Jun, 2012

None one is following OddConfection yet!

Trophy Case

  • 12-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

14/44
How to earn trophies