home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- cursor(4)
- put "cleaning" into field "importStatus"
- set n to integer(field (the number of cast "bio - flip pictures" + 11))
- if n <> 12 then
- repeat with x = n + 1 to 12
- importFileInto(cast (x + 297), " blank")
- end repeat
- end if
- set n to integer(field (the number of cast "film clips" + 11))
- if n <> 12 then
- repeat with x = n + 1 to 12
- importFileInto(cast (x + 309), " blank")
- end repeat
- end if
- set n to integer(field (the number of cast "sound clips" + 11))
- if n <> 12 then
- repeat with x = n + 1 to 12
- importFileInto(cast (x + 321), " blank")
- end repeat
- end if
- put "saving" into field "importStatus"
- saveMovie()
- put "-" into field "importStatus"
- cursor(-1)
- end
-