home *** CD-ROM | disk | FTP | other *** search
- on ARTViewArt
- global ARTGraphicsVeiwFrame, ARTGraphicsFrameNoList, ARTWhichGraphics, ARTTwoGraphicsFrameNoList, ARTGRAPHICSNAMELIST, ARTTWOGRAPHICSNAMELIST, ARTWhichImageName
- if ARTWhichGraphics = 2 then
- set whichFrame to getAt(ARTGraphicsFrameNoList, ARTGraphicsVeiwFrame)
- set ARTWhichImageName to getAt(ARTGRAPHICSNAMELIST, ARTGraphicsVeiwFrame)
- else
- if ARTWhichGraphics = 1 then
- set whichFrame to getAt(ARTTwoGraphicsFrameNoList, ARTGraphicsVeiwFrame)
- set ARTWhichImageName to getAt(ARTTWOGRAPHICSNAMELIST, ARTGraphicsVeiwFrame)
- end if
- end if
- go(whichFrame)
- end
-