home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-06 | 343 b | 14 lines | [TEXT/ToyS] |
- on run
- set f to choose file of type "DiDi"
- set rf to res open f without write permission
- try
- set dd to res get rf type "reco" name "Pet Dialog" --id 1000
- set inf to res get info rf type "reco" id 1000
- on error number n
- res close rf
- error number n
- end try
- res close rf
- set dlog to do dialog dd with greyscale
- [dlog, inf]
- end run