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

  1. on startMovie
  2.   global glBsListe, glgotoListe
  3.   InitAll()
  4.   set glBsListe to ["roll"]
  5.   set glgotoListe to ["Intro_o,roll", "btx,anfang", "Intro_o,roll", "Intro_o,roll", "btx,anfang"]
  6.   InitBsFrame()
  7.   preLoadCast(1, 30)
  8. end
  9.  
  10. on stopMovie
  11.   ResetScreen()
  12. end
  13.