elfwy's Forum Posts

  • Ashley

    Any ideas? Also checked https://httpbin.org/get and it doesn't work too (sometimes works. That's the biggest problem)

  • SOLVED the cause is simple... that happens because of internet limitations in Russia. love it

    Problem Description

    I use ajax to get data from https://streamable.com videos. It's been working fine for 1 month but some day it has started to work bad. I don't know what is cause of the problem. It could be wheter streamable's error, c2 bug, or my silly mistake.

    UPD: Found that it doesn't work on chrome too (sometimes). Thought it was just phonegap problem.

    UPD(2): Well... I think it'll work ok in another countries (that is bad). I'm from Russia and when I use VPN it works fine. So I'm confused now... And I should add that it's not local error. All my users are having it.

    Here some screenshots:

    1. Marked with red. Request was stalled for 4 min and then gave an error "net::ERR_TIMED_OUT"

    2. Included some debug events. "On load error" triggers and prints "error"

    3. And the config (added <access> to try to fix it)

    Attach a Capx

    https://www.dropbox.com/s/8hdsk44y3gnn5 ... .capx?dl=0

    Description of Capx

    I just call an ajax request on api data of my video (https://api.streamable.com/videos/ioukj)

    Steps to Reproduce Bug

    • Call a request

    Observed Result

    Request spend a lot of time in stall mode and then gives an error.

    Expected Result

    The medium time for the requests like this is 2-3 sec.

    Here is the data I should get:

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Cordova PhoneGap: (YES)

    Construct 2 Version ID

    r259

    P.S Sorry for my English

  • You do not have permission to view this post

  • rexrainbow

    Hello. Any news about updating?

  • Ashley

    UPD: Particles will work if option "Enable WebGL" turned off. Still waiting for some answer about it. I'm not alone who has this problem.

  • Ashley

    Well, it also works on r252 for me, but not r255. I asked my friend to check if he has the same bug and yes, he also doesn't have any particles.

    What information can I provide to reproduce this bug?

  • Problem Description

    Particle objects don't work. Particles are being not spawned/not visible. Ashley, any remarks on it?

    Attach a Capx

    You can just add a particle object to a scene or open c2 particle template

    Steps to Reproduce Bug

    • Add particle object
    • Run layout

    Observed Result

    Particles are not shown

    Expected Result

    Working particles

    Affected Browsers

    • Chrome: YES
    • NW.JS: NO
    • Firefox Dev Edition: YES

    Operating System and Service Pack

    Windows 10

    Construct 2 Version ID

    r255

  • mrtumbles

    Yeah, I know. It doesn't matter. Just mistaken when tried to simplify the code. Previously there was "&loopindex("i")&"

  • How to get return value from this function?

    I tried this:

    But it doesn't work

    upd: the console.log(...) works but return doesn't return a value to C2 variable

  • You do not have permission to view this post

  • You do not have permission to view this post

  • korbaach

    Yes, it doesn't work in the preview because this plugin is intended for mobile Cordova applications. You are not able to run it on PC.

  • AUDIO STREAM v1.0 (31 August 2017)

    Description: This plugin allows you to play radio directly in your Construct 2 cordova application. Also you will get addition built-in music control notification.

    Supported platforms:

    • Cordova

    Download

  • To work plugin correctly it has to use a lot of files which are located in some complex hierarchy... I mean, for example, there's file "project_folder/css/style.css" and it has to locate in folder "css" after exporting, not in root "project_folder" folder because it's so written in scripts. And there is a lot of similar files (near to 200). So writing each file in "dependency" not the best idea. I've tried to write folder names but it doesn't work. So what should i do?

  • Try Construct 3

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

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

    Hello! I've almost finished my pixel game on which I spend almost a year. I did not complete only one thing yet - lighting. Without any lighting, the picture looks so boring and I wanted to know if there are any chances in nearest time to get some information/.capx how to make similar lighting. I know it's raw now, but at least it won't be worse if you share us the detailed way to create this lighting.

    Thanks!