Colludium's Forum Posts

  • Mmmm - it gives me a 404 error. Could you post the whole url just in case I'm screwing up the first part - and can you double check that the file is inside the public folder 'cos that would also stop me gaining access? Thanks.

  • Put the capx in a dropbox public folder, right click on it and select copy the public link from the popup menu. You can just past the link url long-hand into a post as you don't yet have the rep to post a full link. I'll then take a look and hopefully be able to help...

  • Can you post a link to a capx of what you're talking about? It's almost impossible to help without being able to look at the settings and event sheets.

  • Edit - I re-installed C2 and now cannot duplicate this problem! Please archive / delete this thread.

    Link to .capx file (required!):

    None for general consumption - Ashley, if you would like I can PM you a capx of my game to demonstrate the bug. This looks like this is could be a bug in Chrome but the layout loads ok in r152 and r153 (so something changed to break my project <img src="smileys/smiley19.gif" border="0" align="middle" /> ).

    Steps to reproduce:

    1. Select browser Chrome and Layout: Trial

    2. Select either Box2D Web physics or Box2D asm.js

    3. Press play

    Observed result:

    <img src="https://dl.dropboxusercontent.com/u/184657779/C2_demos/c2%20javascript%20error.png" border="0" />

    This only happens in Chrome - it appears that the game failed to completely load causing Chrome to freeze.

    Expected result:

    The layout should load and run normally.

    Browsers affected:

    Chrome: yes

    Firefox: no

    Internet Explorer: no

    Operating system & service pack:

    W7 Ultimate x64 SP1

    Construct 2 version:

    r154 x64

  • This forum is a very good distraction from work I find ;)

  • liaeb - you're talking about resizing in the layout view whereas this is about maintaining aspect ratio in the image editor.

    + 1 for both of pirx 's suggestions. It's not the first time this has been requested... In the interim, microsoft office picture manager offers a simple and non-C2 alternative.

  • I've submitted a bug report for this.

  • Link to .capx file (required!):

    capx link

    Steps to reproduce:

    1. Click the button a number of times to increment the value of a global variable by 0.1 per click

    2. Observe the displayed value of the global variable

    Observed result:

    Sometimes the value of the global variable is displayed incorrectly. This only happens in the text object where the global variable precedes some other text.

    Expected result:

    The value of the global variable should be displayed correctly (or at least consistently with how it is displayed in the other text object).

    Browsers affected:

    Chrome: yes

    Firefox: yes

    Internet Explorer: yes

    Operating system & service pack:

    Windows 7 Ultimate x64 SP1

    Construct 2 version:

    r153

  • That's weird! I have just duplicated this - it doesn't make sense although it seems to be something to do with having the global variable at the start of the display text string. If you make your text string look like this then it'll display correctly (ie have some text to display first, even if it's a nil entry):

    "" & Multiplier & "x"

  • Bl4ckSh33p,

    Here's a potential workaround for you. This will give you an answer to one decimal place (adjust as you require):

    string = 0.1 * round(YourNumber * 10)

  • blackhornet - a public thank you for helping me fix my computer's fault that was stopping this from working for me!

  • blackhornet: this program is awesome! Unfortunately for me, the latest versions (v2.0 and v2.1) crash as soon as I click on the font button (W7 ultimate x64 with either .NET 4.5 or .NET 4.5.1). I get the usual windows error popup - sorry I can't be more specific.

  • If I may expand on this: I've been doing a bit of trial and error... It appears that C2 crashes on run with asm.js selected if one sprite has the physics behavior plus one other. I only tried it with Bullet, Line Of Sight, Fade and Platform - they all have the same effect.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have exactly the same bug. Fails to run previously created physics project. Blast!

  • One of the risks of running a very dated version of Office I guess - wierd how the saving processes seem to have become entangled like that. It's easy to work around however, and I'm glad it doesn't affect the more modern software...