LittleStain's Recent Forum Activity

  • Remmy112, If constructive criticism that is clear and to the point is considered a ***** comment", you are right.

    Kumar Suhel, is it possible for you to upload your capx (using dropbox, for example)?

    The answer to your question depends a lot on how you have things set up in your capx at the moment.

    There are many examples on the forum and in the tutorial section on things like how to display high score and this site has a great search function.

    One possible way is to have a global variable "Score" and a global variable "Highscore" and chek if the variable "score"is higher than the variable "Highscore"

    system compare two values - "Score" > "Highscore" - System set variable "Highscore" = "Score"

  • Maybe the persist behaviour can help?

    https://www.scirra.com/manual/161/persist

  • Easiest way would probably be having an invisible sprite at the edge and detecting overlap.

    is ovelapping edge-detect - play balancing.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Construct2 doesn't work with gifs

    you should save the frames seperately and import them.

  • Haha..

    Yes using negative values for width and height won't work..

    There is absolutely no reason to do that, so that shouldn't be an issue..

  • Ok.. cool!

    Good luck with the rest of your game!

  • The timer is just a countdown.. on timer means that the countdown is done..

    There is no need to store the time..

    Use on timer as the trigger event to start your special attack..

    stopping the timer on button released makes sure the on timer event isn't triggered if the button is released before the timer ends..

  • You are looking for blendmodes

    There's a nice example shipped with C2 in the new project dialog.

  • first thing:

    instead on key released, I would recommend using player is not moving, for when I moved by using the arrow keys the pinning didn't work..

    second thing:

    Maybe pinning the player isn't the best option here..

    setting the player's position to the platform minus or plus the current location of the player compared to the platform could be a better option.

    limiting the player's x and Y while overlapping the platform would be something like:

    player is over lapping platform - player set x to clamp(player.x,platform.x-0.5*platform.width,platform.x-0.5*platform.width)

    player set x to clamp(player.x,platform.x-0.5*platform.width,platform.x-0.5*platform.width)

    If I'm correct.

  • Like I said before:

    add the timer behaviour

    on button pushed start timer for 0.1 seconds

    on button released stop timer

    button on timer - special attack

  • The tag in the on ajax completed is wrong..

    It should be "Current" and all works

  • Do you know which colours should be used RGB, to get the correct results on the screen you are intending to use?

    Making the games should be possible, but without the correct values for the specific screen the red green glaases would be useless.

    The use of colours would be limited too offcourse if you want certain things to completely dissapear from sight, but I guess that's part of the plan.

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