home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- backToCategoryChoice()
- end
-
- on backToCategoryChoice
- global categoryPicSpriteNum, nameOfReviewSpriteNum, dateSpriteNum, ratingHeadingSpriteNum, LastratingHeadingSpriteNum, hardwareOrSoftware, closeButtonSpriteNum
- set the locV of sprite closeButtonSpriteNum to -50
- repeat with s = ratingHeadingSpriteNum to LastratingHeadingSpriteNum
- puppetSprite(s, 0)
- end repeat
- puppetSprite(nameOfReviewSpriteNum, 0)
- hideGraphicLIst()
- set the visible of sprite categoryPicSpriteNum to 0
- puppetSprite(dateSpriteNum, 0)
- set the visible of sprite 87 to 0
- set the visible of sprite 88 to 0
- updateStage()
- go(hardwareOrSoftware)
- end
-