Dustin Harris wrote:

> I'm putting together a program that needs to know where on the stage the 
> mouse has been when it was down. It's definitely buggy, any help would 
> be great.


        I didn�t checked your code a lot, but for what you�re saying, it looks 
like this will do what you want:

--movie script


global gLocList
global gLayer 

on startMovie
  gLocList = []
end startMovie

on exitFrame
  if the mouseDown then
    add (gLocList, the mouseLoc)    
  end if
end


Bye!
-- 
Agust�n Mar�a Rodr�guez
http://cablemodem.fibertel.com.ar/agustinmr/ (en construcci�n)

[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