|
|
#1 |
|
Winamp's Little Stalker
(Member) Join Date: Mar 2004
Location: under a bridge
Posts: 788
|
Countdown timer.
This is a stupid countdown timer I made while farting around in #nullsoft. It's nothing spectacular, just a basic example of how to use those new wa5 functions. I plan on adding it to every preset in my directory at the karaoke bar (so people know how long the current song will be)
Does anyone know if I can grab the next title in the playlist? --toq |
|
|
|
|
|
#2 |
|
Winamp's Little Stalker
(Member) Join Date: Mar 2004
Location: under a bridge
Posts: 788
|
Yay im replying to my own thread..
I'm racking my brain trying to figure this one out.. How would I convert 180 seconds to minutes:seconds ? At first I thought it was just divide by 60, but it's more than that. Anyone that can answer this in the next few hours is my hero, maybe i'll nsv you a karaoke request. |
|
|
|
|
|
#3 |
|
Winamp's Little Stalker
(Member) Join Date: Mar 2004
Location: under a bridge
Posts: 788
|
Safti from #nullsoft you're my hero for showing me the floor!
Props to liquid to for playin with it too. |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Jan 2004
Location: berlin, germany
Posts: 44
|
numsec contains the number of secons till that moment.
seconds=numsec%60; minutes=(numsec-seconds)/60; |
|
|
|
|
|
#5 |
|
Winamp's Little Stalker
(Member) Join Date: Mar 2004
Location: under a bridge
Posts: 788
|
I can see all kinds of neat things from this..
Avs of a thermotmeter. Avs of a growing tree. Avs of a progress bar. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|