In director I am having a problem of when I click down on the mouse it 
stops everything:

here is my code...I do not know if there is a command that when I 
click down it will continue to run other scripts...anyway here is my 
code:

on mouseenter me
  cursor 3
end
on mouseleave me
  cursor 0
end

on mousedown me
  repeat while the mousedown
    set the loc of sprite 9 = the mouseloc
    set the loc of sprite 11 = the loc of sprite 9
    if the loch of sprite 9 > 280 then
      set the loch of sprite 9 = 280
      set the loc of sprite 11 = the loc of sprite 9
    end if

    if the loch of sprite 9 < 20 then
      set the loch of sprite 9 = 20
      set the loc of sprite 11 = the loc of sprite 9
    end if
    if the locv of sprite 9 > 380 then
      set the locv of sprite 9 = 380
      set the loc of sprite 11 = the loc of sprite 9
    end if
    if the locv of sprite 9 < 20 then
      set the locv of sprite 9 = 20
      set the loc of sprite 11 = the loc of sprite 9
    end if

    updatestage
  end repeat
  
end
on mouseup
  go to "move ball"
  
end


thanks
kev

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to