CyanProductiona's Forum Posts

  • In html you can hide parts of an image using overlay. I'm wondering if a similar thing is possible in Construct 2.

    I want to be able to make a hole in a sprite without using colours (Since it would be visible due to the background in the game).

    What I'm asking is, is there some kind of effect that can be added to an object to make it hide objects on the same layer as it when they cross.

  • Try Construct 3

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

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

    I don't think you can jump again in the air, but you can manipulate the VectorY. Here is a very basic example:

    On key UP pressed: Player set Vector Y to (self.Platform.VectorY-300)

    Search for "wall jump" on this forum, there are plenty of examples.

    Also, I see at least 3 tutorials about wall jumping:

    https://www.scirra.com/tutorials/all

    This didn't help sorry. I don't need help with wall jumping since I already know how to do that. My question was if it's possible to reset the Double Jump.

    I already tried using vectorY, however It simply won't do since I'm using jump sustain.

    I've figured it out since posting here, all I did was spawn a jump thru platform under the player when they wall jump. Doing this resets the double jump.

  • Is there anyway to reset the players double jump? (To do a potential triple jump)

    For example, when wall jumping I want the player to be able to jump again after.

  • I tried using an earlier release of C2, r201 But it said I could not open the project because I saved it in r206

    Please make it so you can open newer versions in older versions and it removes any features from the newer version.

  • It's unlikely to be fixed, or even looked at, by Ashley if you don't follow the bug reporting guidelines as Ashley now insists upon.

    I really don't understand what you're trying to say.

    This is a bug... When a project is updated to the latest stable version the graphics get messed up when exported to html5

  • I really need this to be fixed as I can't downgrade then export my project. I'm stuck at this point and it seems as there is no fix for this.

  • The problem seems to be that textures are saved differently to html5 in the newer version

  • Simply:

    Get C2 r201

    Make a project using sprites

    Update to C2 r206

    Export your project as html5

    When hosted the graphics are messed up

  • What it should look like:

    What it looks like:

  • Problem Description

    I updated my project to the latest stable version, then when exporting it to html5 my project had a lot of graphical errors. I tried replacing the new exported graphics with the old ones and the project wouldn't load, it just went to a red loading bar, sometimes a black screen.

    Attach a Capx

    As far as I know, this is unneeded

    Description of Capx

    N/A

    Steps to Reproduce Bug

      Update to latest version Export project to html5

    Observed Result

    Stated in Problem Description

    Expected Result

    I expect the project to work correctly and not have any graphical issues.

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (Unknown)
    • Internet Explorer: (Unknown)

    Operating System and Service Pack

    Windows7 64-bit / Latest Stable Version

    Construct 2 Version ID

    r206

  • I tried using ajax but I don't know if it is possible to write to a file using it. I know how to read a file though. Is there anything else I can do to read and write a file using an something in C2?

  • Isn't working for me

  • Doesn't work, and error pops up when I run C2

    Can you please tell me how to actually do it?

  • i think its must be something like this.(but in my case "list recieved" not triggering, dont know why)

    What object do you use to request the list?

  • Didn't work :/