bremen's Forum Posts

  • I'm working on a game called Ocean Explorer, It's more of a kids game but I know there is a lot of big kids out there like me who's 32 lol. But anyways after I done my Flappy clone, and Space blaster clone like the rest of the world I decided to do a project that was not like the millions of other apps, I'm sure there's a few out there like this but I didn't see in a quick search of google play store. I'm using C2, and a graphic pack from http://www.graphic-buffet.com/. I'm also open to ideas and public criticism

    https://www.kickstarter.com/projects/2051131422/ocean-explorer

  • Hi im not sure theres a special way to do this, I had to just use trial and error. Everytime I loaded my game on android and it was off I just went and moved it and updated it "Several Times" till I got it were I wanted it, Now I just have a problem with them staying in portrait mode when I flip my phone to Landscape...

  • [quote:v0gi5a9n]One more question ...

    Does the GameCenter (iOS) od Leaderboards (Android) button acts the same... does it pauses the game also or i need to add pause my self?

    I don't know about IOS, but Googles Game Service is not supported at this time, so I would imagine the same goes for IOS.

  • ca-app-pub-4735570286*****4/2129773355 put the whole code

  • gfigueroa I did get 's tutorial to work on android, I don't have a IOS developer account so cant help there. But it does post scores to facebook from android. I can't try to help you do it if you need any. I haven't tried juannn91 tutorial.

  • The above method works great for posting your games high score, I successfully posted my highscore from my android game to facebook. Only bad thing is you need a website with PHP, but on the plus side you can get them relatively cheap now days. https://www.fatcow.com/join/index.bml?AffID=742747

  • This looks very promising, it does allow post scores to Facebook and works with CocoonJS. Hopefully Ashley this can be developed and improved on , cause the Facebook plugins are very lacking in Mobile support.

    https://www.scirra.com/tutorials/908/facebook-share-button-php

  • I have searched the forums for over a day with just dead ends, I have half way got my game to post scores on the Facebook version which is by no means a easy task with a tutorial from 2011! But I searched this forum the German and French and even the Russian C2 forums using Google translate and still did not find a viable easy answer to the most common question about Facebook "How do I post scores" the Facebook game its self is doable but very complicated I had 3 pages tell me different things, but after like 2 days I got some progress. The mobile version how ever won't even login correctly with either one of the Facebook plugins, and Clay.io is far from perfect it has a lot of issues too. We have Multi Player now wooohoo how well is that working, I'm sure that will complicate the Facebook scoring system even further, how about some updates on Facebook tutorials that are 3 years old or fix the plugins that have not worked correctly since they came out, or even better hows about Google Games Services, which when it does come out probably be forever before it works.

    I have seen so many people ask about Facebook on this forum with out even getting a reply, is that because no one knows, or the ones that do don't want to share there secret? I'm not asking for a capx, but a current and updated tutorial would be sufficient for the community. I have a game on Google play store that people really want to post the scores, I really need full Facebook options for them. I keep stalling with excuses but the uninstalls are becoming more frequent. I am almost ready to give up on this program mainly for the lack of support by Scirra, the community on the other hand is very supportive. Ugh, and Its a good thing I copied most of that cause the website made me relog in... again.. If the web page login is hard to get to work correctly I imagine a Facebook login would be even more so.

    And if someone finds the answers and corrects me I'll gladly Edit this post. Just so dang frustrated.

  • Helladen

    Yes lol I edited that, saying it don't specify what kind of "Compensation".

    If I gave someone "In Game Points" for taking the time by clicking on my ad, I therefore am compensating them in some way.

  • This is from AdSense Program Policy, which is the same as AdMob since Google owns it. Now it does not specify what kind of "Compensation" as in real money or In game currency.

    [quote:3bdwdua0]Invalid clicks and impressions

    Publishers may not click their own ads or use any means to inflate impressions and/or clicks artificially, including manual methods.

    L

    Clicks on Google ads must result from genuine user interest. Any method that artificially generates clicks or impressions on your Google ads is strictly prohibited. These prohibited methods include, but are not limited to, repeated manual clicks or impressions, automated click and impression generating tools and the use of robots or deceptive software. Please note that clicking your own ads for any reason is prohibited.

    Encouraging clicks

    Publishers may not ask others to click their ads or use deceptive implementation methods to obtain clicks. This includes, but is not limited to, offering compensation to users for viewing ads or performing searches, promising to raise money for third parties for such behavior or placing images next to individual ads.

    Learn more

    In order to ensure a good experience for users and advertisers, publishers participating in the AdSense program may not:

    Compensate users for viewing ads or performing searches, or promise compensation to a third party for such behavior.

    Encourage users to click the Google ads using phrases such as "click the ads", "support us", "visit these links" or other similar language.

    Direct user attention to the ads using arrows or other graphical gimmicks.

    Place misleading images alongside individual ads.

    Place ads in a floating box script.

    Format ads so that they become indistinguishable from other content on that page.

    Format site content so that it is difficult to distinguish it from ads.

    Place misleading labels above Google ad units. For instance, ads may be labelled "Sponsored Links" or "Advertisements", but not "Favourite Sites" or "Today's Top Offers".

  • ok I feel like I'm talking to myself here lol, but the above does actually work sometimes, if I open and close the game enough it will eventually let me log in, but then comes a barrage of different problems. mainly it will often force the game to close, but sometimes it don't. when I goto post my score to the leader board it repeatedly ask me to login even tho I already am and then It will force close as well.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • [quote:3u4l7ss4]I always signed with jdk1.6.0_38 and never had an issue.

    That what I use also, I have gotten errors with newer versions of jdk

  • This did not work either, still looking for suggestions. Has anyone got Clay.io to work correctly CocoonJS?

    [quote:c71d5vbd]quirdex September 2013

    ok I made it works,

    it needs one more js in root zip : CocoonJS_App_ForWebView.js,

    and add the script line in index.html

    The post here is out of date http://www.scirra.com/forum/plugin-clay ... age42.html

    Reminder for ppl for construct2 (r139) clay (0.4.12) and cocconJS (1.4.1) :

    • correct index.html is :

    <html>

    <body>

    <script src="CocoonJS.js"></script>

    <script src="CocoonJS_App.js"></script>

    <script src="CocoonJS_App_ForCocoonJS.js"></script>

    <script src="CocoonJS_App_ForWebView.js"></script>

    <script src="c2runtime.js">

    </script>

    </body>

    </html>

    • it needs the 4 scripts in zip : CocoonJS.js, CocoonJS_App.js, CocoonJS_App_ForCocoonJS.js, CocoonJS_App_ForWebView.js

    and the folder webview/ in the zip

  • I read this on the Clay.io forum but its from Nov 2012 , I tried it and it didn't work either, anyone have a Idea?

    [quote:3okshgps]Okay, updated the plugin to work with the new version of CocoonJS, and (hopefully) work with all Clay.io features. Get it here, and let me know how it works for you!

    To get it running, export to CocoonJS, and copy the "webview" folder, and "CocoonJS.js", "CocoonJS_App.js", "CocoonJS_App_ForCocoonJS.js", and "CocoonJS_App_ForWebView.js" into the zip folder Construct 2 generates. Unfortunately right now there's no good way for me to have those be included automatically, so that has to be done manually.

    Here's how it should look:

  • lol I got Morbid Mushroom Football..