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
I seem to have contracted chronic Radial Blur
Bennick Offline
Member

Posts: 77
Threads: 27
Joined: Apr 2011
Reputation: 0
#1
I seem to have contracted chronic Radial Blur

Okay so, I have a function where looking at something causes some sanity damage, and in true Amnesia style, I want it to be accompanied by the Radial Blur effect and a sound effect. When I try to do it though, it stays on my screen and won't go away until I make it to the next map. How do I fade it in and then fade it out?

The two commands were in the function something like this:

FadeRadialBlurTo(1.0f, 0.5f);
FadeIn(1.0f);

What should I do for this to work? is this some kind of timer function?

Fratricide (title not finalized): 2/7 maps. :D
08-23-2011, 04:50 AM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: I seem to have contracted chronic Radial Blur

FadeRadialBlurTo(0f, 0.5f);

Tutorials: From Noob to Pro
08-23-2011, 04:51 AM
Website Find
Bennick Offline
Member

Posts: 77
Threads: 27
Joined: Apr 2011
Reputation: 0
#3
RE: I seem to have contracted chronic Radial Blur

(08-23-2011, 04:51 AM)Your Computer Wrote: FadeRadialBlurTo(0f, 0.5f);
Typed that in exactly and it gave me a script error that crashed Amnesia for some reason. Looks right to me, but it don't work.

Fratricide (title not finalized): 2/7 maps. :D
09-06-2011, 06:09 PM
Find
xiphirx Offline
Senior Member

Posts: 662
Threads: 16
Joined: Nov 2010
Reputation: 5
#4
RE: I seem to have contracted chronic Radial Blur

FadeRadialBlurTo(0.0f, 0.5f);

09-06-2011, 06:12 PM
Find




Users browsing this thread: 2 Guest(s)