home *** CD-ROM | disk | FTP | other *** search
/ Battlefield Earth Promo / BECDROM.iso / macstart / macstart.dxr / 00143.ls < prev    next >
Encoding:
Text File  |  1996-10-27  |  671 b   |  27 lines

  1. on enterFrame
  2.   puppetSprite(12, 1)
  3.   if the mouseCast = 113 then
  4.     set the castNum of sprite 12 to 142
  5.   else
  6.     if the mouseCast = 114 then
  7.       set the castNum of sprite 12 to 140
  8.     else
  9.       if the mouseCast = 115 then
  10.         set the castNum of sprite 12 to 138
  11.       else
  12.         if the mouseCast = 116 then
  13.           set the castNum of sprite 12 to 141
  14.         else
  15.           if the mouseCast = 117 then
  16.             set the castNum of sprite 12 to 139
  17.           else
  18.             if the castNum of sprite 12 <> 137 then
  19.               set the castNum of sprite 12 to 137
  20.             end if
  21.           end if
  22.         end if
  23.       end if
  24.     end if
  25.   end if
  26. end
  27.