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

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