클립 play
페이지 정보
작성일 22-12-10 01:08
본문
Download : 클립 play.hwp
툴북스크립트정리 , 클립 play기타레포트 ,
툴북스크립트요약
Download : 클립 play.hwp( 65 )
,기타,레포트






순서
클립 play
레포트/기타
클립 play에 대한 자료(data)입니다.
-클립 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…(투비컨티뉴드 )
다.
설명
클립 play에 대한 자료입니다.