Page 3 of 3

Re: Beginning and ending cinimatic

Posted: Sat Mar 02, 2013 11:41 am
by Meraz
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

Posted: Sat Mar 02, 2013 1:06 pm
by Meraz
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)


8-)