home *** CD-ROM | disk | FTP | other *** search
/ Jommeke / Jommeke.iso / movies / menu.dir / 00011_Script_11 < prev    next >
Text File  |  2000-02-23  |  268b  |  18 lines

  1. on enterframe
  2. --  setupsprites
  3.   
  4.   
  5. end
  6. on  exitframe
  7.   if soundbusy(1)=false then
  8.     put "shore"
  9.     
  10.     puppetsound 1,"shore"
  11.   end if
  12.   if the volume of sound 1=0 then set the volume of sound 1=255
  13.   
  14. --  checkrollovers
  15.   
  16.   go to the frame
  17. end
  18.