Boss95's Forum Posts

  • 13 posts
  • Here's my favorite tutorial on wall jumping. <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy" />

    https://www.scirra.com/tutorials/1414/wall-jump-capx

    By the way, your capx file's URL didn't come through. Please post the URL like this -- drive.google (dot) com/file/d/0B6rKLV(and the rest).

    Thank you so much! <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy" />

  • Hi. I have been working on this game for a long time. I design everything myself and all of that. But i just got one problem with this game, is that i can't figure out how to walljump. I just wondering if you could help me with it, and do it for me?. Here is the game! <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy" /> drive.google.com/file/d/0B6rKLV ... sp=sharing

  • Yeah, i made i game recently, one of my first. Just wondering what you think of it? Here is the game

    http://www.kongregate.com/games/GoodGam ... -triangles

  • Hi,

    I'm not exactly sure what you are after, but here is a way that you can increase the speed of an object over time using Events. Depending on whether you have chosen one of the pre-build movement modules such as Platform, Bullet, or Pathfinding, you can increment speed upwards using an "every x seconds" event:

    E.g.

    VariableSpeed = 0

    Every X Seconds

    Set VariableSpeed = Object.Bullet.Speed ## Takes the old speed from the object and stores it in the variable VariableSpeed

    Add 1 to VariableSpeed ## Adds 1 to VariableSpeed

    Set Object.Bullet.Speed = VariableSpeed ## Sets the object's new speed to the variable VariableSpeed

    end

    Thank you so much. You really helped out. It worked out great! . Thanks again.

  • Ok I found the problem you did

    On Key Pressed

    I did

    On Key Down

    Change your On Key Pressed to On Key Down.

    Thank You so , so so, Much. Love u, (no homo)

  • Hi. I was making a game, and i was wondering how do i make the object that gonna take you, go faster over time?. Like increase power, within 2 minute, it must reach 1000speed, or something like that. ?

    Here is the game, i need it for . https://drive.google.com/file/d/0B6rKLV ... sp=sharing

  • Ohh, i'm sorry, i forget. here you go. .. ..... https://drive.google.com/file/d/0B6rKLV ... JyOTA/view

    And thanks again

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ok here press spacebar to punch and right arrow on keyboard to move forward. Hold down spacebar to have the man punch while walking.

    http://www19.zippyshare.com/v/GVI741qX/file.html

    Thank you for reply, I did exactly what you did, but don't seem to work on my game. Could you check it out for me?, please

  • This is the game. Just wondering if you could make him walk, and punch at the same time?. And it would be more help, if you could notice anything wrong and fix it. Thank you. I can repay, by 5 dollar paypal money, if you need to. Than i need to see that you have made it alot better.

    Thank you, for taking time to help, or read this.

  • Boss95

    Your response to an offer of help is totally unacceptable.

    Also, this forum is visited by users of all age ranges and language such as you have used will not be tolerated.

    If you cannot be polite then please just leave this forum and don't bother returning.

    If you continue in this fashion, then I will ban you. This is your only warning.[/quote > > I'm sorry, it was just a joke. His a real life friend, we know eachother.

  • >

    > > Let me see the code, and maybe i can help you.

    > >

    >

    > Shut the [MODE EDIT] up, you know nothing. Get lost , biatch

    >

    He was offering to help you.................................now I hope nobody does !

    His just a real life friand, it was just a joke -_-

  • Let me see the code, and maybe i can help you.

    Ingve, du vet ingenting

  • https://drive.google.com/file/d/0B6rKLV ... sp=sharing

    This is the game. Just wondering if you could make him walk, and punch at the same time?. And it would be more help, if you could notice anything wrong and fix it. Thank you. I can repay, by 5 dollar paypal money, if you need to. Than i need to see that you have made it alot better.

    Thank you, for taking time to help, or read this.

  • 13 posts