ctrlSetFade: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 3: Line 3:




<h2 style="color:#000066">'''control '' ctrlSetFade ''fade'''''</h2>
<h2 style="color:#000066">'''''control'' ctrlSetFade ''fade'''''</h2>




Line 23: Line 23:


Sets wanted transparency for control animation.
Sets wanted transparency for control animation.


'''Example''':
'''Example''':
      
      
_control '''ctrlSetFade''' 1
_control '''ctrlSetFade''' 1

Revision as of 13:30, 6 July 2006


control ctrlSetFade fade


Operand types:

control': Control

fade: Number

Type of returned value:

Nothing

Compatibility:

Version 2.50 required.

Description:

Sets wanted transparency for control animation.


Example:

_control ctrlSetFade 1