Code:
i messed something up in that, and it wont work. I copied that directly from my track info code. Im not good with this stuff, can somebody help please? and also, how can you simply get an extra line of space, to space things out (like if you pressed enter in microsoft word)???
Cheers
PS: Asmox, thanks for the help, got the fading and all working, good stuff.
Edit: Found $char(10)
Code:
[left]//Shows Mode and simple "..." ticker Mode:$char(1)%_trackinfo_mode% $if(%_trackinfo_notrack%,No track, $repeat($char(32),5)$if(%_isplaying%,$select($add(1,$mod(%_time_remaining_seconds%,4)), ,...,..,.,))$char(10)[/left]
i messed something up in that, and it wont work. I copied that directly from my track info code. Im not good with this stuff, can somebody help please? and also, how can you simply get an extra line of space, to space things out (like if you pressed enter in microsoft word)???
Cheers

PS: Asmox, thanks for the help, got the fading and all working, good stuff.

Edit: Found $char(10)