home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / cserve / start.dxr / 00145.ls < prev    next >
Encoding:
Text File  |  1996-12-09  |  270 b   |  20 lines

  1. on enterFrame
  2.   if rollOver(5) then
  3.     go("14")
  4.   end if
  5.   if rollOver(6) then
  6.     go("15")
  7.   end if
  8.   if rollOver(7) then
  9.     go("16")
  10.   end if
  11. end
  12.  
  13. on exitFrame
  14.   if soundBusy(1) then
  15.   else
  16.     set the sound of member "DIENSTE.MOV" to 1
  17.   end if
  18.   go(the frame)
  19. end
  20.