anachronox-sdk/docs/planet/18.html

45 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<TITLE>Anachronox Editing Documentation</TITLE>
</HEAD>
<BODY BGCOLOR="#000000" TEXT="#EFEFEF" LINK="#00FFFF" ALINK="#FFFFFF" VLINK="#05F3D0">
<CENTER>
<P>
<FONT FACE="Helvetica">
<FONT COLOR="#0055DD"><B>Tutorial 18: Camera Flashes</B>
</FONT>
</CENTER>
<P>
<HR>
<BR>
Fade out, fade in, fade to yellow, quick alpha red camera flash…. All with this command.<BR>
<B>It is permanent so you MUST set the screen back to normal!!!!!!</B>
<P>
<FONT COLOR="#0055DD">FLASH=[hexvalue,time in secs]</FONT><BR>
Now before you use it, click on the NODE button. At the bottom left of the screen is a color box and four bars. Click on the bars to find the color AND alpha you want. Look at the text that says color=. That is your 8 digit value. To fade to black use 000000FF.<BR>
Ex.<BR>
Flash=000000FF=1 (fades to black in 1 second)<BR>
Flash=00000000=.2 (fades BACK to normal) --- YOU MUST USE THIS COMMAND at end of script, UNLESS there is a map change. Map changes will reset the screen.<BR>
<P>
Flash=FF340034=2
<P>
Now to get a different look to the flashes you can add a nice Overbright look to it. Its permanent, so you MUST SET IT BACK TO ZERO AT END OF SCRIPT! It does not work with full black.
<P>
<FONT COLOR="#0055DD">FLASHSTYLE=[1 is alpha type, 0 is regular type]</FONT>
<P>
Ex. over time<BR>
Flashsytle=1<BR>
Flash=FF340034=2<BR>
Flash=00000000=2<BR>
Flashsytle=0<BR>
<P>
<P>
<P>&nbsp;<P>
</BODY>
</HTML>