Kribzy's Forum Posts

  • Have you tried increasing the gravity and also increase the jump strength? I feel like that should make the character fall faster.

  • Hi,

    I searched on the forum and found a Plugin made by wgfunstorm that you can use if you have Chrome browser.

  • For the boss part you can every 70 seconds set a variable to either 1,2,3 or 4 which we do by using "Choose(1,2,3,4)". The choose "command" will pick any of the numbers that we insert in the parenthesis.

    Then we create a subevent to check which variable we have received and make actions accordingly.

    I'm not so sure what you mean by "spawning in place of a fighter plane". But if you want something to have a 1/67 chance for something to happen you can use the same principle but use int(random(66))

    Why it's not Int(random(67)) is because the 0 is also accounted for when using random (Someone correct me if i'm wrong).

    Maybe try something like this?

    EDIT: 1 Oooops... The Convoy and the Fighter plane should change place in the image below. Right now it's 1/67 to spawn a fighter plane instead of a convoy.

  • I really like the idea of having limited jumps, made the game more challenging and interesting!

  • Looks really nice & smooth

  • I played it for a little bit, as you say it's very early in development i'd say keep it up.

    I think the "sprint" should recharge abit faster, it's very slow.

  • Really like the theme music!

    Do you have an release date? I would really like to play this on my phone xD

  • Cool! Do you have a demo?

  • Looks NEAT!

  • Thnx for sharing

  • On Fireball Collison with Tilemap -> Destroy Fireball

    Doesn't this work?

  • You have to use the Persist behaviour to remember the state it used to be in.

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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Kribzy

    Thanks, that seems to have helped me out. Even though i did Restore purchases action, i didn't do an event for On Restore Purchases success. Now that i've done that, it seems to have worked

    Thanks again

    Glad it worked out

  • Heya,

    Sorry, I checked the Cap.x but had trouble understanding everything how it works ^^.

    Can you check if this works? If you put variables that saves the position before doing the "Wait" command.

  • Hello,

    You have to use the Restore Purchases action after "Store listing suceeded".

    After that you will have to make another event.

    On Restore Purchases sucess

    User has product "ads"

    Remove ads. etc.etc.

    EDIT:

    I see that you have already tried it, but it's actually the only way to make it work.

    This is a screenshot of our code that works.