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
Newbie needs help scripting
Russ Money Offline
Senior Member

Posts: 360
Threads: 25
Joined: Dec 2010
Reputation: 4
#2
RE: Newbie needs help scripting

void OnStart()
{
wake();
}
wake(){
FadeOut(0);
FadeIn(15);


What you're looking for would look like this:
void OnStart()
{
FadeOut(0);
FadeIn(15);
}

Place your functions inside the curly brackets.
03-30-2011, 09:59 PM
Find


Messages In This Thread
Newbie needs help scripting - by DrQuackinducks - 03-30-2011, 08:36 PM
RE: Newbie needs help scripting - by Russ Money - 03-30-2011, 09:59 PM
RE: Newbie needs help scripting - by nkmol - 03-30-2011, 10:04 PM
RE: Newbie needs help scripting - by MrBigzy - 03-31-2011, 03:29 AM
RE: Newbie needs help scripting - by Russ Money - 03-31-2011, 03:43 AM
RE: Newbie needs help scripting - by MrBigzy - 03-31-2011, 04:49 AM
RE: Newbie needs help scripting - by Russ Money - 03-31-2011, 05:06 AM
RE: Newbie needs help scripting - by nkmol - 03-31-2011, 06:07 AM
RE: Newbie needs help scripting - by MrBigzy - 03-31-2011, 11:39 AM
RE: Newbie needs help scripting - by Austums - 03-31-2011, 05:09 PM



Users browsing this thread: 1 Guest(s)