Kyatric's Recent Forum Activity

  • Two years ago I had published a tutorial about something similar.

    Stuff is, when providing that kind of help/taking that role in a community you end up only seeing this part of the community, the entitled, the excited, etc...

    For one person who asks to be spoon-fed, there is fortunately a big number of persons who will search by themselves and get to learn on they own thanks to the already existing documentation. And this part of the community, the lurkers who never post in the forums are still likely grateful and working hard.

    They are just far less vocal about it and visible to veterans.

  • Looking at that wikipedia page SIN is expected to return a result in RADIANS, sin() in Construct 2 takes and returns degrees, that may be where the difference is coming from.

    Using windows' calculator in scientific mode, I actually do find out the very same result: 0.0274121336 (keys : [1]

    [PI] [0.5] [=] [sin]) (calc being set in "Degrees" mode, set in "Radians" it returns 1 as well.)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Moved and duplicate deleted.

    Although the remaining version is missing a capx be sure to edit to add it.

  • 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.

    • Post link icon

    DARTH Crusher: Game deleted.

  • 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

    • Post link icon

    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.

Kyatric's avatar

Kyatric

Member since 18 Aug, 2010

Twitter
Kyatric has 583,405 followers

Connect with Kyatric

Trophy Case

  • 14-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • x15
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x27
    Coach One of your tutorials has over 1,000 readers
  • x11
    Educator One of your tutorials has over 10,000 readers
  • x2
    Teacher One of your tutorials has over 100,000 readers
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

23/44
How to earn trophies

Blogs