codah's Forum Posts

  • I'd go with flags, simply because it's more universal. Might as well use the GB flag for English, since that's where it comes from and not worry too much about it.

    Hey thanks for the comment. Yea I wasn't overthinking it too much, just curious

  • What do you feel is the best way to achieve this in a mobile app?

    My first thought is to have no words, just national flags for the user to tap on. But does this raise some political-correctness issues? I mean seeing the US or UK flag for English won't offend people from (e.g.) Australia, New Zealand, etc. but does this hold for other countries who share a language or major dialect?

    The other option is simply to have the name of each language in text. Is this 'safer'/preferable?

    Thanks.

  • https://www.scirra.com/manual/104/solid

    Solid behavior

    The Solid behavior makes other behaviors react to the object as if it were an impassable obstacle. Objects with this behavior are referred to as Solids. It affects the following behaviors:

    8 Direction, which is blocked by Solids

    Bullet, which can optionally bounce off Solids

    Car, which bounces off Solids

    Line-of-sight, which by default has line-of-sight obstructed by Solids

    Platform, which can land on Solids. Platform cannot jump on to solids from underneath - for this, use the Jump-thru behavior.

    Pathfinding, which by default uses solids as path obstacles.

  • I'm a native spanish (latin american spanish) speaker

    Thanks for your generous offer. I have sent you a PM.

  • For each Knight, For each sword, on start of layout- sword pin to knight It doesn't work. Why?

    Could you post code that is closer to actual C2 code? The above logic is not possible. Even if I remove the 'on start of layout' part, it looks like you're assigning *all* swords to each knight.

  • will do

  • Hopefully someone with experience with this plugin can help.

  • You do not have permission to view this post

  • Hello Codah

    I'd like to help you to translate into Portuguese, considered one of the most spoken languages (usualy around 5th-7th place). However, it's European Portuguese, from Portugal, which represent the smallest amount of Portuguese speakers around the world.

    The difference is very little (sometimes none) but depending on the text you wish to translate, it can still be relevant.

    I can't PM you so I hope you contact me if you are interested.

    Cheers

    - John

    Hi! Actually, Portuguese-speakers seem to be popular in my genre of app, so that would be great! I'm currently thinking about how to do the localization (mainly creating SpriteFonts in these languages!) but I'll send a PM with the text (it's not much.. you can see if it's appropriate for your dialect, if that's the right word) and my email address. Hopefully I can help you in the future

  • You do not have permission to view this post

  • I know you said 'popular' and romanian is probably not, but if you are interested anyways, let me know!

    Well I have about 16% of total downloads from 'others' so I'm sure Romanian is one of them

    Others 1,428 15.84%

    I wouldn't say no if you could find the time! I'm really interested to see how localizing affects downloads. I'll PM you soon.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Also look at Global layouts and the 'Global' object property.

  • Hey, I can do some Polish translations if you want. (sorry can't PM you right now, my mobile internet going through rough christmass overloads :/)

    No problem I'll PM you anyway.

    I'm really overwhelmed by the response.

  • Your offers (and in PM) are very kind. I will PM you each shortly!

  • guess we're talking about the same thing, what i want to delete is the line with the picked UID and its flag.

    thanks for elaborating, wasn't sure you meant what i thought you meant seems to be working now, thanks!

    Glad it helped. I was just trying to say that you're deleting columns, not rows (lines)

    Your array actually looks like this:

    41, 45, 50, 53, 59, 62
    0,  0,  1,  1,  2,  2[/code:10gegxz7]