home *** CD-ROM | disk | FTP | other *** search
/ PC Play 1 / PCPLAY1.ISO / intro.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-08-29  |  182 b   |  12 lines

  1. global gThemeSound
  2.  
  3. on enterFrame
  4.   set the timer to 0
  5.   unLoad(1, 30)
  6.   preLoad(32, 80)
  7.   sound playFile 1, gThemeSound
  8.   repeat while the timer < 60
  9.     nothing()
  10.   end repeat
  11. end
  12.