home *** CD-ROM | disk | FTP | other *** search
/ Bakku no Oni - Blue / BLUE.ISO / mac / Browser / Blue / 00047.ls < prev    next >
Encoding:
Text File  |  1994-11-14  |  234 b   |  11 lines

  1. on disp_pict p_cast, p_pass
  2.   set pict_data to fileio(mnew, "read", p_pass)
  3.   if objectp(pict_data) then
  4.     set the picture of cast p_cast to pict_data(mreadpict)
  5.     pict_data(mdispose)
  6.     return 1
  7.   else
  8.     return 0
  9.   end if
  10. end
  11.