FadeOut: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with ''''FadeOut'''(''Amount'') ===Parameter Information === * Args1 (''Amount'') = Amount to decrease opacity, specified as a value from 0.0 to 1.0 (no default) ===Purpose and usag…')
 
No edit summary
 
Line 9: Line 9:
For smooth, continuous fades, this codepointer can be used multiple times in sequence over multiple gametics.
For smooth, continuous fades, this codepointer can be used multiple times in sequence over multiple gametics.


See also: [[FadeIn]] [[SetTranslucent]
This does ''not'' remove the object if opacity becomes 0.
 
See also: [[FadeIn]] [[SetTranslucent]]


[[Category:Codepointers]]
[[Category:Codepointers]]

Latest revision as of 14:01, 6 August 2017

FadeOut(Amount)

Parameter Information[edit]

  • Args1 (Amount) = Amount to decrease opacity, specified as a value from 0.0 to 1.0 (no default)

Purpose and usage[edit]

Decreases the object's opacity by the specified value.

For smooth, continuous fades, this codepointer can be used multiple times in sequence over multiple gametics.

This does not remove the object if opacity becomes 0.

See also: FadeIn SetTranslucent