madao17's Forum Posts

  • So I had this problem before (post) and the black screen problem still remain unresolved. I tried to use r100 and still... all I see is black screen. I'm pretty sure that the game is fine, since I can run it locally and on dropbox.

    Link to my game:

    dropbox

    chrome store

    Here are some screenshot:

    How it looks on chrome:

    <img src="http://s16.postimage.org/htbisqrd1/Screenshot_from_2012_08_24_19_58_15.png" border="0">

    Exported files:

    <img src="http://s19.postimage.org/x7g3kpvir/Screenshot_from_2012_08_24_20_01_53.png" border="0">

  • I've already add that line to my manifest file since it is required for an app to be uploaded; chrome store will pop out an error message if you didn't include version 2 in your manifest file. The problem is after I uploaded my game. I launched my game and all it appears is black background :(

  • I have the same problem. I had just upload my game but all I can see is this black screen of death :(...

    The version of my construct is r99.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm developing a "speech bubble" behavior for Text plugin.

    The purpose of this behavior is to surround the text object with a speech bubble.

    So my question is... is there anyway to draw using a behavior?

    I have tried using

    var ctx = this.inst.runtime.overlay_ctx;

    to get the overlay but no success. Is there anyway that I can draw with behavior?

  • before the update, I was able to set css style of font-size of textbox to 2em. But, after I upgraded to r95, the css style action doesn't seems to work anymore. Is there a way to set the font size in r95, or I'm just doing it wrong?