daoluong's Recent Forum Activity

  • the best formula is

    -log10(100/x)*33.2

    (with 33.2 is 10*log2(10))

    x is percent between (0,100]

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ^ r119 is a outdate version and audio plugin don't has those stuffs.

  • Keep it together with c2runtime.js

    I'm not sure but maybe it make c2runtime.js lighter

    All things are my personal experience so if I'm wrong, please pardon me :-"

  • ^ use m4a instead of ogg

    app for windows8 still use with base of IE

  • replace

    <style type="text/css">

         * {

              padding: 0;

              margin: 0;

         }

         body {

              background: #000;

              color: #fff;

              overflow: hidden;

              -ms-touch-action: none;

         }

         canvas {

              -ms-touch-action: none;

         }

    on index.html with

    <style type="text/css">

         * {

              padding: 0;

              margin: 0;

         }

         body {

              background:none transparent;

              overflow: hidden;

              -ms-touch-action: none;

         }

         canvas {

              -ms-touch-action: none;

         }

    </style>

    and add allowtransparency="true"

    to your iframe

daoluong's avatar

daoluong

Member since 5 Mar, 2013

None one is following daoluong yet!

Trophy Case

  • 11-Year Club
  • Email Verified

Progress

12/44
How to earn trophies