home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 25 / CDMM_25.iso / takeru / g078 / jail.dxr / Internal_28.ls < prev    next >
Encoding:
Text File  |  1996-09-04  |  1.1 KB  |  47 lines

  1. on exitFrame
  2.   if rollOver(17) then
  3.     cursor(200)
  4.     set the castNum of sprite 45 to 101
  5.   else
  6.     if rollOver(19) then
  7.       cursor(200)
  8.       set the castNum of sprite 45 to 101
  9.     else
  10.       if rollOver(21) then
  11.         cursor(200)
  12.         set the castNum of sprite 45 to 101
  13.       else
  14.         if rollOver(24) then
  15.           cursor(200)
  16.           set the castNum of sprite 45 to 101
  17.         else
  18.           if rollOver(10) then
  19.             cursor(200)
  20.             set the castNum of sprite 45 to 101
  21.           else
  22.             if rollOver(7) then
  23.               cursor(200)
  24.               set the castNum of sprite 45 to 101
  25.             else
  26.               if rollOver(6) then
  27.                 cursor(200)
  28.                 set the castNum of sprite 45 to 110
  29.               else
  30.                 set the castNum of sprite 45 to 0
  31.                 cursor(-1)
  32.               end if
  33.             end if
  34.           end if
  35.         end if
  36.       end if
  37.     end if
  38.   end if
  39.   go(the frame)
  40. end
  41.  
  42. on idle
  43.   set the locH of sprite 45 to the mouseH
  44.   set the locV of sprite 45 to the mouseV
  45.   updateStage()
  46. end
  47.