Tuesday, May 15, 2012

[Action Script] set/clearTimeout May,2012

Hi, I have a setTimeout function
ActionScript Code: setTimeout(play,(Math.random() * 8000) + 10000);and I want to clear it. I heard that for this we use a clearTimeout but obviously
ActionScript Code: clearTimeout(play,(Math.random() * 8000) + 10000);doesn't work.
Could someone help me, please?!
Thanks
set/clearTimeout

Related Post



0 comments: