Kyatric's Forum Posts

  • Those forums are English only, and the original place where you posted was wrong (the bug forum is about bugs with Construct 2 and needs you to follow the report guidelines).

    For your license follow the manual article about using a license.

    If this still doesn't help you get your license to work, consider sending an email to support (at) Scirra.com with a copy of your c2license.txt file and your transaction ID or Scirra payment reference as proof you are the genuine license owner.

    From now on please post in English in those forums or at least provide an English version with all your messages.

    DARTH Crusher: Game deleted.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • jaloxin: For now, I'd strongly advise not doing business with tictotic he's suspected of using a pirate license. Until proven otherwise, don't deal with that person.

  • You do not have permission to view this post

    Same IP, same poster, modified the OP so the original account name appears.

    Buy a legit license.

    In the meantime no support should be provided to this person.

  • Problem Description

    Assigning a volume to a tagged Music file does not seem to work as intended in Chome for Android.

    Attach a Capx

    Attached to the post

    Exported project

    Description of Capx

    A simple capx that plays a music file (beware, not a sound from the Sound folder, but well from the Music folder).

    A sliderbar and a text file display the supposed volume.

    In Chrome for android sliding the bar changes the text but the volume stays consistent.

    In FireFox for Android the sound's volume is changed accordingly.

    Possibly a Chrome issue.

    Steps to Reproduce Bug

    • Export or execute the capx
    • Wait for the music to start to stream
    • Modify the slider bar to change the volume

    Observed Result

    In Chrome for android, the text changes but not the actual volume. In FF the volume and text change along.

    Expected Result

    In Chrome for Android the sound's volume to change along the text.

    Affected Browsers

      FOR ANDROID
    • Chrome: (YES)
    • FireFox: (NO)

    Operating System and Service Pack

    Nexus 7 2012, Lolipop 5.0.2

    Construct 2 Version ID

    196.2

  • The question is what do you want to do with each letters ?

    You can go and have a loop that will read the content of the array at specific coordinates, letters by letters.

    Example you want to display the letters in a text object. That would give something like :

    For "wordLength" Start 0 End len(Array.at(coordX,coordY))

    Text.text = Text.text & " _ " & mid(Array.at(coordX,coordY), loopindex, 1)

    Will give

    "D _ O _ G" (possibly even "TextD _ O _ G")

    for coordX = 0 and coordY = 0

    No need for an extra array in that case.

    Text manipulation system expressions are awesome.

  • Looks like the repopulate idea would work best.

  • No need to post multiple topics, keep it to a single one.

  • Stickied, a note though, please use a darker green in the OP, the name of the greenlit games are very hard to read with the current color.

  • Confirmed the capx does now function again in Chrome for mobile.

  • You have to modify the "CheckMove" function and make it so it will only check the cells in X0, Y-1; X-1, Y0; X0, Y0; X1, Y0; X1,Y1 are tested for collisions and will create the GhostPiece object that allows for movement.

    For your blocked pieces question I'm not sure what exactly the algorithm would need to be, but it probably would need to be checked in that function as well.

    If I remember correctly I explain the reasoning behind the "CheckMove" function as it is, and if you review it, you should be able to modify it according to what you are looking for by modifying the conditions/algorithm.

  • notnsane: Normally the videos were uploaded directly from Twitch where they were broadcasted in 720p.

    Can you list precisely the videos that are only 360p ?

  • I also encountered an issue in Chrome for mobile with capx attached to this message.

    The error is :

    JavaScript error !

    Uncaught TypeError: Cannot read property 'isAmazonWebApp' of [...]Audio_plugin.js, line 2197 (col 69).

    Error caught when previewing over Wifi in Chrome for android.

    The capx/program doesn't go further the Check Failure message.

    Tested in FireFox for android, without issue.

    aroderick: The capx links you provided are not complete and as such not visible.

    Consider clicking "Full editor" and Upload attachment for the screenshots and capx.

    Tested on Nexus 7 2012 - Lolipop 5.0.2