# # Yak-2 tutorial script (English) # for Yakkey v1.0 # # $Id: tutorial.script,v 1.9 2001/06/11 09:17:53 jani Exp $ # $Revision: 1.9 $ # # by Jani Patokallio # Copyright 2001 the University of Tokyo # script.title=
>>> Welcome to Yak 2 !
script.version= 1.0 script.init= Set dest left ; Set comment Go ahead... ; Pause Please adjust display until it feels comfortable and you can read all the text, then press a button to continue.

Yak with

wearable

translation

technology

; Goto select select.title= Move the red bar by moving your thumb up and down. Highlight "Yakberry" and select it by pressing the left button!

$comment

select.action= Apple (Set comment Yakberries, please!) Orange (Set comment Yakberries, please!) Yakberry (Goto $dest) _BACK (Set comment The other button, please!) right.title= Right pressed right.action= OK (Goto 1) _BACK (Goto 0) left.init= Set dest toggle_setup; Set comment Now cancel this! left.title= Great! Remember:

Left button is select.

Right button is cancel.

$comment

left.action= Select to confirm order for fermented squid with yakberries (Set comment Do you really want to order that?) _BACK (Goto cancel) cancel.title=Cancelled! Pressing cancel returns you to the previous menu. Now let's try something different. cancel.action= Well, show me! (Goto toggle_setup) toggle_setup.title= toggle_setup.init= Set opt1 NO ; Set opt2 NO ; Set comment Go ahead... ; Goto toggle toggle.title=Set both toggles to "YES", then click Done!

$comment

toggle.action= Yak 2 is fun: $opt1 (Toggle opt1) Yak 2 is easy: $opt2 (Toggle opt2) Done! ($opt1 == YES && $opt2 == YES : Goto scroll ; Set comment Try again...) _BACK (Goto cancel) scroll.title= If the top or bottom of the screen has a yellow bar, you can touch the bar to scroll. scroll.action= 1 (-) 2 (-) 3 (Goto abort) Touch yellow bar (-) to scroll down (-) Now scroll up (-) and select #3 (-) 8 (-) 9 (-) 10 (-) abort.init=Pause Aborting

To abort from any situation at any time, move the pointer all the way to the right. When the border lights up, press any button.

Go ahead, try it...

; Goto abort abort.action= _ABORT (Sub abortcheck) ; abortcheck.init = Pause Really abort?

(yes, please)

SELECT to abort,

CANCEL to keep going ; TRUE : Goto end; Resume ; end.init= Pause The End

You have now completed the tutorial!

Congratulations!

; Load index.script ;