candyman201's Forum Posts

  • Hey, have you checked out the physics examples in construct 2/3? They could help you out.

  • Hi, i am looking to make it dark where the player is not looking in a top down. So only their line of sight is lit up, and everything else is dark. How do i achieve this?

    Tagged:

  • Link to .capx file (required!):

    dropbox.com/s/qwklv57escj316f/Button%20Bug.capx

    Steps to reproduce:

    1. Start preview

    2. Hover your mouse over the buttons

    3. Move your mouse faster over the buttons then stop moving the mouse while keeping the cursor on the button

    Observed result:

    Some of the buttons will be in frame 1 even if they are not under the mouse cursor.

    Expected result:

    All buttons that are not under the cursor will set to frame 0. All that are should be in frame 1.

    Browsers affected:

    Chrome: yes

    Firefox: yes

    NW.js: yes

    Operating system & service pack:

    10,64

    Construct 2 version:

    Stable r259

  • Am i able to have a news tab in my game, where in it i can somehow add recent news about the game or something like that or telling users a new version of the game is available. I do not want to have to update the game everytime i need to tell the users something. I just want to be able to type something down and users see it

  • Dude you can just use the tiled sprite plugin, google it

  • There seems to be something wrong with my jumping animation.

    I have set it to do this "If player is not on floor, then set it to the jumping animation"

    However, if i clip the corner of a wall, when jumping, upon landing, will stay in the jumping animation

    I have put in a trigger once, but it hasnt fixed it

  • Try my modification samples:

    https://dl.dropboxusercontent.com/u/659 ... actus.capx

    https://dl.dropboxusercontent.com/u/659 ... hance.capx

    It seems the links are dead, can anyone renew them?

  • I'm making a level select screen and i'm confused on how to make one, i've got all the layers and buttons set up but i dont know how to lock levels that have not been unlocked. Can anyone give me an idea of how to do this?

  • I'm wanting to make achievements for my game, an icon will appear in the bottom right corner of the screen displaying which achievement the player got and an icon with it. I also want something where the player can see what achievements they have gotten. Any ideas?

  • I understand this is quite old now, the game would be brilliant if the sprites were so much more detailed, if you can't draw sprites yourself, you can always pay someone to do it for you. Other than that its alright

  • The link seems to be dead, can anyone reupload the file?

  • I want every layout to have a number, and whenever i want to go to that layout, It uses the number it was given, and goes to the layout. However, im unsure of how to do this, could someone help me out?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    Im making an autorunner game and need to have the ground be infinite. I know there's an autorunner template but it doesn't really help me, i just need to know how to make an infinite straight platform! I've been searching the forums for ages but to no help.

  • Can someone help me making an endless runner where its just a single platform, the player has to run across? I would really appreciate the help

  • Timescale only affects dt (and behaviors), which you should be using anyway. If you move a fixed distance in pixels per frame, timescale will not affect your projectiles.

    https://www.scirra.com/tutorials/67/del ... dependence

    Thanks for the advice, i got it fixed