algiz13's Forum Posts

  • I am trying to control the contents of an iframe object remotely.

    I am working on a multi-user project where one computer can control the screen of another, so yes, I do need it.

  • Is there a way to do this?

    ie. Make construct think that a key has been pressed, or the mouse has clicked on a certain coord.

  • Just tried your suggestion.

    It does the same thing as testing for the key itself.

    I need to see whether the CAPS LOCK state is on or off.

  • Hi there.

    I would like to determine whether CAPS LOCK is set or not.

    I seem to get the keyboard object to do this - if you check to see if CAPS LOCK is down or not, it behaves like any other key.

    Thanks in advance.

  • is this possible at the moment?

    I have set the tileset to be a shadowcaster, and am just using a simple square tile.

    The shadow light seems to treat the whole tileset object as a shadowcaster rectangle.

    Am I doing something wrong?

  • Hi there - I would like to bump this also.

    Would love this to happen, as I am interested in interactive texts and such.

  • Can anyone help me with this plugin please

    I have attached a capx with a simple page turning text app

    The scrolling behavior seems to be miscalculating the size of the visible page.

    Or am I missing something obvious.

    Thanks in advance for you help

  • I couldn't find an official feature request thread.

    If there is one, please could a moderator move this.

    Many thanks.

    I desperately need to have some words italicized within a standard text box.

    Could there be a way to include certain tags to do this?

  • Ooops - solved it.

    It was my error: I was using the 'Set from JSON' rather than 'Load' action.

  • Hi there.

    I think I am missing something regarding this.

    Has anyone got an example of how to load the tile state of a tilemap using a JSON string.

    When I try, the tilemap does not update, even when I load a string that has been previously created from the same map.

    I have tried the following:

    The layout starts with tiles already in the tile map.

    I save the JSON string from the tile map into a text object.

    The tilemap is cleared.

    On a key press, set the tile state from the string in the text object.

    Nothing happens.

  • Working on a game with different areas of gravity, but the layers rotate so that gravity always appears to act downwards.

    So - it would be great if i could have a tilemap that could be oriented at any angle.

  • x Position of object 'n' = (Width of screen / Total number of objects + 1) * n

    I think that's right??!!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi there

    Sorry if I have missed this.

    I love the new tilemap functionality.

    Wan just wondering if it was possible to change the angle of the tilemap object/canvas without having to change the angle of the layer it was sitting on.

  • Hi all

    I am creating a game with changing gravity, and it would be extremely useful if I could rotate the layout view in the editor itself in order to make level design easier.

    Is this at all possible??

  • Preview is throwing up an error when using the save game function on Physics objects that had had their physics behaviour disabled.

    Link to .capx file (required!):

    dl.dropboxusercontent.com/u/482039/BugReport.capx

    Steps to reproduce:

    1. Blue physics object outside screen is disabled.

    2. Press S to save game.

    Observed result:

    <img src="https://dl.dropboxusercontent.com/u/482039/ScreenHunter_01%20Oct.%2006%2013.59.gif" border="0" />

    Expected result:

    Game should save successfully.

    Browsers affected:

    Chrome: yes

    Firefox: yes

    Internet Explorer: yes

    Operating system & service pack:

    Windows 7, Service Pack 1

    Construct 2 version:

    146 (64 bit)