This XCMD imports pictures from resource files by turning PICT resources into new cards in the current stack. A dialog box is presented if no file name is given. A hypercard userlevel of at least 3 must be used.
ex. ImportPict
ImportPict "ScrapBook File"
on mouseUp
put the userLevel into saveLevel
if the userLevel < 3 then set userLevel to 3 -- "Painting"