So, I'm extremely new to Android Studio, and I was assigned a simple game project, sort of like a choose your own adventure. I was trying to do a rolling text effect like how text goes onscreen in most RPGs (like Undertale). Does anyone know if this is possible using just Java & XML, and if so, then how I would go about doing it?
Asked
Active
Viewed 296 times
0
-
http://stackoverflow.com/questions/9579952/get-the-acceleration-without-gravity.You may can try the above link. – Rama May 11 '16 at 10:06
1 Answers
0
I don't know much about Java, but I would try something like this:
for (int i=0; i < Text.Length(); i++) {
System.out.print(Text.Substring(0, i));
}
Where Text is your message. Hope this helps!

Brandon Lee
- 38
- 2
- 10