Hi guys. I want the Protoss Summoning model to fade in when an ability is cast. I modified the Protoss Summoning actor so that the model would be created and played when an ability is cast. But the model just pops up when the ability is cast. I want the model to fade in from being 100% transparent to 0% transparent. Anyone know how to do that (preferably with the Data Editor)?
Hi guys. I want the Protoss Summoning model to fade in when an ability is cast. I modified the Protoss Summoning actor so that the model would be created and played when an ability is cast. But the model just pops up when the ability is cast. I want the model to fade in from being 100% transparent to 0% transparent. Anyone know how to do that (preferably with the Data Editor)?
Modify the actor events. Set the opacity to 0 on actor creation, with 0 blend time. Then set the opacity to 1 again, with your desired blend time.
@Kueken531: Go
Events - Events +
change SourceCastStart to SourcePrepStart or whatever you need depending on how your spell is setup.
Awesome! Thanks again, Kueken and BorgDragon!