[Trigger] Fade Filter Issue

Status
Not open for further replies.
Level 12
Joined
Feb 11, 2008
Messages
809
Okay in my system i use fade filters by displaying them and then hiding them before the next one is displayed but for some reason if you try to hide a fade filter before it tries to fade back in it will pop back up on the screen and fade out anyway.....

Is there anyway to prevent this from happening? i wish you could just destroy fade filters but sadly you cannot.....

heres my system if you need an example of what im talking about try going to the first fade filter then quickly click back to none and you will see it happen;

https://www.hiveworkshop.com/forums/spells-569/model-effects-viewer-v1-9-a-225837/

thanks again for the help and +rep too
 
Use this to hide the filter :
  • Cinematic - Fade out and fade in over 0.00 seconds using texture White Mask and color (100.00%, 100.00%, 100.00%) with 100.00% transparency
You may also use this script, which is more clean but in jass (kinda...) :
  • Custom script: call FinishCinematicFadeBJ()
  • Custom script: call AbortCinematicFadeBJ()

Okay ill give this a shot!
 
Status
Not open for further replies.
Back
Top