home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / t_email.dxr / 00229.ls < prev    next >
Encoding:
Text File  |  1996-11-25  |  194 b   |  9 lines

  1. on enterFrame
  2.   global giBsIndex, glBsListe, gsMenuName
  3.   debug("init in fame 1")
  4.   set giBsIndex to 1
  5.   set glBsListe to ["anfang", "rollinit"]
  6.   set gsMenuName to "intro"
  7.   InitBsFrame(0)
  8. end
  9.