zenox98's Recent Forum Activity

  • It is always better to have a dummy sprite with the behavior that has the animations pinned to it, as collisions with an animated object can cause some problems. That's why it is recommended in the tutorials.

  • ShinobiSlash

    To post a URL, just remove the full stops from the start of the url or add a couple of spaces. Many ways around the limitation.

  • What Aphrodite has stated is correct and covered in the Manual, specifically:

    [quote:1xbj1xrx]Construct 2 favours the Ogg Vorbis format. When choosing a sound in the event system, only .ogg files are listed. A .m4a file is considered a back-up to the .ogg file for browsers which do not support Ogg Vorbis. This also means if you import a .m4a file with no corresponding .ogg file, it will not be listed in the event system. This is by design.

  • Very nice.

    My faves out of these are:

    8 - cool bump-mapping effect

    9 - class bouncing Miggy bar effect

    15 - relaxing, like watching chocolate in a mug

    Good work, Gigatron

  • Very cool.

    Cheers, chrisbrobs.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Personel License can be installed on as many PCs as you wish, as long as you are the only person accessing the Licensed version, covered in the Manual, specifically:

    [quote:3msgsw8l]Unless a license is purchased for an organisation, the license is for the individual rather than their computer. This means you can use your licensed copy of Construct 2 on as many computers as you like, so long as you are the only one using it.

  • Probably best if you try with latest stable r212.2 just in case anything has been fixed since r206, which was many releases ago.

  • Hi,

    I have a String like this "Hello World"

    How do I get specific characters of this string like the second letter? Is this even possible?

    There are numerous System expressions that deal with text in the Manual.

    Some that may be of use to you are:

    [quote:3s0xjxgi]

    find(src, text)

    Find the first index within src that text occurs, else returns -1.

    left(text, count)

    Return the first count characters of text.

    len(text)

    Return the number of characters in text.

    mid(text, index, count)

    Return the count characters starting from index in text.

    right(text, count)

    Return the last count characters of text.

    So for instance, if I had a string such as "My World" stored in a variable called 'mytxt', then

    mid(mytext, 4,1) would just show the letter 'o'.

  • Very nice,

    Cheers, m8.

  • Highly likely to be a graphic driver problem.

    The age and type of monitor is immaterial, or there would likely be thousands of reports of problems.

    I have C2 showing on a 50inch TV and a 120Hz monitor with no issue, at the same time.

  • A similar type of issue was reported in january and Ashley responded with the following:

    [quote:2p8rdrpz]The Steam version is effectively identical to the standalone version, the only difference is in how it determines if it's licensed. So it would be odd if there is any difference. I just tested it with the Steam version as well and I can't reproduce any problem there either. If you download the free edition from our site is that affected as well? (That would establish if the problem is Steam-specific or not)

    As you have now determined that the issue is likely the Steam Client, maybe Ashley can investigate further.

  • What I can see - correct me if I'm wrong - is that only one of the Tilemaps has a behavior (Solid) attached.

    If so, then you could just use 2 Tilemaps - one for the general background and the other on a different Layer utilising the Solid behavior.

    It would make your life easier, and the C2 engine's task much simpler.

zenox98's avatar

zenox98

Member since 30 Jun, 2010

Twitter
zenox98 has 3 followers

Trophy Case

  • 14-Year Club
  • x3
    Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

16/44
How to earn trophies