FLASH中怎样让动画全屏幕播放?在按钮里写什么代码?

2025-01-01 06:12:05
推荐回答(1个)
回答1:

按钮1
on(release){
fscommand("fullscreen",true);
}
按钮2
on(release){
gotoAndPlay("主场景",1);
}
按钮3
on(release){
fscommand("quit",true);
}