home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / t-online / plus.dir / 00298_Script_298 < prev   
Text File  |  1996-08-16  |  360b  |  26 lines

  1. -- MovieInit
  2. -- Namen fƒr Rƒcksprung
  3.  
  4.  
  5. on startmovie
  6.   
  7.   InitAll
  8.   global glBsListe,  glGotoListe
  9.   
  10.   set glBsListe = [ "anfang" , "splus-1", "splus-2" ]
  11.   
  12.   set glGotoListe = [ "4_ser,roll" , "4_ser,roll" ,"4_ser,roll", ┬
  13.    "btx,anfang" , "inter,anfang" ]
  14.   
  15.   InitBsFrame
  16.   
  17. end startmovie
  18.  
  19.  
  20.  
  21. on stopmovie
  22.   ResetScreen
  23.   
  24. end 
  25.  
  26.