home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if isItAMovie(2) then
- if the movieRate of sprite 2 = 1 then
- puppetSprite(the clickOn, 1)
- set the castNum of sprite the clickOn to the number of cast "play"
- set the movieRate of sprite 2 to 0
- else
- puppetSprite(the clickOn, 1)
- set the castNum of sprite the clickOn to the number of cast "pause"
- set the movieRate of sprite 2 to 1
- end if
- else
- beep()
- end if
- end
-