setTimeout

function hello(){
trace("hello")
}

intervalID = setTimeout(hello, 1000)

clearTimeout(intervalID)

댓글

이 블로그의 인기 게시물

시트계산기를 시간계산기로 사용해보자

MacOSX에서 MongoDB 설치&환경설정

시트계산기를 퍼센트 계산기로 사용해보자