home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / image.dir / 00020.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  566 b   |  20 lines

  1. on recentImage
  2.   global theImage, theImageList, recentPage
  3.   if the doubleClick then
  4.     set theImage to line the clickOn + (15 * recentPage) - 44 of theImageList
  5.     setOffStage("29")
  6.     winImage()
  7.     updateStage()
  8.   end if
  9. end
  10.  
  11. on recentImageD
  12.   global recentPage, theDeleteLine
  13.   set theDeleteLine to the clickOn + (15 * recentPage) - 44
  14.   set the locV of sprite 29 to the locV of sprite the clickOn - 2
  15.   set the locH of sprite 29 to the locH of sprite the clickOn - 2
  16.   set the width of sprite 29 to 79
  17.   set the height of sprite 29 to 79
  18.   updateStage()
  19. end
  20.