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

  1. on startMovie
  2.   global glBsListe, glgotoListe, gsMenuName
  3.   InitAll()
  4.   set glBsListe to ["start", "anim1", "Roll"]
  5.   set glgotoListe to ["menu_o,roll", "4_ser,anfang", "menu_o,roll", "menu_o,roll", "4_ser,anfang"]
  6.   InitBsFrame()
  7.   cursor(-1)
  8. end
  9.  
  10. on stopMovie
  11.   ResetScreen()
  12. end
  13.