PurpleTree's Recent Forum Activity

  • nice game! i get angry every time i lose, so i guess it is aptly named

  • wow! this seems like a good idea! so you host our game, put up some ads, and then take a % from the ads revenue right?

  • Recently I was working on a realtime multiplayer game too but I hit the same issue. I decided to rewrite the game to a less realtime type; ie it's turn based now, with limited time during each turn. Now both bots and players have 30 second per turn to do some actions. Hopefully you come up with something, I'm really looking forward to it

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello sir,

    thank you very much for the plugin! Will check it out asap

  • Hello sir, how is the Playmobi development going? I'm very interested in the In-App Purchases API.

  • No problem :D

  • Previously I tried exporting to Phonegap and I hit the same white screen error as some guys here encountered. I tried changing the index.html file to something like below and it works on my samsung tab 10. On my samsung tab 7 it seems to be cut off, and on my htc phone it just went screwy. From my testing, I deduced that the cause of it is the javascript code that resizes the canvas through jquery is bugged. I modified the resize code and currently the resizing works so far, although I need to do a lot more test...

    index.html code below, replace your with this one and recompile your apk.

    <!DOCTYPE html>

    <html>

    <head>

    <title>My Project</title>

    <meta charset="UTF-8" />

    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    <script type="text/javascript" src="jquery-1.7.1.min.js"></script>

    <script type="text/javascript" src="c2runtime.js"></script>

    <script type="text/javascript">

    // Start the Construct 2 project running on window load.

    jQuery(document).ready(function ()

    {

    // Create new runtime using the c2canvas

    cr.createRuntime("c2canvas" );

    });

    </script>

    </head>

    <body leftmargin="0px" topmargin="0px" marginwidth="0px" marginheight="0px">

    <canvas id="c2canvas" width="1280" height="800" oncontextmenu="return false;">

    </canvas>

    </body>

    </html>

PurpleTree's avatar

PurpleTree

Member since 30 Mar, 2012

None one is following PurpleTree yet!

Connect with PurpleTree

Trophy Case

  • 12-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

14/44
How to earn trophies