home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global theImageList, recentPage
- set whPage to 15 * recentPage
- setPuppets(29, 44, 1)
- repeat with n = 1 to 15
- if line n + whPage - 15 of theImageList <> EMPTY then
- createPath("Picons", string(item 1 of line n + whPage - 15 of theImageList))
- set the fileName of cast value(n + 50) to the result
- set the regPoint of cast value(n + 50) to point(0, 0)
- set the castNum of sprite value(n + 29) to value(n + 50)
- updateStage()
- end if
- end repeat
- end
-