home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set whichclick = the clickon
- puppetSprite whichclick, True
- set lCastName = "RButton"
- puppetTransition 0
-
- --repeat with i = 1 to 40
- -- if the type of sprite i = 16 then
- -- resetQT i
- -- exit repeat
- -- end if
- --end repeat
-
-
- repeat with i = 2 to 3
- set lCastNameComplete = lCastName&string(i)
- set the castnum of sprite whichclick = the number of cast lCastNameComplete
- updatestage
- end repeat
- repeat with i = 2 down to 1
- set lCastNameComplete = lCastName&string(i)
- set the castnum of sprite whichclick = the number of cast lCastNameComplete
- --waitNew (.1)
- updatestage
- end repeat
- repeat while the stillDown
-
- end repeat
- puppetSprite whichclick, False
- sound stop 1
- pass
- end
-
-