- 1、本文档共7页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
director常用语言
跳转到某一幀:go to frame ?
在某一帧暂停:go to the frame
跳转到某个影片:play movie “**”
在第一帧处循环播放:go to frame 1
退出:quat()
前进和返回命令:on exitFrame me
go to the frame
end
on mouseUp
go to the frame+1
end mouseUp
on rightMouseUp
go to marker(-1)
end rightMouseUp
on keyUp
go to the frame+1
end keyUp
on rightMouseDown me
end
暂停命令
on exitframe me
go to the frame
end
前进到指定点播放
on mouseup me
go to X
end
当招标进入的时候,前进指定点播放
on mousewithin me
go to X
end
on mouseleave me
go to X
end
停止 on exitframe me
go to the frame
end
前进 on mouseup(左健点击)me
go to the frame 1
end
后退 on rightmouseup(右健点击) me
go previous
end
进入 on mousewithin me
go to X
end
离开 on mouseleave me
go to X
end
on mousewithin me
go to X
end(经过时到X)
on mouseleave me
go to X
end(离开时回到X)
on mouseDown me
w= sprite(1).width
h=sprite(1).height
sprite(1).width=w/2
sprite(1).height=h/2
end(点鼠标左键成培缩小)
on rightmouseup me
w=sprite(1) .width
h=sprite(1).height
sprite(1).width=w*2
sprite(1).height=h*2
end(点鼠标右键成培放大)
continue(继续)
pause(暂停)
on exitframe me
go loop
end(使电影实现循环播放)
on keydown
case (the key) of
f: go to 1
end case
end keydown(当按下F键返回到第一帧)
on keydown
go to 1
end keydown(当按下任意键返回到第一帧)
on mouseUP me
pause (暂停)
on rightmouseUP me
play frame——(任意键循环)/continue(继续)
on rightmouseUp me
go previous(去前一个)
end
倒数计时器的语句(3分钟计时)
global timerminute
global timersecond
on settime
set total=(3*3600- the timer)/60
set timerminute=total/60
set timersecond=total-timerminute*60
end
on changesprite
set m1=timerminute/10
set m2=(timerminute-m1*10)
set s1=timersecond/10
set s2=(timersecond-s1*10)
set the member of sprite 6 to member(m1+90)
set the member of sprite 7 to member(m2+90)
set the member of sprite 8 to member(s1+90)
set the member of sprite 9 to member(s2+90)
updatestage
end
格式化命令:command format
您可能关注的文档
最近下载
- 精品解析:2023-2024学年浙江省温州市乐清市统编版六年级上册期末考试语文试卷(解析版).docx VIP
- 浙江省温州市乐清市2023-2024学年三年级上学期语文期末试卷 解析版.docx VIP
- 研讨会(一):战略设计的思维、方法与实践 30Aug2011 LY-BEI-C.pptx VIP
- 彩云追月完整版本.ppt VIP
- 2023年济宁医学院临床医学专业《病理学》科目期末考试卷B.docx VIP
- 《环境监测技术》课程标准.doc VIP
- 浙江省温州市龙湾区2023-2024学年四年级上学期语文期末试卷 解析版.docx VIP
- 东瑞制药搬迁项目环评报告(全本公示版).pdf
- 24DX002-1建筑电气与智能化通用规范图示.pdf VIP
- 五年级语文上册课外必读书《非洲民间故事》练习题及答案全.pdf VIP
文档评论(0)