home *** CD-ROM | disk | FTP | other *** search
- on pict_load pict_no
- global group, f_name
- if pict_no < 10 then
- set pl_no to "0" & string(pict_no)
- else
- set pl_no to string(pict_no)
- end if
- set ret to disp_pict("BG-1", "BLUE:" & group && "BLUE" & ":220B24:" & pl_no)
- if ret = 0 then
- return 0
- end if
- set f_name to group && "BLUE" & "-" & pl_no
- set the text of cast "PICTname" to f_name
- return 1
- end
-