![]() |
NewFrame | ![]() |
|
NewFrame Adds a new frame to the project index = myStoryboard.NewFrame( Start_Function, Code_Function, End_Function, Fade_In, Fade_In_Time, Fade_Out, Fade_Out_Time, Password ) index = myStoryboard.NewFrame( Start_Function, Code_Function, End_Function, Fade_In, Fade_In_Time, Password ) index = myStoryboard.NewFrame( Start_Function, Code_Function, End_Function, Password ) Return value The index of the created frame, or -1 if unsuccessfull. Parameters
You can ommit any parameter. Note that the password given will be case-sensitive ONLY IF a part of it is in capitals. If it is entirely lower case, it is case-insensitive. In the functions, you should declare objects and variables with the This. keyword (i.e. This.Var1 = 2;) to make them accessable from other functions See also Storyboard:SwapFrame JAM © 2005 no one in partiular Project started by David Evans in 2005 | ||