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
FadeRadialBlur not being gradual
Damascus Offline
Senior Member

Posts: 646
Threads: 118
Joined: Mar 2012
Reputation: 29
#1
FadeRadialBlur not being gradual

For some reason, when I use FadeRadialBlur in my script, the blur doesn't occur gradually, but happens immediately, no matter what I set the Speed value to. Anyone know what could be wrong?

PHP Code: (Select All)
void Quest1(string &in asParentstring &in asChildint alState)
{
    
AddTimer(""6.0f"TimerArm");
    
FadeRadialBlurTo(0.05f5.0f);
    
PlayGuiSound("react_breath"0.6f);
    
PlayMusic("TGW_02_Jane.ogg"false0.70.310false);
    
AddEntityCollideCallback("Player""AreaQuest1_2""BreakDoor"true1);
}

void TimerArm(string &in asTimer)
{
    
FadeRadialBlurTo(0.0f5.0f);
    
AddQuest("Dead""Dead");


12-12-2012, 10:50 PM
Find


Messages In This Thread
FadeRadialBlur not being gradual - by Damascus - 12-12-2012, 10:50 PM



Users browsing this thread: 1 Guest(s)