frostyelk's Forum Posts

  • I believe that your problem is that the variable LEVEL is an INT and "go to layout" requires a STR.

    So if your layout name is simply 1 then you can fake it and just set: go to layout "" &LEVEL

    That will create a string of nothing plus your variable.

  • Create a global variable:

    When left btn clicked and Global Variable = 0 then show text "Welcome".

    When left btn clicked and Global Variable = 1 then show text "", or make text invisible or move it outside the layout.

    For making several lines of text, make the text field larger. If all text is on the same row, it will split auto on word.

    You can also make linebreaks Ex. "This is on first line" &newline &"This is on 2nd line"

  • Sounds easy....so i guess there is a catch? can you be a little more detailed about what you need?

  • Yes it does show when you click the link, but in order to install the app, you need make it available for all countries. I got a message when trying to download via the link that the app isnt avail in my region.

    So i am guessing that its the same reason why the app does not show up in the Amazon Appstore app as well.

  • For all i know it is simply impossible to know, too many factors are involved.

    The advertiser pays a certain amount for 1000 views, some pay more and some less. Same goes for CPC´s, where clicks on ads that has been shown less times pays out better. So if its the first time a certain ad is shown in your app and you get a click on it, then you will surely get a dollar for that. But if its been shown a lot already then you will only get a few cents for it.

    So you can pretty much just wait and pray! At so far as i know...

  • If you are using the AdMob FE plugin, then you will get an example file with the download.

    There are two simple steps for an INTERSTITIAL ad to show up.

    1. Create ad (This tells AdMob to produce an ad for you. When AdMob has made an ad, your app will download it and cache it. Preferably you do this on Start up, then you need to give it a few seconds to load before you show it.)

    2. Show ad

    Best case is to create banner at start up, then show it once the level ends or you can wait for it to be ready and automatically show once its ready to be shown. But that will interfere with the game and its not something i would recommend.

  • I have a Samsung Galaxy Note 10.1 2014 edition. The Amazon App store app does not find the IdoNOTwantkids app. Even tried to search for Puzzele.com, but only your Beer Baby and Crappy Turd apps show up.

  • No i don´t believe there is a way to do that. You can try and add WebGL effects, something like a magnifier.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Guess its time to do this after a year on this forum.

    We are Frosty Elk AB, a company based in Stockholm, Sweden. Our main goal is to produce mobile games, but we also do all kinds of other media and graphics.

    At the moment we are mostly feeling our way into the mobile games development. It is new to us, we come from PC game development in the past. Our most known title is the Total Conversion Mod for Half-Life2, Age of Chivalry that later became the huge success Chivalry:Medieval Warfare.

    As we develop our own games, we have found the need to develop plugins for Construct2. Some of them we have made public, some are even free for everyone. One of the best known plugin so far is our Parse.com plugin. But also our AdMob and Amazon Ads plugin.

    We have a store at our webpage, and we also sell some graphic items via the Scirra store.

    So far we are really enjoying the development with Construct2, and its really awesome to see how the engine is progressing and becoming more and more each day!

  • It depends on if its a phone app or a facebook canvas game or a just a html5 web-app?

  • 1280x800 seems to cover most of their devices.

    https://developer.amazon.com/public/sol ... resolution

    The Fire phone is 1280x720 so it would work rather well too.

  • I am not sure what Admob plugin you are using, I suggest that you use our version. It has support for setting the exact X and Y coordinates for the banner placement.

    See details here: https://www.frostyelk.se/support/#AdMob%20FE

    Download from here: https://www.frostyelk.se/products-page/ it´s free.

  • I havent used the official plugin for AdMob, but the one we have developed are working really well.

    Download it from https://www.frostyelk.se/products-page/ it´s free and well documented (https://www.frostyelk.se/support/#AdMob%20FE).

  • One is a minor thing, would like to be able to lock single items on a layer. Right now you can only lock a layer. It would be really handy to be able to lock a single item.

    The second one is a "List Render" feature. Preferably where you can create a set of items on a separate Layout and use it in loops to render a list with several things in it. Like a picture, name, score etc. Would be really handy for creating FRIENDS lists or highscore lists etc.