Beginning and ending cinimatic
Re: Beginning and ending cinimatic
it is still crashing me to desk, but now i have the music playing which is more then i had yesterday.. relp!
Re: Beginning and ending cinimatic
Finally did get it to work =)
this is what i used in the end, in case anyone else wants to use it .. just change my text to your text and your gravy =), thanks for all your help guys, I really appreciated it!
-- show the image
showImage("assets/textures/cinematic/intro/page01.tga")
fadeIn(2)
-- show the title screen
sleep(1)
setFont("IntroTitle")
showText("JoJo's Tower", 3)
sleep(2)
fadeOutText(1)
-- show story text
sleep(1)
setFont("Intro")
textWriter([[
this is where you put your text, what you want it to say at the end.
]])
click()
fadeOutText(0.5)
fadeOut(4)
fadeOutMusic(3)

this is what i used in the end, in case anyone else wants to use it .. just change my text to your text and your gravy =), thanks for all your help guys, I really appreciated it!
-- show the image
showImage("assets/textures/cinematic/intro/page01.tga")
fadeIn(2)
-- show the title screen
sleep(1)
setFont("IntroTitle")
showText("JoJo's Tower", 3)
sleep(2)
fadeOutText(1)
-- show story text
sleep(1)
setFont("Intro")
textWriter([[
this is where you put your text, what you want it to say at the end.
]])
click()
fadeOutText(0.5)
fadeOut(4)
fadeOutMusic(3)