BurningWood's Forum Posts

  • I'm very interested in how you are going to integrate Unity, because another game maker said he had huge problem porting code. I take it C2 runs on JavaScript and I know you can use JavaScript in Unity. Can you share anything about your planed process?

  • I see, but I'm trying to time out the ability the player gets from the power up.

    <img src="https://lh6.googleusercontent.com/-EYVHSy3mgtw/UfoJ3w1SlVI/AAAAAAAAA8c/tWD1CJkjTzg/w1580-h889-no/Screenshot+%25285%2529.png" border="0">

    Screen Shot

  • Here's a better question, how do create a random word generator?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks all,

    blackhornet, How do I use the timer, I can add the timer, but how do I set the power up to stop working?

    "PowerupTimer" is an "instantance varible"?

    MustacheGolem, thanks man, but the file url doesn't work.

  • How do I time-out power ups?

    Ok, so now I have a super awesome super speed power up, but I only want it to last 3 seconds. I tried to do varibles on "system" and on "player" but the game doesn't seem to register either.

    Any suggestions?

  • Hey are you pinning the armor onto the character. If so, have to consider a Ghouls and Goblins aproach to armor damage?

  • As an educator with 6 years of teaching from grade school to college, I see more faults than benefits to go to college and go into debt. Moreover, the fact that most programs do not teach basic coding really bothers me. Thus, I am glad I was given a chance to teach 6 students who wanted to learn how to make a video game the basics of how the internet works, and how Construct 2 works. However, I don't feel and contend with many experts that you need to go to college to get a good job with all these forms of alternative education and funding from projects to research. Colleges in themselves are awesome and help make the world a better place by creating research and developing projects that are not just centered on making money, but too often too many people are going to school when they don't really need too because they think they have to. Just my opinion.

  • Thanks that worked perfectly, now just to figure how to time out the power up.

  • How do I increase or decrease a players movment with a "power up" item?

    So in my game coding, I realize if I set the max speed to 3000 in the left window under beaviors: 8Direction: I can create a power a sprite that when on colision can make the character go 3000.

    However, I don't want the player to acclerate to 3000 at the strat of the layer. I want the power up to give them that ability.

    Also, how do I set a timer, so that the power-up will stop working?

  • I want the win to be when all the teachers are tagged, and are replaced with the text , "in office", I was thinking is their a way to write this condition, "When all teachers sprites are gone, then player wins".

  • How do I create a "win event" in Construct 2?

    Okay, here's my game at it's current state...

    My Game "Giman"

    I want to create a win event... I thinking of using "varibles" meaning when all the sprites are gone, the you win pops up, with your score, then the game asks, "play again".

    So can anyone give me a link or a step by step?

  • This video helped me as far as making a check list...

    Subscribe to Construct videos now
  • Thanks guys, for helping this noob :P. Just finished my first simple game using the new pathing system.

  • How do I download the Personal Version of C2?

    Is there one, I finally bought one and my version of C2 keeps saying this is the free version.

  • 1st game with students input and it's going great; the game basically works on a "pac man" level. So now, I need to know how to get the ghosts to run away after our pack man eats the big pellet... any sugesstions, links, or videos?

    What I last tried...

    I thought converting the player in to an "obstacle" would do it, but it doesn't seem to work. Well, at least with a varible method.