home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if sprite 19 intersects 13 then
- set the locV of sprite 19 to the locV of sprite 13
- set the locH of sprite 19 to the locH of sprite 13
- set the castNum of sprite 19 to 78
- puppetSound(2, 1000)
- set the moveableSprite of sprite 19 to 0
- else
- set the locV of sprite 19 to 389
- set the locH of sprite 19 to 159
- end if
- end
-