[Tiptoi] Einfacheres Beispiel

Gernot Frisch gf at glbasic.com
Di Dez 21 08:25:34 CET 2021


Hallo,
ich habe gestern Nacht noch etwas gebastelt und versehentlich war $ifexp 
nicht 1 in init:.
Die Datei anbei sollte für "Mein großes Wimmelbuch" laufen. Ich höre die 
"Willkommen" Meldung, aber ich kann kein Bild anklicken bzw. kommt kein 
Ton...

Gruß,
-G.
-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <https://lists.nomeata.de/pipermail/tiptoi/attachments/20211221/663a60be/attachment.htm>
-------------- nächster Teil --------------
scripts:
    tractor:
        - $ifexp != 0 ? P(play_the_tractor)
    dog_bottom:
        - $ifexp != 0 ? P(play_the_dog_barks)
    cat_bottom:
        - $ifexp != 0 ? P(play_meow__The_cat_is_freightened_)
    init:
        - $ifexp := 1 # root level if expression
        - $pop1 := 0
        - $pop2 := 0
        - $stack1 := 0
product-id: 13
comment:    "my project"
media-path: "13-audio/%s"
welcome:    welcome
speak:
    play_meow__The_cat_is_freightened_: "meow. The cat is freightened."
    play_the_dog_barks: "the dog barks"
    play_the_tractor: "the tractor"
scriptcodes:
    tractor:             4975
    dog_bottom:          4942
    cat_bottom:          4941


Mehr Informationen über die Mailingliste tiptoi