[comp.sys.mac.hypercard] Picture command in HC2.0

BBOLT@vm.ucs.UAlberta.CA (Bob Bolt) (12/20/90)

I have been trying the Picture command and am having problems using the
mouseDownInPicture handler - it doesn't seem to work. I placed the
following handler in the card script of a card containing a picture
window:
 
on mouseDownInPicture thePicture,thePosition
 
   put thePicture && thePosition
end mouseDownInPicture
 
This handler should put the name of the picture and the coordinates
into the message box, but nothing happens. Also, the Message Watcher
does not display the message being sent.
 
Any ideas on what is happening?
 
Bob