home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / power / ue.dir / 00279.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  739 b   |  34 lines

  1. on enterFrame
  2.   if inside(point(the mouseH, the mouseV), rect(122, 229, 512, 379)) then
  3.     MyCursor(258, 259)
  4.   else
  5.     if rollOver(11) then
  6.       check12()
  7.     else
  8.       if the mouseCast = 119 then
  9.         changeCast(119, 13)
  10.       else
  11.         if the mouseCast = 117 then
  12.           changeCast(117, 14)
  13.         else
  14.           if the mouseCast = 121 then
  15.             changeCast(121, 15)
  16.           else
  17.             if rollOver(16) then
  18.               roll(16)
  19.             else
  20.               if rollOver(28) then
  21.                 roll(28)
  22.               else
  23.                 ReleasCursor()
  24.                 cursor(0)
  25.               end if
  26.             end if
  27.           end if
  28.         end if
  29.       end if
  30.     end if
  31.   end if
  32.   updateStage()
  33. end
  34.