home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global glBsListe, glgotoListe
- InitAll()
- set glBsListe to ["anfang", "video", "an-1", "an-2"]
- set glgotoListe to ["intro_o,roll", "intro_o,roll", "intro_o,roll", "kost_o,anfang", "frag_o,anfang"]
- InitBsFrame()
- end
-
- on stopMovie
- global glSpriteRoll, giExtraAction
- setAt(glSpriteRoll, 3, 0)
- set giExtraAction to 0
- ResetScreen()
- end
-
- on ExtraAction
- global gsGoMain, gsGoSub
- debug("go to produkt. ")
- set gsGoMain to "KatalogO"
- set gsGoSub to EMPTY
- WriteParams()
- SendParams()
- QuitMovie()
- end
-