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
I think the syntax is wrong
GillFrog Offline
Junior Member

Posts: 26
Threads: 7
Joined: Mar 2011
Reputation: 1
#1
Question  I think the syntax is wrong

Okay, so i want to fade the screen black then fade it back.
I don't get the syntax stuff. (I'm a n00b/idiot.) Sad
May someone help me out?

Here's the script:
Quote:void func_monster_start(string &in asTimer,string &in asParent, string &in asChild, int alState)
{
FadeOut(1);
AddTimer("timer1", 5, "func_monster_start_now");
}

void func_monster_start_now(string &in asParent, string &in asChild, int alState)
{
FadeIn(1);
}
(This post was last modified: 04-25-2012, 02:19 PM by GillFrog.)
04-25-2012, 02:19 PM
Website Find


Messages In This Thread
I think the syntax is wrong - by GillFrog - 04-25-2012, 02:19 PM
RE: I think the syntax is wrong - by GillFrog - 04-25-2012, 02:46 PM



Users browsing this thread: 1 Guest(s)