home *** CD-ROM | disk | FTP | other *** search
- on recentImage
- global theImage, theImageList, recentPage
- if the doubleClick then
- set theImage to line the clickOn + (15 * recentPage) - 44 of theImageList
- setOffStage("29")
- winImage()
- updateStage()
- end if
- end
-
- on recentImageD
- global recentPage, theDeleteLine
- set theDeleteLine to the clickOn + (15 * recentPage) - 44
- set the locV of sprite 29 to the locV of sprite the clickOn - 2
- set the locH of sprite 29 to the locH of sprite the clickOn - 2
- set the width of sprite 29 to 79
- set the height of sprite 29 to 79
- updateStage()
- end
-