Thanks you guys

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
function Button140_OnClick(GUIControl *control, MouseButton button)
{
if(List_History.Visible == true){
List_History.ScrollDown();
}
else if(List_Story.Visible == true){
List_Story.ScrollDown();
}
else if(List_Bios.Visible == true){
List_Bios.ScrollDown();
}
else if(List_Other.Visible == true){
List_Other.ScrollDown();
}
else if(List_Bestiary.Visible == true){
List_Bestiary.TweenSelectedIndex(0.1, List_Bestiary.SelectedIndex+1, eEaseLinearTween, eNoBlockTween);
//List_Bestiary.ScrollDown();
}
}
Quote from: dactylopus on Sat 06/01/2018 20:06:14
The original sketches were nice, but the updates look great!
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.045 seconds with 15 queries.