codah's Forum Posts

  • Tutorial search "how do i show score" . First hit: https://www.scirra.com/tutorials/37/beginners-guide-to-construct-2/page-7

  • > value = choose(1,2,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20)

    >

    hi thanks for answer

    is it possible to use a variable in the choose function.

    Would've been quicker just to try that in C2?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • JLH1964 that would be a nice earner, I'd love to emulate that! Can you link to your games?

    Tekniko I do hear you about ads. I'm trying to make mine minimally intrusive/annoying. Android users' buying habits are just unfortunate. Ironically I think it's the more expensive 'premium' games that sell and 0.99 casual games that don't (with, I'm sure, notable exceptions). I'm in the second category.

  • I have another interstitial issue, thought I'd add it here.

    Previously I had an interstitial appear on displaying the high score. Once the user dismissed it, they could see the high score then go back and play again. Now using the new plugin, upon dismissing the interstitial, my game restarts. Fully reloads with loading indicator.

    I can't post the capx and it would take some effort to reproduce this in sample form, so hopefully someone has a clue about this? Thanks.

  • Very embarassing but this is user error... I had created 2 banner ad units. Your question about the refresh rate tipped me off fldr thanks again. Have created an interstitial ad unit so will see what happens.

    Edit: confirmed--getting both ad types now thanks guys.

  • I thought it would be easier but ill follow your directions thanks

    It's easy to set up even though I'm having an issue right now (but I doubt it's the plugin).

  • Tekniko That's how I feel when I'm watching TV. But then I choose not to buy pay-TV/cable. I also use ad supported apps all the time myself. I intend to have ad-free versions of mine also. But I will definitely listen to any and all words of wisdom that I can get!

    volkiller730 that looks pretty much like what I have but I'll have a closer look soon thanks.

  • codah JLH1964 Both my ads work. In the Xdk what third party plugin are you using ? the one that takes 2% revenue or the new one(cranberrys)?

    New one. com.cranberrygame.phonegap.plugin.ad.admob. I might try in another app and see if that's any different. How does it work? If we request an interstitial, should we always get one? I just assumed.

  • birbilis you could get a temp workaround for one of your issues by setting up a macro with a global hot-key to run your graphics tool of choice (or anything else). Far from ideal, but it should work.

  • Function:Call "myfunc" (Sprite.UID)

    ------------- <>8 ----------

    Function: On "myfunc"

    Sprite: Pick instance with UID (Function.param(0)) -->> do something with Sprite.FlipDown

    This technique is limited (but necessary) because you need to know the object type to pick it. You can get somewhat generic by using a Family (C2 full version).

  • Yeah I can't work it out, you might've seen my thread on it. But at least I know it's a matter of not getting the ads from Admob, it's nothing I'm doing wrong AFAIK. I'm using R184.

  • Yes it is literally redundant as far as I can tell. I'd also like editor extensions as I have a number of things I'd like to add, but no you can't.

  • 60 secons is the refresh rate for banner ads isnt it?

    interestials is between 3 and 10, i found that when i changed that to under 7 i didnt receive any interestials

    why not? i cant answer that, im also corious about the whole add market thing, for example i have three games with adds and they all get served different with very different rpm, one is always like 0.28€ the other one is in the 1-2€ field and the third is between 9 and 22€, while the 0.28€ game is by far the most installed and played one compared to the others and the 1-2€ app only very rarely gets interestials, i cant tell why..

    They both default to 60. They recommend 45-60 for interstitials. Anyway thanks for the info. I'll have to do more research on this.

  • what did you put in "Interstitial timeout" on the admob site?

    Default 60 seconds. And you're right I'm not receiving any interstitial ads, but now the question is why not?

  • from my experience i can say that if the demo adds are shown, its also works with the real adds but sometimes there are just no adds to show so it can look like something isnt working. to test this you can make an event "on interistial received->trigger something, like show a sprite or set text to add received, when this is never been triggered there are just no adds to show.

    btw in my game "Find the fruits" i used something similar to what your trying to do (on close button show add,after 4 secons close game) but it doesnt show adds most of the time, i think the time im giving it is just to short, interestials sometimes take a long time to show after the show add event fired

    Thanks for the feedback. I'll try something in On interstitial received. Also, I don't have a timer to close the game but On interstitial dismissed. When I was using the other ad plugin I'm pretty sure the interstitial came up immediately. I'll report back.