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

  1. on startMovie
  2.   global glBsListe, glgotoListe
  3.   InitAll()
  4.   set glBsListe to ["roll"]
  5.   set glgotoListe to ["intro_i,roll", "isdnpc,anfang", "intro_i,roll", "menu_i,roll", "isdnpc,konfi"]
  6.   InitBsFrame()
  7. end
  8.  
  9. on stopMovie
  10.   ResetScreen()
  11. end
  12.