|
|
Re: time function
[Re: Erick_Castro]
#300487
12/02/09 18:30
12/02/09 18:30
|
Joined: Jul 2009
Posts: 1,198 Berlin, Germany
Liamissimo
Serious User
|
Serious User
Joined: Jul 2009
Posts: 1,198
Berlin, Germany
|
You mean something that sows the time? Example:
var seconds;
function timeeverysecond()
{
while(1)
{
seconds += 1;
wait(-1);
}
}
And then a Panel with the digits code:
digits(pos_x,pos_y,0,*,10,seconds);
"Ich weiss nicht genau, was Sie vorhaben, aber Sie können keine Triggerzonen durch Ihr Level kullern lassen." -JCL, 2011
|
|
|
|