home *** CD-ROM | disk | FTP | other *** search
/ NetComm Communications 5 / NetComm.iso / winfax / faxintro / internet.dir / 00077.ls < prev    next >
Encoding:
Text File  |  1997-09-25  |  991 b   |  37 lines

  1. on exitFrame
  2.   set handcursor to [201, 202]
  3.   set eyeCursor to [207, 208]
  4.   set the cursor of sprite 40 to handcursor
  5.   set the cursor of sprite 41 to handcursor
  6.   set the cursor of sprite 42 to handcursor
  7.   set the cursor of sprite 43 to handcursor
  8.   set the cursor of sprite 12 to eyeCursor
  9.   set the cursor of sprite 11 to eyeCursor
  10.   set the cursor of sprite 13 to eyeCursor
  11.   puppetSprite(44, 1)
  12.   set the visible of sprite 44 to 0
  13.   puppetSprite(45, 1)
  14.   set the visible of sprite 45 to 0
  15.   puppetSprite(46, 1)
  16.   set the visible of sprite 46 to 0
  17.   puppetSprite(47, 1)
  18.   set the visible of sprite 47 to 0
  19.   if rollOver(40) then
  20.     set the visible of sprite 44 to 1
  21.   else
  22.     if rollOver(41) then
  23.       set the visible of sprite 45 to 1
  24.     else
  25.       if rollOver(42) then
  26.         set the visible of sprite 46 to 1
  27.       else
  28.         if rollOver(43) then
  29.           set the visible of sprite 47 to 1
  30.         else
  31.           nothing()
  32.         end if
  33.       end if
  34.     end if
  35.   end if
  36. end
  37.