From 3cebc278aeddae6080caceff843b3b18c742ad17 Mon Sep 17 00:00:00 2001 From: Fred Beckhusen Date: Wed, 3 Apr 2019 20:44:38 -0500 Subject: [PATCH] Dance Hud --- .../Dance Hud/Object/Back Button Script.lsl | 14 ++++++++++++++ .../Dance Hud/Object/Next Button Script.lsl | 16 +++++++++++++++- Dance Hud/Dance Hud/Object/Root Prim Script.lsl | 6 ++++++ .../Dance Hud/Object/Stop Button Script.lsl | 14 ++++++++++++++ 4 files changed, 49 insertions(+), 1 deletion(-) diff --git a/Dance Hud/Dance Hud/Object/Back Button Script.lsl b/Dance Hud/Dance Hud/Object/Back Button Script.lsl index 4b8855e9..478a38dc 100644 --- a/Dance Hud/Dance Hud/Object/Back Button Script.lsl +++ b/Dance Hud/Dance Hud/Object/Back Button Script.lsl @@ -1,3 +1,17 @@ +// :SHOW: +// :CATEGORY:Animation HUD Previous Button +// :NAME:Dance Hud +// :AUTHOR:Anonymous +// :KEYWORDS: +// :CREATED:2019-03-21 14:41:56 +// :EDITED:2019-03-21 13:41:56 +// :ID:1117 +// :NUM:1961 +// :REV:1 +// :WORLD:Second Life +// :DESCRIPTION: +// Animation HUD Previous Button +// :CODE: default { touch_start(integer total_number) diff --git a/Dance Hud/Dance Hud/Object/Next Button Script.lsl b/Dance Hud/Dance Hud/Object/Next Button Script.lsl index 07d635e1..17f282e3 100644 --- a/Dance Hud/Dance Hud/Object/Next Button Script.lsl +++ b/Dance Hud/Dance Hud/Object/Next Button Script.lsl @@ -1,3 +1,17 @@ +// :SHOW: +// :CATEGORY:Animation +// :NAME:Dance Hud +// :AUTHOR:Anonymous +// :KEYWORDS: +// :CREATED:2019-03-21 14:41:23 +// :EDITED:2019-03-21 13:41:23 +// :ID:1117 +// :NUM:1960 +// :REV:1 +// :WORLD:Second Life +// :DESCRIPTION: +// Animation HUD Next button +// :CODE: default { @@ -5,4 +19,4 @@ default { llMessageLinked(LINK_ROOT, 0, "dnext", NULL_KEY); } -} \ No newline at end of file +} diff --git a/Dance Hud/Dance Hud/Object/Root Prim Script.lsl b/Dance Hud/Dance Hud/Object/Root Prim Script.lsl index 4ee9e6a3..c3992f08 100644 --- a/Dance Hud/Dance Hud/Object/Root Prim Script.lsl +++ b/Dance Hud/Dance Hud/Object/Root Prim Script.lsl @@ -1,6 +1,12 @@ +// :SHOW: // :CATEGORY:Animation // :NAME:Dance Hud // :AUTHOR:unknown +// :KEYWORDS: +// :CREATED:2019-03-21 14:40:38 +// :EDITED:2019-03-21 13:40:38 +// :ID:1117 +// :NUM:1959 // :REV:1.0 // :WORLD:Second Life, Opensim // :DESCRIPTION: diff --git a/Dance Hud/Dance Hud/Object/Stop Button Script.lsl b/Dance Hud/Dance Hud/Object/Stop Button Script.lsl index a6a75e44..1955bbf4 100644 --- a/Dance Hud/Dance Hud/Object/Stop Button Script.lsl +++ b/Dance Hud/Dance Hud/Object/Stop Button Script.lsl @@ -1,3 +1,17 @@ +// :SHOW: +// :CATEGORY:Animation +// :NAME:Dance Hud +// :AUTHOR:Anonymous +// :KEYWORDS: +// :CREATED:2019-03-21 14:42:14 +// :EDITED:2019-03-21 13:42:14 +// :ID:1117 +// :NUM:1962 +// :REV:1 +// :WORLD:Second Life +// :DESCRIPTION: +// DESCRIPTION: []::Animation HUD Root Prim +// :CODE: integer active = FALSE; default