Bl4ckSh33p's Forum Posts

  • And support for Effects like Tint would be great, too.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi! I created an Array to store some data (I create them on Startup and assign instance variables to them so I can use one for multiple sets of data) and used the following code to store Frame IDs (0/1). But when I print the values (part below the red line) It Shows the first item at 0,0 many times. But why?

    The Output:

    HTML1300: Navigation wurde ausgeführt.

    Datei: 192.168.2.106:50000

    Using HTML5 Audio API, useOgg = false

    WEBGL11135: getContext: Das Kontextattribut depth:false wird derzeit nicht unterstützt.

    Datei: preview.js, Zeile: 468, Spalte: 5

    Using WebGL renderer: AMD Radeon R9 200 Series [Microsoft]

    Max texture size: 16384

    Point size range: 1 to 614

    WebGL extensions: WEBGL_compressed_texture_s3tc,OES_texture_float,OES_texture_float_linear,EXT_texture_filter_anisotropic,OES_standard_derivatives,ANGLE_instanced_arrays,OES_element_index_uint,WEBGL_debug_renderer_info

    "WebGL extensions: "

    [ 0: "WEBGL_compressed_texture_s3tc", 1: "OES_texture_float", 2: "OES_texture_float_linear", 3: "EXT_texture_filter_anisotropic", 4: "OES_standard_derivatives", 5: "ANGLE_instanced_arrays", 6: "OES_element_index_uint", 7: "WEBGL_debug_renderer_info", length: 8 ]

    Loaded state from WebStorage (0 bytes)

    Go to layout: Schneiderei

    MenuItem Schneiderei

    Change layout signalled to Schneiderei

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:0:1

    0:1:0

    0:2:0

    0:3:0

    0:4:0

    0:5:0

    0:6:0

    0:7:0

    0:8:0

    1:0:0

    1:1:0

    1:2:0

    1:3:0

    1:4:0

    1:5:0

    1:6:0

    1:7:0

    1:8:0

    2:0:0

    2:1:0

    2:2:0

    2:3:0

    2:4:0

    2:5:0

    2:6:0

    2:7:0

    2:8:0

    3:0:0

    3:1:0

    3:2:0

    3:3:0

    3:4:0

    3:5:0

    3:6:0

    3:7:0

    3:8:0

    4:0:0

    4:1:0

    4:2:0

    4:3:0

    4:4:0

    4:5:0

    4:6:0

    4:7:0

    4:8:0

    5:0:0

    5:1:0

    5:2:0

    5:3:0

    5:4:0

    5:5:0

    5:6:0

    5:7:0

    5:8:0

    6:0:0

    6:1:0

    6:2:0

    6:3:0

    6:4:0

    6:5:0

    6:6:0

    6:7:0

    6:8:0

    111111111111111111111111111111111111111111111111111111111111111100000000000000000000000000000000000000000000000000000000000000

  • Hi. Thank you for your example!

    I added the code with a small modification (only if sprite is visible) and will test it. So far it seems to work fine.

  • Right, but I don't think its possible to prevent it because its part of the gameplay and sometimes the Player sprite gets stuck. Maybe it works with last vector and moving the sprite in the opposite direction to free it? (never tried something like that)

  • Hi! The help file says you should not teleport or move solids so nothing can get stuck but if you have to enable/disable the solid behavior the Player can get stuck inside an object if it becomes solid when the Player collision box is inside. Does anyone know a Workaround to fix this? I tried to add something like "Middleclick to set Y Position of Player to Player.Y-10" to bring him on top of the object but this could be a Problem if he is stuck in a wall and should not go up (may get out of the Level this way).

  • Hi! Does anyone know if the new Microsoft Browser for Win10 Exports will Support WebRTC so we can finally use Multiplayer on Windows Apps or on WinPhone?

    regards

  • But I expect from an iPhone 5S that it can Display this simple text when other phones which cost less than 1/4 can do it. It's really just paying for the Name Apple (and the design) and not so great Hardware it seems.

    But thank you for clarifying that.

  • Ok, thanks! So this is another reason not to support iOS anymore. Windows ftw! ;o)

    I hope Win10 allows C2 exported Projects to run on Xbox One. Right now it has some limitations like some Problems with the Gamepad object.

  • A new update is available and I added an English Translation. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    The latest changes: http://www.playbird.at/forum/index.php/ ... l-changes/

  • I dont know. I never used such large values but I used it for a long text and Scrolling down on a long layout. I could try it on a WinPhone and it worked fine. :/

  • Found it, thanks! I did not check the examples for a while. :/

  • Hi. Its old but I did not find another up to date Topic about it so I hope its ok to "revive" it.

    Does anyone have a working example of zooming in/out with a 2 finger gesture without plugins? (does the old plugin still work?)

    I think this is possible with the nth Touch Actions so Construct knows there are 2 fingers touching.

  • Problem Description

    Instead of showing the Contents a Textobject with 7000+ Pixels height becomes a black box

    Attach a Capx

    Why is there no Upload Attachement Button in the Forum? :/

    http://www.playbird.at/sites/Bl4ckSh33p ... t_iOS.capx

    Description of Capx

    Just run it (I could only test iOS). It Shows fine on PC and Xbox IE.

    Steps to Reproduce Bug

    • Set height of a textobject to 7000+ Observed Result it becomes a black box without text Expected Result it should Display text as usual Affected Browsers
        • iOS Safari
        Operating System and Service Pack iOS 8.3 Construct 2 Version ID Stable r206
  • Looks great! But I could not get past the Level selection menu on my first test a Minute ago (in Browser, IE11).

  • I will Keep an eye on this one.