Chadori's Forum Posts

  • Hi Laura_D , I'm not sure if you are the one in charge of these type of things nor do I know if I'm in the position to talk about this. But sure would love to suggest an official Construct 2 / 3 sticker design and shipping.

    Found this though: https://www.stickermule.com/user/1069173086/stickers (C2)

  • So useful. Thanks...

  • Ashley has a point, investing to a young technology which has potential to improve in time. But currently, within this decade, I'm with digitalsoapbox on this one, HTML5 is too young, javascript so slow... Even making a small Flappy Bird game is far more stable making in Unity for an Android Jellybean phone from 2012 than making on C2.

    As far as I remember, my tests back then has a performance of 60fps stable no significant spike for the game made on Unity and 24fps unstable, frequent lag spikes and unplayable for the one made on Construct 2.

    Theoretical FPSs or hypothetical speeds between native and html5 doesn't matter anymore when real life benchmarks are so significantly bad.

    In conclusion: Ashley you're so wrong ...

  • I created a SPRITE. In it I have different ANIMATIONS: Animation1, Animation2, - different frames - etc.

    I would like to:

    Bullet OnCollision with SPRITE > Play Animations (contained in ITEM) Randomly.

    I don't know if that's clear but the fact of the matter is: I already have this going like SET ANIMATION TO ("Animation1, Animation2, Animation3")

    I tried quoting animations individually and all but it still aint working.

    HELP

    Use the choose() function.

    choose("Animation1", "Animation2", "Animation3")

  • > tunepunk - Can you also add that the same rule applies to android phones...? It looks cool on phone too and no need for typing the address everytime though there's still the status bar but you can still set it to fullscreen mode.

    >

    I'm not sure it can be done on phones. I know you can save a icon in your launcher, but if you want to remove the address bar maybe this link will help out, but it seems it's something Ashley have to configure in the meta tags of the mobile version. Not sure.

    http://stackoverflow.com/questions/21018750/add-to-homescreen-button-in-android-does-not-show-website-as-a-web-app

    <meta name="mobile-web-app-capable" content="yes">

    The name attribute MUST be "mobile-web-app-capable" and the content attribute must be "yes" (case in-sensitive). If there is any other value in the content attribute the web app will be added as a regular bookmark.

    It works, I have tested it beforehand. Though as he said it closes automatically when back is pressed.

  • tunepunk - Can you also add that the same rule applies to android phones...? It looks cool on phone too and no need for typing the address everytime though there's still the status bar but you can still set it to fullscreen mode.

  • There is...

    Go to layout...

    Right click on the layout...

    Open the View options and there you have it.

  • > Yeah, I did that too.

    > But I thought this was a common thing.

    >

    That's cause you're such a pro. Persona FTW!

    No, I'm not a pro. I'm just an intermediate. There was a tutorial about this for your apps in chrome.

    For easy preview. I'm just surprised that's all.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yeah, I did that too.

    But I thought this was a common thing.

  • There is a third party plugin for this but still has disadvantages and limitations. For example, admob earnings are split.

    I hope the plugin is do updated.

  • Construct 2 already has a savegame system, which uses browser storage. If you want your savegames to be synced to other devices, it doesn't seem like a good idea to pick platform-restricted services - presumably you'd want to cover all platforms. The API in the original post looks limited to Android only.

    Sorry Ashley , I just know now about Firebase.

  • Ashley , is there any chance you can add this to C2 or C3?

  • Radiancekov - Don't buy on Steam, worst decision. Buy it here so you will get the discount for C3 too.

  • Copy that... Alpha-Niner-Delta.

    Retrieving the missiles.

    Revoke all commands.

  • I'm still able to go full screen in mobile preview over lan.

    However Im using C2 v242

    and fyi my mobile chrome 55.0.2883.91

    edit nothing to do with versions (mine was invoked using a button so just been playing around)

    fullscreen dosent work with on any touch start

    but it still works with a button click

    so just have to put a button in while testing.

    Hmm... Great news... I'll try it out.

    Ashley - I think this is worth noting somewhere.