home *** CD-ROM | disk | FTP | other *** search
/ Undercover - Rock on Multimedia 2 / UNDERCOVER2.BIN / shared.dir / 01001_Script_1001 next >
Text File  |  1996-01-16  |  562b  |  22 lines

  1. on gstartMovie
  2.   global gSndExtn, gTimeOut, gSetMovieGlobals, gPopup, gDisablePopup
  3.   
  4.   if voidP(gSetMovieGlobals) then
  5.     
  6.     set gSetMovieGlobals = true
  7.     set gSndExtn = ".aif"
  8.     set gTimeOut = 15
  9.     
  10.     set gPopup = false
  11.     set gDisablePopup = false
  12.     
  13.     set the fileName of window "popup" to "popup"
  14.     set the modal of window "popup" to false
  15.     
  16.   end if
  17.  
  18.   set the titleVisible of window "popup" = false
  19.   set the rect of window "popup" = rect (the stageleft, the stagetop, the stageleft+128, the stagebottom)
  20.   
  21. end
  22.