Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved FadeSephiaColorTo Help
Author Message
DrOctoganapus8 Offline
Junior Member

Posts: 12
Joined: Feb 2012
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
junkfood2121 Offline
Senior Member

Posts: 275
Joined: Jan 2011
Reputation: 4
Post: #2
RE: FadeSephiaColorTo Help
FadeSepiaColorTo(0.0f, 1);
FadeImageTrailTo(0.0f, 1); //Change 1 to how long you want the fade to take.

May I present to you.. the Grunt Cannon:
http://www.youtube.com/watch?v=v9KjvvVzNNg
03-16-2012 08:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)