Chaos Project

RPG Maker => RPG Maker Scripts => Topic started by: Ryex on November 13, 2008, 07:45:56 pm

Title: Picture scene movie in tons question
Post by: Ryex on November 13, 2008, 07:45:56 pm
can the Picture movie scenes from tones be strung together?
meaningin the returning scene you put another picture scene

$scene = Scene_Pictures.new('i_n_t_r_o_', 5, 1, true, nil, nil, Scene_Pictures.new('i_n_t_r_o_', 5, 1, true, nil, nil, $scene = Scene_Pictures.new('i_n_t_r_o_', 5, 1, true, nil, nil, Scene_Title)))
Title: Re: Picture scene movie in tons question
Post by: Satoh on November 13, 2008, 08:09:19 pm
I'm sorry, but your question doesn't make sense to me...

Can you try to explain it some more so we can better help you?
Title: Re: Picture scene movie in tons question
Post by: Ryex on November 13, 2008, 08:16:46 pm
never mind I figured it out all it requires is a small modification of the add on and how you call the next scene and it works perfectly.

now Blizzard or any one else if your reading to this:

what values do i call if i want it to display one pic per frame with no fade in between. Or is it as i think, this will take a modified add on
Title: Re: Picture scene movie in tons question
Post by: Blizzard on November 14, 2008, 06:55:15 am
Use a DELAY of 1, a BDELAY of 0 and remove the two lines saying "Graphics.transition(12)". That should do it.