View Single Post
  #17  
Old 10-21-2009, 06:43 AM
OSS OSS is offline
Approved Member
 
Join Date: Oct 2007
Posts: 113
Default

Quote:
Originally Posted by AHO View Post
Hi OSS,
Unfortunately it did not work. In which function and exactly where
do I have to add this line?

Is'nt the handle name of the last cutscene "final"?
no, you must add it in Level.InitRolik_1(), and Level.InitRolik_8():
handle name is house (local house = Level.NewCutScene( 'house' , 3547.0, 4450.0 )

also check that in subtitles you must define time when they appear..
first cutscene goes from 1.0 to 3500.0
last one from 3547.0 to 4450.0.

try to test in first cutscene like this :

1.0 3500.0 "- Something, something..."
Reply With Quote