본문 바로가기

ALL ABOUT ME

검색하기
ALL ABOUT ME
프로필사진 threeword

  • All (97)
    • Diary (4)
    • Life (33)
    • Lab (56)
    • Works (2)
Guestbook
Notice
  • 눈물(?)의 스킨 강제 변경
  • threeword package 사이트 오픈!!
Recent Posts
Recent Comments
Link
  • GitHub
  • GitHub - Framer Modules
  • Facebook
  • Twitter
  • Google+
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • os x
  • 가로
  • FLVPlayback
  • TweenMax
  • FlashDevelop
  • 단말 테스트
  • papervision3d
  • flash
  • red5
  • complie
  • Alpha
  • 비트맵리사이즈
  • smoothing
  • flashplayer
  • Renewal
  • ios
  • javascript
  • ubuntu touch
  • ExteranlInterface
  • android studio
  • debuger
  • Lifefilm
  • Movieplayer
  • publish setting
  • SWFObject
  • wireless keyboard
  • Demo
  • FLV Player
  • cocos2d-x
  • fd3
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록정렬 (1)

ALL ABOUT ME

Flash :: 가로, 세로 정렬!!

.Variable var colSpacing:uint = 233; /// 무비클립 한개의 넓이 (간격포함) var rowSpacing:uint = 134; /// 무비클립 한개의 높이 (간격포함) var totalCols:uint = 3; /// 행 갯수 var totalRows:uint = 3; /// 열 갯수 .Code for(var i:uint = 0; i < totalCols * totalRows; i++){ DisplayObject.x = (i % totalCols) * colSpacing; DisplayObject.y = Math.floor((i) / totalCols) * rowSpacing; }

Lab 2009. 4. 28. 15:12
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바