The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reverse FadeSepiaColorTo
eagledude4 Offline
Member

Posts: 144
Threads: 14
Joined: Dec 2011
Reputation: 0
#1
Reverse FadeSepiaColorTo

I can't seem to find the proper function to return the screen's sepia back to normal. I currently have this:
void MobEffect(string &in asEntity, int alState) {
    StartScreenShake(0.2f, 2, 0.1f, 0.5f);
    FadeSepiaColorTo(2, 1);
    AddTimer("", 5, "ModEffect2");
}
void MobEffect2(string &in asTimer) {
    FadeSepiaColorTo(0, 1);
}

I tried using FadeIn(5) as well, but that didn't seem to work either.

Its hard to see the truth when you've been blinded by lies.
(This post was last modified: 03-25-2013, 10:29 PM by eagledude4.)
03-25-2013, 10:05 PM
Find


Messages In This Thread
Reverse FadeSepiaColorTo - by eagledude4 - 03-25-2013, 10:05 PM
RE: Reverse FadeSepiaColorTo - by Adrianis - 03-25-2013, 10:22 PM
RE: Reverse FadeSepiaColorTo - by eagledude4 - 03-25-2013, 10:29 PM



Users browsing this thread: 1 Guest(s)