From 44305607b3299b4a89e1612856aa9f6073eb7a14 Mon Sep 17 00:00:00 2001 From: mfranz Date: Sat, 24 Mar 2007 13:39:01 +0000 Subject: [PATCH] - s,/sim/tutorial,/sim/tutorials, - add a property that can be used at top level (for the default), and in and (Time in seconds in which the main loop should run again.) - fix initialization bug --- Nasal/tutorial.nas | 67 ++++++++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 29 deletions(-) diff --git a/Nasal/tutorial.nas b/Nasal/tutorial.nas index 9e555d015..0e36b3a1e 100644 --- a/Nasal/tutorial.nas +++ b/Nasal/tutorial.nas @@ -34,7 +34,7 @@ # # - optional; define targets with arbitrary names # - for each target "foo" the tutorial will keep properties -# /sim/tutorial/targets/foo/{direction-deg,distance-m} +# /sim/tutorials/targets/foo/{direction-deg,distance-m} # up-to-date # # - Optional: Initialization section consist of one or more @@ -43,6 +43,7 @@ # - Property to set # / - value or property to set from # +# - time in seconds until loop runs again (default: 5) # # - Tutorial step - a segment of the tutorial, consisting of # the following: @@ -54,19 +55,22 @@ #