RMVXA

스크립트로 만든 커스텀 윈도우를 사라지게 할 수 없나요?

by REMAIN posted Jan 19, 2014
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
Extra Form
class DP3_WindowThingy < Window_Base

def initialize()

super(50, 50, 200, 200) 

end #def 닫음

def change_text(text)

return unless text.is_a?(String)
contents.clear #이것을 써야 말이 계속 겹치지 않는다.
draw_text(text, 10, 10, 200, 200)

end #def 닫음

def draw_text(text, x, y, text_width, text_height, alignment = 0)
  
contents.draw_text(x, y, text_width, text_height, text, alignment)

end #def 닫음

end #class 닫음

이 스크립트를 실행하면 커스텀 윈도우가 생기는데 게임을 종료하지 않는 이상 계속 계속 떠있습니다.
결정버튼(C버튼)을 눌렀을 때 사라지게 하려면 어떻게 할 수 있는 지 알려주시면 감사하겠습니다.

Who's REMAIN

profile

잉여맨


만든 게이ㅁ


REMAIN WORLD

REMAIN WORLD 2

짙은 안개 낀 낙원


제작 중 게이ㅁ


쌍둥이별 이야기(harmony of twin star)


제작중단


JUNKGIRL(2014 03 25)


블로그: http://blog.naver.com/zxce12

메에에에에일 zxce12@naver.com