home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / director / menu.exe / menu.dxr / 00017.ls < prev    next >
Encoding:
Text File  |  1996-08-19  |  543 b   |  20 lines

  1. on enterFrame
  2.   set the visible of sprite 38 to rollOver(37)
  3.   set the visible of sprite 39 to rollOver(37)
  4.   set the visible of sprite 41 to rollOver(40)
  5.   set the visible of sprite 42 to rollOver(40)
  6.   set the visible of sprite 44 to rollOver(43)
  7.   set the visible of sprite 45 to rollOver(43)
  8.   set the visible of sprite 47 to rollOver(46)
  9.   set the visible of sprite 48 to rollOver(46)
  10.   updateStage()
  11. end
  12.  
  13. on exitFrame
  14.   if not soundBusy(2) then
  15.     sound playFile 2, "pchome.wav"
  16.     set the soundLevel to 5
  17.   end if
  18.   go(the frame)
  19. end
  20.