클립 play
페이지 정보
작성일 22-12-09 13:04
본문
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…(생략(省略))
레포트/기타
Download : 클립 play.hwp( 19 )
순서
툴북스크립트정리(arrangement)
클립 play에 대한 data(자료)입니다. 툴북스크립트정리 , 클립 play기타레포트 ,
,기타,레포트
클립 play
다.