home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global whichItem
- if whichItem = 1 then
- go(1, "sampler")
- else
- if whichItem = 2 then
- go(1, "software")
- else
- if whichItem = 3 then
- go(1, "readerint")
- else
- if whichItem = 4 then
- go(1, "tutorials")
- else
- if whichItem = 5 then
- go(1, "net")
- else
- if whichItem = 6 then
- go(1, "about")
- else
- if whichItem = 7 then
- go(1, "newint")
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-