태그자료
[스크랩] 스위시 작품 크게 보기 만들때 넣는 소스입니다
rndjr
2013. 8. 20. 21:35
★ Full 클릭하고 붙이는 소스
on (release) {
gotoSceneAndPlay("Scene_1", 1);
fscommand("FullScreen","true");
Stage.displayState = "fullscreen";
nextFrameAndPlay();
}
★ Nomal 클릭하고 붙이는 소스
on (release) {
play();
gotoSceneAndPlay("Scene_1", 1);
fscommand("FullScreen","normal");
Stage.displayState = "normal";
nextFrameAndPlay();
}
출처 : 빙설의 세계
글쓴이 : 빙설 원글보기
메모 :