home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / isdn / wiegeht.dir / 00295.ls < prev    next >
Encoding:
Text File  |  1996-08-17  |  499 b   |  24 lines

  1. on startMovie
  2.   global glBsListe, glgotoListe
  3.   InitAll()
  4.   set glBsListe to ["anfang", "video", "ende"]
  5.   set glgotoListe to ["intro_i,roll", "intro_i,roll", "intro_i,roll", "flexibel,anfang", "kostet,anfang"]
  6.   InitBsFrame()
  7. end
  8.  
  9. on stopMovie
  10.   ResetScreen()
  11. end
  12.  
  13. on ExtraAction
  14.   global gsGoMain, gsGoSub, giLastSprite
  15.   if giLastSprite = 47 then
  16.     debug("go to produkt. ")
  17.     set gsGoMain to "KatalogI"
  18.     set gsGoSub to EMPTY
  19.     WriteParams()
  20.     SendParams()
  21.     QuitMovie()
  22.   end if
  23. end
  24.