home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global Cnt, Opt
- set Cnt to the controlDown
- set Opt to the optionDown
- puppetSound("Ban_Down")
- puppetSprite(21, 1)
- set the castNum of sprite 21 to the number of cast "Banner Click"
- updateStage()
- end
-
- on mouseUp
- global DemoFrame, retMovie, Opt, state
- set the castNum of sprite 21 to the number of cast "Banner Norm"
- puppetSound("Ban_Up")
- updateStage()
- puppetSprite(21, 0)
- if Opt then
- keySound("VTSCELIN")
- else
- set state to "done"
- cursor(4)
- releaseSprites()
- if the controlDown then
- go("leave")
- else
- go("Bye")
- end if
- end if
- end
-