Hi
yeh, already have audacity. I generally use Total Recorder.
yeh, already have audacity. I generally use Total Recorder.
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
ListBox1.AddItem("Key");
function ListBox1_OnSelectionChanged(GUIControl *control)
{
if(ListBox1.ID==Key)
{ Display("Perhaps you should find out who has had the key lately");
} else
{ Display("Sorry no go!");
}
}
function Button3_OnClick(GUIControl *control, MouseButton button)
{
if(Button3.Graphic==20) // Display appropriate image to open that GUI with other button image checks etc
{
GiveScore(5);
GiveScore(-2);
GUIControl *gcat = GUIControl.GetAtScreenXY(mouse.x, mouse.y);
if ((gcat == null) || (gcat.AsButton == null)) mouse.UseDefaultGraphic();
else mouse.UseModeGraphic(eModeInteract);
mouse.DisableMode(eModeWalkto);
mouse.DisableMode(eModeLookat);
mouse.DisableMode(eModeTalkto);
mouse.EnableMode(eModeInteract);
mouse.EnableMode(eModeLookat);
mouse.EnableMode(eModeWait);
mouse.EnableMode(eModeTalkto);
mouse.EnableMode(eModeWait);
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.076 seconds with 14 queries.