uppercase letters?
![developer6810](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
How do you make a word with custom font with uppercase and lowercase letters? When I make all the .png images, after I finished renaming the lowercase letters exactly as they are (a=a, b=b. etc.), when I got to uppercase letters and tried to name uppercase "a" with "A," it says it's already taken. How do you fix it?
Best Answer
-
JakeMor Posts: 136
name the uppercase letters to something like a2, b2, c2, d2, e2, f2 etc, and set this up:
(my letter = the letter you want the actor to take)
change (self.image) to (self.myletter)..1
Answers
(boolean set up as uppercase?)
if uppercase? = true
change (self.image) to (self.myletter)..1
else
change (self.image) to (self.myletter)
that should do the trick