home *** CD-ROM | disk | FTP | other *** search
- on DanceMenu
- puppetSprite(14, 0)
- updateStage()
- repeat with i = 40 to 47
- set the locH of sprite i to 1000
- end repeat
- set the locH of sprite 35 to 1000
- updateStage()
- set aa to "562,556,560,571"
- repeat with i = 36 to 39
- puppetSprite(i, 1)
- set the locH of sprite i to value(item i - 35 of aa)
- end repeat
- end
-
- on SportMenu
- puppetSprite(14, 0)
- updateStage()
- repeat with i = 35 to 39
- set the locH of sprite i to 1000
- end repeat
- updateStage()
- set aa to "572,589,565,565,579,542,572,614"
- repeat with i = 40 to 47
- puppetSprite(i, 1)
- set the locH of sprite i to value(item i - 39 of aa)
- end repeat
- end
-
- on fashionMenu
- puppetSprite(14, 0)
- updateStage()
- repeat with i = 36 to 47
- set the locH of sprite i to 1000
- end repeat
- updateStage()
- puppetSprite(35, 1)
- set the locH of sprite 35 to 556
- end
-