kooljay68
13 years agoVisitor
Timer to stop live feed
Hello,
I need some direction in how to stop play once started with the timer
I thought this would work ... but it isn't ..... any direction in this would be greatly appreciated
Thanks
I need some direction in how to stop play once started with the timer
if msg.GetIndex() = 1
m.timer=createobject("roTimeSpan")
m.timer.mark()
while true
if m.timer.totalseconds < 20 then
PlayStart = 0
else
return showIndex
end if
end while
I thought this would work ... but it isn't ..... any direction in this would be greatly appreciated
Thanks