home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if (the mouseH > 480) and (the mouseH < 512) then
- if (the mouseV > 352) and (the mouseV < 384) then
- sound stop 1
- puppetSprite(14, 1)
- set the locH of sprite 14 to 497
- set the locV of sprite 14 to 369
- updateStage()
- go(the frame + 1)
- play movie "@::S:S1S"
- end if
- end if
- if (the mouseH > 0) and (the mouseH < 33) then
- if (the mouseV > 352) and (the mouseV < 384) then
- sound stop 1
- puppetSprite(15, 1)
- set the locH of sprite 15 to 14
- set the locV of sprite 15 to 369
- updateStage()
- go(the frame + 1)
- go(1, "@:R1S")
- end if
- end if
- end
-