User Tag List

Results 1 to 5 of 5

Thread: Why?

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Iceland
    Posts
    478
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Why?

    Hi
    In my Spelling game I use sound files for each of the 32 letters of the Icelandic alphabet.
    I use Lower$(string$( "String 19" )) - I turn all strings to Lower$ as I use the same sound file for both "A" and "a"
    This works well for all letters but special Icelandic letters.
    It does not work with the letters á and ó I have not tried all. If the letter in "String 19" is "Á" then
    Lower$(string$( "String 19" )) Equal "á" does not play the sound
    But If I add a new Event
    string$( "String 19" ) Equal "Á" then the sound file plays.
    It is no problem I just do not understand why it does not work.
    Keli

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Why?

    Simply put: Because the programmers of the function did not include these letters in the conversion code.

  3. #3
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Paul_Boland's Avatar
    Join Date
    Jun 2006
    Location
    Waterford, Ireland.
    Posts
    2,739
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Why?

    Check your coding. Are you sure the ones for á and ó are coded correctly?
    KnightTrek Productions
    http://www.knighttrek.com

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Iceland
    Posts
    478
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Why?

    Hi

    Yes I´m quite sure it´s always the same

    Lower$(string$( "String 19" ))

    Equal

    "The letter"

    Keli

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Iceland
    Posts
    478
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Why?

    "Simply put: Because the programmers of the function did not include these letters in the conversion code. "

    I suspected something like this!

    Thanks,

    Keli

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •