Mipey's Forum Posts

  • If you are using Firefox, I recommend the Firebug addon. It can help you determine what's wrong.

    Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMCanvasRenderingContext2D.drawImage]
    render_ctx.drawImage(img, 0, 0); 

    Looks like an image failed to load or something. Did you double-check your assets?

  • Canvas has a measureText() method.

  • Besides, doesn't seem to be all that recent...

    Um. You want to make a 'great' game... for free?

    All good things have a price, such as Angry Birds. ;)

  • FYI, there is a system expression: Distance(x1, y1, x2, y2)

  • <font size="2">Disregard this post, I'm an idiot. Need to pay attention to which Construct is talked about.</font>

  • Well, right now Construct 2 is pretty limited when it comes to implementing new features via plugins. It's still at a pretty early stage, I guess.

    It would be ideal to store the text separately, yes, however currently there doesn't seem to be any way to load these text files. At least all my attempts have failed. Javascript can't load files directly, it depends on external sources, such as querying server script and getting data with AJAX. And that doesn't work in localhost mode.

  • Full black layer above all others. Starting from start of layout, gradually reduce layer's opacity until it becomes fully transparent, at which you can disable it altogether.

    Bonus points: add a "loading" sprite or something.

  • Try out my Extra Expressions plugin, which has Base64 encode/decode capabilities.

    Just create your text in some text editor (without formatting, obviously), select all & copy into base64encode.org, encode and paste the resulting string into a variable or something.

    Then when you want to recall the text, simply use the decode expression where you normally enter the text.

    That way you can store large amounts of text in, say, an array (e.g. for each chapter) and pull it on demand.

  • loopindex("curLine")

    Also, are you providing both X and Y?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    Early Adopter License for Scirra Construct 2: $32

    That's such a huge amount! Imagine how many pizzas you could afford with that, how many games you could buy, hell, you could get yourself a pair of shoes with that.

    Clearly $32 is FAR too much for some software that you can create production-quality HTML5 games with. How dare Scirra put a price tag on it!

    I don't want to live on this world anymore. When is the next Mars-bound ship?

  • Can't help if you don't tell us what kind of pc you have.

  • Naming convention has you confused. I typically name my booleans "Visible", "Damaged", "Pregnant" or whatever. Then [Sprite] is [Pregnant] makes all the more sense.

  • I thought it was strange that someone would set up a blog for node.js bashing specifically...

  • I think you're required to buy business license if you make more than $5000 or something with a game... other than that, I don't recall any limitations.