mIRC Home    About    Download    Register    News    Help

Print Thread
#102985 14/11/04 11:52 PM
Joined: Nov 2004
Posts: 13
S
st4sh Offline OP
Pikka bird
OP Offline
Pikka bird
S
Joined: Nov 2004
Posts: 13
how can i scroll text like song name in winamp?

#102986 15/11/04 12:48 AM
Joined: Aug 2003
Posts: 314
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2003
Posts: 314
There are a few aliases out there for this, here's one I came across through a quick search on mircscripts.org: http://www.mircscripts.org/comments.php?cid=1952

#102987 15/11/04 01:10 AM
Joined: Nov 2004
Posts: 13
S
st4sh Offline OP
Pikka bird
OP Offline
Pikka bird
S
Joined: Nov 2004
Posts: 13
i cant get that one to work

#102988 15/11/04 09:01 AM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
all it really takes is /did /timer $left $right and /var smile

EDIT: forgot $len

Last edited by Mpdreamz; 15/11/04 09:02 AM.

$maybe
#102989 17/11/04 12:46 AM
Joined: Nov 2004
Posts: 13
S
st4sh Offline OP
Pikka bird
OP Offline
Pikka bird
S
Joined: Nov 2004
Posts: 13
i dont know how.. cvan you help

Code:
dialog test {
  title "New Project"
  size -1 -1 75 13
  option dbu
  text "Korn - Falling away from me", 1, 2 2 73 11
}
on *:dialog:test:init:*: {
  var %sname Korn - Falling away from me
  timerscroll 0 1 did -r test 1 $left(%sname,1) | did -a test 1 $right(%sname,1)
}
on *:dialog:test:close:*: {
  timerscroll off
}


Link Copied to Clipboard