animator's Forum Posts

  • My new game is about to be completed in couple of days and will hit Play store right then. It' s a Free App, I have couple of IAP and ads running.

    My question is other than this IAP and Ads, does Google pays us for no of downloads or anything (forgot about the IAP or Ads). How does this works exactly.

    OR

    Let's say I have a free app with No IAP or Ads and 5000 downloads so far, What do I get?

    Sorry for the newbie questions. Just curious to know the statistics.

    Thanks everyone very much

  • Yes just the star count in the levels page.

  • shinkan sorry to bump again. When you have time to spare, Can you show me a demo of just the star count in the levels page using global variable. Don't worry about the stars to be displayed.

  • shinkan thanks a lot

  • shinkan thanks mate. I have checked what you have done. It's quite interesting. I have also checked the manual on dictionary.

    I need to stop changing the stars when it is already received higher stars

    And

    Also the star counts in the levels page.

    But how to add stars to the star count and not add again and again for the same level.

  • shinkan if possible could you show me a demo for the star count.

    If possible.

  • I was looking for the same. Tbh i read some guides about arrays but i cant really comprehend arrays.

    Maybe i will use frames and let you know if it works but as i have a full time job it will take quite some time.

    Thanks mate. Take your time. By the way that video I have checked it already. I can easily copy that method without understanding arrays but that is not what I wanted to do.

  • Guys anybody

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • codah Let's say I have a levels page with 10 levels in it.

    1. I want each level to be unlocked only when the previous level is completed (without using array)

    2. Each level has stars like angry birds game. In the levels page, I need the total star counts for that ten levels. (without using arrays)

  • Guys anybody

  • I am struck. You dont have to do it for me. Just suggest me an idea for unlocking locked levels one after another without using arrays and saving all the star counts in that world, in the levels page.

  • Thanks

    Could somebody help me with the other two questions.

  • Just add a condition

    target animation is not broke

    should be fine..

    LittleStain thanks. It works fine.

  • I used the wait action so that the user will watch the animation. Then I am calling the score layer to be visible. That is why I used the wait.

    And yes ball may hit again and again because it's a physics based game.

    Using a stop animation will not help either . Because if the ball hits the target before then the animation will start again.

  • Anybody guys