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

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