MPPlantOfficial's Forum Posts

  • I see. I didn't even know about "PickedCount." I'll try that out, thanks.

    Actually, if you click the screen in the capx, more beams will be created. Then you can see the HP of each box decrease faster with multiple beams hitting it.

  • Hey guys I want my sprite to count the number of instances of the laser beams overlapping it.

    How do I do that?

    http://s000.tinyupload.com/?file_id=233 ... 9905966696

    Credits for laser beam capx go to R0J0hound

    I just modified the capx to generate multiple beams

  • Take the entire "On any touch end" statement out of the sub-event.

    Highlight "On any touch end", press CTRL + X, high light the group, press CTRL + V.

  • the truth that

  • Change it to Is Touching >>> ADD 1 to power

  • BUMP!!!!

    I just uploaded a draft of my game to itch.io today.

    How do I put it on Facebook apps?

  • Looks great but the BLUE FONT on the 2nd picture doesn't quite look right. You should stick to the pink one.

  • Need feedback for this Scirra Arcade game.

    Made for phones.

    It might work as an FPS trainer too if the star sprites were smaller.

    https://www.scirra.com/arcade/other-games/ssss-12601

  • My non-crosswalk games built in XDK take 10 million years to open and I don't know how to use other compilers so I might as well use crosswalk. :'(((

  • MPPlantOfficial Android system WebView is a kind of browser which is installed separately. It does not include into your APK, that's why the APK size is lower if you build it without Crosswalk. The point is that if you export with Crosswalk, your app will be launched in that Crosswalk browser which is included in your APK. So it will be the same browser for all devices which means your game will behave the same way on each of those devices.

    Now when you export without Crosswalk then your game will be launched in the system's WebView. In other words, your game will run in the browser which is installed on the particular device. Now each device might have different version of WebView installed. Different versions support/not support different features so there is no guarantee that your app will behave the same way on every device. I would even say, it is guaranteed that it will not.

    Now regarding Android 5+ which everybody talk about. Shortly saying Android 5+ WebViews support most needed features and C2 apps should work well and you shouldn't need the Crosswalk any more.

    My personal opinion after some tests is that Crosswalk is still more safe to use and has better performance that native WebView.

    Thank you very much!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • >

    > What is "Webview?" the default browser I have on my CAPX file is Chrome. Should I switch to Default?

    >

    It displays web pages to put it simply. Google the term to find more detailed information. Here's one link: https://developer.android.com/reference ... bView.html

    Yes I did search the term but I don't know how to actually implement that upon exporting CAPX.

    So I'm supposed to set browser to default and select Android 5+ then that Webview thing will automatically be included thus decreasing my install size? <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • Yo I never got any responses to my cadburrygames questions even if I bought the plugins.

    Just use regular plugins instead.

  • > I only have android 4.5. I will try that Cocoon io .

    >

    Then you'll have to make friends with the Chromium browser bundled with your game. This is the most efficient way of running HTML5 code as an app. I don't think that either of the options we listed in this topic will free your from that additional size. In 2016 that +20-30MB shouldn't be a problem. And if you target Android 5+ then the WebView is already on the phones, so your apps can be smaller.

    I built my games without Crosswalk and got a 3.5 mb APK. 12 mb when installed. However I did notice very long load time opening the games.

    What is "Webview?" the default browser I have on my CAPX file is Chrome. Should I switch to Default?

  • > Hey guys I didn't want to be the GOD OF THE HOW DO I SECTION again like I was 6 months ago so I thought I'd ask my question here.

    >

    > I built my APK files yesterday on Intel XDK and a short preview that was initially 270 kb had an output APK file of 22mb and 62 mb installed on a phone. This game is a simple 1 screen game using 5 sprites total.

    >

    > What other NON-DEPRECATED export/APK options are available as of Nov 4, 2016?

    >

    Do you have Android 5+? Try building without Crosswalk.

    Also there is Cocoon.io and PhoneGap to try.

    I only have android 4.5. I will try that Cocoon io .