Action Script 2 - Flash

슬라이드 메뉴

페이지 정보

작성자 김두호 작성일 70-01-01 09:00 조회 105 댓글 0

본문


01.jpg
instance name : slide
슬라이드 될 그림을 메뉴 수 만큼 같은 크기로 이어서 만듭니다.
02.jpg

03.jpg

04.jpg

05.jpg
instance name : spring
instance name : summer
instance name : autumn
instance name : winter
06.jpg
instance name : text
메뉴가 슬라이드 되면서 나타날 텍스트가 담긴 무비클립입니다.
07.jpg
_root.spring.onPress=function() {
Click=true;
imageX=0;
_root.text.gotoAndPlay(1);
}
_root.summer.onPress=function() {
Click=true;
imageX=-550;
_root.text.gotoAndPlay(11);
}
_root.autumn.onPress=function() {
Click=true;
imageX=-1100;
_root.text.gotoAndPlay(21);
}
_root.winter.onPress=function() {
Click=true;
imageX=-1650;
_root.text.gotoAndPlay(31);
}
_root.onEnterFrame=function() {
slideX=_root.slide._x;
sX=(imageX-slideX)/3;
if (Click) {
_root.slide._x=slideX+sX;
}
}

댓글목록 0

등록된 댓글이 없습니다.

알림 0