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

  1. on startmovie
  2.   
  3.   InitAll
  4.   
  5.   global glBsListe,  glGotoListe
  6.   
  7.   set glGotoListe = ["intro_o,roll", "intro_o,roll" , "intro_o,roll" , ┬
  8.      "wie_o,anfang" ,  "menu_o,anfang" ]
  9.   
  10.   set glBsListe = ["anfang", "nacht", "andere", "isdn", ┬
  11. "bank", "zahlen", "ende" ]
  12.   
  13.   InitBsFrame
  14.   
  15. end 
  16.  
  17.  
  18.  
  19. on stopMovie
  20.   global giExtraAction
  21.   set giExtraAction = 0
  22.   ResetScreen
  23. end
  24.