Groups | Blog | Home
all groups > flash actionscript > january 2004 >

flash actionscript : timer on button



SteveLenz
1/12/2004 10:15:40 PM
any way to make this happen?

on mousepress the button plays a sound
counts or waits 1 second
gets url

Laiverd.COM
1/13/2004 12:02:10 AM
myButton.onRelease = function(){
doSoundThing();
myInterval = setInterval(doElse, 1000);
}

function doElse(){
getURL("http://www.yourwebsite.com","target");
clearInterval(myInterval);
}


John

--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------

AddThis Social Bookmark Button