Useful info for anyone reading this...

As a Hypercard tranplantee, I discovered the following does not work:

repeat until the mouseClick
    set the loc of cd btn someButton to the mouseLoc
end repeat

Even though the documentation says that mouseClick is supported, but 
not suggested to use, this code did not work.

I changed it to the following and it works as expected.

repeat until the mouse is up
   set the loc of cd btn someButton to the mouseLoc
end repeat

In case these posts are archived, so that others can benefit from 
these tidbits :-)

-- 
--Shareware Games for the Mac--
http://www.gypsyware.com
http://www.gypsygames.com

Reply via email to