home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- preLoadCast(the number of cast "bodysound1")
- preLoadCast(the number of cast "bodysound2")
- updateStage()
- repeat with i = 18 to 21
- puppetSprite(i, 1)
- end repeat
- preLoadCast(the number of cast "medicine.down")
- updateStage()
- repeat with i = 18 to 21
- repeat with j = 1 to 2
- set temp to the castNum of sprite i
- set the castNum of sprite i to temp + 1
- updateStage()
- set STIcks to the ticks
- repeat while (the ticks - STIcks) < 10
- nothing()
- end repeat
- set the castNum of sprite i to temp
- updateStage()
- repeat while (the ticks - STIcks) < 20
- nothing()
- end repeat
- end repeat
- end repeat
- end
-