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
Slide Show display - help please. im so close to this.
jssjr90 Offline
Member

Posts: 169
Threads: 39
Joined: Jun 2011
Reputation: 0
#2
RE: Slide Show display - help please. im so close to this.

Fixed it, man it was right under my nose! If you look there are different variables that will conflict. For example on line 5-18 "FadeLightTo("Pic1a", 0, 0, 0, 0, -1, 0)" and we look at this code that ties to this function.
void pic1ain(string &in asTimer)
{
FadeLightTo("pic1a", 10, 10, 10, 0, -1, 2);
//FadeIn(1);
AddTimer("", 7.0f, "pic1aout");
}



Notice anything diffrent between the varables? "void pic1ain" and this that's tied to it "Pic1ain"


One word: "case sensitive"




The variables that you declare and its function of that variable MUST match exactly, including upper case and lower case letters.


Ive been looking at this code for the past 2 hours. LOL. Well lessen learned in scripting.
10-10-2011, 07:41 AM
Find


Messages In This Thread
RE: Slide Show display - help please. im so close to this. - by jssjr90 - 10-10-2011, 07:41 AM



Users browsing this thread: 1 Guest(s)