Hi...ok, I want to start an intro, and hold the screen at black for 9 seconds, then fade in for 2. I've searched the forums and found a thread that should have worked (the following script is from said thread) and what happens is that I get an ocean view, and then it moves to what I want it to do. The text is displayed while the user sees all this happening. I want the text to be displayed while the screen is black.
Thanks in advance
Anton
(PS: I've been reading the tutorials for a while, but I'm the kind of guy that learns by doing. Today is only day one of this whole camera thing.)
;Current script not working properly
titleCut ["BLACK OUT",9]
~9
titleText ["Text 1","PLAIN"]
titleText ["Text 2","PLAIN DOWN"]
titleCut ["BLACK IN",2]
;What should happen after the fade in
_unit = _this select 0
_x = _this select 1
_y = _this select 2
_z = _this select 3
stoptracking = false
_cam = "camera" camcreate [0,0,0]
_cam cameraeffect ["internal", "back"]
_cam camSetTarget con1
_cam CamSetFOV 0.7
;etc etc