User Tools

Site Tools


en:examples:fx:fade_object_with_alpha_fx

Fade an Object with Alpha FX

Code

orxObject_CreateFromConfig("Object");

Config

[Object]
Graphic         = Graphic
FXList		= AlphaFX
 
[Graphic]
Texture       = mushroom.png
Pivot         = center
 
[AlphaFX]
SlotList = AlphaFXSlot
Loop     = true
 
[AlphaFXSlot]
Type		= alpha
StartTime	= 0
EndTime		= 2
Curve		= sine
StartValue	= 1
EndValue	= 0
Absolute	= true

en/examples/fx/fade_object_with_alpha_fx.txt · Last modified: 2018/02/14 00:47 (7 years ago) by 127.0.0.1