Deleted member 406005
Well-known member
- Joined
- May 9, 2019
- Messages
- 222
- Reputation score
- 438
Well, this works partly like it should...
I tried it like this: (;numMessageLayers=3)
message_frame_04_text.png = empty layer to disable textbox color
The thing is, it's a hassle to convert all and to center it manually (i didn't find a proper way to do this yet).
I tried it like this: (;numMessageLayers=3)
message_frame_04_text.png = empty layer to disable textbox color
Code:
*start
[layopt layer="message2" visible="true"]
[position layer="message2" left="0" top="560" width="1280" height="160" page="fore" frame="message_frame/message_frame_04_text.png" visible="true" ]
[cm]
[clearfix]
;
; original:
;[bg storage="black.png" time="500"]
;[movie storage="mov_00_op.webm" skip="true"]
;
; new:
[bgmovie storage="mov_00_op.webm" skip=false]
; Dialogue:
;
; Dialogue: 0,0:00:15.66,0:00:17.12,Rina,,0,0,0,,It's hot.
; 15660
[wait time=15660]
[movieplayback]
[ptext name="chara_name_area" layer="message2" color="0xAE6F71" size=24 x=70 y=580 shadow="0x000000"]
#It's hot.
; 17120-15660=1460
[wait time=1460]
[er]
#
;
; Dialogue: 0,0:00:17.64,0:00:18.92,Rina,,0,0,0,,Hey, Mother.
; 17120-17640=520
;[wait time=520]
[wait time=520]
[ptext name="chara_name_area" layer="message2" color="0xAE6F71" size=24 x=70 y=580 shadow="0x000000"]
#Hey, Mother!
; 18920-17640=1280
[wait time=1280]
[er]
#
;