스위시맥스4 작품 16번 입니다.
bg.jpg (58kb)
sm416.swf (50kb)
스위시맥스4_작품16.hwp (28kb)
* 스위시맥스4 작품 16
- sm406 추가 작업
1. Outline - Scene1 - Tools - Rectangle Tool - Stage
- Properties: 이름: bg, w/h=700/525, Line: None, Fill: Solid(252525)
- Transform: O=X, 정가운데, x/y=350/262.5
- sm415 추가 작업
1. Outline - bgc - Timeline
- bgc: 1~2F: stop(), bgc: 1F: Remove, 2F: Place
2. Outline - sh - 마우 - Copy Object - Scene1 - Paste - 이름: of - 펼친 후 다음과 같이 설정
- Properties: Edit: On, Off - 합친 후 다음과 같이 설정
- Transform: O=X, 정가운데, x/y=685/485
3. Outline - of - Script
on (press) {
if(_root.of._currentFrame == 1){
_root.of.gotoAndStop(2);
}else{
_root.of.gotoAndStop(1);
}
}
on (press) {
if(_root.bgc._currentFrame == 1){
_root.bgc.gotoAndStop(2);
}else{
_root.bgc.gotoAndStop(1);
}
}
* 스위시맥스4 작품 16
1. Properties - Movie Properties를 클릭 후 다음과 같이 설정한다.
- Background color: 회색(999999), Width: 700, Height: 525, Frame rate: 25, SWF7
2. Layout - View - Automatically Adjust~, Zoom 100%, Fit Stage in Window
3. Guides에서 다음과 같이 설정한다.
- Guides: Show, Ruler, Snap
- Grids: Show, Snap, H: 350, V: 262.5, Position: 개체가 위에 위치
- Snap: Tolerance: 6
4. Outline - Scene1 - Insert - Import! Image - bg
- 이름: bg, O=X, 정가운데, x/y=350/262.5
- Filters: 추가버튼 - Drop Shadow - Default
5. Outline - Scene1 - Tools - Text Tool - Stage
- Properties: BILLY ARGEL~, 72, 흰색, B, 마진해제, Edit: LoadMovie Gallery
- Transform: O=X, 정가운데
- Outline: MovieClip(title), O=X, 정가운데, x/y=350/40
- Filters: 추가버튼 - Drop Shadow - Default
- Outline - title - Copy Object - Paste In Place - title01, title02
- title01: x/y=0/40, title02: x/y=0/-40
6. Outline - Scene1 - Tools - Text Tool - Stage
- Properties: BILLY ARGEL~, 48, 흰색, B, 마진해제, Edit: FullScreen
- Transform: O=X, 정가운데
- Outline: MovieClip(fs), O=X, 정가운데, x/y=350/500
- Filters: 추가버튼 - Drop Shadow - Default
- Outline - fs - Copy Object - Paste In Place - fs01, fs02
- fs01: x/y=0/-25, fs02: x/y=0/25
7. Outline - Scene1 - Insert - MovieClip - 이름: lm, O=X, 좌측위, x/y=0/0
8. Oultine - lm - Insert - MovieClip - 이름: lm00, O=X, 좌측위, x/y=0/0
9. Outline - lm - lm00 - 마우 - Copy Object - lm - 마우 - Paste In Place(12번)
10. Outline - lm - Components - Utility - Rename Tool
- Parameters: lm0, 0, Update, Rename Tool 삭제
11. Outline - lm - Timeline
- lm: 1~13F: stop(), 우측아래 계단형식 적용
12. Outline - Scene1 - Tools - Text Tool - Stage
- Properties: Adrogyne, 24, 흰색, B, 마진해제, Edit: 1 2 3 4 5 6
- Transform: O=X, 정가운데
- Outline: MovieClip(left), O=X, 정가운데, x/y=210/500
13. Outline - left - 마우 - Copy Objcet - Scene1 - 마우 - Paste
- 이름: right, O=X, 정가운데, x/y=505/550
14. Outline - left - Text - 마우 - Break - Break into Letters
15. Outline - right - Test - 마우 - Break - Break into Letters
- Group을 펼치고, 안의 개체를 MovieClip으로 만든다.
16. Stage에서 Guides Line을 다음과 같이 설정한다.(설정 후 Lock)
- 수직: 95, 225, 355, 485, 615
- 수평: 117.5, 217.5, 317.5, 417.5
17. Outline - Scene1 - Insert - MovieClip - 이름: pf, O=X, 좌측위, x/y=0/0
18. Oultine - pf - Insert - MovieClip - 이름: lm1, O=X, 좌측위, x/y=0/0
19. Outline - pf - lm1 - 마우 - Copy Object - pf - 마우 - Paste In Place(11번)
20. Outline - pf - Components - Utility - Rename Tool
- Parameters: lm, 1, Update, Rename Tool 삭제
- Stage: 위에서 아래로, 좌에서 우로 정렬
- Outline: lm1~12, x/yscale=15%
21. Outline - Scene1 - Tools - Rectangle Tool - Stage
- Properties: 이름: btn1, w/h=130/100, Line: None, Fill: Solid, 0%, O=X, 좌측위
22. Outline - btn1 - 마우 - Copy Object - Scene1 - 마우 - Paste(11번)
23. Outline - btn1~ 마우 - Grouping - Group as MovieClip - 이름: btn - O=X, 정가운데(x/y좌표는 안의 btn을 배치 후 설정한다)
24. Outline - btn - Components - Utility - Rename Tool
- Parameters: btn, 1, Update, Rename Tool 삭제
- Stage: 위에서 아래로, 좌에서 우로 정렬
26. Outline의 각각의 개체에 Script를 적용한다.
- lm - lm01
onFrame (1) {
loadMovieNum("주소",1);
}
- fs02
on (press) {
_root.unloadMovieNum(1);
}
on(press) {
if (Stage.displayState == "normal"){
Stage.displayState= "fullScreen";
Stage.scaleMode = "noScale";
} else if ( Stage.displayState == "fullScreen"){
Stage.displayState= "normal";
}
}
on (press) {
if(_root.title02._alpha == 25){
_root.title02._alpha = 100;
}
}
on (press) {
if(_root.fs01._alpha == 25){
_root.fs01._alpha = 100;
}
}
on (press) {
_root.pf._visible = 1;
}
on (press) {
_root.btn._visible = 1;
}
- fs01
on(press) {
if (Stage.displayState == "normal"){
Stage.displayState= "fullScreen";
Stage.scaleMode = "noScale";
}
}
on (press) {
if(_root.fs01._alpha == 100){
_root.fs01._alpha = 25;
}
}
on (press) {
if(_root.title02._alpha == 100){
_root.title02._alpha = 25;
}
}
on (press) {
_root.pf._visible = 0;
}
on (press) {
_root.btn._visible = 0;
}
on (press) {
_root.lm.gotoAndStop(2 + random(12));
}
- left - Group - 1
on (rollOver) {
_root.lm.gotoAndStop(2);
}
- right - Group - 7
on (press) {
_root.lm.gotoAndStop(8);
}
- pf - lm1
onFrame (1) {
loadMovie("주소");
}
- btn - btn1
on (press) {
_root.lm.gotoAndStop(2);
}
on (press) {
_root.pf._visible = 0;
}
on (press) {
_root.btn._visible = 0;
}
on(press) {
if (Stage.displayState == "normal"){
Stage.displayState= "fullScreen";
Stage.scaleMode = "noScale"
}
}
'스위시세상 > 스위시 고급' 카테고리의 다른 글
Effect Image Gallery (0) | 2011.11.20 |
---|---|
phone gallery (0) | 2011.11.19 |
fade zoom gallery making (0) | 2011.11.19 |
상하로 이동 버튼 겔러리 (0) | 2011.11.19 |
가을영가 (0) | 2011.11.13 |