theunreal's Forum Posts

  • Help please? :S

  • you would want to add bullet to the sprites behaviors and do it like this. you can play with the speed in the events screen.

    https://dl.dropboxusercontent.com/u/68458825/example.capx

    no bullet

    I just need a sprite to incrase its height (get bigger size) each second - I did it with "SET HIEGHT TO HEIGHT + 2" and it works, but it happens only one time after I click " START " instead of each second

  • Hello.

    I want to impelement in my game that the game will start when the user clicks " START " button.

    After the user clicks the button, a spirite will begin to raise it's height by 2 each second.

    This spirit will raise it's height until it touches another spirit.

    I tried to do this, but it raises it's height only one time after clicking the button. <img src="smileys/smiley5.gif" border="0" align="middle" />

    Any help?

  • Add a condition 'Countdown > 0' in the event for Click Space > Increase by 1

    Thanks works!

    But how do I add an "else"?

  • Hello

    I've been trying to read guides about it but I didnt understand how it works!

    I want to do this thing:

    The goal of my game is that the user need to click as many times as he can on the "space" key, before running out of time.

    When the user clicks starts, the countdown starts from 5 seconds.

    Each space click, the variable "score" increases by 1.

    I have a variable name : "countdown" that decreases by 1 each second.

    After it reached 0, I want to make that it will no more increase the score.

    In other "words:"

    if ($countdown > 0) { Spacebar increases the score! }

    else { Spacebar doesnt! }

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello Everyone!

    My name is Eliran, I'm from Israel.

    I was looking for a game to impelement mini-games to my PHP website, and I accidently found scirra.

    I fell in love with this tool - very awesome software and community!

    I just have to learn more about impelemnting Scirra with PHP and SQL.

    If someone can assist me with this, Let me know!

    Thanks :)

  • Hmm.. I was sure it supposed to be simple <img src="smileys/smiley5.gif" border="0" align="middle" />

    Hope to get help!

  • Hello.

    I've seen some guides that requires me to install ajax plugin, but I have no idea how to install it so I will be able to use AJAX on my projects.

    How do I?