home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global theMenu, linePtr
- if theMenu = EMPTY then
- set me to the clickOn
- set x to the castNum of sprite me
- set the castNum of sprite me to x + 1
- repeat while the mouseDown
- updateStage()
- end repeat
- set the castNum of sprite me to x
- updateStage()
- if rollOver(me) then
- if linePtr >= 0 then
- set x to line linePtr + 1 of field 463
- if x <> EMPTY then
- setUpSprites("16-35;37-48", 0)
- selectMovie(x)
- else
- beep()
- notify(37, 619)
- end if
- else
- beep()
- notify(37, 619)
- end if
- end if
- end if
- end
-