alastair's Forum Posts

  • megatronx I think I was confused there.

    The solution that's needed is to do with the "Right Alignment" "word wrapping", in our language strings we'll already have the translated words written from right-to-left so what we need is for the sentence to break correctly when word wrapping to a new line below. I think?

    Here's how it looks now when you write this string "nine eight seven six five four three two one" (you read from the right to left).

    You can see it didn't format it well, as it's incorrectly forcing you to read from bottom-to-top as well.

    Here's how I think it should be shown with a right-to-left:

  • Type backwards? If you have right alignment when don't you only need to do is type the message backwards. I'm sure it's very annoying, but it sounds like a stopgap solution in the mean time.

    That would make translation frustrating and inefficient, not to mention you'd need to manually test many times where each piece of text would line break (because it would be breaking it in the left-to-right fashion.

    Or you could copy the text object in to Canvas plugin by R0j, and then invert its width.

    Almost sounds good! But I think it might still require you to write the translations weirdly. And flipping the glyphs/symbols individually after importing them into the SpriteFont would be a pain.

    It's really confusing to think about.

  • For those of us who want to support non-English languages in our games, I think we need right-to-left support? For instance with the SpriteFont object, every new word/character is added from left-to-right (even when you choose "Right Alignment") but I don't think this works with languages such as Arabic and Hebrew so it would be good to have an option. Thanks.

  • R0J0hound Wow, that's beautiful thanks a lot!

    I like your 2nd link in particular, the steer.capx is similar to a thought I had but yeah it uses quite lot more collision checking.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have a sprite moving at an angle, when it collides with a sprite I want to change the angle so it doesn't move through it.

    I want the moving sprite to basically steer the angle away alongside the wall so it glides past it rather than through it (no matter what angle the sprite or walls are when they collide). This is so I can make movement around obstacles smooth without halting.

    If anyone knows how math then please help! Thanks.

  • Most likely related to this 2 year old bug (fixed in r100): https://www.scirra.com/forum/viewtopic.php?f=152&t=70936&p=598242#p598242

    Frames of a sprite were replaced by other frames in the sprite after I rearranged them and then saved and previewed. I believe it must be associated with the bug fix from years ago?

    • Opened up a sprite with frames of animation in it
    • Using the mouse I dragged the frames in the animation toolbar many times so that they would all become before/after other frames
    • Saved the capx
    • Previewed the game and noticed some of the frames were messed up and duplicated (I thought I had made some mistakes in my code)
    • Opened up the sprite again and noticed many of the frames of animation were moved/gone/replaced/duplicated

    What the frames looked like before I saved (and after I remade the sprite):

    What looked it looked like after I saved (the bug):

    As you can see, after the bug occurred nearly all the frames had been rearranged into a different order and some of them had their image replaced by other frames.

  • Oh right, yeah that makes sense. Thanks.

  • What is the difference between the settings "relative" and "absolute"? I couldn't see an explanation on the front page or in the extension itself.

  • I often run my "storage" layout a lot after making changes to my code, and it's frustrating (I never ever want to "Run Layout" when on this storage layout). Is it okay if we could get a setting for Previewing/"Run Layout" that lets us choose between "last active layout" and at least "First layout" if not a layout of our choice? Little things that help workflow like this help a lot in the long run. Thanks!

  • It's long dead.

  • 1gb+ is most popular, 512mb is probably a good limit goal (~13%), and about ~5% have less than 512mb.

    http://store.steampowered.com/hwsurvey

  • Thanks, it's quite a regular hindrance.

  • Doesn't matter how many you have when you're still learning the program, but for me now I focus on finishing 1 project at a time (and a weekend hobby game :p).

  • Layout. russpuppy Johan Hargne!

  • If it's as good as node-webkit, then it might be good option for a Linux export (although maybe I should just look for tutorial on how to get node to work on linux, haha).