วันอาทิตย์ที่ 23 พฤศจิกายน พ.ศ. 2557

Renpy-การทำไตเติ้ลก่อนเข้าหน้าเมนู

มีอยู่ 4 แบบให้ใส่ไว้ก่อน label start: ใน script.rpy ที่ label splashscreen: เท่านั้น
 
1. แบบตัวหนังสือ
โค้ด
label splashscreen:
    scene black
    show text "เขียนที่นี่..."
    with dissolve
    with Pause(1.0)
    hide text
    with dissolve   
return
 
 
 
2.แบบรูปภาพ
โค้ด
init:
    image splash = "ภาพ.png"
label splashscreen:
    $ renpy.pause(0)
    scene black
    with Pause(0.5)
    show splash
    with dissolve
    with Pause(2.0)
    scene black
    with dissolve
    with Pause(1.0)
return
 
 
 
 
3.แบบวีดีโอ
โค้ด
label splashscreen:
    $ renpy.movie_cutscene("'วีดีโอ.ogv")
return
 
(โค้ดใช้ไม่ได้ และแก้ไม่ได้ ใครรู้บอกหน่อยนะ)
 
 
 
ข้อมูลเพิ่มเติมเกี่ยวกับวีดีโอ http://www.renpy.org/wiki/renpy/doc/reference/Movies
 
 
 
 

ไม่มีความคิดเห็น:

แสดงความคิดเห็น