is there any way to put a splash screen or an intro video before the title menu comes up?
Can you script? Get my Credits v1.04 (somewhere on page 1 of the scripts section) and you can easily edit it into an intro script. If you can
i can script a little bit. im still a learner tho. i'll try tinkering with it, then if i need help ill just reply back here.
Ok. Hint: Call the intro fro main instead of Scene_Title, then call Scene_Title after the intro is over. Oh, you should add this here:
[code]class Scene_Splash
def main
unless $DEBUG #this
gee thanks. but how where do i add this? do i add it in Scene_Title? or another class and just call up Scene_Title?
also, if you have any messengers, just talk to me there.
AIM - jober911
MSN - mf_jober@50-50.com
Yahoo! - hellbender_gemini911
Make a new script somewhere above main (right click, Insert). Add my template above and start scripting. In "Main" just change the "$scene = Scene_Title" to "$scene = Scene_Splash". Now it will work. I don
if i want a splash picture, i would just define another method to make the pic appear before the title screen?
Actually that