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

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