Home   Help Search Login Register  

Author Topic: Please Help. Intro should stay black, then fade in  (Read 571 times)

0 Members and 1 Guest are viewing this topic.

NAA_Anton

  • Guest
Please Help. Intro should stay black, then fade in
« on: 13 Dec 2002, 20:22:51 »
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
« Last Edit: 13 Dec 2002, 20:24:30 by NAA_Anton »

NAA_Anton

  • Guest
Re:Please Help. Intro should stay black, then fade in
« Reply #1 on: 13 Dec 2002, 21:35:27 »
WHEEEEE! I did it!

I know that if I couldn't though, that you guys would have helped  ;)

Thankx,
Anton