home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gThePhysic
- set p to the clickLoc
- set whichClicked to GetClickedSmallVideoButton(p)
- if whichClicked = "Rewind" then
- gThePhysic(mRewind)
- else
- if whichClicked = "FF" then
- gThePhysic(mFF)
- else
- if whichClicked = "Replay" then
- gThePhysic(mReplay)
- else
- if whichClicked = "PlayPause" then
- gThePhysic(mPlayPause)
- end if
- end if
- end if
- end if
- end
-