ArcadEd's Forum Posts

  • If you want to send me the apk, I can try it on my nexus 7

  • Yeah, APKs have to be signed before devices will install them.

  • Ok, I got all three greens. Here is what I did.

    I used Pixel's plugin, but didn't load the api from it, did that in the index.html file

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/29e8b816-eff7-48d8-af50-b568b64ef267/2014-02-11_1226.png" border="0" />

    Then used the plugin to call Get Logo on the start of layout for my title screen.

    After the user hits play, my game has a window with instructions. At this point I requested Ads (on start of layout). Since my game is already paused and waiting for use input it was a good spot to call the ad. I could also call it when the level is over.

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/e0b22817-6d06-43ac-8b77-0191d039f42f/2014-02-11_1230.png" border="0" />

    I'll contact spillgames now and see if any of my games fit in with their network.

    Thanks for all the hard work on this thread!!!

  • PixelRebirth,

    Is there an api call to check to see if the API has loaded? That way we can check to see if the api loaded before doing the other calls?

    Thanks for all the work.

  • In the code above, why are you checking the overlap of sprite3 twice?

    Not sure why that would make a difference.

  • Never had any issue like this with CocoonJS.

    Is it doing anything else when updating the variable?

  • OK, so it's like boostermedia. I will just send an email via their contact form.

    You guys are having success getting games passed, even though the API Loaded is failing during the test?

  • How do you actually submit a game. Their whole dev portal seems really incomplete. Is there an email address we send links too?

    Thanks

  • jayderyu

    Are you using a plugin, if so which one?

  • Here are the changes I made to the index.html file after export.

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/7e563c7d-c241-4c77-9a5c-65d43d2d16c6/2014-02-11_0920.png" border="0" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Success with Cross Promotion and Ads.

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/d2325fc7-48c2-4c6d-87e6-a8e019c7285a/2014-02-11_0915.png" border="0" />

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/e00203cf-fbb8-4bc7-88ca-293a055386df/2014-02-11_0916.png" border="0" />

  • Using EncryptedCow's plugin and with some help from Luke at FGL I was able to get to get the SDK running at least. When it's properly setup in the Index.html file, you should get this screen first.

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/b4fb1f3f-7339-4961-ab6c-0ce0804e6d10/2014-02-11_0912.png" border="0" />

    I'm going to do the next steps of testing now and go from there.

  • What do you mean by sprite maker software? All artists I work with use Illustrator or Photoshop to make sprites.

  • Need a little more detail and possibly a CAPX file for us to take a look at.

  • You are sure the apk is a release and not a debug, right?

    Ed