Combining text attributes in Android
themagicbox
Member, PRO Posts: 82
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?
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