★Enter로 Full로 만드는 방법
01.button삽입( b1.2.3..)
모두선택→ movie clip 이름= button수정→ 다시movie clip 이름=button
button=20Fr-Movie Control-stop b1.b2.b3.. b21Fr = fade in
02.Enter button
1).Text [enter]삽입→ 1Fr= looping-co..- Rainbow slow whirl(50)
movie clip하고→ 이름= enter수정
2).enter에 script
①.Add script-button-on(press)
②.Add script에서MovieControl-GotoandPlay-gotoAndPlay(Frame)
Target에서 but.button.선택하고→ Frame=21
3).Add script에서Statements-Funtion
target:_root Arge: stage Funtion: toggleFullScreen
4).Add script에서MovieControl-Gotoandstop-gotoAndstop(Frame)
target:_root
03.Enter를 image 아래 놓는다
scene-1에 script 소스를 넣어야 한다
onFrame (1) {
toggleFullScreen=function ()
{if (Stage.displayState == "normal")
{ Stage.displayState = "fullScreen"; }
else
{ Stage.displayState = "normal";}};
Stage.scaleMode = "noScale";
}
※잔소리:다시 full를 넣지않으면 ESC 키로 꺼야한다.
'♧컴퓨터자료' 카테고리의 다른 글
[스크랩] Shape button 만들기 (0) | 2015.04.02 |
---|---|
[스크랩] 저작권 시행에 관한 사항 (0) | 2015.04.02 |
[스크랩] 컴퓨터를 위해 지워야 하는 프로그램들 (0) | 2015.03.19 |
[스크랩] 포맷 않고 컴퓨터 빨르게 하는 방법 모음 (0) | 2015.03.12 |
[스크랩] 다음 카페 어플 설치하는 방법 및 핸드폰 카페앱 받는 방법 (0) | 2015.03.01 |