home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / t-online / kost_o.dir / 00295_Script_295 < prev   
Text File  |  1996-08-16  |  324b  |  19 lines

  1. on startmovie
  2.   
  3.   InitAll 
  4.   
  5.   global glBsListe,  glGotoListe
  6.     
  7.   set glBsListe = ["anfang", "geld", "g1", "g10" ]
  8.   set glGotoListe = ["intro_o,roll" , "intro_o,roll", "intro_o,roll" ,    "email,anfang" ,  "wie_o,anfang" ]
  9.   InitBsFrame
  10.   
  11. end startMovie
  12.  
  13.  
  14.  
  15. on stopMovie
  16.   ResetScreen
  17. end stopMovie
  18.  
  19.