RPGXP 스크립트

컬러 비트맵 타이틀 스크립트

by  운 posted Jan 20, 2015
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
0.gif 
2.png
Download.png
타이틀스크립트.txt (7.20KB)
Download1.png
마우스스크립트.txt (9.57KB)


===============================================================

타이틀 스크립트 내용

===============================================================

좌표랑 너비수정 하실수 있습니다.

1.jpg
5.jpg

===============================================================

폰트 바꾸기

(폰트이름, 폰트크기)

10.jpg

===============================================================

색깔 바꾸기

3.jpg
Color.jpg
4.jpg

===============================================================

표시를 늘리기

표시를 늘릴려면 @Index [" "] 추가합니다. * , 표시주의

1.jpg

when 숫자

메소드

6.jpg

def 메소드

end

7.jpg
8.jpg

===============================================================

마우스

elsif 에서 숫자 1 더해야됨

elsif Mouse_pos(@x, @y + @hight * 숫자, @width, @height

@Command = 숫자 # 숫자 1더 안해도됨

end

9.jpg 

def update 에


# 마우스 
if Mouse_pos(@x, @y + @height * 1,@width, @height)
@Command = 0
refresh
elsif Mouse_pos(@x, @y + @height * 2,@width, @height)
@Command = 1
refresh
elsif Mouse_pos(@x, @y + @height * 3,@width, @height)
@Command = 2
refresh
end


추가하세요.

===============================================================