home *** CD-ROM | disk | FTP | other *** search
- global gCameraList, newPicName
-
- on mouseUp
- set theLine to the mouseLine
- set theField to the mouseCast
- set theWord to word theLine of field "list"
- if (theLine > 0) and (theField > 0) then
- hilite line theLine of field theField
- set newPicName to getAt(gCameraList, theLine)
- set the media of member 11 to the media of member newPicName
- set the palette of member 11 to 604
- end if
- end
-