kcalpesh's Forum Posts

  • Hi Umar, I'm thorough with Google Admob implementation and have already implemented it with app being on playstore. However, without spending on marketing it's difficult to reach the audience. Thus tying up with websites like wanted5, game distribution, game monetize etc to reach the target audience. Which is why the need to integrate the API. :-)

    Thanks a bunch!!!

  • Thanks Umar!!

    This is gamedistribution dot com.

    Requires API integration for shared revenue and publishing game on their website and their network of publishers.

  • This is all what I see. I downloaded the plugin for construct 3 from game distribution website just a few days back.

    I'm not sure how you see the options you've posted.

  • Thanks. I am using construct3. Just new to it. Will check out what you mentioned.

  • does this feature exist?

  • Hi, I'm trying to implement the Game Distribution SDK in my game for rewarded videos. I see that the SDK includes very limited functions such as preload and show.

    Also, its not very clear how to pause the game when AD is playing and Unpause when its over.

    Lastly, not sure how to put a condition where in if the user sees the video completely then he is rewarded else not.

    I was hoping that someone has done this implementation and could throw some light on this or share a sample file or something. Would be great help.

    Thank you very much.

  • It's a layer problem. Look at the Game layout, it has 2 layers : 0 and 1, the End layout just has 1 layer : 0. The text doesn't show properly because of the missing layer 1 on End layout so it drops behind the balloon art. Add an extra layer called Scores to End layout, similar to what's there when you look at the Game layout.

    Phew!!! It worked. I did what you suggested as well as sorted the Z Order. And it's all good now. I've beaten my head so much around the code trying to find out what's wrong and it turned out to be so silly on my part.

    Thanks for your help!!!

  • Hi, here's the URL for the file:

    [deleted file]

    Just to be clear. I'm not from a programming background. Have just started with Construct 3.

  • I have a 3 layout game.

    Start Page

    Game Page

    End Page

    On Game Page I have set two global variables:

    Coins

    Score

    When the game ends upon collision, the user is sent to END layout. I want to display the score for the round that just ended on this page also. I've set both score and coins text to global.

    Only issue is, that, the very first time when the game ends, the SCORE doesn't show up. However, when I replay, and every subsequent time, when the game ends, the score shows up alright.

    Can someone tell me why it fails to display only for the first time?

    This game is actually modification of the flappy bird - construct3 template.

    Tagged:

  • support.google.com/adsense/answer/1705831

    Provided of course that you can come up with 1 million impressions per month...

    pfft.

    But, some quick googling shows lots of possibilities. This company even claims to have a C2 plugin.

    https://wanted5games.com/developers/

    I'm trying this but unable to figure out how to integrate their api. In the construct games that I purchased there's no gameOver function. Also not sure how to call a function from cloud api.

    Any idea on this anyone?

  • Phacanu, finally, I solved that with a script that invoke a Javascript line.

    Hi, could you share the knowledge? I'm also looking for a solution to this and I'm not a coder.

  • Hi Derikvlog,

    I'm also searching for the same thing. Did you have any luck with it?

  • Thanks. That was the issue. Changed the runtime settings to Construct2 and the plugin showed up in the list of objects.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have installed the ultimate ADs plugin and used it for my first project successfully. However, I've started with the second project now. I can see the Ultimate ADs plugin in the list of addons but when trying to add it to new project, it just doesnt appear in the list.

    Some details.

    1st project was originally created in construct2. I had to delete the cocoon and canvas plugins from it in order to load it in construct3. Then I installed the ultimate ads plugin to it and was used successfully.

  • On 2nd thoughts. Will Ultimate ADs plugin be better than the in built mobile advert plugin which is making the app crash?