home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global tempSprite
- puppetSound(0)
- put clickOn()
- set tempSprite to clickOn() - 5
- set tempNum to the castNum of sprite tempSprite
- set the castNum of sprite tempSprite to the number of cast (the name of cast tempNum & "_DN")
- updateStage()
- sound stop 1
- sound stop 2
- puppetSound("clickSound")
- updateStage()
- repeat while the stillDown
- if rollOver(clickOn()) then
- if (the name of cast tempSprite contains "_DN") and (the visible of sprite tempSprite = 1) then
- nothing()
- else
- set the visible of sprite tempSprite to 1
- updateStage()
- end if
- next repeat
- end if
- set the visible of sprite tempSprite to 0
- updateStage()
- end repeat
- set the castNum of sprite tempSprite to tempNum
- updateStage()
- end
-
- on mouseUp
- global tempSprite
- if rollOver(tempSprite) then
- puppetSound("clickSound")
- updateStage()
- repeat while soundBusy(1)
- nothing()
- end repeat
- updateStage()
- puppetSound(0)
- set tempName to the name of cast the castNum of sprite tempSprite
- puppetTransition(6, 2, 16, 0)
- go(the frame + 1)
- repeat with nn = 2 to 6
- set the visible of sprite nn to 1
- end repeat
- clearPuppets(7, 11)
- goDemo(tempName)
- end if
- end
-