home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 July / WPCJUL98.ISO / DXRS / BUYERS07.DXR / list_5.ls < prev    next >
Encoding:
Text File  |  1998-05-11  |  652 b   |  20 lines

  1. on mouseUp
  2.   backToCategoryChoice()
  3. end
  4.  
  5. on backToCategoryChoice
  6.   global categoryPicSpriteNum, nameOfReviewSpriteNum, dateSpriteNum, ratingHeadingSpriteNum, LastratingHeadingSpriteNum, hardwareOrSoftware, closeButtonSpriteNum
  7.   set the locV of sprite closeButtonSpriteNum to -50
  8.   repeat with s = ratingHeadingSpriteNum to LastratingHeadingSpriteNum
  9.     puppetSprite(s, 0)
  10.   end repeat
  11.   puppetSprite(nameOfReviewSpriteNum, 0)
  12.   hideGraphicLIst()
  13.   set the visible of sprite categoryPicSpriteNum to 0
  14.   puppetSprite(dateSpriteNum, 0)
  15.   set the visible of sprite 87 to 0
  16.   set the visible of sprite 88 to 0
  17.   updateStage()
  18.   go(hardwareOrSoftware)
  19. end
  20.