The following works under RR but not under MC 2.4 beta 1 or 2.

on mouseUp
   answer file "Select image:"
   if ((it is empty) or (the result is "Cancel")) then exit mouseUp
   put it into myFileName
   import paint from file myFileName
   set the name of last image to "My Chosen Name"
end mouseUp


The point of failure is the "set the name of" line.

Cheers,
Mark

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to