XP 스크립트

http://www.rmxp.org/forums/showthread.php?t=470
(내용을 보려면 로그인 필요)
(주: rmxp.org는 rmxp.net의 대피소 비슷한 역할을 하기도 합니다)
  효과는 문자 그대로 배경이 움직이는 윈도우 스킨이랄까요.  링크된 쓰레드에 올라와 있는 스킨으로 한번 테스트해 보시기 바랍니다.(비슷한 류의 스킨들을 전에 rmxp.net에서 몇개 보긴 했는데 지금 사이트에 들어갈 수 없으니.....--)

class Window_Base
  def initialize(x, y, width, height)
    super()
    self.windowskin = RPG::Cache.windowskin("Blue_1") #this is the first frame of the animation
    self.x = x
    self.y = y
    self.width = width
    self.height = height
    self.z = 100
    self.opacity = 160
    @blink_count = 0 #this allows for it to start counting
  end

  def update
    super
  #Animates the Window Skin

    @blink_count = (@blink_count + 1) % 40
    if @blink_count < 10
      self.windowskin = RPG::Cache.windowskin("Blue_1") #name of skin frame 1
    elsif (@blink_count >= 10 and @blink_count < 20)
      self.windowskin = RPG::Cache.windowskin("Blue_2") #skin frame 2
    elsif (@blink_count >= 20 and @blink_count < 30)
      self.windowskin = RPG::Cache.windowskin("Blue_3") #skin frame 3
    else
      self.windowskin = RPG::Cache.windowskin("Blue_4") #skin frame 4
    end
  end
(...)

Who's 백호

?

이상혁입니다.

http://elab.kr


List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 습작 2012.12.24 7301
761 맵/타일 SG_Map Pause ver.1 by sandgolem 2 백호 2009.02.22 1312
760 기타 KGC - 입수 경험치&금 증가 스크립트 백호 2009.02.22 1318
759 메뉴 Advanced Command Windows by Tsunokiette file 백호 2009.02.22 1319
758 기타 Complete Climate and Time System 1.2 by ForeverZer0 1 Alkaid 2010.09.17 1320
757 전투 Real Time Active Battle(RTAB) 1.14 from 歯車の城 3 file 백호 2009.02.22 1324
756 저장 Advanced Save Menu 편집 20101005 Edition (SDK2용) 3 Alkaid 2010.10.05 1328
755 변수/스위치 Initial Switches and Variables by PK8 (XP/VX/VXA) Alkaid 2012.09.14 1328
754 전투 적의 여러차례 행동 스크립트 1 백호 2009.02.22 1331
753 기타 Text to RGSS by DerVVulfman Alkaid 2011.04.18 1333
752 파티 Party Switching Screen by exseiken file 백호 2009.02.22 1341
751 Seph's Test Bed 0.4 (SDK2 호환, Method & Class Library 2 WMN 2008.04.06 1343
750 기타 엔딩에 스탭롤을 도입하는 스크립트 1 file 백호 2009.02.21 1348
749 기타 랜덤 지하 감옥 작성 스크립트 1 file 백호 2009.02.21 1349
» 메시지 Animated Window Skin by Tana 1 백호 2009.02.22 1350
747 메뉴 플레이 시간 윈도우 개조 file 백호 2009.02.21 1352
746 이름입력 영어 이름 입력기 2 백호 2009.02.22 1354
745 메뉴 스테이터스 일람 스크립트 file 백호 2009.02.21 1355
744 전투 KGC_GuardRecover(방어시 HP회복) 4 백호 2009.02.22 1358
743 비공정 스크립트의 탑승속도 변경하기. 3 아방스 2008.01.14 1361
742 스킬 스킬도감 오류 수정본 2 file 백호 2009.02.22 1362
Board Pagination Prev 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ... 52 Next
/ 52