【文档说明】第8课《我行我SHOW——作品展示与评价-八年级下册信息技术【西师大版】.ppt,共(5)页,576.000 KB,由小喜鸽上传
转载请保留链接:https://www.ichengzhen.cn/view-94149.html
以下为本文档部分文字说明:
一、背景架子鼓作品展示二、元件图层:1.敲鼓1敲鼓2敲鼓3敲鼓4敲鼓52.敲锣1敲锣2敲锣3敲锣4敲锣5Layer11帧频鼓图片2帧鼓图片6帧频鼓图片;移动动画Layer31帧频stop();2帧频tom11Sound.start();三、动作图层:脚本如下:•_global.ki
ckSound=newSound();kickSound.attachSound("kick");•_global.snareSound=newSound();snareSound.attachSound("snare");
•_global.tom11Sound=newSound();tom11Sound.attachSound("tom11");•_global.tom12Sound=newSound();tom12Sound.a
ttachSound("tom12");•_global.tom13Sound=newSound();tom13Sound.attachSound("tom13");•_global.rideSound=newSound();rideSound.attachSound("r
ide");•_global.crash18Sound=newSound();crash18Sound.attachSound("crash18");•_global.crash15Sound=newSound();crash15Sound.attach
Sound("crash15");•_global.crash14Sound=newSound();crash14Sound.attachSound("crash14");•_global.hihats_looseSound=newSound();hihats_looseSound.a
ttachSound("hihats_loose");•_global.hihats_closedSound=newSound();hihats_closedSound.attachSound("hihats_closed");•
kick.onPress=function(){•kick.gotoAndPlay(2);•}•snare.onPress=function(){•snare.play();•}