Home   Help Search Login Register  

Author Topic: Fade out and then in  (Read 334 times)

0 Members and 1 Guest are viewing this topic.

Bobthealmighty

  • Guest
Fade out and then in
« on: 23 Apr 2004, 18:57:52 »
Is there anyway i make the mission "fade out" to a black screen and then "fade in" some time later?

Loup-Garou

  • Guest
Re:Fade out and then in
« Reply #1 on: 23 Apr 2004, 20:48:10 »
For "fade out" to a black screen, type in your .sqs file : titlecut ["","BLACK OUT",X]

"X" is the length (in seconds) for screen getting black.

"Some time later" : use "~X" (X : in seconds) in  your script in order to make a "pause" before the "fade in" .

For "fade in", I presume (never tried  :P) it's : titlecut ["","BLACK IN",X]

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Fade out and then in
« Reply #2 on: 23 Apr 2004, 20:55:18 »
Does titleCut still work?

I'll have to try it some time.
The Command Reference says it is obsolete.

There is an alternative though, just in case it doesn't work.

cutText instead of titleCut.


Syntax is the same I think.


Planck
I know a little about a lot, and a lot about a little.