home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global getitems
- if the castNum of sprite clickOn() <> 0 then
- cursor([247, 248])
- repeat while the stillDown
- set the locH of sprite clickOn() to mouseH()
- set the locV of sprite clickOn() to mouseV()
- updateStage()
- end repeat
- cursor(200)
- if rollOver(4) then
- setAt(getitems, 6, 0)
- puppetSprite(36, 1)
- set the castNum of sprite 36 to 0
- repeat with i = 1 to 27
- set the cursor of sprite i to 0
- end repeat
- go("DOG_2")
- end if
- end if
- end
-