home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / t-online / kost_o.dir / 00295.ls < prev    next >
Encoding:
Text File  |  1996-08-16  |  265 b   |  12 lines

  1. on startMovie
  2.   global glBsListe, glgotoListe
  3.   InitAll()
  4.   set glBsListe to ["anfang", "geld", "g1", "g10"]
  5.   set glgotoListe to ["intro_o,roll", "intro_o,roll", "intro_o,roll", "email,anfang", "wie_o,anfang"]
  6.   InitBsFrame()
  7. end
  8.  
  9. on stopMovie
  10.   ResetScreen()
  11. end
  12.