home *** CD-ROM | disk | FTP | other *** search
- on SetVisibles
- global AlexClothes
- puppetSprite(35, 1)
- puppetSprite(36, 1)
- puppetSprite(37, 1)
- puppetSprite(38, 1)
- if AlexClothes = "Sunday" then
- set the visible of sprite 35 to 0
- set the visible of sprite 36 to 1
- set the visible of sprite 37 to 1
- set the visible of sprite 38 to 1
- end if
- if AlexClothes = "Soccer" then
- set the visible of sprite 36 to 0
- set the visible of sprite 38 to 0
- set the visible of sprite 35 to 1
- set the visible of sprite 37 to 1
- end if
- if AlexClothes = "Play" then
- set the visible of sprite 37 to 0
- set the visible of sprite 35 to 1
- set the visible of sprite 36 to 1
- set the visible of sprite 38 to 1
- end if
- updateStage()
- end
-