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
FadeSephiaColorTo Help
DrOctoganapus8 Offline
Junior Member

Posts: 12
Threads: 4
Joined: Feb 2012
Reputation: 0
#1
Question  FadeSephiaColorTo Help

I have a current script in my intro to my mod where this is executed,

FadeImageTrailTo(2,1);
FadeSepiaColorTo(1,1);

I tried setting them back to zero later in the script but that did not work.
How can I change it back to defaults? Like normal color, and no image trail?

Nevermind I fixed it, thanks anyway!
(This post was last modified: 03-16-2012, 12:05 AM by DrOctoganapus8.)
03-16-2012, 12:00 AM
Find
Linus Ågren Offline
Senior Member

Posts: 309
Threads: 58
Joined: Jan 2011
Reputation: 5
#2
RE: FadeSephiaColorTo Help

FadeSepiaColorTo(0.0f, 1);
FadeImageTrailTo(0.0f, 1); //Change 1 to how long you want the fade to take.

Creator of The Dark Treasure.
03-16-2012, 08:27 AM
Website Find




Users browsing this thread: 1 Guest(s)