c13303's Forum Posts

  • Haha, thanks ! Hopefully my last piece of ignorance

  • Hi guys, just a word to say that I love Construct 2 very much. We are currently working on a big game, using the Spriter plugin to prevent huge sprites to create big loading lag and it's working well.

    If I can suggest something, I think the feature I miss the most is a simple replace function for the objects.

    It's working very well for variables, and I'm pretty sure it shouldn't be that hard to replace an object by another in all events. I had this problem several times on a 500+ events projet (I suddenly needed a family for the hero sprite, and had to replace all the "hero" object by its family in all events, one by one )

    Just my idea

    Thanks and keep up the good work

  • Actually I think you have to use "reset global variables"

  • Hi everyone, is there a way to get different speed on X and Y Axis using the pathfinding ?

    I thought maybe I shoud make something like "speed relative to the angle" but it's pretty tough I can't think about any working formula ...

    Any tip welcome !

    Thanks !

  • If you need to make it work with several objects, yes families are perfect for that.

    click on "item_family" > push to array

  • that works perflecty ! thanks

  • Actually your idea is not that bad ! Instead of creating a bigger font in the back, I'll create 4 back-fonts of same size. That should create a stroke effect !

  • Thanks for the idea. Unfortunately a bigger font won't fit with the original font, unless you enlarge letter-spacing and resultats will be really random ... You can make a shadow or "height" effect that way, however.

    I was hoping to get a stroke function in order to make a Lucasarts-like font for my point'n'click.

    I will try to figure out with a sprite font.

  • What if we're exporting as an .exe ? :/

  • Maybe we should make a web link and reload the page, if possible :/

    but this is strange that reset the game is so complicated to do !

  • Try Construct 3

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

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

    How do I make a border around text ?

    I'm using a custom Webfont, works fine. I tried to add borders in stylesheet.css but it didn't worked.

    (tried with text-shadow and -webkit-text-stroke, it didn't work)

    Thanks if you got an idea !

  • That's an Action/RPG

    Player can change layout by going to a shop, or even die, the world persists, which works fine.

    But when I try to set up a proper reset (other than F5), I can't find any way to make persist to object come back...

  • Hi again ! Good question, didn't find out with the manual as well ...

    So, I just want to make a proper reset of the game, after a game over !

    So I use "restart layout", "reset global variables" ... I did find out that I had to clear all arrays as well ...

    My last problem are object with persist behavior : they don't come back !

    Is there a way to reset the full game, other than refresh browser with F5 ?

    Thanks a lot.

  • Thanks that's good idea so it only check the nearest. Actually, I tried to replace it by

    Evil : awake = 0

    it seems to work as well

  • it actually did the trick yes, thanks a lot