ArcadEd's Forum Posts

  • Ok, they don't actually support AdMob, they support Mopub. MoPub supports many different networks through mediation. I get that.

    I was just getting excited thinking they actually had native Admob support now. Oh well :). Thanks for bringing it up to them anyway.

    I'm excited for the SDK for extensions.

  • Wait, what? AdMob is supported now? Not just through Mopub like in the past?

    From Ludie

    "Below there is a list of supported ad networks at this time. We support all this networks using MoPub as network mediator, so the first thing you will need is a MoPub account to manage which networks you want to integrate in your app and how they will rotate."

    Now if they have direct admob support, then awesome. Doesn't sound like it though.

  • Does anyone have any experience with Trigger.io?

    Their pricing seems pretty hefty.

    trigger.io

  • That really sucks on the admob support. We have proven time and time again that mopub sucks when it comes to fill rates. Admob is backed by google, why not implement it?

    Ahh well.

  • I ran into this several times. They should have included a pdf with screenshots showing you exactly what the issue is. Click on the link to VIEW CERTIFICATION REPORT and there should be a link to the pdf.

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/1d97a0b8-d3f8-47c9-aed6-425e3651a759/2013-03-11_0940.png" border="0" />

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/0993605e-9a14-41b1-948f-200baca09997/2013-03-11_0943.png" border="0" />

  • He has been working on this a lot over the last few days. That's a good sign.

    github.com/bubbleboy14/scblaster

  • Wow, that's pretty awesome.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • When           Wednesday, March 6, 2013

    6:15pm- 8:15pm

    Where           YetiZen Innovation Lab

    540 Howard Street, San Francisco, CA

    Click here to register and learn more about the event:

    meetup.com/Ludei-HTML5MobileGames/events/103165642

  • Revmob support or ads and more access to the xcode project file or android build to add support for OUYA, Gamestick etc.

    This is what I would like to see, so we can have control over any additional SDKs we want to include in our apps.

  • I didn't use a family. In my final version of the game I used arrays that that stored the letters.

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/6ee23e4d-04b0-40ef-bcdd-244835e07472/2013-03-05_0855.png" border="0" />

    Then using tokenat I populate the Text Boxes.

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/c7ade66e-d08d-474c-9e47-31a82d0f73f5/2013-03-05_0858.png" border="0" />

    This really wasn't an easy project at first, especially if you are just learning construct.

    The way I did it was such that I could easily add levels just by updating the 3 main global variables, or even have those global variables updated via an ajax/php action.

  • maddymouse

    If you know how many words are on each layout, then create a global variable to keep track.

    Global Variable WordsFound

    Each time a word is a found, add 1 to WordsFound

    When WordsFound = Amount of words on the level

    -> reset WordsFound to 0

    -> go to next layout

  • I've noticed this recently as well. I don't remember it being a problem before, did something change over the last few versions of either Chrome or C2?

    I haven't tried to see if the problem happens with all browsers are not. I Just noticed it with chrome.

  • I'm thankful for the forums and the community. I would actually prefer if the scirra team concentrated on our concerns about c2, and making it better than spending time on the forums.

    I say this because the community is so good and knowledgeable. Maybe if the community wasn't as good, I would agree with the OP. I would also agree if it was scirra staff answering all the questions in the howto forums that have been asked 100 times. Thankfully, the community steps in so they don't have too.

  • +1 :)

  • Like thehen said, I just use incognito window in chrome. InPrivate browsing in IE and Start Private Browsing in Firefox should all accomplish the same thing.