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

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