home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00018_alert.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  313 b   |  13 lines

  1. on alertHook me, err, msg
  2.   global memmessage
  3.   memmessage = msg
  4.   if msg contains "-34" then
  5.     continue()
  6.     return 1
  7.   end if
  8.   if msg contains "-108" then
  9.     alert("You do not have enough memory (RAM) to run the selected application, please free" & " up more RAM and try again.")
  10.     return 1
  11.   end if
  12. end
  13.