Combining text attributes in Android

hello everyone!
im creating a word game and need to combine letters. I have tiles (each a different letter attributes) and you drag them onto another "word actor". This word actor has an attribute call "word". When a lettertile is dragged onto the word actor, it changes the word attribute to the letter on the tile. That works okay. Now when i try to drag another lettertile to add to the existing word attribute, it doesnt work on an android device. It works fine in the viewer though. I am combining the text attributes with "word".."lettertile"....has anyone else had this problem with android? has anyone made a word game and ported it to android with combining text attributes?

Comments

  • themagicboxthemagicbox Member, PRO Posts: 82
    oh nevermind, it was something with the timers...the timer that determines the tileletter attributes lags a bit on android and i just had to increase it a bit :)
Sign In or Register to comment.