클립 play
페이지 정보
작성일 22-10-20 01:01
본문
Download : 클립 play.hwp
클립 play에 대한 자료입니다. -클립 play, wav 파일명 sound
to handle buttonClick
mmopen clip `sound`
mmplay clip `sound`
end buttonClick
--클립 stop, wav
to handle buttonClick
mmstop clip `sound`
mmclose clip `sound`
end buttonClick
--클립 소리 작게 << - text field volume
to handle buttonClick
send buttonStillDown
end buttonClick
to handle buttonStillDown
send set_volume
end buttonStillDown
to handle set_volume
system myVolume
if myVolume = null
myVolume = 100
end if
myVolume = myVolume -1
if myVolume < 0
myVolume = 0
end if
text of field `volume` = myVolume
mmYield
mmVolume of clip `sound` = myVolume
end set_volume
--클립 소리 작게 >>
to handle buttonClick
send bu…(drop)
설명
레포트/기타
순서
툴북스크립트요약
,기타,레포트
Download : 클립 play.hwp( 93 )
클립 play
클립 play에 대한 자료(data)입니다. 툴북스크립트정리 , 클립 play기타레포트 ,
다.


