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)))
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?
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
Use a DELAY of 1, a BDELAY of 0 and remove the two lines saying "Graphics.transition(12)". That should do it.