Mystic Software Forums
Mystic Software => General Discussion => Topic started by: Aminaga on June 24, 2005, 08:29:50 PM
-
The following is what DM said at my topic at my MS forum FWI.
Basically what I'm trying to do is make the test scroll up and shrink as it goes up, to make it look like it's shrinking. I did get a code but the text shifted around and I was like "f**k this, I'm gonna quit for now!"
So yeah, we could use some help here. Smile
-
Um yes, thank you DMM. And excuse my language there. But that is exactly what I said. But I did censor it! Wink
-
btw Who's DMM?
-
You know who DMM is, don't be a retard. <_<
Anyways, can anyone give me some help with this program?
-
We're still waiting here... Wink
-
basically you want a long series of pixeltext's with smaller fontsizes as it goes up, and have it centered by finding the screen size and textwidth and suptracting half the width from half the screen.
-
Any code examples?
-
You could try making a series of images of the text flying by in another program and display them subsequently with the Bitmap() command. That's what I do when I want a one time effect I don't feel like writing in RPG Code. (Heh...)
-
Hmmm, I'll try that...