home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / t-online / plus.dir / 00229_Script_229 < prev    next >
Text File  |  1996-08-16  |  219b  |  9 lines

  1. -- init bsliste
  2. on EnterFrame
  3.   debug "init in fame 1"
  4.   global giBsIndex, glBsListe, gsMenuName
  5.   set giBsIndex = 1
  6.   set glBsListe = [ "anfang",  "rollinit" ]
  7.   set gsMenuName = "intro"
  8.   InitBsFrame false
  9. end