Computer Science Canada Moving Text |
Author: | DstSoldier [ Tue Apr 01, 2008 6:39 pm ] |
Post subject: | Moving Text |
Well, sorry if this question is rather nooby. But I've been working on this program and I want to add a feature where the title of the program comes in from from off the screen moves to the right towards the center and stops. example -------------------------------------------------Test |
Author: | A.J [ Tue Apr 01, 2008 7:09 pm ] | ||
Post subject: | Re: Moving Text | ||
You should probably use Text.Locate or locatexy. Here is an example program:
hope this helped, A.J |
Author: | DstSoldier [ Tue Apr 01, 2008 7:48 pm ] |
Post subject: | RE:Moving Text |
Yes, thank you for the response it really helped me. |
Author: | A.J [ Tue Apr 01, 2008 10:06 pm ] |
Post subject: | Re: Moving Text |
you're welcome ![]() |
Author: | SIXAXIS [ Fri Apr 04, 2008 8:52 pm ] | ||||
Post subject: | Re: Moving Text | ||||
You can also use other fonts by doing it another way. You can use regular fonts (so you don't have to use the ugly Turing font). Here is the code:
It's like AJ's, but more advanced. Use this if you think you're up to it, because if you're in a class, you'll learn the Font stuff anyway. I think this is more of what you asked though.
|