LittleStain's Recent Forum Activity

  • There is no such thing as collision within an object. An object has 1 collision polygon. so splitting it up would be the only easy way. After splitting it up you could pin the three collision pieces to the sprite with drag&drop. You could also choose to create invisible collision sprites over the black areas and pin those to this sprite.

  • The creator of the easetween bahaviour has made the replacement litetween, because of bugs in the old behaviour, so I would recommend using LitTween as does the person who made both.

  • Is there something wrong with using the search field on the top right of this pag?

  • 1-variable would work also, it has the same effect as toggle boolean.

  • Why not use a boolean for the active variable?

    and use a for each sprite

    sprite is active

    add 1 to totalactive

  • I'll look if I have it somewhere.

    but..

    With the information in the tutorial you could recreate it.

  • You'd have to set up events to see if the down button is pushed twice within a certain timeframe.

    I guess the easiest way would be to create a variable and on down pressed add 1 and set a timer behaviour to the amount of time available for the second push.

    on timer end set variable to 0

    on down pressed

    is jumping

    if variable is 1 set normal attack

    on down pressed

    is jumping

    special attack is not active

    if variable > 1 set special attack

  • Basically it goes something like this:

    Player is overlapping sign - set message visible

    Player is not overlapping sign - set message invisible

  • I should have added that with the tutorials, the manual, this how do I forum and the many examples one can find here, the answer to "can I do it?" is answered positively in most cases.

    I had no prior knowledge of scripting/programming before starting to use Construct2. Now I can make almost everything I'd like.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I seem to come to this conclusion every time:

    It's not the question if Construct2 is capable of something, but if I am capable of creating it with Construct2.

  • I'm not sure someone will bake a gazillion pizza's, but if you really want to be able to do this maybe you should split up the number.

    so if 1 million pizza's is reached, add 1 to the variable millions.

    and if the variable millions exists add the variable to the string showing the score.

LittleStain's avatar

LittleStain

Member since 26 Apr, 2011

Twitter
LittleStain has 4 followers

Trophy Case

  • 13-Year Club
  • Email Verified

Progress

14/44
How to earn trophies