bouncing title text!

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
Bluff
Posts: 2
Joined: Fri Feb 11, 2005 6:48 pm

bouncing title text!

Post by Bluff »

Hello everyone, having a bit of trouble with my Track Text Sprites.

(First off I was trying to get my sprites (then overlay) similar to Milkdrop's track title text (with AA, drop shadow and particle trails). BTW, if anyone knows how to do that I'd be very grateful to hear it :))

Anyhoo, the (Deafult).txt in Sprites\Non-Auto\ states:
"G-Force provides access to two variables called XPOS and YPOS that already mimic something like a rubber ball bouncing around in the window frame, bouncing off the window walls. This allows you to easily make the sprite float and bounce around the window."

Now, in my Track Text i want to have it bouncing around the screen before disappearing, so changing every frame. with a particle trail. (wouldn't mind it being white either. but dont worry about it.)

Here is my track text.txt config:

Code: Select all

Text="#ARTIST# - #TITLE#"

Fit=1

Sped="15"

A0="rnd(1.6) - .8"      // RND X
A1="rnd(1.5) - .5"      // RND Y
A2="4"                  // Accelleration const
A3=".6 + rnd( .7 )"     // Percent into the particles lifetime until freefall occurs

X="YPOS"
Y="XPOS"


Just="C"
Font="Verdana"
TSze=24


//Pen="sin(dt*PI)"
Pen=1
EPen=0.5


//PDur="12"
My (Default).txt I changed back to the default values, but if anyone thinks i might have missed something out when changing back, it's possible.

Thanks for your help guys.

Bluff
Posts: 2
Joined: Fri Feb 11, 2005 6:48 pm

Post by Bluff »

ok, now it has randomly started working overnight!

if anyone can help me re changing the colour to always be white (and maybe anti-aliased) I would be very grateful

:D

User avatar
neyel8r
Posts: 26
Joined: Thu Dec 30, 2004 4:55 am

didn't work 4 me...

Post by neyel8r »

i tried using th@ code in my "track text.txt" file but every time i pressed "T" 2 c the trak info g-force crashed. :(

i also would like 2 kno how 2 make the text white b'cuz it currently blends in2 the viz 2 much.

Post Reply