Ask a Question related to Macromedia Director Lingo, Design and Development.
-
rascreek #1
stopTimer()
Is there a possibility to stop or kill a timer-process?
There`s is a startTimer ( ) but I canīt find a stopTimer ( ) or anything
like that!!!
thanks,
ras
rascreek Guest
-
adipradhana webforumsuser@macromedia.com #2
Re:stopTimer()
suppose you wish to limit the timer for max 100 ticks ;
you may try this lingo
on exitFrame
if the timer > 100 then
set the timer = 100
end exitFrame
adipradhana webforumsuser@macromedia.com Guest
-
C Goodman #3
Re: stopTimer()
Look in the Lingo dictionary for ActorList functions- removig the timer from
the actorlist will kill the timer.
"rascreek" <rascree@firemail.de> wrote in message
news:bqf3st$a3p$1@forums.macromedia.com...> Is there a possibility to stop or kill a timer-process?
> There`s is a startTimer ( ) but I canīt find a stopTimer ( ) or anything
> like that!!!
>
> thanks,
>
> ras
>
>
C Goodman Guest



Reply With Quote

