newt's Forum Posts

  • if someone would actually test if basic things like exporting work before posting a new release nobody would need to give any examples. latest version doesn't export correctly. sprites don't show up, keyboard blugin doesnt work. I did pay for the program, so I'm expecting it to work, I'm not a beta tester, if I was, I would get paid for it, not the other way around, right?

    You can either:

    A. Ask for your money back.

    B. Give them something to work with.

    ....just saying.

  • Want fixes? Give them an example of whats happening.

    "It wont run" doesn't explain didly squat.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Well you can use the canvas object in many different ways. Not only can you paste objects into it, but you can draw, and retrieve data from it.

    If you were to treat one like a mini map, you could have an image already loaded into the object, and get positions from that. Like if rgbaAt(x,y)= black create object walltile at x,y*tile size.

    You could use this to tell where your players "quadrant" currently is, and create objects accordingly.

  • The Canvas Plug can also act as an array.

    rgbaAt(x,y)

  • Yeah the current method with a contiguous number for each line is better imho. If you get an error, you're not going to care if the offending line is a subevent. All you're going to care about is where it is.

    My issues are telling subevents apart, that little line doesn't help with a lot of events.

    I mean what am I going to do, get the ruler out?

  • Got it, working now.

    You are a programer in my book.:)

  • Um somethings not working correctly. There's extra files in the zip, and the updated demo isn't working either.

  • Well it ain't drag and drop, and I wish people would stop calling it that. :P

  • Cool.

    Really nice plug here Pode. Thanks.

  • How about instead of this.object we use self.x for picked?

    Its more specific, and already implemented. :P

    Ok yeah some arrays as variables would be nice, but that's probably way down on the list.

  • Its seems to happen more for me on the quick reply.

  • Um, don't mean to burst your bubble, but there are two expressions under system.

    find(src, text)

    replace(src, find, rep)

    System expressions

  • I see no indication that it's anything other than a pre-rendered image.

  • You could try clearing the cache. Also remember Ie9 doesn't support webgl.

    And, 1000 objects is pretty much the max amount of objects you want to use atm, even with hwa, small size images, etc.

  • Is that all with, or without per-pixel?