home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / bar.dir / 00098_Script_98 < prev    next >
Text File  |  1994-12-03  |  776b  |  32 lines

  1. on mousedown
  2.   global getpoints,getitems,ballreturnframe
  3.   set cnum=the castnum of sprite clickon()
  4.   if cnum<>0 then
  5.     cursor [247,248]
  6.     set the castnum of sprite 48=cnum
  7.     set the castnum of sprite clickon()=0
  8.     repeat while the stilldown
  9.       set the loch of sprite 48=mouseh()
  10.       set the locv of sprite 48=mousev()
  11.       updatestage
  12.     end repeat
  13.     set the castnum of sprite clickon()=cnum
  14.     set the castnum of sprite 48=210
  15.     set the loch of sprite 48=0
  16.     set the locv of sprite 48=0
  17.     cursor 200
  18.     if rollover(9) then
  19.       repeat with i=1 to 37
  20.         set the cursor of sprite i=0
  21.         puppetsprite i,0
  22.       end repeat
  23.       set ballreturnframe=the frame-2
  24.       go to "to5BALL"
  25.     end if
  26.   end if
  27. end
  28.  
  29.  
  30.  
  31.  
  32.