home *** CD-ROM | disk | FTP | other *** search
/ Cani & Cani / CANI.ISO / pc / program / 4x4.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1997-11-11  |  612 b   |  25 lines

  1. on exitFrame
  2.   if rollOver(10) then
  3.     set the memberNum of sprite 9 to 102
  4.     set the blend of sprite 9 to 100
  5.     LegendePrevisu(106)
  6.   else
  7.     if rollOver(11) then
  8.       set the memberNum of sprite 9 to 103
  9.       set the blend of sprite 9 to 100
  10.       LegendePrevisu(107)
  11.     else
  12.       if rollOver(12) then
  13.         set the memberNum of sprite 9 to 104
  14.         set the blend of sprite 9 to 100
  15.         LegendePrevisu(108)
  16.       else
  17.         set the memberNum of sprite 9 to 101
  18.         set the blend of sprite 9 to 0
  19.         NavigPrevisu(2, 13, 42, 87)
  20.       end if
  21.     end if
  22.   end if
  23.   go(the frame)
  24. end
  25.