클립 play
페이지 정보
작성일 24-05-17 21:32
본문
Download : 클립 play.hwp
순서
-클립 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 buttonStillDown
end buttonClick
to handle buttonStillDown
send set_volume
end bu…(To be continued )
클립 play
설명
툴북스크립트정리(arrangement)
레포트/기타
,기타,레포트
클립 play에 대한 자료입니다.
클립 play에 대한 자료(data)입니다. 툴북스크립트정리 , 클립 play기타레포트 ,
Download : 클립 play.hwp( 55 )
다.


